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.6.5 #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

This PR contains the following updates:

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

Release Notes

mswjs/msw (msw)

v2.6.5

Compare Source

v2.6.5 (2024-11-16)

Bug Fixes

v2.6.4

Compare Source

v2.6.4 (2024-11-10)

Bug Fixes

v2.6.3

Compare Source

v2.6.3 (2024-11-10)

Bug Fixes

v2.6.2

Compare Source

v2.6.2 (2024-11-07)
Bug Fixes

v2.6.1

Compare Source

v2.6.1 (2024-11-06)
Bug Fixes

v2.6.0

Compare Source

v2.6.0 (2024-10-29)

Features

v2.5.2

Compare Source

v2.5.2 (2024-10-27)

Bug Fixes

v2.5.1

Compare Source

v2.5.1 (2024-10-24)

Bug Fixes

v2.5.0

Compare Source

v2.5.0 (2024-10-22)

Features

v2.4.13

Compare Source

v2.4.13 (2024-10-22)

Bug Fixes

v2.4.12

Compare Source

v2.4.12 (2024-10-21)

Bug Fixes

v2.4.11

Compare Source

v2.4.11 (2024-10-14)

Bug Fixes

v2.4.10

Compare Source

v2.4.10 (2024-10-11)

Bug Fixes

v2.4.9

Compare Source

v2.4.9 (2024-09-20)

Bug Fixes

v2.4.8

Compare Source

v2.4.8 (2024-09-17)

Bug Fixes

v2.4.7

Compare Source

v2.4.7 (2024-09-15)

Bug Fixes

v2.4.6

Compare Source

v2.4.6 (2024-09-13)

Bug Fixes

v2.4.5

Compare Source

v2.4.5 (2024-09-11)
Bug Fixes

v2.4.4

Compare Source

v2.4.4 (2024-09-08)

Bug Fixes

v2.4.3

Compare Source

v2.4.3 (2024-09-07)

Bug Fixes

v2.4.2

Compare Source

v2.4.2 (2024-09-04)

Bug Fixes

v2.4.1

Compare Source

v2.4.1 (2024-08-29)

Bug Fixes

v2.4.0

Compare Source

v2.4.0 (2024-08-28)

Features

v2.3.5

Compare Source

v2.3.5 (2024-08-02)

Bug Fixes

v2.3.4

Compare Source

v2.3.4 (2024-07-23)

Bug Fixes

v2.3.3

Compare Source

v2.3.3 (2024-07-23)

Bug Fixes

v2.3.2

Compare Source

v2.3.2 (2024-07-19)

Bug Fixes

v2.3.1

Compare Source

v2.3.1 (2024-06-01)

Bug Fixes

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 was generated by Mend Renovate. View the repository job log.

@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 chore(deps): update dependency msw to v2.4.7 chore(deps): update dependency msw to v2.4.8 Sep 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.4.8 chore(deps): update dependency msw to v2.4.9 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from 1a63b9e to 96a0719 Compare October 11, 2024 03:32
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.4.9 chore(deps): update dependency msw to v2.4.10 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from 96a0719 to 1634155 Compare October 14, 2024 03:23
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.4.10 chore(deps): update dependency msw to v2.4.11 Oct 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.4.11 chore(deps): update dependency msw to v2.4.12 Oct 21, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch 2 times, most recently from 0b068a3 to 26be2bd Compare October 22, 2024 02:26
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.4.12 chore(deps): update dependency msw to v2.4.13 Oct 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.4.13 chore(deps): update dependency msw to v2.5.0 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch 2 times, most recently from 817c630 to 795aee9 Compare October 24, 2024 03:36
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.5.0 chore(deps): update dependency msw to v2.5.1 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from 795aee9 to 2d9ef85 Compare October 27, 2024 12:31
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.5.1 chore(deps): update dependency msw to v2.5.2 Oct 27, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from 2d9ef85 to e151d23 Compare October 29, 2024 13:42
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.5.2 chore(deps): update dependency msw to v2.6.0 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from e151d23 to babb250 Compare November 6, 2024 21:58
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.6.0 chore(deps): update dependency msw to v2.6.1 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from babb250 to e27e8dd Compare November 7, 2024 14:29
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.6.1 chore(deps): update dependency msw to v2.6.2 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from e27e8dd to bade8c6 Compare November 10, 2024 04:11
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.6.2 chore(deps): update dependency msw to v2.6.3 Nov 10, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from bade8c6 to 0727a67 Compare November 11, 2024 00:34
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.6.3 chore(deps): update dependency msw to v2.6.4 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/msw-2.x-lockfile branch from 0727a67 to f9247c5 Compare November 16, 2024 01:51
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.6.4 chore(deps): update dependency msw to v2.6.5 Nov 16, 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.

0 participants