Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Bump @urql/exchange-auth from 1.0.0 to 2.1.4#21

Closed
dependabot[bot] wants to merge 1 commit intocanaryfrom
dependabot/npm_and_yarn/urql/exchange-auth-2.1.4
Closed

Bump @urql/exchange-auth from 1.0.0 to 2.1.4#21
dependabot[bot] wants to merge 1 commit intocanaryfrom
dependabot/npm_and_yarn/urql/exchange-auth-2.1.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2023

Bumps @urql/exchange-auth from 1.0.0 to 2.1.4.

Release notes

Sourced from @​urql/exchange-auth's releases.

@​urql/exchange-auth@​2.1.4

Patch Changes

  • ⚠️ Fix regression that caused teardowns to be ignored by an authExchange’s retry queue Submitted by @​kitten (See #3235)

@​urql/exchange-auth@​2.1.3

Patch Changes

  • Update build process to generate correct source maps Submitted by @​kitten (See #3201)

@​urql/exchange-auth@​2.1.2

Patch Changes

@​urql/exchange-auth@​2.1.1

Patch Changes

  • ⚠️ Fix operations created by utilities.mutate() erroneously being retried and sent again like a regular operation Submitted by @​JoviDeCroock (See #3164)

@​urql/exchange-auth@​2.1.0

Minor Changes

  • Update exchanges to drop redundant share calls, since @urql/core’s composeExchanges utility now automatically does so for us Submitted by @​kitten (See #3082)

Patch Changes

@​urql/exchange-auth@​2.0.0

Major Changes

  • Implement new authExchange API, which removes the need for an authState (i.e. an internal authentication state) and removes getAuth, replacing it with a separate refreshAuth flow. The new API requires you to now pass an initializer function. This function receives a utils object with utils.mutate and utils.appendHeaders utility methods. It must return the configuration object, wrapped in a promise, and this configuration is similar to what we had before, if you're migrating to this. Its refreshAuth method is now only called after authentication errors occur and not on initialization. Instead, it's now recommended that you write

... (truncated)

Changelog

Sourced from @​urql/exchange-auth's changelog.

2.1.4

Patch Changes

  • ⚠️ Fix regression that caused teardowns to be ignored by an authExchange’s retry queue Submitted by @​kitten (See #3235)

2.1.3

Patch Changes

  • Update build process to generate correct source maps Submitted by @​kitten (See #3201)

2.1.2

Patch Changes

2.1.1

Patch Changes

  • ⚠️ Fix operations created by utilities.mutate() erroneously being retried and sent again like a regular operation Submitted by @​JoviDeCroock (See #3164)

2.1.0

Minor Changes

  • Update exchanges to drop redundant share calls, since @urql/core’s composeExchanges utility now automatically does so for us Submitted by @​kitten (See #3082)

Patch Changes

2.0.0

Major Changes

... (truncated)

Commits

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

Bumps [@urql/exchange-auth](https://github.com/urql-graphql/urql/tree/HEAD/exchanges/auth) from 1.0.0 to 2.1.4.
- [Release notes](https://github.com/urql-graphql/urql/releases)
- [Changelog](https://github.com/urql-graphql/urql/blob/main/exchanges/auth/CHANGELOG.md)
- [Commits](https://github.com/urql-graphql/urql/commits/@urql/exchange-auth@2.1.4/exchanges/auth)

---
updated-dependencies:
- dependency-name: "@urql/exchange-auth"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 13, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 13, 2023

Superseded by #35.

@dependabot dependabot bot closed this Jul 13, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/urql/exchange-auth-2.1.4 branch July 13, 2023 14:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants