-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): bump graphql from 16.14.2 to 17.0.0 in /packages/gitlab-mcp #533
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: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -561,7 +561,7 @@ | |
| "@clack/prompts": "^1.5.1", | ||
| "@modelcontextprotocol/sdk": "^1.29.0", | ||
| "express": "^5.2.1", | ||
| "graphql": "^16.14.2", | ||
| "graphql": "^17.0.0", | ||
| "graphql-tag": "^2.12.6", | ||
|
Comment on lines
+564
to
565
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| "open": "^11.0.0", | ||
| "picomatch": "^4.0.4", | ||
|
|
||
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.
This workspace uses Yarn with an immutable
yarn.lock, but this change updates onlypackage.json. The lockfile still records the workspace dependency asgraphql: "npm:^16.14.2"and still resolvesgraphql@16.14.2, soyarn install --immutablefails because it would need to rewrite the lockfile tographql@17.0.0. Please commit the regeneratedyarn.lockwith this dependency bump.