fix(deps): replace dependency apollo-server-core with @apollo/server ^4.0.0#139
fix(deps): replace dependency apollo-server-core with @apollo/server ^4.0.0#139renovate[bot] wants to merge 1 commit into
Conversation
7a44192 to
2313ad5
Compare
2313ad5 to
a3d7040
Compare
a3d7040 to
b1ddc8e
Compare
b1ddc8e to
659c3e2
Compare
There was a problem hiding this comment.
Stale comment
Requesting changes because this update does not just remove
apollo-server-core: it leavespackages/flatbread/package.jsonwith two@apollo/serverentries, and JSON's last-key-wins behavior means Flatbread now resolves to Apollo Server 4. The regenerated lockfile confirms the downgrade and even records Apollo Server 4 as deprecated/EOL, so this PR changes the shipped server version in the wrong direction.Sent by Cursor Automation: Flatbread PR Review
| "@flatbread/transformer-yaml": "workspace:*", | ||
| "@flatbread/utils": "workspace:*", | ||
| "apollo-server-core": "^3.13.0", | ||
| "@apollo/server": "^4.0.0", |
There was a problem hiding this comment.
package.json already has @apollo/server: "5.0.0" earlier in this object. Adding a second @apollo/server key here means the manifest parses with last-key-wins semantics (require('./packages/flatbread/package.json').dependencies['@apollo/server'] now resolves to ^4.0.0), so this PR silently downgrades Flatbread from Apollo Server 5 to 4 instead of simply removing apollo-server-core. The updated lockfile confirms that downgrade and also pulls in Apollo Server 4's deprecation/EOL notice. Please keep a single @apollo/server entry at the intended version and remove only the obsolete apollo-server-core dependency.
659c3e2 to
6575556
Compare
There was a problem hiding this comment.
Stale comment
Automated review skipped — dependency-only update
This PR is a pure dependency substitution authored by
renovate[bot](apollo-server-core→@apollo/server ^4.0.0). The code-review orchestrator is configured to skip dependency-only updates. No source, test, config, or doc files are modified.No action required from the review automation.
Sent by Cursor Automation: Flatbread PR Review
6575556 to
2bb4cc7
Compare
2bb4cc7 to
6f61899
Compare
6f61899 to
0752429
Compare


This PR contains the following updates:
^3.13.0→^4.0.0This is a special PR that replaces
apollo-server-corewith the community suggested minimal stable replacement version.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.