chore: bump all dependencies to latest - #86
Merged
Conversation
Major version bumps: - @eik/eslint-config 1 → 2 (adds e18e lint rules) - @types/node 24 → 26 - eslint 9 → 10 - npm-run-all2 8 → 9 - typescript 5 → 7 - vite 8.0 → 8.2 (minor, updated snapshots) 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 Updated snapshots for vite 8.2.1 bundle output changes
trygve-lie
force-pushed
the
chore/bump-dependencies
branch
from
August 13, 2026 14:09
2925b09 to
f767d85
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major version bumps
@eik/eslint-config@types/nodeeslintnpm-run-all2typescriptviteTypeScript 7 migration
TypeScript 7 restructured its package to ESM-only and removed the legacy compiler API:
tsconfig.json: added explicitrootDirandtypes: ["node"](now required by TS7)tsconfig.test.json: same, plusnoImplicitAny: falsefor test filesSnapshot updates
vite 8.2.1 generates slightly different bundle output for the CJS interop tests. Snapshots regenerated with
npm run test:update.