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

fix(deps): update apollo to v4.1.1 #1167

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.apollographql.apollo 4.1.0 -> 4.1.1 age adoption passing confidence
com.apollographql.apollo:apollo-gradle-plugin 4.1.0 -> 4.1.1 age adoption passing confidence
com.apollographql.apollo:apollo-testing-support 4.1.0 -> 4.1.1 age adoption passing confidence
com.apollographql.apollo:apollo-normalized-cache-sqlite 4.1.0 -> 4.1.1 age adoption passing confidence
com.apollographql.apollo:apollo-normalized-cache 4.1.0 -> 4.1.1 age adoption passing confidence

Release Notes

apollographql/apollo-kotlin (com.apollographql.apollo)

v4.1.1

2025-01-24

Kotlin 2.1.0 (#​6291)

The artifacts are now compiled with Kotlin 2.1.0. This change should be transparent for JVM and Android users thanks to languageVersion but requires klib consumers (native + JS) to update their KGP version to 2.1.0.

Rover LSP support in the IntelliJ plugin (#​6274)

The IntelliJ plugin now has a dedicated mode for backend developers that uses Rover LSP (Language Server Protocol) to parse federation and connectors directives. This mode is only available when using IntelliJ Ultimate and other IDEs with LSP support. It is recommended for subgraphs authors.

Gradle isolated projects support (#​6351)

This release supports Gradle isolated projects for shorter configuration times.

Contributors 💙💙

Many thanks to @​jvanderwee, @​varahash, @​whyoleg, @​StylianosGakis and @​scana for all the contributions and help in this release 💙!

👷‍♂️ All changes

  • [all] Do not set the license URL in the POMs (#​6247)
  • [all] Bump Kotlin to 2.1.0 (#​6291)
  • [all] Bump atomicfu (#​6245)
  • [intellij-plugin] Play nice with IDEs without Kotlin/Gradle (#​6358)
  • [intellij-plugin] Reduce usage of GradleExecutionHelper (#​6355)
  • [intellij-plugin] Use our own executeOnPooledThread instead of Android Plugin's (#​6310)
  • [intellij-plugin] Make Java and Kotlin dependencies optional (#​6304)
  • [intellij-plugin] Pass arguments to rover (#​6303)
  • [intellij-plugin] Move Rover settings to own section and add note about needing v0.27.0+ (#​6278)
  • [intellij-plugin] Remove untilBuild (#​6279)
  • [intellij-plugin] Add support for the Apollo LSP via Rover (#​6274)
  • [intellij-plugin] Don't reference AdbShellCommandsUtil.executeCommandBlocking that's been removed (#​6268)
  • [intellij-plugin] Make verifyPlugin fail on certain problems (#​6256)
  • [intellij-plugin] Do not use internal symbol (#​6255)
  • [intellij-plugin] Add explicit dependency to com.intellij.modules.json (#​6254)
  • [gradle-plugin] Add a fail-safe mode to disable 2-step introspection and use minimal introspection query (#​6360)
  • [gradle-plugin] Isolated Projects support (#​6351)
  • [gradle-plugin] expose the outgoing variants (#​6329)
  • [gradle-plugin] Better Gradle error message (#​6326)
  • [gradle-plugin] Fix classloader caching. Many thanks @​scana for catching this (#​6309)
  • [gradle-plugin] Manage our classloaders manually (#​6305)
  • [gradle-plugin] Only call onSchema() once in multi-module scenrios (#​6252)
  • [runtime] Copy executionContext inside HttpRequest.newBuilder (#​6350)
  • [runtime] Apple HttpEngine: lock the handlers map (#​6348)
  • [runtime] Allow to initialize WebSocketEngine lazily (#​6290)
  • [runtime] Remove CloseableBackgroundDispatcher (#​6286)
  • [runtime] Override JsonNumber.toString() (#​6273)
  • [runtime] Implement ApolloWebSocketClosedException on darwin targets and update docs (#​6275)
  • [ast] Make deprecation.reason non-nullable (#​6311)
  • [ast] Allow multiple @​link schema extensions (#​6284)
  • [normalized-cache] Add ApolloStore.ALL_KEYS to notify all watchers (#​6337)
  • [http-cache] HTTP cache: do not remove cached entries on transport errors (#​6314)
  • [execution] Add apollo-execution (#​6356)

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot assigned alvr Jan 24, 2025
@renovate renovate bot requested a review from alvr as a code owner January 24, 2025 11:49
@alvr alvr enabled auto-merge January 24, 2025 11:49
@renovate renovate bot force-pushed the renovate/apollo branch from 434a669 to 1c7351f Compare January 24, 2025 11:59
Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.22%. Comparing base (469872e) to head (1c7351f).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1167   +/-   ##
========================================
  Coverage    98.22%   98.22%           
========================================
  Files           92       92           
  Lines          789      789           
  Branches        41       41           
========================================
  Hits           775      775           
  Misses           9        9           
  Partials         5        5           
Flag Coverage Δ
unittests 98.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant