Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps apollo-angular from 11.0.0 to 12.1.0.

Release notes

Sourced from apollo-angular's releases.

apollo-angular@12.1.0

Minor Changes

  • #2382 d21e7f9 Thanks @​PowerKiKi! - New onlyCompleteFragment()

    Same as onlyCompleteData() but for Apollo.watchFragment().

Patch Changes

  • #2381 679dba2 Thanks @​PowerKiKi! - Rename onlyComplete() into onlyCompleteData()

    Because it communicates better that it is about the data, and not the stream being completed.

    onlyComplete() will be dropped in the next major version.

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;

... (truncated)

Changelog

Sourced from apollo-angular's changelog.

12.1.0

Minor Changes

  • #2382 d21e7f9 Thanks @​PowerKiKi! - New onlyCompleteFragment()

    Same as onlyCompleteData() but for Apollo.watchFragment().

Patch Changes

  • #2381 679dba2 Thanks @​PowerKiKi! - Rename onlyComplete() into onlyCompleteData()

    Because it communicates better that it is about the data, and not the stream being completed.

    onlyComplete() will be dropped in the next major version.

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;

... (truncated)

Commits
  • 8bf6947 chore(release): update monorepo packages versions
  • d21e7f9 New onlyCompleteFragment() (#2382)
  • 679dba2 Rename onlyComplete() into onlyCompleteData()
  • 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
  • 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 27, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 27, 2025 13:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 27, 2025
@github-actions github-actions bot enabled auto-merge (squash) October 27, 2025 13:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/apollo-angular-12.1.0 branch 2 times, most recently from 7d30456 to 784908a Compare November 3, 2025 12:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/apollo-angular-12.1.0 branch from 784908a to 538ab96 Compare November 10, 2025 16:41
Bumps [apollo-angular](https://github.com/the-guild-org/apollo-angular/tree/HEAD/packages/apollo-angular) from 11.0.0 to 12.1.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.1.0/packages/apollo-angular)

---
updated-dependencies:
- dependency-name: apollo-angular
  dependency-version: 12.1.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.1.0 branch from 538ab96 to b396753 Compare November 24, 2025 12:59
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2025

Superseded by #645.

@dependabot dependabot bot closed this Dec 1, 2025
auto-merge was automatically disabled December 1, 2025 14:10

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/apollo-angular-12.1.0 branch December 1, 2025 14:10
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