Skip to content

chore: bump up apollographql/apollo-ios version to v1.25.6#13687

Open
renovate[bot] wants to merge 1 commit into
canaryfrom
renovate/apollo-graphql-packages
Open

chore: bump up apollographql/apollo-ios version to v1.25.6#13687
renovate[bot] wants to merge 1 commit into
canaryfrom
renovate/apollo-graphql-packages

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 30, 2025

This PR contains the following updates:

Package Update Change
apollographql/apollo-ios patch from: "1.25.4"from: "1.25.6"
apollographql/apollo-ios patch 1.25.41.25.6

Release Notes

apollographql/apollo-ios (apollographql/apollo-ios)

v1.25.6

Compare Source

Fixed
  • Fix \r\n in GraphQL descriptions generating invalid Swift comments (#​965): GraphQL field descriptions containing \r\n (Windows CRLF) line endings caused codegen to emit invalid Swift — only the first line received the /// doc comment prefix and subsequent lines were emitted as uncommented text, breaking compilation. Backport of #​961. Fixes #​3553. Thank you to @​iPhoneNoobDeveloper for the contribution.

v1.25.5

Compare Source

Fixed
  • Fixed concurrency crash in compileGraphQLResult on Swift 6.3/macOS 26 (#​929): Serialized async let calls in compileGraphQLResult to work around a Swift concurrency runtime crash triggered when code generation is used in an AsyncParsableCommand. See PR #​942. Thank you to @​m4p for the contribution.

Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, 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 added the dependencies Pull requests that update a dependency file label Sep 30, 2025
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Sep 30, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.15%. Comparing base (3e42bbf) to head (05c5acd).

Additional details and impacted files
@@            Coverage Diff             @@
##           canary   #13687      +/-   ##
==========================================
- Coverage   57.19%   57.15%   -0.04%     
==========================================
  Files        3274     3274              
  Lines      184276   184276              
  Branches    26579    26578       -1     
==========================================
- Hits       105395   105325      -70     
- Misses      75190    75264      +74     
+ Partials     3691     3687       -4     
Flag Coverage Δ
server-test 76.17% <ø> (-0.09%) ⬇️
unittest 34.71% <ø> (+<0.01%) ⬆️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/apollo-graphql-packages branch from a561f7d to d5c205c Compare October 10, 2025 02:02
@renovate renovate Bot changed the title chore: bump up apollographql/apollo-ios version to v1.24.0 chore: bump up apollographql/apollo-ios version to v1.25.0 Oct 10, 2025
@renovate renovate Bot changed the title chore: bump up apollographql/apollo-ios version to v1.25.0 chore: bump up apollographql/apollo-ios version to v1.25.1 Oct 13, 2025
@renovate renovate Bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 5b9b2a0 to 670fd6c Compare October 14, 2025 18:16
@renovate renovate Bot changed the title chore: bump up apollographql/apollo-ios version to v1.25.1 chore: bump up apollographql/apollo-ios version to v1.25.2 Oct 14, 2025
@renovate renovate Bot force-pushed the renovate/apollo-graphql-packages branch from 670fd6c to 012eed4 Compare November 6, 2025 03:50
@renovate renovate Bot changed the title chore: bump up apollographql/apollo-ios version to v1.25.2 chore: bump up apollographql/apollo-ios version to v1.25.3 Nov 6, 2025
@renovate renovate Bot force-pushed the renovate/apollo-graphql-packages branch from 012eed4 to 91b902f Compare November 11, 2025 01:05
@renovate renovate Bot force-pushed the renovate/apollo-graphql-packages branch from 91b902f to 5e3963a Compare December 28, 2025 15:31
@renovate renovate Bot force-pushed the renovate/apollo-graphql-packages branch from 5e3963a to a6d937d Compare February 8, 2026 07:58
@renovate renovate Bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from a0ec610 to add8942 Compare March 2, 2026 18:07
@renovate renovate Bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 3a5f98b to d4c74eb Compare March 14, 2026 10:13
@renovate renovate Bot force-pushed the renovate/apollo-graphql-packages branch from d4c74eb to 6e0b413 Compare March 21, 2026 19:06
@renovate renovate Bot changed the title chore: bump up apollographql/apollo-ios version to v1.25.3 chore: bump up apollographql/apollo-ios version to v1.25.5 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/apollo-graphql-packages branch from 6e0b413 to e0fc559 Compare April 16, 2026 05:48
@darkskygit darkskygit force-pushed the canary branch 5 times, most recently from 3403237 to 78a9942 Compare April 29, 2026 11:31
@renovate renovate Bot force-pushed the renovate/apollo-graphql-packages branch from e0fc559 to d5036a3 Compare May 9, 2026 15:50
@renovate renovate Bot changed the title chore: bump up apollographql/apollo-ios version to v1.25.5 chore: bump up apollographql/apollo-ios version to v1.25.6 May 9, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 9, 2026

Deploying blocksuite-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 05c5acd
Status: ✅  Deploy successful!
Preview URL: https://72d3f366.blocksuite-docs.pages.dev
Branch Preview URL: https://renovate-apollo-graphql-pack.blocksuite-docs.pages.dev

View logs

@renovate renovate Bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 45aa1d3 to 3f9d027 Compare May 18, 2026 16:51
@renovate renovate Bot force-pushed the renovate/apollo-graphql-packages branch from 3f9d027 to 05c5acd Compare May 19, 2026 16:03
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

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

0 participants