Skip to content

Update JavaScript and Rust dependencies - #187

Merged
timkpaine merged 2 commits into
mainfrom
tkp/js-rust-dep-updates
Sep 1, 2026
Merged

Update JavaScript and Rust dependencies#187
timkpaine merged 2 commits into
mainfrom
tkp/js-rust-dep-updates

Conversation

@timkpaine

@timkpaine timkpaine commented Sep 1, 2026

Copy link
Copy Markdown
Member

Nothing watches the templates' own manifests — the dependabot.yaml files ship
to generated projects, and no config in this repo scans package.json.jinja or
Cargo.toml.jinja. These specs had drifted accordingly.

Raises 25 dependency floors to the current release. Most are cosmetic, since
the caret ranges already resolved to these versions; the declared floors were
just stale.

Settles the five specs that disagreed between templates:

package was now
jsdom ^29.0.0 / ^30.0.1 ^30.0.1
@playwright/test ^1.60.0 / ^1.62.0 ^1.62.1
svelte ^5.0.0 / ^5.56.0 ^5.57.0
nodemon ^3.1.10 / ^3.1.14 ^3.1.14

The jsdom row is a real upgrade for the JavaScript templates, not a floor bump.

typescript is deliberately left split: ^5.9.3 in the JavaScript templates,
^7.0.2 in the Python templates' js projects. Unifying it fails two ways —
svelte-check 4.x refuses TypeScript 7 unless both 6 and 7 are installed behind
an npm alias, and TypeScript 7 raises TS2882 on the side-effect CSS imports the
Web Awesome templates use.

Rust: pyo3 0.29.0 to 0.29.2. serde and wasm-bindgen were current.

Deliberately not included, as cross-major upgrades wanting their own review:
babel 7 to 8, @types/node 24 to 26, cpy-cli 6 to 7, and oxfmt 0.63 to
0.66. The oxfmt bump in particular can change formatting results. The exact
pin on @testing-library/react is left as-is.

Raises dependency floors to the current release and settles the specs that
disagreed between templates: the standalone JavaScript templates move to
TypeScript 7 and jsdom 30, matching what the Python templates' js projects
already used.

Leaves the cross-major upgrades alone: babel 7 to 8, @types/node 24 to 26,
cpy-cli 6 to 7, and oxfmt 0.63 to 0.66. The pinned @testing-library/react is
also untouched.

Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
The split between TypeScript 5 and 7 was deliberate, not drift. svelte-check
4.x refuses TypeScript 7 unless both 6 and 7 are installed behind an npm
alias, and TypeScript 7 rejects the side-effect CSS imports the Web Awesome
templates rely on.

Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
@timkpaine
timkpaine merged commit 27c01d0 into main Sep 1, 2026
19 checks passed
@timkpaine
timkpaine deleted the tkp/js-rust-dep-updates branch September 1, 2026 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant