[PR #74] [CLOSED] deps(deps): Bump @apollo/client from 3.14.0 to 4.1.5 #77

Closed
opened 2026-02-26 12:17:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asalimonov/authelia-admin/pull/74
Author: @dependabot[bot]
Created: 2/23/2026
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/apollo/client-4.1.5


📝 Commits (1)

  • d6d00ad deps(deps): Bump @apollo/client from 3.14.0 to 4.1.5

📊 Changes

2 files changed (+25 additions, -137 deletions)

View changed files

📝 package-lock.json (+24 -136)
📝 package.json (+1 -1)

📄 Description

Bumps @apollo/client from 3.14.0 to 4.1.5.

Release notes

Sourced from @​apollo/client's releases.

@​apollo/client@​4.1.5

Patch Changes

@​apollo/client@​4.1.4

Patch Changes

  • #13124 578081f Thanks @​Re-cool! - Ensure PersistedQueryLink merges http and fetchOptions context values instead of overwriting them.

@​apollo/client@​4.1.3

Patch Changes

  • #13111 bf46fe0 Thanks @​RogerHYang! - Fix createFetchMultipartSubscription to support cancellation via AbortController

    Previously, calling dispose() or unsubscribe() on a subscription created by createFetchMultipartSubscription had no effect - the underlying fetch request would continue running until completion. This was because no AbortController was created or passed to fetch(), and no cleanup function was returned from the Observable.

@​apollo/client@​4.1.2

Patch Changes

  • #13105 8b62263 Thanks @​phryneas! - ssrMode, ssrForceFetchDelay or prioritizeCacheValues should not override fetchPolicy: 'cache-only', fetchPolicy: 'no-cache', fetchPolicy: 'standby', skip: true, or skipToken when reading the initial value of an ObservableQuery.

  • #13105 8b62263 Thanks @​phryneas! - Fix skipToken in useQuery with prerenderStatic and related SSR functions.

  • #13105 8b62263 Thanks @​phryneas! - Avoid fetches with fetchPolicy: no-cache in useQuery with prerenderStatic and related SSR functions.

@​apollo/client@​4.1.1

Patch Changes

@​apollo/client@​4.1.0

Minor Changes

  • #13043 65e66ca Thanks @​jerelmiller! - Support headers transport for enhanced client awareness.

  • #12927 785e223 Thanks @​jerelmiller! - You can now provide a callback function as the context option on the mutate function returned by useMutation. The callback function is called with the value of the context option provided to the useMutation hook. This is useful if you'd like to merge the context object provided to the useMutation hook with a value provided to the mutate function.

    function MyComponent() {
      const [mutate, result] = useMutation(MUTATION, {
        context: { foo: true },
      });
    

    async function runMutation() { await mutate({ // sends context as { foo: true, bar: true } context: (hookContext) => ({ ...hookContext, bar: true }),

... (truncated)

Changelog

Sourced from @​apollo/client's changelog.

4.1.5

Patch Changes

4.1.4

Patch Changes

  • #13124 578081f Thanks @​Re-cool! - Ensure PersistedQueryLink merges http and fetchOptions context values instead of overwriting them.

4.1.3

Patch Changes

  • #13111 bf46fe0 Thanks @​RogerHYang! - Fix createFetchMultipartSubscription to support cancellation via AbortController

    Previously, calling dispose() or unsubscribe() on a subscription created by createFetchMultipartSubscription had no effect - the underlying fetch request would continue running until completion. This was because no AbortController was created or passed to fetch(), and no cleanup function was returned from the Observable.

4.1.2

Patch Changes

  • #13105 8b62263 Thanks @​phryneas! - ssrMode, ssrForceFetchDelay or prioritizeCacheValues should not override fetchPolicy: 'cache-only', fetchPolicy: 'no-cache', fetchPolicy: 'standby', skip: true, or skipToken when reading the initial value of an ObservableQuery.

  • #13105 8b62263 Thanks @​phryneas! - Fix skipToken in useQuery with prerenderStatic and related SSR functions.

  • #13105 8b62263 Thanks @​phryneas! - Avoid fetches with fetchPolicy: no-cache in useQuery with prerenderStatic and related SSR functions.

4.1.1

Patch Changes

4.1.0

Minor Changes

  • #13043 65e66ca Thanks @​jerelmiller! - Support headers transport for enhanced client awareness.

  • #12927 785e223 Thanks @​jerelmiller! - You can now provide a callback function as the context option on the mutate function returned by useMutation. The callback function is called with the value of the context option provided to the useMutation hook. This is useful if you'd like to merge the context object provided to the useMutation hook with a value provided to the mutate function.

    function MyComponent() {
      const [mutate, result] = useMutation(MUTATION, {
        context: { foo: true },
    

... (truncated)

Commits
  • 32f92e5 Version Packages (#13158)
  • 3ba1583 Fix issue with useQuery polling when skip was initialized with true (#1...
  • fd42142 Fix client.query using defaultOptions.watchQuery (#13135)
  • 50a5b30 Add framework integration guides for Next.js, React Router, and TanStack Star...
  • 8e68c69 Merge branch 'main' into copilot/integrate-apollo-client-guides
  • 8a6e12c chore(deps): update actions/cache action to v5 (#13146)
  • 39adac0 Allow for publishes on branch version-3.x (#13150)
  • d256904 docs: document subscription error handling behavior in Apollo Client 4 (#13127)
  • 640724c migrate eslint from old flatConfig compat to modern flatConfig (#13138)
  • ab7ae42 Move test to proper location (#13134)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​apollo/client since your current version.


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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/asalimonov/authelia-admin/pull/74 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/23/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/apollo/client-4.1.5` --- ### 📝 Commits (1) - [`d6d00ad`](https://github.com/asalimonov/authelia-admin/commit/d6d00ad84dbbe8054b51bc917dcb7d3cffa00892) deps(deps): Bump @apollo/client from 3.14.0 to 4.1.5 ### 📊 Changes **2 files changed** (+25 additions, -137 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+24 -136) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.14.0 to 4.1.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apollographql/apollo-client/releases"><code>@​apollo/client</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​apollo/client</code><a href="https://github.com/4"><code>@​4</code></a>.1.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/13155">#13155</a> <a href="https://github.com/apollographql/apollo-client/commit/3ba1583f93c40343501acd9d598ce506537d1c9b"><code>3ba1583</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Fix an issue where <code>useQuery</code> would poll with <code>pollInterval</code> when <code>skip</code> was initialized to <code>true</code>.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/13135">#13135</a> <a href="https://github.com/apollographql/apollo-client/commit/fd42142495d24859a9bc7145a85bc8f8d857ec88"><code>fd42142</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Fix issue where <code>client.query</code> would apply options from <code>defaultOptions.watchQuery</code>.</p> </li> </ul> <h2><code>@​apollo/client</code><a href="https://github.com/4"><code>@​4</code></a>.1.4</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/apollographql/apollo-client/pull/13124">#13124</a> <a href="https://github.com/apollographql/apollo-client/commit/578081f2da7f2f54c0dd2711ee4a97530a5c38fc"><code>578081f</code></a> Thanks <a href="https://github.com/Re-cool"><code>@​Re-cool</code></a>! - Ensure <code>PersistedQueryLink</code> merges <code>http</code> and <code>fetchOptions</code> context values instead of overwriting them.</li> </ul> <h2><code>@​apollo/client</code><a href="https://github.com/4"><code>@​4</code></a>.1.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/13111">#13111</a> <a href="https://github.com/apollographql/apollo-client/commit/bf46fe019b316ea8a87a05981a89fac5411260b4"><code>bf46fe0</code></a> Thanks <a href="https://github.com/RogerHYang"><code>@​RogerHYang</code></a>! - Fix <code>createFetchMultipartSubscription</code> to support cancellation via <code>AbortController</code></p> <p>Previously, calling <code>dispose()</code> or <code>unsubscribe()</code> on a subscription created by <code>createFetchMultipartSubscription</code> had no effect - the underlying fetch request would continue running until completion. This was because no <code>AbortController</code> was created or passed to <code>fetch()</code>, and no cleanup function was returned from the Observable.</p> </li> </ul> <h2><code>@​apollo/client</code><a href="https://github.com/4"><code>@​4</code></a>.1.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/13105">#13105</a> <a href="https://github.com/apollographql/apollo-client/commit/8b62263e19b3442e20fea822de62074cf4f5cb22"><code>8b62263</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - <code>ssrMode</code>, <code>ssrForceFetchDelay</code> or <code>prioritizeCacheValues</code> should not override <code>fetchPolicy: 'cache-only'</code>, <code>fetchPolicy: 'no-cache'</code>, <code>fetchPolicy: 'standby'</code>, <code>skip: true</code>, or <code>skipToken</code> when reading the initial value of an <code>ObservableQuery</code>.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/13105">#13105</a> <a href="https://github.com/apollographql/apollo-client/commit/8b62263e19b3442e20fea822de62074cf4f5cb22"><code>8b62263</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Fix <code>skipToken</code> in <code>useQuery</code> with <code>prerenderStatic</code> and related SSR functions.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/13105">#13105</a> <a href="https://github.com/apollographql/apollo-client/commit/8b62263e19b3442e20fea822de62074cf4f5cb22"><code>8b62263</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Avoid fetches with <code>fetchPolicy: no-cache</code> in <code>useQuery</code> with <code>prerenderStatic</code> and related SSR functions.</p> </li> </ul> <h2><code>@​apollo/client</code><a href="https://github.com/4"><code>@​4</code></a>.1.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/apollographql/apollo-client/pull/13103">#13103</a> <a href="https://github.com/apollographql/apollo-client/commit/dee7dcff4d4baa26d623d1ecace60be88c684c1a"><code>dee7dcf</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Ensure <code>@client</code> fields that are children of aliased server fields are resolved correctly.</li> </ul> <h2><code>@​apollo/client</code><a href="https://github.com/4"><code>@​4</code></a>.1.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/13043">#13043</a> <a href="https://github.com/apollographql/apollo-client/commit/65e66cafb6828b63d14b64877bbad47af95f66e4"><code>65e66ca</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Support <code>headers</code> transport for enhanced client awareness.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/12927">#12927</a> <a href="https://github.com/apollographql/apollo-client/commit/785e2232b4f7d9e561611cd4f45b8fdd1e44319e"><code>785e223</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - You can now provide a callback function as the <code>context</code> option on the <code>mutate</code> function returned by <code>useMutation</code>. The callback function is called with the value of the <code>context</code> option provided to the <code>useMutation</code> hook. This is useful if you'd like to merge the context object provided to the <code>useMutation</code> hook with a value provided to the <code>mutate</code> function.</p> <pre lang="ts"><code>function MyComponent() { const [mutate, result] = useMutation(MUTATION, { context: { foo: true }, }); <p>async function runMutation() { await mutate({ // sends context as { foo: true, bar: true } context: (hookContext) =&gt; ({ ...hookContext, bar: true }), </code></pre></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md"><code>@​apollo/client</code>'s changelog</a>.</em></p> <blockquote> <h2>4.1.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/13155">#13155</a> <a href="https://github.com/apollographql/apollo-client/commit/3ba1583f93c40343501acd9d598ce506537d1c9b"><code>3ba1583</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Fix an issue where <code>useQuery</code> would poll with <code>pollInterval</code> when <code>skip</code> was initialized to <code>true</code>.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/13135">#13135</a> <a href="https://github.com/apollographql/apollo-client/commit/fd42142495d24859a9bc7145a85bc8f8d857ec88"><code>fd42142</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Fix issue where <code>client.query</code> would apply options from <code>defaultOptions.watchQuery</code>.</p> </li> </ul> <h2>4.1.4</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/apollographql/apollo-client/pull/13124">#13124</a> <a href="https://github.com/apollographql/apollo-client/commit/578081f2da7f2f54c0dd2711ee4a97530a5c38fc"><code>578081f</code></a> Thanks <a href="https://github.com/Re-cool"><code>@​Re-cool</code></a>! - Ensure <code>PersistedQueryLink</code> merges <code>http</code> and <code>fetchOptions</code> context values instead of overwriting them.</li> </ul> <h2>4.1.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/13111">#13111</a> <a href="https://github.com/apollographql/apollo-client/commit/bf46fe019b316ea8a87a05981a89fac5411260b4"><code>bf46fe0</code></a> Thanks <a href="https://github.com/RogerHYang"><code>@​RogerHYang</code></a>! - Fix <code>createFetchMultipartSubscription</code> to support cancellation via <code>AbortController</code></p> <p>Previously, calling <code>dispose()</code> or <code>unsubscribe()</code> on a subscription created by <code>createFetchMultipartSubscription</code> had no effect - the underlying fetch request would continue running until completion. This was because no <code>AbortController</code> was created or passed to <code>fetch()</code>, and no cleanup function was returned from the Observable.</p> </li> </ul> <h2>4.1.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/13105">#13105</a> <a href="https://github.com/apollographql/apollo-client/commit/8b62263e19b3442e20fea822de62074cf4f5cb22"><code>8b62263</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - <code>ssrMode</code>, <code>ssrForceFetchDelay</code> or <code>prioritizeCacheValues</code> should not override <code>fetchPolicy: 'cache-only'</code>, <code>fetchPolicy: 'no-cache'</code>, <code>fetchPolicy: 'standby'</code>, <code>skip: true</code>, or <code>skipToken</code> when reading the initial value of an <code>ObservableQuery</code>.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/13105">#13105</a> <a href="https://github.com/apollographql/apollo-client/commit/8b62263e19b3442e20fea822de62074cf4f5cb22"><code>8b62263</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Fix <code>skipToken</code> in <code>useQuery</code> with <code>prerenderStatic</code> and related SSR functions.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/13105">#13105</a> <a href="https://github.com/apollographql/apollo-client/commit/8b62263e19b3442e20fea822de62074cf4f5cb22"><code>8b62263</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Avoid fetches with <code>fetchPolicy: no-cache</code> in <code>useQuery</code> with <code>prerenderStatic</code> and related SSR functions.</p> </li> </ul> <h2>4.1.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/apollographql/apollo-client/pull/13103">#13103</a> <a href="https://github.com/apollographql/apollo-client/commit/dee7dcff4d4baa26d623d1ecace60be88c684c1a"><code>dee7dcf</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Ensure <code>@client</code> fields that are children of aliased server fields are resolved correctly.</li> </ul> <h2>4.1.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/13043">#13043</a> <a href="https://github.com/apollographql/apollo-client/commit/65e66cafb6828b63d14b64877bbad47af95f66e4"><code>65e66ca</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Support <code>headers</code> transport for enhanced client awareness.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/12927">#12927</a> <a href="https://github.com/apollographql/apollo-client/commit/785e2232b4f7d9e561611cd4f45b8fdd1e44319e"><code>785e223</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - You can now provide a callback function as the <code>context</code> option on the <code>mutate</code> function returned by <code>useMutation</code>. The callback function is called with the value of the <code>context</code> option provided to the <code>useMutation</code> hook. This is useful if you'd like to merge the context object provided to the <code>useMutation</code> hook with a value provided to the <code>mutate</code> function.</p> <pre lang="ts"><code>function MyComponent() { const [mutate, result] = useMutation(MUTATION, { context: { foo: true }, </code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/32f92e50e8aa3fb30805f6670641dc0b1271f585"><code>32f92e5</code></a> Version Packages (<a href="https://redirect.github.com/apollographql/apollo-client/issues/13158">#13158</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/3ba1583f93c40343501acd9d598ce506537d1c9b"><code>3ba1583</code></a> Fix issue with <code>useQuery</code> polling when <code>skip</code> was initialized with <code>true</code> (<a href="https://redirect.github.com/apollographql/apollo-client/issues/1">#1</a>...</li> <li><a href="https://github.com/apollographql/apollo-client/commit/fd42142495d24859a9bc7145a85bc8f8d857ec88"><code>fd42142</code></a> Fix <code>client.query</code> using <code>defaultOptions.watchQuery</code> (<a href="https://redirect.github.com/apollographql/apollo-client/issues/13135">#13135</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/50a5b30156c697aeb3fd35826fa54d717b5dfe00"><code>50a5b30</code></a> Add framework integration guides for Next.js, React Router, and TanStack Star...</li> <li><a href="https://github.com/apollographql/apollo-client/commit/8e68c691f4bf1a4d92feb91d9a50bd1dcbb410f2"><code>8e68c69</code></a> Merge branch 'main' into copilot/integrate-apollo-client-guides</li> <li><a href="https://github.com/apollographql/apollo-client/commit/8a6e12c7f3069b0879318fb9d82366d610073245"><code>8a6e12c</code></a> chore(deps): update actions/cache action to v5 (<a href="https://redirect.github.com/apollographql/apollo-client/issues/13146">#13146</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/39adac005bfc947948960ec32635272d7d252bd5"><code>39adac0</code></a> Allow for publishes on branch <code>version-3.x</code> (<a href="https://redirect.github.com/apollographql/apollo-client/issues/13150">#13150</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/d25690481b5bf3186d0979569a72c993d3e3684e"><code>d256904</code></a> docs: document subscription error handling behavior in Apollo Client 4 (<a href="https://redirect.github.com/apollographql/apollo-client/issues/13127">#13127</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/640724c7083d8bdeb203d58fdd7d96430a57129d"><code>640724c</code></a> migrate eslint from old flatConfig compat to modern flatConfig (<a href="https://redirect.github.com/apollographql/apollo-client/issues/13138">#13138</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/ab7ae42b5a07daf0d06df9249cacd2e1e468ca48"><code>ab7ae42</code></a> Move test to proper location (<a href="https://redirect.github.com/apollographql/apollo-client/issues/13134">#13134</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.14.0...@apollo/client@4.1.5">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​apollo/client</code> since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@apollo/client&package-manager=npm_and_yarn&previous-version=3.14.0&new-version=4.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem changed title from [PR #74] deps(deps): Bump @apollo/client from 3.14.0 to 4.1.5 to [PR #74] [CLOSED] deps(deps): Bump @apollo/client from 3.14.0 to 4.1.5 2026-03-15 02:28:53 +03:00
kerem closed this issue 2026-03-15 02:29:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/authelia-admin#77
No description provided.