Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the @types/uuid package from version 10.0.0 to 11.0.0 as part of a dependency update process managed by Renovate. The main production dependency uuid is already at version 11.0.5, and this update aligns the TypeScript type definitions with the production package version.
- Updated
@types/uuidfrom^10.0.0to^11.0.0in devDependencies - Updated package-lock.json to reflect the new version and its dependencies
Reviewed Changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updated @types/uuid version from ^10.0.0 to ^11.0.0 in devDependencies |
| package-lock.json | Updated lock file with new @types/uuid version 11.0.0 and associated metadata, including deprecation notice and peer dependency changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
package.json
Outdated
| "@types/react-router-dom": "^5.3.3", | ||
| "@types/supertest": "^6.0.2", | ||
| "@types/uuid": "^10.0.0", | ||
| "@types/uuid": "^11.0.0", |
There was a problem hiding this comment.
The @types/uuid package version 11.0.0 is deprecated. According to the package-lock.json deprecation notice, the uuid package now provides its own type definitions, so @types/uuid is no longer needed and should be removed from devDependencies. The uuid package v11.0.5 already includes built-in TypeScript types.
| "@types/uuid": "^11.0.0", |
a5e69ce to
36967b4
Compare
36967b4 to
4a57e62
Compare
4a57e62 to
29d4865
Compare
29d4865 to
42d1575
Compare
42d1575 to
88e5c80
Compare
88e5c80 to
adfc68a
Compare
adfc68a to
836a981
Compare
836a981 to
3f0aa6c
Compare
3f0aa6c to
78b5502
Compare
78b5502 to
860becc
Compare
This PR contains the following updates:
10.0.0→11.0.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.