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

Update dependency msw to v2.3.1 #2310

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

Update dependency msw to v2.3.1 #2310

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

mswjs/msw (msw)

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

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.

Copy link

cypress bot commented Mar 11, 2024

Passing run #8298 ↗︎

0 7 0 0 Flakiness 0

Details:

Update dependency msw to v2.3.1
Project: Octochangelog Webapp Commit: 38052af352
Status: Passed Duration: 01:26 💡
Started: Jun 4, 2024 10:04 PM Ended: Jun 4, 2024 10:06 PM

Review all test suite changes for PR #2310 ↗︎

@renovate renovate bot changed the title Update dependency msw to v2.2.3 Update dependency msw to v2.2.4 Mar 19, 2024
@renovate renovate bot changed the title Update dependency msw to v2.2.4 Update dependency msw to v2.2.5 Mar 20, 2024
@renovate renovate bot changed the title Update dependency msw to v2.2.5 Update dependency msw to v2.2.6 Mar 20, 2024
@renovate renovate bot changed the title Update dependency msw to v2.2.6 Update dependency msw to v2.2.7 Mar 21, 2024
@renovate renovate bot changed the title Update dependency msw to v2.2.7 Update dependency msw to v2.2.8 Mar 22, 2024
Copy link

socket-security bot commented Mar 22, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot changed the title Update dependency msw to v2.2.8 Update dependency msw to v2.2.9 Mar 23, 2024
@renovate renovate bot changed the title Update dependency msw to v2.2.9 Update dependency msw to v2.2.10 Mar 25, 2024
@renovate renovate bot changed the title Update dependency msw to v2.2.10 Update dependency msw to v2.2.11 Mar 29, 2024
Copy link

socket-security bot commented Apr 1, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/unified@11.0.4 None +9 349 kB wooorm

🚮 Removed packages: npm/happo-cypress@4.2.0, npm/happo-e2e@2.6.0, npm/happo.io@9.1.6, npm/husky@9.0.11, npm/is-ci@3.0.1, npm/jest-environment-jsdom@29.7.0, npm/jest@29.7.0, npm/js-cookie@3.0.5, npm/lint-staged@15.2.5, npm/lodash-es@4.17.21

View full report↗︎

@renovate renovate bot changed the title Update dependency msw to v2.2.13 Update dependency msw to v2.2.14 Apr 20, 2024
@renovate renovate bot changed the title Update dependency msw to v2.2.14 Update dependency msw to v2.3.0 May 11, 2024
@renovate renovate bot changed the title Update dependency msw to v2.3.0 Update dependency msw to v2.3.1 Jun 4, 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