Skip to content

chore: bump all dependencies to latest - #667

Merged
trygve-lie merged 1 commit into
mainfrom
chore/bump-dependencies
Aug 13, 2026
Merged

chore: bump all dependencies to latest#667
trygve-lie merged 1 commit into
mainfrom
chore/bump-dependencies

Conversation

@trygve-lie

Copy link
Copy Markdown
Contributor

Summary

  • Bumps all dev and prod dependencies to their latest versions
  • All tests and lint pass

Major version bumps

Package From To
@eik/eslint-config 1.0.25 2.0.15
eslint 9.39.5 10.8.1
npm-run-all2 8.0.4 9.0.3
typescript 5.9.3 7.0.2

TypeScript 7 migration

TypeScript 7 restructured its package to ESM-only and removed the legacy compiler API. Changes needed:

  • tsconfig.json / tsconfig.test.json: added explicit rootDir and types: ["node"] (now required by TS7)
  • package.json: added tap.type-strip-only: true to skip ts-node (which relies on the removed compiler API) in favour of Node.js native type stripping
  • src/types.d.ts: added ambient module declaration for css-url-parser (no bundled types; TS7 is stricter about this)

eslint-config 2.x

The new e18e/prefer-static-regex rule flagged a regex in src/plugin.js. Hoisted /^~/ to module scope as RE_WEBPACK_TILDE.

Major version bumps:
- @eik/eslint-config 1 → 2 (adds e18e lint rules)
- eslint 9 → 10
- npm-run-all2 8 → 9
- typescript 5 → 7

TypeScript 7 changes (ESM-only, restructured API):
- Added rootDir and types:[node] to tsconfig.json
- Added rootDir, types:[node], noImplicitAny:false to tsconfig.test.json
- Added tap type-strip-only config to skip ts-node (incompatible with TS7)
- Added src/types.d.ts to declare css-url-parser module (no bundled types)
- Included *.d.ts in tsconfig include pattern

eslint-config 2.x changes:
- Hoisted /^~/ regex to module scope (e18e/prefer-static-regex)
@trygve-lie
trygve-lie merged commit b59fd0d into main Aug 13, 2026
6 checks passed
@trygve-lie
trygve-lie deleted the chore/bump-dependencies branch August 13, 2026 13:51
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 5.0.31 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant