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

Comments

Bump @urql/exchange-auth from 1.0.0 to 2.1.6#39

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

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

Release notes

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

@​urql/exchange-auth@​2.1.6

Patch Changes

  • authExchange() will now block and pass on errors if the initialization function passed to it fails, and will retry indefinitely. It’ll also output a warning for these cases, as the initialization function (i.e. authExchange(async (utils) => { /*...*/ })) is not expected to reject/throw Submitted by @​kitten (See #3343)

@​urql/exchange-auth@​2.1.5

Patch Changes

  • Handle refreshAuth rejections and pass the resulting error on to OperationResults on the authentication queue Submitted by @​kitten (See #3307)

@​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

  • ⚠️ Fix source maps included with recently published packages, which lost their sourcesContent, including additional source files, and had incorrect paths in some of them Submitted by @​kitten (See #3053)
  • Upgrade to wonka@^6.3.0 Submitted by @​kitten (See #3104)
  • Avoid infinite loop when didAuthError keeps returning true Submitted by @​JoviDeCroock (See #3112)

... (truncated)

Changelog

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

2.1.6

Patch Changes

  • authExchange() will now block and pass on errors if the initialization function passed to it fails, and will retry indefinitely. It’ll also output a warning for these cases, as the initialization function (i.e. authExchange(async (utils) => { /*...*/ })) is not expected to reject/throw Submitted by @​kitten (See #3343)

2.1.5

Patch Changes

  • Handle refreshAuth rejections and pass the resulting error on to OperationResults on the authentication queue Submitted by @​kitten (See #3307)

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

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 31, 2023
github-actions[bot]
github-actions bot previously approved these changes Jul 31, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/urql/exchange-auth-2.1.6 branch from dc7b1be to b156a3f Compare August 23, 2023 15:14
github-actions[bot]
github-actions bot previously approved these changes Aug 23, 2023
@typeofweb typeofweb dismissed github-actions[bot]’s stale review August 23, 2023 15:15

The merge-base changed after approval.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/urql/exchange-auth-2.1.6 branch from b156a3f to f67a853 Compare August 23, 2023 15:25
github-actions[bot]
github-actions bot previously approved these changes Aug 23, 2023
@typeofweb typeofweb dismissed github-actions[bot]’s stale review August 23, 2023 21:15

The merge-base changed after approval.

@typeofweb typeofweb force-pushed the canary branch 2 times, most recently from 1416773 to d7d8917 Compare August 23, 2023 21:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/urql/exchange-auth-2.1.6 branch from f67a853 to fdccab6 Compare August 23, 2023 21:23
github-actions[bot]
github-actions bot previously approved these changes Aug 23, 2023
@typeofweb typeofweb dismissed github-actions[bot]’s stale review August 23, 2023 21:40

The merge-base changed after approval.

Bumps [@urql/exchange-auth](https://github.com/urql-graphql/urql/tree/HEAD/exchanges/auth) from 1.0.0 to 2.1.6.
- [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.6/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 force-pushed the dependabot/npm_and_yarn/urql/exchange-auth-2.1.6 branch from fdccab6 to 069a27b Compare August 23, 2023 21:44
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