Skip to content

fix(deps): replace dependency apollo-server-core with @apollo/server ^4.0.0#139

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/apollo-server-core-replacement
Open

fix(deps): replace dependency apollo-server-core with @apollo/server ^4.0.0#139
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/apollo-server-core-replacement

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 27, 2026

This PR contains the following updates:

Package Type Update Change
apollo-server-core (source) → @apollo/server dependencies replacement ^3.13.0^4.0.0

This is a special PR that replaces apollo-server-core with the community suggested minimal stable replacement version.


Configuration

📅 Schedule: (UTC)

  • 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 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies third-party dependencies label Mar 27, 2026
@renovate renovate Bot force-pushed the renovate/apollo-server-core-replacement branch 2 times, most recently from 7a44192 to 2313ad5 Compare April 1, 2026 19:10
@renovate renovate Bot force-pushed the renovate/apollo-server-core-replacement branch from 2313ad5 to a3d7040 Compare April 8, 2026 20:38
@renovate renovate Bot force-pushed the renovate/apollo-server-core-replacement branch from a3d7040 to b1ddc8e Compare April 29, 2026 11:40
@renovate renovate Bot changed the title Replace dependency apollo-server-core with @apollo/server ^4.0.0 fix(deps): replace dependency apollo-server-core with @apollo/server ^4.0.0 May 10, 2026
@renovate renovate Bot force-pushed the renovate/apollo-server-core-replacement branch from b1ddc8e to 659c3e2 Compare May 10, 2026 19:52
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stale comment

Requesting changes because this update does not just remove apollo-server-core: it leaves packages/flatbread/package.json with two @apollo/server entries, 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.

Open in Web View Automation 

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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@renovate renovate Bot force-pushed the renovate/apollo-server-core-replacement branch from 659c3e2 to 6575556 Compare May 10, 2026 20:40
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Open in Web View Automation 

Sent by Cursor Automation: Flatbread PR Review

@renovate renovate Bot force-pushed the renovate/apollo-server-core-replacement branch from 6575556 to 2bb4cc7 Compare May 10, 2026 21:19
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stale comment

Code Review Orchestrator — skipped

This PR is a dependency-only update (Renovate bot replacing apollo-server-core with @apollo/server ^4.0.0). Adversarial review is not run for pure dependency updates.

Open in Web View Automation 

Sent by Cursor Automation: Flatbread PR Review

@renovate renovate Bot force-pushed the renovate/apollo-server-core-replacement branch from 2bb4cc7 to 6f61899 Compare May 11, 2026 02:10
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code-review orchestrator — skipped (dependency-only update)

This PR is a Renovate dependency replacement (apollo-server-core@apollo/server ^4.0.0) with no application source changes. The adversarial review DAG is not run for dependency-only updates.

Open in Web View Automation 

Sent by Cursor Automation: Flatbread PR Review

@renovate renovate Bot force-pushed the renovate/apollo-server-core-replacement branch from 6f61899 to 0752429 Compare May 11, 2026 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies third-party dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants