chore(deps): bump @apollo/server from 4.13.0 to 5.5.0#20275
chore(deps): bump @apollo/server from 4.13.0 to 5.5.0#20275dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
2801909 to
1d29910
Compare
|
Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request. |
|
@copilot resolve the merge conflicts in this pull request |
Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1d29910 to
08eb227
Compare
|
Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request. |
|
Admin server fails to build... |
|
Won't be needed after #20452 |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
…/server Because: - fxa-graphql-api was retired and fxa-admin-server/admin-panel migrated from GraphQL to REST, so nothing in the monorepo reaches @nestjs/apollo, @nestjs/graphql, or @apollo/server at runtime. - The only remaining surface was three stale Sentry integration files: a SentryPlugin class with zero importers and two dead `graphql` context branches in the reporting helpers. - Dropping them shrinks the NestJS 11 lockstep upgrade scope (FXA-13358), obsoletes dependabot PR #20275 (@apollo/server 4 → 5), and eliminates five related advisories including GHSA-9q82-xgwf-vj6h. This commit: - Deletes libs/shared/sentry/src/lib/nest/sentry.plugin.ts and its barrel export. - Strips @nestjs/graphql and @apollo/server imports, isApolloError, and processException from reporting.ts in both libs/shared/sentry and libs/shared/sentry-nest, and removes the isApolloError call from ignoreError. - Removes the "should ignore apollo errors" test and GraphQLError import from both reporting.spec.ts files. - Removes @apollo/server, @nestjs/apollo, and @nestjs/graphql from the root package.json and the corresponding yarn.lock entries. - Drops '@nestjs/apollo' and '@nestjs/graphql' from the serverExternalPackages array in apps/payments/next/next.config.js since those packages no longer resolve. - Pins @types/node-fetch ^2.6.12 as a direct root devDependency — @apollo/server was transitively providing it, and packages/fxa-admin-server/src/newsletters/basket.service.ts still imports from node-fetch. - Migrates libs/vendored/jwtool/src/lib/jwtool.ts to Node 22's global fetch (typed via @types/node/globals.d.ts) so the vendored library no longer imports node-fetch. Closes #FXA-13606
…/server Because: - fxa-graphql-api was retired and fxa-admin-server/admin-panel migrated from GraphQL to REST, so nothing in the monorepo reaches @nestjs/apollo, @nestjs/graphql, or @apollo/server at runtime. - The only remaining surface was three stale Sentry integration files: a SentryPlugin class with zero importers and two dead `graphql` context branches in the reporting helpers. - Dropping them shrinks the NestJS 11 lockstep upgrade scope (FXA-13358), obsoletes dependabot PR #20275 (@apollo/server 4 → 5), and eliminates five related advisories including GHSA-9q82-xgwf-vj6h. This commit: - Deletes libs/shared/sentry/src/lib/nest/sentry.plugin.ts and its barrel export. - Strips @nestjs/graphql and @apollo/server imports, isApolloError, and processException from reporting.ts in both libs/shared/sentry and libs/shared/sentry-nest, and removes the isApolloError call from ignoreError. - Removes the "should ignore apollo errors" test and GraphQLError import from both reporting.spec.ts files. - Removes @apollo/server, @nestjs/apollo, and @nestjs/graphql from the root package.json and the corresponding yarn.lock entries. - Drops '@nestjs/apollo' and '@nestjs/graphql' from the serverExternalPackages array in apps/payments/next/next.config.js since those packages no longer resolve. - Pins @types/node-fetch ^2.6.12 as a direct root devDependency — @apollo/server was transitively providing it, and packages/fxa-admin-server/src/newsletters/basket.service.ts still imports from node-fetch. - Migrates libs/vendored/jwtool/src/lib/jwtool.ts to Node 22's global fetch (typed via @types/node/globals.d.ts) so the vendored library no longer imports node-fetch. Closes #FXA-13606
…/server Because: - fxa-graphql-api was retired and fxa-admin-server/admin-panel migrated from GraphQL to REST, so nothing in the monorepo reaches @nestjs/apollo, @nestjs/graphql, or @apollo/server at runtime. - The only remaining surface was three stale Sentry integration files: a SentryPlugin class with zero importers and two dead `graphql` context branches in the reporting helpers. - Dropping them shrinks the NestJS 11 lockstep upgrade scope (FXA-13358), obsoletes dependabot PR #20275 (@apollo/server 4 → 5), and eliminates five related advisories including GHSA-9q82-xgwf-vj6h. This commit: - Deletes libs/shared/sentry/src/lib/nest/sentry.plugin.ts and its barrel export. - Strips @nestjs/graphql and @apollo/server imports, isApolloError, and processException from reporting.ts in both libs/shared/sentry and libs/shared/sentry-nest, and removes the isApolloError call from ignoreError. - Removes the "should ignore apollo errors" test and GraphQLError import from both reporting.spec.ts files. - Removes @apollo/server, @nestjs/apollo, and @nestjs/graphql from the root package.json and the corresponding yarn.lock entries. - Drops '@nestjs/apollo' and '@nestjs/graphql' from the serverExternalPackages array in apps/payments/next/next.config.js since those packages no longer resolve. - Pins @types/node-fetch ^2.6.12 as a direct root devDependency — @apollo/server was transitively providing it, and packages/fxa-admin-server/src/newsletters/basket.service.ts still imports from node-fetch. - Migrates libs/vendored/jwtool/src/lib/jwtool.ts to Node 22's global fetch (typed via @types/node/globals.d.ts) so the vendored library no longer imports node-fetch. Closes #FXA-13606
Bumps @apollo/server from 4.13.0 to 5.5.0.
Release 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.