Upgrade ESLint, TypeScript, and development dependencies#4
Merged
Conversation
- turbo: 2.8.3 → 2.8.10 - eslint: 9.39.2 → 9.39.3 (maintenance; skipping v10 — eslint-plugin-import doesn't support it yet) - @eslint/js: 9.39.2 → 9.39.3 - @typescript-eslint/eslint-plugin: 8.54.0 → 8.56.0 - @typescript-eslint/parser: 8.54.0 → 8.56.0 - eslint-plugin-jsdoc: 62.5.0 → 62.7.0 - @types/node: 25.2.0 → 25.3.0 All checks pass (219 unit tests, 62 e2e tests, lint, typecheck, build). https://claude.ai/code/session_016X2V7LWb4eaFfmiZNkqn7o
There was a problem hiding this comment.
Pull request overview
This PR updates several development dependencies to their latest minor and patch versions, focusing on the ESLint ecosystem, TypeScript tooling, and build tools. The updates maintain compatibility while incorporating bug fixes and improvements from upstream packages.
Changes:
- Updated ESLint and related tooling from 9.39.2 to 9.39.3 (patch update)
- Upgraded TypeScript ESLint packages from 8.54.0 to 8.56.0 (minor update with ESLint 10 forward compatibility)
- Updated eslint-plugin-jsdoc from 62.5.0 to 62.7.0 (minor update with ESLint 10 support)
- Upgraded
@types/nodefrom 25.2.0 to 25.3.0 (minor update) - Updated turbo from 2.8.3 to 2.8.10 (patch update)
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updated catalog versions for eslint (9.39.3) and @types/node (25.3.0) |
| pnpm-lock.yaml | Comprehensive lockfile update with new package versions, integrity hashes, and transitive dependencies |
| packages/config-eslint/package.json | Updated ESLint ecosystem dependencies to match catalog versions |
| package.json | Updated turbo build tool to 2.8.10 |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
This PR updates several development dependencies to their latest versions, including ESLint, TypeScript ESLint plugins, and other development tools.
Key Changes
Details
All changes are dependency version updates across the monorepo configuration. The updates include bug fixes and improvements from the ESLint ecosystem and Node.js type definitions. The turbo build tool has also been updated to the latest patch version.
https://claude.ai/code/session_016X2V7LWb4eaFfmiZNkqn7o