Skip to content

Releases: silverwind/updates

17.15.5

16 Apr 16:14
Immutable release. Only release title and notes can be modified.
17.15.5
8eb4b94

Choose a tag to compare

  • 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

15 Apr 23:45
Immutable release. Only release title and notes can be modified.
17.15.4
f8ba158

Choose a tag to compare

  • remove push (silverwind)
  • update deps (silverwind)
  • perf: parallelize cold-path I/O and add bench harness (silverwind)

17.15.3

13 Apr 10:51
Immutable release. Only release title and notes can be modified.
17.15.3
d948762

Choose a tag to compare

  • 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

11 Apr 11:56
Immutable release. Only release title and notes can be modified.
17.15.2
858da04

Choose a tag to compare

  • update deps (silverwind)
  • 17.15.1 (silverwind)

17.15.1

11 Apr 10:54
Immutable release. Only release title and notes can be modified.
9946c0c

Choose a tag to compare

17.15.1

17.15.0

11 Apr 10:53
Immutable release. Only release title and notes can be modified.
bd0f24e

Choose a tag to compare

  • 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.work workspace support (#126) (silverwind)

17.0.0

03 Dec 21:58
Immutable release. Only release title and notes can be modified.
17.0.0
e484776

Choose a tag to compare

  • The min-age option has been renamed to cooldown and it now accepts days instead of hours
  • Node.js 22 or greater is now required

16.0.0

16 Mar 16:45
16.0.0
bab3205

Choose a tag to compare

  • Added bun as supported and tested runtime
  • In Node.js, https_proxy environment variables are no longer supported out of the box. Install the undici optional peer dependency if you need this support or use another runtime like bun or deno which have this built-in.

15.0.0

05 Sep 18:33
15.0.0
9e2b560

Choose a tag to compare

  • When no --file argument or a directory is passed via --file, updates will now look for both package.json and pyproject.toml and if both are found, will handle both at once.
  • The --language argument has been removed, use --file instead.
  • The JSON output includes additional source key: results.npm.dependencies instead of results.dependencies.
  • Node 18 or higher is now required.

14.1.0

24 Apr 08:36
14.1.0
c96f60f

Choose a tag to compare

  • Config file updates.config.js is now supported