projectcaluma / ember-caluma

Ember.js addons for Caluma
https://docs.caluma.io/ember-caluma/
GNU Lesser General Public License v3.0
18 stars 22 forks source link

chore(deps): bump @apollo/client from 3.9.7 to 3.9.8 #2668

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps @apollo/client from 3.9.7 to 3.9.8.

Release notes

Sourced from @​apollo/client's releases.

v3.9.8

Patch Changes

  • #11706 8619bc7 Thanks @​jerelmiller! - Fix issue in all suspense hooks where returning an empty array after calling fetchMore would rerender the component with an empty list.

  • #11694 835d5f3 Thanks @​phryneas! - Expose setErrorMessageHandler from @apollo/client/dev entrypoint.

  • #11689 cb8ffe5 Thanks @​jerelmiller! - Fix issue where passing a new from option to useFragment would first render with the previous value before rerendering with the correct value.

  • #11713 642092c Thanks @​jerelmiller! - Fix issue where setting a default watchQuery option in the ApolloClient constructor could break startTransition when used with suspense hooks.

Changelog

Sourced from @​apollo/client's changelog.

3.9.8

Patch Changes

  • #11706 8619bc7 Thanks @​jerelmiller! - Fix issue in all suspense hooks where returning an empty array after calling fetchMore would rerender the component with an empty list.

  • #11694 835d5f3 Thanks @​phryneas! - Expose setErrorMessageHandler from @apollo/client/dev entrypoint.

  • #11689 cb8ffe5 Thanks @​jerelmiller! - Fix issue where passing a new from option to useFragment would first render with the previous value before rerendering with the correct value.

  • #11713 642092c Thanks @​jerelmiller! - Fix issue where setting a default watchQuery option in the ApolloClient constructor could break startTransition when used with suspense hooks.

Commits
  • a0d114e Version Packages (#11695)
  • 642092c Fix issue where setting defaultOptions would sometimes break `startTransiti...
  • 8619bc7 Fix issue where an empty array returned from fetchMore would rerender with ...
  • 591c2b6 chore: skip prerelease versioning step if head commit contains version packag...
  • 835d5f3 expose setErrorMessageHandler (#11694)
  • 3203cb8 chore: remove NODE_VERSION from netlify.toml to unblock preview deploys (#11697)
  • f70c83d chore(deps): update all devdependencies (#11691)
  • 89b3bbf chore(deps): update all devdependencies (major) (#11637)
  • 24b73b4 chore(deps): update jaywcjlove/github-action-package action to v2 (#11621)
  • 9726446 chore(deps): update all dependencies - patch updates (#11690)
  • Additional commits viewable in compare view


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
dependabot[bot] commented 4 months ago

Superseded by #2675.