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

chore(deps): update dependency apollo-angular to v7 #1338

Merged
merged 1 commit into from
May 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
apollo-angular (source) 6.0.0 -> 7.0.1 age adoption passing confidence

Release Notes

kamilkisiela/apollo-angular (apollo-angular)

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner April 24, 2024 11:24
@renovate renovate bot force-pushed the renovate/apollo-angular-7.x branch from 389d395 to a0831af Compare April 25, 2024 02:05
Copy link

relativeci bot commented Apr 25, 2024

#316 Bundle Size — 913.8KiB (0%).

01d29f1(current) vs 89b7b60 main#315(baseline)

Warning

Bundle contains 32 duplicate packages – View duplicate packages

Bundle metrics  no changes
                 Current
#316
     Baseline
#315
No change  Initial JS 876.4KiB 876.4KiB
No change  Initial CSS 0B 0B
No change  Cache Invalidation 0% 0%
No change  Chunks 5 5
No change  Assets 12 12
No change  Modules 683 683
No change  Duplicate Modules 35 35
No change  Duplicate Code 4.56% 4.56%
No change  Packages 99 99
No change  Duplicate Packages 31 31
Bundle size by type  no changes
                 Current
#316
     Baseline
#315
No change  JS 876.4KiB 876.4KiB
No change  IMG 35.85KiB 35.85KiB
No change  HTML 810B 810B
No change  Other 778B 778B

Bundle analysis reportBranch renovate/apollo-angular-7.xProject dashboard

@renovate renovate bot force-pushed the renovate/apollo-angular-7.x branch 6 times, most recently from 4188b62 to 9ca0a4a Compare April 28, 2024 06:31
@renovate renovate bot force-pushed the renovate/apollo-angular-7.x branch 14 times, most recently from a20390a to b770f34 Compare May 7, 2024 18:17
@renovate renovate bot force-pushed the renovate/apollo-angular-7.x branch from b770f34 to 01d29f1 Compare May 7, 2024 19:11
@jerelmiller jerelmiller merged commit c235251 into main May 7, 2024
9 checks passed
@jerelmiller jerelmiller deleted the renovate/apollo-angular-7.x branch May 7, 2024 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant