build(deps): bump the npm_and_yarn group across 2 directories with 5 updates#440
build(deps): bump the npm_and_yarn group across 2 directories with 5 updates#440dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
…updates Bumps the npm_and_yarn group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) | `4.13.0` | `5.5.0` | | [brace-expansion](https://github.com/juliangruber/brace-expansion) | `1.1.12` | `1.1.13` | | [handlebars](https://github.com/handlebars-lang/handlebars.js) | `4.7.8` | `4.7.9` | | [picomatch](https://github.com/micromatch/picomatch) | `2.3.1` | `2.3.2` | | [yaml](https://github.com/eemeli/yaml) | `1.10.2` | `1.10.3` | Bumps the npm_and_yarn group with 1 update in the /sdk/highlight-apollo directory: [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server). Updates `@apollo/server` from 4.13.0 to 5.5.0 - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@5.5.0/packages/server) Updates `brace-expansion` from 1.1.12 to 1.1.13 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v1.1.12...v1.1.13) Updates `handlebars` from 4.7.8 to 4.7.9 - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.7.8...v4.7.9) Updates `picomatch` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@2.3.1...2.3.2) Updates `yaml` from 1.10.2 to 1.10.3 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v1.10.2...v1.10.3) Updates `@apollo/server` from 4.13.0 to 5.5.0 - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@5.5.0/packages/server) --- updated-dependencies: - dependency-name: "@apollo/server" dependency-version: 5.5.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: brace-expansion dependency-version: 1.1.13 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: handlebars dependency-version: 4.7.9 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: yaml dependency-version: 1.10.3 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@apollo/server" dependency-version: 5.5.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
| }, | ||
| "dependencies": { | ||
| "@apollo/server": "^4.13.0", | ||
| "@apollo/server": "^5.5.0", |
There was a problem hiding this comment.
Major version bump of dependency breaks published library consumers
High Severity
The @apollo/server dependency in the published @highlight-run/apollo package was bumped from ^4.13.0 to ^5.5.0, which is a major version change. Since @apollo/server is listed as a regular dependency (not peerDependency), consumers of @highlight-run/apollo who are still on Apollo Server v4 will encounter type mismatches — the plugin returns ApolloServerPlugin<T> from v5, which is incompatible with v4's ApolloServer. Additionally, Apollo Server v5 requires Node.js v20+ and graphql@^16.11.0, silently introducing new minimum requirements. This breaking change ships under the existing 3.4.49 semver version without a major bump.
|
Superseded by #444. |


Bumps the npm_and_yarn group with 5 updates in the / directory:
4.13.05.5.01.1.121.1.134.7.84.7.92.3.12.3.21.10.21.10.3Bumps the npm_and_yarn group with 1 update in the /sdk/highlight-apollo directory: @apollo/server.
Updates
@apollo/serverfrom 4.13.0 to 5.5.0Release notes
Sourced from
@apollo/server's releases.... (truncated)
Changelog
Sourced from
@apollo/server's changelog.... (truncated)
Commits
64c0e1bVersion Packages (#8192)ada1200Reject GET requests with a Content-Type other than application/json (#8191)ad45d15Version Packages (#8179)d25a5bdMerge commit from fork443e547fix repository urls28d6d47Version Packages (#8172)26320bcfeat: Allow configuration of graphql validation options #8014f2c16a7bump dependency8e54e58feat: Allow configuration of graphql execution options(maxCoercionErrors)7be3686Version Packages (#8163)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@apollo/serversince your current version.Updates
brace-expansionfrom 1.1.12 to 1.1.13Commits
6c353ca1.1.137fd684fBackport fix for GHSA-f886-m6hf-6m8v (#95)Updates
handlebarsfrom 4.7.8 to 4.7.9Release notes
Sourced from handlebars's releases.
Changelog
Sourced from handlebars's changelog.
Commits
dce542cv4.7.98a41389Update release notes68d8df5Fix security issuesb2a0831Fix browser tests9f98c16Fix release script45443b4Revert "Improve partial indenting performance"8841a5fFix CI errors with lintinge0137c2fix: enable shell mode for spawn to resolve Windows EINVAL issuee914d60Improve rendering performance7de4b41Upgrade GitHub Actions checkout and setup-node on 4.x branchUpdates
picomatchfrom 2.3.1 to 2.3.2Release notes
Sourced from picomatch's releases.
Changelog
Sourced from picomatch's changelog.
... (truncated)
Commits
81cba8dPublish 2.3.2fc1f6b6Merge commit from forkeec17aeMerge commit from fork78f8ca4Merge pull request #156 from micromatch/backport-1443f4f10eMerge pull request #144 from Jason3S/jdent-object-propertiesUpdates
yamlfrom 1.10.2 to 1.10.3Commits
cfe8f041.10.37abcf45fix: Catch stack overflow during CST compositiona0252f8chore: Add rules avoiding processing of tests/json-test-suitea5e83b0style: Apply updates Prettier rulesb8ddca0chore: Refresh lockfile395f892ci: Use a different (working) submodule checkout6fd2720test-events: Add {} and [] indicators to flow maps & sequencesUpdates
@apollo/serverfrom 4.13.0 to 5.5.0Release notes
Sourced from
@apollo/server's releases.... (truncated)
Changelog
Sourced from
@apollo/server's changelog.... (truncated)
Commits
64c0e1bVersion Packages (#8192)ada1200Reject GET requests with a Content-Type other than application/json (#8191)ad45d15Version Packages (#8179)d25a5bdMerge commit from fork443e547fix repository urls28d6d47Version Packages (#8172)26320bcfeat: Allow configuration of graphql validation options #8014f2c16a7bump dependency8e54e58feat: Allow configuration of graphql execution options(maxCoercionErrors)7be3686Version Packages (#8163)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@apollo/serversince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Major upgrade of
@apollo/server(v4→v5) can introduce subtle breaking behavior changes in Apollo integrations (e.g., request handling/standalone server defaults), despite no application code changes in this PR.Overview
Upgrades
sdk/highlight-apolloto use@apollo/server@^5.5.0, updating the workspace dependency inpackage.json.Refreshes
yarn.lockto pull in Apollo Server v5 transitive dependency changes (eg@graphql-tools/schema,lru-cache,uuid, and related Apollo utility packages) plus patch bumps forbrace-expansion,handlebars,picomatch, andyaml.Written by Cursor Bugbot for commit 46cb794. This will update automatically on new commits. Configure here.