-
Notifications
You must be signed in to change notification settings - Fork 178
Chore: upgrade to meshery/schemas v0.8.122 #1248
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
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 pull request upgrades the @meshery/schemas package from version 0.8.118 to 0.8.122. The upgrade involves updating both the devDependency declaration and the lock file. The new version of the schemas package also includes updated peer dependencies with more lenient React version requirements (downgraded from ^18.3.1 to ^17.0.2).
Changes:
- Updated
@meshery/schemasfrom ^0.8.118 to ^0.8.122 in devDependencies - Updated package-lock.json with new version, integrity hash, and peer dependency requirements
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updated @meshery/schemas version in devDependencies from ^0.8.118 to ^0.8.122 |
| package-lock.json | Updated resolved version, integrity hash, and peer dependencies for @meshery/schemas (React peer dependency changed from ^18.3.1 to ^17.0.2) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "@eslint/eslintrc": "^3.3.1", | ||
| "@eslint/js": "^9.39.2", | ||
| "@meshery/schemas": "^0.8.118", | ||
| "@meshery/schemas": "^0.8.122", |
Copilot
AI
Jan 22, 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 @meshery/schemas version in devDependencies has been updated to ^0.8.122, but the peerDependencies at line 88 still references the old version ^0.8.118. Both should be updated to the same version to ensure consistency and avoid potential dependency resolution issues.
| "@meshery/schemas": "^0.8.122", | |
| "@meshery/schemas": "^0.8.118", |
|
@dependabot rebase. Upgrade to latest package version. |
|
@hortison Thank you for your contribution! Let's discuss this during the website call tomorrow at 6:30 PM IST | 7 AM CST Add it as an agenda item to the meeting minutes, if you would 🙂 |
Signed-off-by: Yi Nuo 218099172+yi-nuo426@users.noreply.github.com