Skip to content

Bump wretch from 1.7.5 to 2.4.1#218

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/wretch-2.4.1
Open

Bump wretch from 1.7.5 to 2.4.1#218
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/wretch-2.4.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 20, 2023

Bumps wretch from 1.7.5 to 2.4.1.

Release notes

Sourced from wretch's releases.

2.4.1

2.4.1 (2023-01-20)

🐛 Bug fix(es)

  • Fix abort/progress addons state isolation issue (2b3a659)

2.4.0

2.4.0 (2023-01-19)

🏭 New feature(s)

  • Add skip argument to the retry middleware (746f8c9)
wretch().middlewares([
  retry({
    skip(url, options) {
      return options.method != "GET"
    },
  })
])

2.3.2

2.3.2 (2023-01-11)

🐛 Bug fix(es)

Allows defining global error catchers using resolvers:

const request = wretch(baseURL)
  .errorType("json")
  .resolve((response) => {
    return (
      response
        .error("Error", (error) => {
          console.log("global catch (Error class)");
        })
        .error("TypeError", (error) => {
          console.log("global type error catch (TypeError class)");
        })
    );
  });
</tr></table> 

... (truncated)

Changelog

Sourced from wretch's changelog.

2.4.1 (2023-01-20)

🐛 Bug fix(es)

  • Fix abort/progress addons state isolation issue (2b3a659)

2.4.0 (2023-01-19)

🏭 New feature(s)

  • Add skip argument to the retry middleware (746f8c9)

2.3.2 (2023-01-11)

🐛 Bug fix(es)

2.3.1 (2023-01-07)

🐛 Bug fix(es)

  • Fix middlewares and addons subpath exports (bfd2542), closes #160

📝 Documentation update(s)

  • Add limitations section to the readme (ad0a102), closes #159

2.3.0 (2022-12-12)

🏭 New feature(s)

  • Add url property to WretchError (a1f6ac6), closes #157

... (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 [wretch](https://github.com/elbywan/wretch) from 1.7.5 to 2.4.1.
- [Release notes](https://github.com/elbywan/wretch/releases)
- [Changelog](https://github.com/elbywan/wretch/blob/master/CHANGELOG.md)
- [Commits](elbywan/wretch@1.7.5...2.4.1)

---
updated-dependencies:
- dependency-name: wretch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants