Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps apollo-angular from 11.0.0 to 12.0.0.

Release notes

Sourced from apollo-angular's releases.

apollo-angular@12.0.0

[!CAUTION] Before upgrading apollo-angular to v12, be sure to read all the breaking changes from @apollo/client v4 that also applies to apollo-angular.

Major Changes

  • #2372 44ed9a5 Thanks @​jerelmiller! - Namespaced types

    Before:

    import type {
      MutationOptionsAlone,
      QueryOptionsAlone,
      SubscriptionOptionsAlone,
      WatchQueryOptions,
      WatchQueryOptionsAlone,
    } from 'apollo-angular';
    import type { BatchOptions, Options } from 'apollo-angular/http';
    type AllTypes =
    | Options
    | BatchOptions
    | MutationOptionsAlone
    | QueryOptionsAlone
    | SubscriptionOptionsAlone
    | WatchQueryOptions
    | WatchQueryOptionsAlone;

    After:

    import type { Apollo, Mutation, Query, Subscription } from 'apollo-angular';
    import type { HttpBatchLink, HttpLink } from 'apollo-angular/http';
    type AllTypes =
    | HttpLink.Options
    | HttpBatchLink.Options
    | Mutation.MutateOptions
    | Query.FetchOptions
    | Subscription.SubscribeOptions
    | Apollo.WatchQueryOptions
    | Query.WatchOptions;

  • #2372 bdc93df

... (truncated)

Changelog

Sourced from apollo-angular's changelog.

12.0.0

Major Changes

  • #2372 44ed9a5 Thanks @​jerelmiller! - Namespaced types

    Before:

    import type {
      MutationOptionsAlone,
      QueryOptionsAlone,
      SubscriptionOptionsAlone,
      WatchQueryOptions,
      WatchQueryOptionsAlone,
    } from 'apollo-angular';
    import type { BatchOptions, Options } from 'apollo-angular/http';
    type AllTypes =
    | Options
    | BatchOptions
    | MutationOptionsAlone
    | QueryOptionsAlone
    | SubscriptionOptionsAlone
    | WatchQueryOptions
    | WatchQueryOptionsAlone;

    After:

    import type { Apollo, Mutation, Query, Subscription } from 'apollo-angular';
    import type { HttpBatchLink, HttpLink } from 'apollo-angular/http';
    type AllTypes =
    | HttpLink.Options
    | HttpBatchLink.Options
    | Mutation.MutateOptions
    | Query.FetchOptions
    | Subscription.SubscribeOptions
    | Apollo.WatchQueryOptions
    | Query.WatchOptions;

  • #2372 bdc93df Thanks @​jerelmiller! - httpHeaders is a class

... (truncated)

Commits
  • 4e4f642 chore(release): update monorepo packages versions
  • 7e4a609 New onlyComplete() helper to filter only complete results
  • 84d3fb5 Linting
  • 9d499ac Prettier
  • e4d49da Modern tsconfig
  • bc4a494 Drop requirement of esnext.asynciterable and allowSyntheticDefaultImports
  • 44ed9a5 Document namespaced types
  • bdc93df Drop httpHeaders entirely
  • 891f736 Use ObservableStream in tests
  • be2a827 Just check type when asserting takeNext
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 13, 2025 12:54
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 13, 2025
@github-actions github-actions bot enabled auto-merge (squash) October 13, 2025 12:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/apollo-angular-12.0.0 branch from c997113 to 4e696c4 Compare October 13, 2025 12:56
Bumps [apollo-angular](https://github.com/the-guild-org/apollo-angular/tree/HEAD/packages/apollo-angular) from 11.0.0 to 12.0.0.
- [Release notes](https://github.com/the-guild-org/apollo-angular/releases)
- [Changelog](https://github.com/the-guild-org/apollo-angular/blob/master/packages/apollo-angular/CHANGELOG.md)
- [Commits](https://github.com/the-guild-org/apollo-angular/commits/apollo-angular@12.0.0/packages/apollo-angular)

---
updated-dependencies:
- dependency-name: apollo-angular
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/apollo-angular-12.0.0 branch from 4e696c4 to f4de4c8 Compare October 20, 2025 12:41
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

Superseded by #612.

@dependabot dependabot bot closed this Oct 27, 2025
auto-merge was automatically disabled October 27, 2025 13:07

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/apollo-angular-12.0.0 branch October 27, 2025 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant