chore: update dependencies to latest versions#5
Merged
Conversation
- turbo: 2.8.10 → 2.8.16 - @types/node: 25.3.0 → 25.4.0 - @typescript-eslint/eslint-plugin: 8.56.0 → 8.57.0 - @typescript-eslint/parser: 8.56.0 → 8.57.0 - eslint-plugin-jsdoc: 62.7.0 → 62.7.1 - eslint-plugin-tsdoc: 0.5.0 → 0.5.2 - globals: 17.3.0 → 17.4.0 Skipped: eslint 9→10 and @eslint/js 9→10 (major version bumps with potential breaking changes) https://claude.ai/code/session_01EPtgykXe7MJt2aKhpA3rgy
There was a problem hiding this comment.
Pull request overview
Updates monorepo toolchain dependencies (ESLint/TypeScript linting stack, Turbo, and Node type definitions) to newer patch/minor versions via pnpm catalogs and lockfile refresh.
Changes:
- Bump
@typescript-eslint/*,eslint-plugin-jsdoc,eslint-plugin-tsdoc, andglobalsin@repo/config-eslint. - Bump root
turboand workspace catalog@types/node. - Regenerate
pnpm-lock.yamlto reflect the updated dependency graph.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updates workspace catalog @types/node version. |
| pnpm-lock.yaml | Lockfile regen reflecting bumped direct + transitive deps. |
| packages/config-eslint/package.json | Updates linting-related dependencies to newer versions. |
| package.json | Updates root Turbo version. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
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 pull request updates several development and runtime dependencies to their latest patch and minor versions across the monorepo configuration.
Key Changes
@typescript-eslint/eslint-plugin@typescript-eslint/parserDetails
All updates are minor version bumps or patch releases that maintain backward compatibility. The changes are distributed across the ESLint configuration package and root development dependencies, with corresponding updates to the pnpm workspace catalog for type definitions.
https://claude.ai/code/session_01EPtgykXe7MJt2aKhpA3rgy