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): update dependency msw to v2.3.0 #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
msw (source) 2.1.3 -> 2.3.0 age adoption passing confidence

Release Notes

mswjs/msw (msw)

v2.3.0

Compare Source

v2.3.0 (2024-05-08)

[!WARNING]
This release changes how MSW treats unhandled exceptions in response resolvers. Previously, they were treated as request errors. Starting with this release, unhandled resolver exceptions will be coerced to 500 Unhandled Exception mocked error responses produced by the library. Please note that you must not intentionally throw errors in your resolvers. Please use Response.error() to mock request/network errors. Unhandled exceptions are considered unintended and will be treated as if they happen on the actual server.

Features
server.events.on('unhandledException', ({ request, error }) => {
  console.log('%s %s errored! See details below.', request.method, request.url)
  console.error(error)
})
Bug Fixes

v2.2.14

Compare Source

v2.2.14 (2024-04-17)

Bug Fixes

v2.2.13

Compare Source

v2.2.13 (2024-03-27)
Bug Fixes

v2.2.12

Compare Source

v2.2.12 (2024-03-27)

Bug Fixes

v2.2.11

Compare Source

v2.2.11 (2024-03-26)

Bug Fixes

v2.2.10

Compare Source

v2.2.10 (2024-03-22)
Bug Fixes

v2.2.9

Compare Source

v2.2.9 (2024-03-20)

Bug Fixes

v2.2.8

Compare Source

v2.2.8 (2024-03-19)
Bug Fixes

v2.2.7

Compare Source

v2.2.7 (2024-03-18)

Bug Fixes

v2.2.6

Compare Source

v2.2.6 (2024-03-17)

Bug Fixes

v2.2.5

Compare Source

v2.2.5 (2024-03-17)

Bug Fixes

v2.2.4

Compare Source

v2.2.4 (2024-03-16)

Bug Fixes

v2.2.3

Compare Source

v2.2.3 (2024-03-08)

Bug Fixes

v2.2.2

Compare Source

v2.2.2 (2024-02-28)

Bug Fixes

v2.2.1

Compare Source

v2.2.1 (2024-02-17)

Bug Fixes

v2.2.0

Compare Source

v2.2.0 (2024-02-12)

Features
Bug Fixes

v2.1.7

Compare Source

v2.1.7 (2024-02-06)

Bug Fixes

Special thanks to @​willdawsonme for investigating these issues.

v2.1.6

Compare Source

v2.1.6 (2024-02-05)

Bug Fixes

v2.1.5

Compare Source

v2.1.5 (2024-01-25)

Bug Fixes

v2.1.4

Compare Source

v2.1.4 (2024-01-23)

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency msw to v2.1.4 Update dependency msw to v2.1.5 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from 16fc4b9 to 802e162 Compare January 25, 2024 17:39
@renovate renovate bot changed the title Update dependency msw to v2.1.5 Update dependency msw to v2.1.6 Feb 5, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from 802e162 to 3110701 Compare February 5, 2024 13:00
@renovate renovate bot changed the title Update dependency msw to v2.1.6 Update dependency msw to v2.1.7 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch 2 times, most recently from 917d9d2 to 7725d43 Compare February 12, 2024 12:34
@renovate renovate bot changed the title Update dependency msw to v2.1.7 Update dependency msw to v2.2.0 Feb 12, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch 2 times, most recently from 460b068 to 0d28260 Compare February 17, 2024 04:35
@renovate renovate bot changed the title Update dependency msw to v2.2.0 Update dependency msw to v2.2.1 Feb 17, 2024
@renovate renovate bot changed the title Update dependency msw to v2.2.1 Update dependency msw to v2.2.2 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch 5 times, most recently from a9efa3a to bf34412 Compare March 3, 2024 10:42
@renovate renovate bot changed the title Update dependency msw to v2.2.2 Update dependency msw to v2.2.3 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from bf34412 to b3ab8b7 Compare March 8, 2024 01:44
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from b3ab8b7 to acef962 Compare March 16, 2024 04:24
@renovate renovate bot changed the title Update dependency msw to v2.2.3 Update dependency msw to v2.2.4 Mar 16, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from acef962 to c46e6c8 Compare March 17, 2024 02:19
@renovate renovate bot changed the title Update dependency msw to v2.2.4 Update dependency msw to v2.2.5 Mar 17, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from c46e6c8 to 94afdc4 Compare March 17, 2024 14:11
@renovate renovate bot changed the title Update dependency msw to v2.2.5 Update dependency msw to v2.2.6 Mar 17, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from 94afdc4 to 15ea9a8 Compare March 18, 2024 01:53
@renovate renovate bot changed the title Update dependency msw to v2.2.6 Update dependency msw to v2.2.7 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from 15ea9a8 to a97e466 Compare March 19, 2024 04:59
@renovate renovate bot changed the title Update dependency msw to v2.2.7 Update dependency msw to v2.2.8 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from a97e466 to 7c301bb Compare March 20, 2024 04:25
@renovate renovate bot changed the title Update dependency msw to v2.2.8 Update dependency msw to v2.2.9 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from 7c301bb to b880cd5 Compare March 22, 2024 04:49
@renovate renovate bot changed the title Update dependency msw to v2.2.9 Update dependency msw to v2.2.10 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from b880cd5 to 0419746 Compare March 26, 2024 05:02
@renovate renovate bot changed the title Update dependency msw to v2.2.10 Update dependency msw to v2.2.11 Mar 26, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from 0419746 to d1c1393 Compare March 27, 2024 04:36
@renovate renovate bot changed the title Update dependency msw to v2.2.11 Update dependency msw to v2.2.12 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from d1c1393 to 686f123 Compare March 27, 2024 20:46
@renovate renovate bot changed the title Update dependency msw to v2.2.12 Update dependency msw to v2.2.13 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from 686f123 to 91f8993 Compare April 17, 2024 12:52
@renovate renovate bot changed the title Update dependency msw to v2.2.13 Update dependency msw to v2.2.14 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from 91f8993 to 5fde041 Compare May 8, 2024 14:50
@renovate renovate bot changed the title Update dependency msw to v2.2.14 Update dependency msw to v2.3.0 May 8, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from 5fde041 to 31ce8ce Compare May 8, 2024 14:52
@renovate renovate bot changed the title Update dependency msw to v2.3.0 chore(deps): update dependency msw to v2.3.0 May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants