Skip to content

chore(deps): update dependency msw to v2.8.4 #1197

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

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 28, 2025

This PR contains the following updates:

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

Release Notes

mswjs/msw (msw)

v2.8.4

Compare Source

v2.8.4 (2025-05-19)

Bug Fixes

v2.8.3

Compare Source

v2.8.3 (2025-05-17)

Bug Fixes

v2.8.2

Compare Source

v2.8.1

Compare Source

v2.8.1 (2025-05-09)

Bug Fixes

v2.8.0

Compare Source

v2.8.0 (2025-05-08)

Features

v2.7.6

Compare Source

v2.7.6 (2025-05-05)

Bug Fixes

v2.7.5

Compare Source

v2.7.5 (2025-04-18)

Bug Fixes

v2.7.4

Compare Source

v2.7.4 (2025-04-12)

Bug Fixes

v2.7.3

Compare Source

v2.7.3 (2025-02-24)

Bug Fixes

v2.7.2

Compare Source

v2.7.2 (2025-02-24)

Bug Fixes

v2.7.1

Compare Source

v2.7.1 (2025-02-20)
Bug Fixes

v2.7.0

Compare Source

v2.7.0 (2024-12-17)

Features

v2.6.9

Compare Source

v2.6.9 (2024-12-16)

Bug Fixes

v2.6.8

Compare Source

v2.6.8 (2024-12-07)

Bug Fixes

v2.6.7

Compare Source

v2.6.7 (2024-12-06)

Bug Fixes

v2.6.6

Compare Source

v2.6.6 (2024-11-22)

Bug Fixes

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

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 requested a review from a team as a code owner January 28, 2025 17:39
@renovate renovate bot added the renovate label Jan 28, 2025
@renovate renovate bot enabled auto-merge (squash) January 28, 2025 17:39
@renovate renovate bot force-pushed the renovate/msw-2.x branch 4 times, most recently from ed9d47d to 9d465f3 Compare February 3, 2025 17:44
@renovate renovate bot force-pushed the renovate/msw-2.x branch 14 times, most recently from 0da3b58 to 425eae8 Compare February 13, 2025 20:32
@renovate renovate bot force-pushed the renovate/msw-2.x branch 4 times, most recently from 3a3d42e to 75d2e62 Compare February 20, 2025 22:09
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.7.0 chore(deps): update dependency msw to v2.7.1 Feb 20, 2025
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.7.1 chore(deps): update dependency msw to v2.7.3 Feb 24, 2025
@renovate renovate bot force-pushed the renovate/msw-2.x branch from 75d2e62 to df2fe07 Compare February 24, 2025 16:49
@renovate renovate bot force-pushed the renovate/msw-2.x branch from df2fe07 to b47dae6 Compare March 4, 2025 09:02
@renovate renovate bot force-pushed the renovate/msw-2.x branch 12 times, most recently from 682aea6 to e608855 Compare April 12, 2025 01:45
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.7.3 chore(deps): update dependency msw to v2.7.4 Apr 12, 2025
@renovate renovate bot force-pushed the renovate/msw-2.x branch 3 times, most recently from faf66ee to 2cc7805 Compare April 18, 2025 18:34
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.7.4 chore(deps): update dependency msw to v2.7.5 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/msw-2.x branch from 2cc7805 to 228d766 Compare May 5, 2025 07:43
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.7.5 chore(deps): update dependency msw to v2.7.6 May 5, 2025
@renovate renovate bot force-pushed the renovate/msw-2.x branch from 228d766 to d8a3af1 Compare May 8, 2025 23:28
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.7.6 chore(deps): update dependency msw to v2.8.0 May 8, 2025
@renovate renovate bot force-pushed the renovate/msw-2.x branch from d8a3af1 to 73b856f Compare May 9, 2025 11:25
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.8.0 chore(deps): update dependency msw to v2.8.1 May 9, 2025
@renovate renovate bot force-pushed the renovate/msw-2.x branch from 73b856f to 60b0b82 Compare May 9, 2025 14:50
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.8.1 chore(deps): update dependency msw to v2.8.2 May 9, 2025
@renovate renovate bot force-pushed the renovate/msw-2.x branch from 60b0b82 to 0541bf1 Compare May 17, 2025 06:34
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.8.2 chore(deps): update dependency msw to v2.8.3 May 17, 2025
@renovate renovate bot force-pushed the renovate/msw-2.x branch from 0541bf1 to c2f69c0 Compare May 19, 2025 02:47
@renovate renovate bot changed the title chore(deps): update dependency msw to v2.8.3 chore(deps): update dependency msw to v2.8.4 May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants