-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update npm minor/patch #472
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
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.
Pull request overview
This PR updates seven npm dependencies in the frontend package with minor and patch version bumps. The updates include TypeScript ESLint tooling (8.51.0 → 8.52.0), internationalization library i18next (25.7.3 → 25.7.4), build tool vite (7.3.0 → 7.3.1), routing library react-router-dom (7.11.0 → 7.12.0), and unused dependency analyzer knip (5.79.0 → 5.80.0). The changes are primarily bug fixes and minor improvements according to the release notes.
Key changes:
- TypeScript ESLint packages receive bug fixes for
no-base-to-stringandno-useless-default-assignmentrules - i18next fixes an interpolation bug when cloning instances
- Vite receives a patch update with unspecified fixes
- react-router-dom updates to align with latest router version
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| frontend/package.json | Updates dependency version ranges for 7 packages (3 runtime dependencies, 4 dev dependencies) |
| frontend/package-lock.json | Updates resolved package versions, transitive dependencies, and dependency metadata; includes several changes to peer dependency flags |
Files not reviewed (1)
- frontend/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "integrity": "sha512-iIACsx8pxRnguSYhHiMn2PvhvfpopO9FXHyn1mG5txZIsAaB6F0KwbFnUQN3KCiG3Jcuad/Cao2FAs1Wp7vAyg==", | ||
| "dev": true, | ||
| "license": "MIT", | ||
| "peer": true, |
Copilot
AI
Jan 7, 2026
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 @typescript-eslint/parser package has been marked as a peer dependency in the lockfile. This is inconsistent with its listing in package.json where it's a devDependency. This package should not be a peer dependency as it's directly used by the project's ESLint configuration. The "peer": true flag should be removed from this entry to ensure proper installation.
| "peer": true, |
| "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz", | ||
| "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==", | ||
| "license": "MIT", | ||
| "peer": true, |
Copilot
AI
Jan 7, 2026
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.
Multiple core dependencies (react, react-dom, typescript, vite, vitest, i18next) have been incorrectly marked with "peer": true in the lockfile. These are direct dependencies listed in package.json, not peer dependencies. This misclassification can cause npm to handle these packages incorrectly during installation, potentially leading to missing dependencies or version conflicts. The lockfile should be regenerated to correct these peer dependency flags.
This PR contains the following updates:
^8.51.0→^8.52.0^8.51.0→^8.52.0^25.7.3→^25.7.4^5.79.0→^5.80.0^7.11.0→^7.12.0^8.51.0→^8.52.0^7.3.0→^7.3.1Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.52.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.52.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
i18next/i18next (i18next)
v25.7.4Compare Source
webpro-nl/knip (knip)
v5.80.0: Release 5.80.0Compare Source
d6f33a5)707c96d)3485d67)24d8131) - thanks @AlexanderKaran!e031018)hasRefsInFile(#1435) (c6fa5e4)61305e7) - thanks @ClementValot!isReferencedandhasStrictlyNsReferencesto better express intent (fa23a33)ddc6693)importedBy, and then some.. (cabee8e)hasStrictlyNsReferences(resolve #1427) (0768c8a)a7bc12b)9971d47)e848615)remix-run/react-router (react-router-dom)
v7.12.0Compare Source
Patch Changes
react-router@7.12.0typescript-eslint/typescript-eslint (typescript-eslint)
v8.52.0Compare 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.
vitejs/vite (vite)
v7.3.1Compare Source
Please refer to CHANGELOG.md for details.
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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.