Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency apollo-angular to v8 #260

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
apollo-angular (source) ^4.2.0 -> ^8.0.0 age adoption passing confidence

Release Notes

kamilkisiela/apollo-angular (apollo-angular)

v8.0.0

Compare Source

Major Changes
  • #​2316
    8c75368
    Thanks @​Frozen-byte! - added a complete() method for
    TestOperation object to cancel subscriptions after flush()

    BREAKING CHANGE: subscription observables must be manually completed by the complete() method.

Patch Changes

v7.2.1

Compare Source

Patch Changes
  • #​2312
    8bbdc6b
    Thanks @​PowerKiKi! - Smaller bundle for gql

  • #​2314
    e98e06a
    Thanks @​PowerKiKi! - Deprecate graphql alias for gql tag
    function

    Because importing the same thing from two different import points will increase the final bundle
    size. If you want a different name for the tag function, then use as syntax, such as:

    import { gql as graphql } from 'apollo-angular';

v7.2.0

Compare Source

Minor Changes
Patch Changes

v7.1.2

Compare Source

Patch Changes

v7.1.1

Compare Source

Patch Changes

v7.0.2

Compare Source

Patch Changes

v7.0.1

Compare Source

Patch Changes

v7.0.0

Compare Source

Major Changes
  • #​2225
    712205f
    Thanks @​PowerKiKi! - BREAKING use Typescript strict mode

    This is breaking because:

    • ApolloBase.client throws an error if no client has been created beforehand. The behavior now
      matches the typing that always declared a client existed. In most cases, you should pass either
      apolloOptions or apolloNamedOptions to Apollo.constructor to create the client immediately
      upon construction.
    • ApolloBase.query(), ApolloBase.mutate() and ApolloBase.subscribe() all have a new
      constraint on V. If you inherit from this class, you might need to adjust your typing.
    • Classes that inherit Query, Mutation and Subscription must declare the document member.
      This requirement always existed at runtime but was not enforced at compile time until now. If
      you generated code, you have nothing to do.
    • QueryRef.getLastResult() and QueryRef.getLastError() might return undefined. This was
      always the case, but was typed incorrectly until now.
    • pickFlag() was dropped without any replacement.
    • createPersistedQueryLink() requires options. This was always the case but was typed
      incorrectly until now.

v6.0.0

Compare Source

Major Changes
  • #​2093
    fbd86daf
    Thanks @​PowerKiKi! - - Add Angular 17 Support
    • Drop support for Angular 14, 15 and 16
    • Support for ng add schematics for standalone apps or module apps
Patch Changes

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes

v5.0.0

Compare Source

Major Changes
  • #​2010
    ea8b7034
    Thanks @​HendrikJanssen! - Support Angular 16

    This is a breaking change because support for node v14 must be dropped to follow Angular 16
    requirements.


Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" (UTC), 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.

Copy link
Contributor Author

renovate bot commented Nov 23, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: @angular/[email protected]
npm error node_modules/@angular/core
npm error   @angular/core@"^15.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @angular/core@"^17.0.0 || ^18.0.0 || ^19.0.0" from [email protected]
npm error node_modules/apollo-angular
npm error   apollo-angular@"^8.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2025-01-23T12_45_27_375Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-01-23T12_45_27_375Z-debug-0.log

@renovate renovate bot force-pushed the renovate/apollo-angular-8.x branch 4 times, most recently from ff2227b to fc176f7 Compare November 29, 2024 04:49
@renovate renovate bot force-pushed the renovate/apollo-angular-8.x branch 4 times, most recently from 5b3acf7 to e670cd1 Compare December 6, 2024 01:10
@renovate renovate bot changed the title Update dependency apollo-angular to v8 Update dependency apollo-angular to v8 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/apollo-angular-8.x branch December 8, 2024 18:56
@renovate renovate bot changed the title Update dependency apollo-angular to v8 - autoclosed Update dependency apollo-angular to v8 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/apollo-angular-8.x branch 5 times, most recently from 1bc9b56 to 8d11f30 Compare December 16, 2024 00:10
@renovate renovate bot force-pushed the renovate/apollo-angular-8.x branch from 8d11f30 to fba9587 Compare December 20, 2024 02:01
@renovate renovate bot force-pushed the renovate/apollo-angular-8.x branch 3 times, most recently from a171d2a to 214c81c Compare January 3, 2025 04:53
@renovate renovate bot force-pushed the renovate/apollo-angular-8.x branch 2 times, most recently from 1106217 to 4612ba4 Compare January 10, 2025 03:00
@renovate renovate bot force-pushed the renovate/apollo-angular-8.x branch 4 times, most recently from 9ac8f92 to 7abde4b Compare January 20, 2025 04:30
@renovate renovate bot force-pushed the renovate/apollo-angular-8.x branch from 7abde4b to 0609362 Compare January 23, 2025 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants