Skip to content

Commit

Permalink
Bump the default tool versions
Browse files Browse the repository at this point in the history
Update a few Trunk deps.

Update the default tool versions.

Update deps of all example projects.

All extra paths per app archive are now optional. This allows for tool
applications to change extra artifacts without completely breaking
Trunk's build process, specifically the tool download & prep phase. In
such cases, we log a warning about the issue.

We should go ahead and fetch the latest artifacts from github by first
checking the releases/latest redirect, and then downloading the
corresponding version. This will only be performed when no tools are
present of the specific type. Running `trunk clean --tools` will clean
this cache of tools to allow downloading the latest (which is already
supported).
  • Loading branch information
thedodd committed Jun 28, 2023
1 parent e127f12 commit 1c5138b
Show file tree
Hide file tree
Showing 12 changed files with 676 additions and 529 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This changelog follows the patterns described here: https://keepachangelog.com/e
Subheadings to categorize changes are `added, changed, deprecated, removed, fixed, security`.

## Unreleased
## 0.17.1
### changed
- Updated the default tool versions for wasm-bindgen, tailwind, sass, and wasm-opt.
- Update Trunk deps (should not have any functional implications).
- Update deps of all example projects.
- When resolving tools, do not abort if entries in the tool's extra paths list do not exist. This will happen naturally as part of the development of tools. Instead, we just log a warning.

## 0.17.0
### added
- Added `data-target-path` to `copy-dir`.
Expand Down
Loading

0 comments on commit 1c5138b

Please sign in to comment.