Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2025

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 22.18.11 -> 22.18.12 age confidence
typescript-eslint (source) 8.46.1 -> 8.46.2 age confidence

Release Notes

typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.2

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Oct 25, 2025
@renovate renovate bot enabled auto-merge (squash) October 25, 2025 02:32
@renovate renovate bot added the renovate label Oct 25, 2025
@github-actions
Copy link

This update synchronizes the devDependencies in both pr-review and pr-summary packages, bumping minor versions for TypeScript tooling to benefit from the latest type definitions and linting enhancements.

Walkthrough

  • Chore: Bumped @types/node from 22.18.11 to 22.18.12 for up-to-date Node.js type definitions.
  • Chore: Updated typescript-eslint from 8.46.1 to 8.46.2 to leverage recent linting fixes and improvements.

Model: o4-mini | Prompt Tokens: 540 | Completion Tokens: 454

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Enjoy an encouraging code review powered by AI guidance. These suggestions come from predictions and may not be flawless. Trust your instincts and apply what fits your style. Your choices drive the project forward, and AI is here simply to lend a supportive hand.
Model: o4-mini | Prompt Tokens: 1056 | Completion Tokens: 2476

"devDependencies": {
"@eslint/js": "9.38.0",
"@types/node": "22.18.11",
"@types/node": "22.18.12",

Choose a reason for hiding this comment

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

Consider using caret (^) version ranges for @types/node to automatically accept patch and minor updates rather than pinning to an exact version. This reduces maintenance overhead. For example:

"@types/node": "^22.18.12",

"tsx": "4.20.6",
"typescript": "5.9.3",
"typescript-eslint": "8.46.1",
"typescript-eslint": "8.46.2",

Choose a reason for hiding this comment

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

Similarly, use a caret range for typescript-eslint to simplify future patch or minor bumps and avoid manual updates:

"typescript-eslint": "^8.46.2",

Comment on lines 32 to 37
"devDependencies": {
"@eslint/js": "9.38.0",
"@types/node": "22.18.11",
"@types/node": "22.18.12",
"@vercel/ncc": "0.38.4",
"eslint": "9.38.0",
"eslint-plugin-import": "2.32.0",

Choose a reason for hiding this comment

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

The devDependencies block is duplicated in both pr-review/package.json and pr-summary/package.json. To avoid configuration drift and ensure consistency, consider consolidating shared devDependencies into a root package.json or a shared config (e.g., a base preset) and reference them via workspaces or extends.

@renovate renovate bot merged commit 52b554e into main Oct 25, 2025
13 checks passed
@renovate renovate bot deleted the renovate/non-major-dependencies branch October 25, 2025 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant