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 4c7cba6
Show file tree
Hide file tree
Showing 12 changed files with 673 additions and 529 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.

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

0 comments on commit 4c7cba6

Please sign in to comment.