javascript_toolchain-v1.3.1
·
4 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
π Updates
- Updated Bun support for the v1.4 release:
- Dependencies are now installed with
bun ciin CI when abun.lockexists
(v1.2.20+), as Bun does not enable frozen lockfiles in CI automatically. - Dependencies are now deduped with
bun dedupewhen the
dedupeOnLockfileChangesetting is enabled (v1.4+). - Focused installs now include workspace dependencies, by passing
...
dependency relations to--filter(v1.4+).
- Dependencies are now installed with
π Fixes
- Updated
package.jsonversion parsing to support custom protocols (example:). - Fixed
bun.lockparsing failing on nested overrides (lockfile v3). - Fixed Git/GitHub
bun.lockentries without an integrity hash recording the
Bun tag as the hash.