Skip to content

chore: update dependencies to latest versions#5

Merged
drdxk merged 1 commit into
mainfrom
claude/update-dependencies-lpjt1
Mar 14, 2026
Merged

chore: update dependencies to latest versions#5
drdxk merged 1 commit into
mainfrom
claude/update-dependencies-lpjt1

Conversation

@drdxk

@drdxk drdxk commented Mar 14, 2026

Copy link
Copy Markdown
Owner

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 packages: Updated from 8.56.0 to 8.57.0
    • @typescript-eslint/eslint-plugin
    • @typescript-eslint/parser
  • eslint-plugin-jsdoc: Updated from 62.7.0 to 62.7.1
  • eslint-plugin-tsdoc: Updated from 0.5.0 to 0.5.2
  • globals: Updated from 17.3.0 to 17.4.0
  • turbo: Updated from 2.8.10 to 2.8.16
  • @types/node: Updated from 25.3.0 to 25.4.0 (in types catalog)

Details

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

- 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
Copilot AI review requested due to automatic review settings March 14, 2026 20:51

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

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, and globals in @repo/config-eslint.
  • Bump root turbo and workspace catalog @types/node.
  • Regenerate pnpm-lock.yaml to 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.

Comment thread packages/config-eslint/package.json
@drdxk drdxk merged commit 593ad09 into main Mar 14, 2026
5 checks passed
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