Skip to content

Upgrade ESLint, TypeScript, and development dependencies#4

Merged
drdxk merged 1 commit into
mainfrom
claude/update-outdated-packages-IpSnF
Feb 25, 2026
Merged

Upgrade ESLint, TypeScript, and development dependencies#4
drdxk merged 1 commit into
mainfrom
claude/update-outdated-packages-IpSnF

Conversation

@drdxk

@drdxk drdxk commented Feb 25, 2026

Copy link
Copy Markdown
Owner

Summary

This PR updates several development dependencies to their latest versions, including ESLint, TypeScript ESLint plugins, and other development tools.

Key Changes

  • @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
  • eslint: 9.39.2 → 9.39.3 (in pnpm catalog)
  • @types/node: 25.2.0 → 25.3.0
  • turbo: 2.8.3 → 2.8.10

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

- 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
Copilot AI review requested due to automatic review settings February 25, 2026 22:03
@drdxk drdxk merged commit 1cfbc67 into main Feb 25, 2026
3 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/node from 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.

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.

3 participants