Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump msw from 2.0.14 to 2.2.0 #183

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps msw from 2.0.14 to 2.2.0.

Release notes

Sourced from msw's releases.

v2.2.0 (2024-02-12)

Features

Bug Fixes

  • setupWorker: set "response.url" in "response:*" events (#2031) (0e9d65ffbfb1f83a47c7dc2fcb2c885cbbf5d2ac) @​kettanaito

v2.1.7 (2024-02-06)

Bug Fixes

Special thanks to @​willdawsonme for investigating these issues.

v2.1.6 (2024-02-05)

Bug Fixes

  • return type of "passthrough" (#2002) (b030db5b70664c835f6ac01171a790af35181202) @​kettanaito

v2.1.5 (2024-01-25)

Bug Fixes

  • add "request" to response events (#1993) (bad537f1fce7511f0a7258c0216a9ad49fbc27b8) @​kettanaito
  • does not warn on unhandled "file://" requests (#1997) (5afedb1af6d20f8be4e079f6a22ca617890b3507) @​kettanaito
  • resolve relative fetch urls in jsdom (#1999) (82ab765c44e866310ba9c4cc24fed3d6cfaf7735) @​kettanaito

v2.1.4 (2024-01-23)

Bug Fixes

v2.1.3 (2024-01-22)

Bug Fixes

  • export "getResponse" for batched GraphQL queries (#1982) (42f147367709d85c09ec44eb300848d0bbbf1b6d) @​kettanaito
  • reduce library footprint by avoiding barrel imports (#1987) (b803e26a65fff537332ccfcb0a1a53dc4462659c) @​thepassle

... (truncated)

Commits
  • 5641cf1 chore(release): v2.2.0
  • 0e9d65f fix(setupWorker): set "response.url" in "response:*" events (#2031)
  • a076142 feat: drop webpack 4 support (remove "chokidar") (#2021)
  • 31442cf feat: add "/http" and "/graphql" export paths (#2004)
  • f25af8a feat: use a lightweight "@​inquirer/confirm" in the CLI (#2020)
  • a957235 feat: automatically set "Content-Length" on text/json responses (#1996)
  • 450e7bc feat: support concurrent test runs via "server.boundary" (#2000)
  • f805d34 chore(release): v2.1.7
  • e430795 fix: support intercepting fetch requests in React Native (#2017)
  • aeafcd2 fix: improve fetch compatibility with React Native (#2016)
  • Additional commits viewable in compare view

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 show <dependency name> 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)

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/msw-2.2.0 branch from c243dd1 to 69f39ee Compare February 12, 2024 13:00
Bumps [msw](https://github.com/mswjs/msw) from 2.0.14 to 2.2.0.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.0.14...v2.2.0)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/msw-2.2.0 branch from 69f39ee to 33f4e16 Compare February 12, 2024 13:50
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2024

A newer version of msw exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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.

1 participant