Skip to content

chore: update all dependencies to latest versions#2

Merged
chriselsen merged 1 commit into
mainfrom
chore/update-dependencies
Jul 1, 2026
Merged

chore: update all dependencies to latest versions#2
chriselsen merged 1 commit into
mainfrom
chore/update-dependencies

Conversation

@chriselsen

Copy link
Copy Markdown
Contributor

Bumps all dependencies and devDependencies to their latest versions, resolves all audit vulnerabilities, and addresses two breaking changes from major version bumps.

Dependency changes

Package Before After
eslint 9.28.0 10.6.0
@eslint/js (implicit) 10.0.1
typescript 5.9.3 6.0.3
typescript-eslint 8.0.0 8.62.1
@tak-ps/etl 10.4.0 10.8.0
@sinclair/typebox 0.34.48 0.34.49
@types/geojson 7946.0.10 7946.0.16
fast-xml-parser (override) 5.5.12 5.9.3

Breaking change resolutions

  • ESLint 10: @eslint/js is no longer bundled inside eslint — added as an explicit devDependency.
  • TypeScript 6: moduleResolution: "node" is deprecated. Updated tsconfig.json to "moduleResolution": "bundler", which is compatible with module: "ES2022" and requires no import path changes.

Verified

  • npm audit — 0 vulnerabilities
  • npm run build — clean
  • npm run lint — clean

…d @eslint/js as explicit devDependency (now unbundled in v10) - typescript 5 → 6, update tsconfig moduleResolution node → bundler (node deprecated in TS6) - typescript-eslint 8.0.0 → 8.62.1 - @tak-ps/etl 10.4.0 → 10.8.0 - @sinclair/typebox 0.34.48 → 0.34.49 - @types/geojson 7946.0.10 → 7946.0.16 - fast-xml-parser override 5.5.12 → 5.9.3 (resolves audit vulnerabilities) Verified: npm audit (0 vulnerabilities), npm run build, npm run lint all pass.
@chriselsen
chriselsen merged commit 9d60c63 into main Jul 1, 2026
1 check passed
@chriselsen
chriselsen deleted the chore/update-dependencies branch July 1, 2026 23:34
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