Releases: silverwind/updates
Releases · silverwind/updates
17.15.5
Immutable
release. Only release title and notes can be modified.
- fix: handle more toml edge cases found comparing against smol-toml (silverwind)
- fix: handle brackets inside strings in toml arrays, strip extras in uv deps (silverwind)
- add bun to engines (silverwind)
- revert: restore original options table layout (silverwind)
- perf: reduce minified bundle size by ~3% (silverwind)
17.15.4
Immutable
release. Only release title and notes can be modified.
- remove push (silverwind)
- update deps (silverwind)
- perf: parallelize cold-path I/O and add bench harness (silverwind)
17.15.3
Immutable
release. Only release title and notes can be modified.
- fix: resolve github tokens eagerly to avoid Windows fetch timeouts (silverwind)
- fix: silence gh stderr when no oauth token configured (silverwind)
- update deps (silverwind)
17.15.2
Immutable
release. Only release title and notes can be modified.
- update deps (silverwind)
- 17.15.1 (silverwind)
17.15.1
Immutable
release. Only release title and notes can be modified.
17.15.1
17.15.0
Immutable
release. Only release title and notes can be modified.
- update deps, cleanup types (silverwind)
- Simplify forge token collection (silverwind)
- Try multiple tokens for forge API requests (silverwind)
- tweak (silverwind)
- Create releases on version targets (silverwind)
- Add Cargo workspace and pnpm workspace support (#127) (silverwind)
- Add
go.workworkspace support (#126) (silverwind)
17.0.0
Immutable
release. Only release title and notes can be modified.
- The
min-ageoption has been renamed tocooldownand it now accepts days instead of hours - Node.js 22 or greater is now required
16.0.0
- Added
bunas supported and tested runtime - In Node.js,
https_proxyenvironment variables are no longer supported out of the box. Install theundicioptional peer dependency if you need this support or use another runtime likebunordenowhich have this built-in.
15.0.0
- When no
--fileargument or a directory is passed via--file,updateswill now look for bothpackage.jsonandpyproject.tomland if both are found, will handle both at once. - The
--languageargument has been removed, use--fileinstead. - The JSON output includes additional source key:
results.npm.dependenciesinstead ofresults.dependencies. - Node 18 or higher is now required.
14.1.0
- Config file
updates.config.jsis now supported