Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Bump msw from 0.28.2 to 0.35.0 #153

Merged
merged 1 commit into from
Oct 5, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2021

Bumps msw from 0.28.2 to 0.35.0.

Release notes

Sourced from msw's releases.

v0.35.0

Breaking changes

-worker.on('request:start', listener)
+worker.events.on('request:start', listener)
-server.on('response:mocked', listener)
+server.events.on('response:mocked', listener)

Features

  • Life-cycle events now support .removeListener() and .removeAllListeners() methods (#868).
// Removes all life-cycle event listeners you've attached to this server instance.
server.events.removeAllListeners()
  • The "error" strategy of the onUnhandledRequest option now throws an exception to halt running tests (#856).

Bug fixes

  • Fixes an issue where a request handler with parenthesis in the URL wouldn't match an otherwise matching request (#857).

Security

  • Updates the @mswjs/interceptors package to propagate the xmldom security update (#876).

v0.34.0

Features

  • Improves error messages produces by the worker (#841, #847).

v0.33.3

Bug fixes

  • Fixes an issue when some messages from the library were ill-formatted (#844, #850).

v0.33.2

Bug fixes

  • Fixes an issue that resulted in the "color: inherit" being present in each request log in the browser's console (#842, #843).

v0.33.1

Bug fixes

... (truncated)

Commits
  • ac0a62a v0.35.0
  • ee41237 rest(logging): Uses "waitFor" for logs assertions
  • df3daa2 Bumps "@​mswjs/interceptors" to 0.12.6
  • 87972dc getAbsoluteUrl: Encodes and decodes the URL to support escaped characters
  • 89c4e1f Adds parentheses URL matching integration test
  • 8284874 workerConsole: Fixes the jsdoc
  • 95361d9 graphql(logging): Uses "waitFor" in test logs assertions
  • 2b9abca Moves the "regression" tests to the root level
  • bd5073a Replaces "waitUntil" internal utility with "waitFor"
  • 55ec2c3 Adds granular life-cycle events tests for the browser
  • 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 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 [msw](https://github.com/mswjs/msw) from 0.28.2 to 0.35.0.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/master/CHANGELOG.md)
- [Commits](mswjs/msw@v0.28.2...v0.35.0)

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

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 Sep 21, 2021
@hdl-service hdl-service added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Sep 21, 2021
@WatanabeToshimitsu
Copy link
Contributor

/approve
/lgtm

@hdl-service hdl-service added the lgtm Indicates that a PR is ready to be merged. label Oct 5, 2021
@hdl-service
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], WatanabeToshimitsu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@hdl-service hdl-service added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 5, 2021
@hdl-service hdl-service merged commit b09a915 into master Oct 5, 2021
@hdl-service hdl-service deleted the dependabot/npm_and_yarn/msw-0.35.0 branch October 5, 2021 00:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants