-
Notifications
You must be signed in to change notification settings - Fork 4
Update non-major dependencies #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This update synchronizes the devDependencies in both Walkthrough
Model: o4-mini | Prompt Tokens: 540 | Completion Tokens: 454 |
There was a problem hiding this 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", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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",| "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", |
There was a problem hiding this comment.
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.
This PR contains the following updates:
22.18.11->22.18.128.46.1->8.46.2Release Notes
typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.2Compare 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.
This PR was generated by Mend Renovate. View the repository job log.