Build(deps): bump @vue/apollo-composable from 4.0.0-beta.4 to 4.0.0-beta.5 #1176

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vue-apollo-composable-4.0.0-beta.5 into master 2023-05-17 13:18:54 +00:00
argoyle commented 2023-05-17 04:39:25 +00:00 (Migrated from gitlab.com)

Bumps @vue/apollo-composable from 4.0.0-beta.4 to 4.0.0-beta.5.

Release notes

Sourced from @​vue/apollo-composable's releases.

v4.0.0-beta.5

🚀 Enhancements

  • UseLazyQuery load returns boolean to make is easier to refetch (dcb1768)
  • ts: Update types to account for changes in TypeScript 4.8 (#1454)
  • Allow global tracking outside of components (5967e16)

🩹 Fixes

  • Don't call variables if query is disabled + fix enabling race conditions, fix #1243, fix #1422 (#1243, #1422)
  • Events not registered in case of immediate trigger, fix #1154 (#1154)
  • @​vue/apollo-composable ESM settings, fix #1462 (#1463, #1462)
  • Avoid multiple on error calls without usage of errorPolicy 'all' (#1461)
  • Ssr export paths, fix #1469 (#1469)
  • Initialize currentDocument early, fix #1325 (#1325)
  • ts: Allow null on userLazyQuery load fn, fix #1386 (#1386)
  • ssr: Handle result/error set before serverPrefetch call, fix #1429 (#1429)

📖 Documentation

  • Subscriptions configuration docs updated to describe graphql-ws configuration. (#1449)

🏡 Chore

  • Update lockfile to v6.0 (81ea32c)
  • Update sheep/release-tag (cf7917e)

Tests

  • Config cypress downloads (32c95de)
  • Demo useLazyQuery with immediate load (53554b8)
  • Enabled (db7d79c)

🤖 CI

  • Switch to github actions (25c31d2)
  • Enable on v4 branch (bc3d80c)

❤️ Contributors

Changelog

Sourced from @​vue/apollo-composable's changelog.

v4.0.0-beta.5

🚀 Enhancements

  • UseLazyQuery load returns boolean to make is easier to refetch (dcb1768)
  • ts: Update types to account for changes in TypeScript 4.8 (#1454)
  • Allow global tracking outside of components (5967e16)

🩹 Fixes

  • Don't call variables if query is disabled + fix enabling race conditions, fix #1243, fix #1422 (#1243, #1422)
  • Events not registered in case of immediate trigger, fix #1154 (#1154)
  • @​vue/apollo-composable ESM settings, fix #1462 (#1463, #1462)
  • Avoid multiple on error calls without usage of errorPolicy 'all' (#1461)
  • Ssr export paths, fix #1469 (#1469)
  • Initialize currentDocument early, fix #1325 (#1325)
  • ts: Allow null on userLazyQuery load fn, fix #1386 (#1386)
  • ssr: Handle result/error set before serverPrefetch call, fix #1429 (#1429)

📖 Documentation

  • Subscriptions configuration docs updated to describe graphql-ws configuration. (#1449)

🏡 Chore

  • Update lockfile to v6.0 (81ea32c)
  • Update sheep/release-tag (cf7917e)

Tests

  • Config cypress downloads (32c95de)
  • Demo useLazyQuery with immediate load (53554b8)
  • Enabled (db7d79c)

🤖 CI

  • Switch to github actions (25c31d2)
  • Enable on v4 branch (bc3d80c)

❤️ Contributors

Commits
  • 71ece76 v4.0.0-beta.5
  • 5967e16 feat: allow global tracking outside of components
  • d5f6275 fix(ssr): handle result/error set before serverPrefetch call, fix #1429
  • 337c02a fix(ts): allow null on userLazyQuery load fn, fix #1386
  • 2de65e4 fix: initialize currentDocument early, fix #1325
  • b2f773c feat(ts): update types to account for changes in TypeScript 4.8 (#1454)
  • aad2ae0 fix: avoid multiple on error calls without usage of errorPolicy 'all' (#1461)
  • aaa040c fix: @​vue/apollo-composable ESM settings, fix #1462 (#1463)
  • 63067a2 fix: events not registered in case of immediate trigger, fix #1154
  • d1d8426 fix: don't call variables if query is disabled + fix enabling race conditions...
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR. Deprecated, use GitLab's native /rebase instead
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@vue/apollo-composable](https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable) from 4.0.0-beta.4 to 4.0.0-beta.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue-apollo/releases"><code>@​vue/apollo-composable</code>'s releases</a>.</em></p> <blockquote> <h2>v4.0.0-beta.5</h2> <h3>🚀 Enhancements</h3> <ul> <li>UseLazyQuery load returns boolean to make is easier to refetch (dcb1768)</li> <li><strong>ts:</strong> Update types to account for changes in TypeScript 4.8 (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1454">#1454</a>)</li> <li>Allow global tracking outside of components (5967e16)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>Don't call variables if query is disabled + fix enabling race conditions, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1243">#1243</a>, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1422">#1422</a> (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1243">#1243</a>, <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1422">#1422</a>)</li> <li>Events not registered in case of immediate trigger, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1154">#1154</a> (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1154">#1154</a>)</li> <li><code>@​vue/apollo-composable</code> ESM settings, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1462">#1462</a> (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1463">#1463</a>, <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1462">#1462</a>)</li> <li>Avoid multiple on error calls without usage of errorPolicy 'all' (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1461">#1461</a>)</li> <li>Ssr export paths, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1469">#1469</a> (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1469">#1469</a>)</li> <li>Initialize currentDocument early, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1325">#1325</a> (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1325">#1325</a>)</li> <li><strong>ts:</strong> Allow null on <code>userLazyQuery</code> <code>load</code> fn, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1386">#1386</a> (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1386">#1386</a>)</li> <li><strong>ssr:</strong> Handle result/error set before serverPrefetch call, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1429">#1429</a> (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1429">#1429</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Subscriptions configuration docs updated to describe graphql-ws configuration. (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1449">#1449</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Update lockfile to v6.0 (81ea32c)</li> <li>Update sheep/release-tag (cf7917e)</li> </ul> <h3>✅ Tests</h3> <ul> <li>Config cypress downloads (32c95de)</li> <li>Demo useLazyQuery with immediate load (53554b8)</li> <li>Enabled (db7d79c)</li> </ul> <h3>🤖 CI</h3> <ul> <li>Switch to github actions (25c31d2)</li> <li>Enable on v4 branch (bc3d80c)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Guillaume Chau (<a href="http://github.com/Akryum"><code>@​Akryum</code></a>)</li> <li>Gibran Amparan (<a href="http://github.com/gibranamparan"><code>@​gibranamparan</code></a>)</li> <li>Alessia Bellisario <a href="mailto:alessia@apollographql.com">alessia@apollographql.com</a></li> <li>Dominik Klein <a href="mailto:dk@zammad.com">dk@zammad.com</a></li> <li>Changwan Jun (<a href="http://github.com/wan2land"><code>@​wan2land</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/apollo/blob/v4/CHANGELOG.md"><code>@​vue/apollo-composable</code>'s changelog</a>.</em></p> <blockquote> <h2>v4.0.0-beta.5</h2> <h3>🚀 Enhancements</h3> <ul> <li>UseLazyQuery load returns boolean to make is easier to refetch (dcb1768)</li> <li><strong>ts:</strong> Update types to account for changes in TypeScript 4.8 (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1454">#1454</a>)</li> <li>Allow global tracking outside of components (5967e16)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>Don't call variables if query is disabled + fix enabling race conditions, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1243">#1243</a>, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1422">#1422</a> (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1243">#1243</a>, <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1422">#1422</a>)</li> <li>Events not registered in case of immediate trigger, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1154">#1154</a> (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1154">#1154</a>)</li> <li><code>@​vue/apollo-composable</code> ESM settings, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1462">#1462</a> (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1463">#1463</a>, <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1462">#1462</a>)</li> <li>Avoid multiple on error calls without usage of errorPolicy 'all' (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1461">#1461</a>)</li> <li>Ssr export paths, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1469">#1469</a> (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1469">#1469</a>)</li> <li>Initialize currentDocument early, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1325">#1325</a> (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1325">#1325</a>)</li> <li><strong>ts:</strong> Allow null on <code>userLazyQuery</code> <code>load</code> fn, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1386">#1386</a> (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1386">#1386</a>)</li> <li><strong>ssr:</strong> Handle result/error set before serverPrefetch call, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1429">#1429</a> (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1429">#1429</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Subscriptions configuration docs updated to describe graphql-ws configuration. (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1449">#1449</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Update lockfile to v6.0 (81ea32c)</li> <li>Update sheep/release-tag (cf7917e)</li> </ul> <h3>✅ Tests</h3> <ul> <li>Config cypress downloads (32c95de)</li> <li>Demo useLazyQuery with immediate load (53554b8)</li> <li>Enabled (db7d79c)</li> </ul> <h3>🤖 CI</h3> <ul> <li>Switch to github actions (25c31d2)</li> <li>Enable on v4 branch (bc3d80c)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Guillaume Chau (<a href="http://github.com/Akryum"><code>@​Akryum</code></a>)</li> <li>Gibran Amparan (<a href="http://github.com/gibranamparan"><code>@​gibranamparan</code></a>)</li> <li>Alessia Bellisario <a href="mailto:alessia@apollographql.com">alessia@apollographql.com</a></li> <li>Dominik Klein <a href="mailto:dk@zammad.com">dk@zammad.com</a></li> <li>Changwan Jun (<a href="http://github.com/wan2land"><code>@​wan2land</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/apollo/commit/71ece764edb3a9d49cf34c5965964756b787942e"><code>71ece76</code></a> v4.0.0-beta.5</li> <li><a href="https://github.com/vuejs/apollo/commit/5967e160bee5ea3c6905872cd144ab6f2764a5c7"><code>5967e16</code></a> feat: allow global tracking outside of components</li> <li><a href="https://github.com/vuejs/apollo/commit/d5f6275261e214b4ce0209c1eca44b66dada2cb4"><code>d5f6275</code></a> fix(ssr): handle result/error set before serverPrefetch call, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1429">#1429</a></li> <li><a href="https://github.com/vuejs/apollo/commit/337c02a90d5029aba6a85455a9d7eabdbfbd1f99"><code>337c02a</code></a> fix(ts): allow null on <code>userLazyQuery</code> <code>load</code> fn, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1386">#1386</a></li> <li><a href="https://github.com/vuejs/apollo/commit/2de65e4822c4f5ceabba703c12451595e2deea20"><code>2de65e4</code></a> fix: initialize currentDocument early, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1325">#1325</a></li> <li><a href="https://github.com/vuejs/apollo/commit/b2f773c6f7626536c5a90068e8edb2bcaff48e4c"><code>b2f773c</code></a> feat(ts): update types to account for changes in TypeScript 4.8 (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1454">#1454</a>)</li> <li><a href="https://github.com/vuejs/apollo/commit/aad2ae03ea30b55c01343dad10d21253fad6aa31"><code>aad2ae0</code></a> fix: avoid multiple on error calls without usage of errorPolicy 'all' (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1461">#1461</a>)</li> <li><a href="https://github.com/vuejs/apollo/commit/aaa040c827868be457220c6440cc2f3577bccea5"><code>aaa040c</code></a> fix: <code>@​vue/apollo-composable</code> ESM settings, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1462">#1462</a> (<a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1463">#1463</a>)</li> <li><a href="https://github.com/vuejs/apollo/commit/63067a2ea9db576d5452882a9eed48a196735322"><code>63067a2</code></a> fix: events not registered in case of immediate trigger, fix <a href="https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable/issues/1154">#1154</a></li> <li><a href="https://github.com/vuejs/apollo/commit/d1d84267589a4062e907cdcb606ce01ea4004502"><code>d1d8426</code></a> fix: don't call variables if query is disabled + fix enabling race conditions...</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-apollo/commits/v4.0.0-beta.5/packages/vue-apollo-composable">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR. Deprecated, use GitLab's native /rebase instead - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into master 2023-05-17 13:18:55 +00:00
Sign in to join this conversation.