gessnerfl / fake-smtp-server

A simple SMTP Server for Testing purposes. Emails are stored in an in-memory database and rendered in a Web UI
Apache License 2.0
414 stars 86 forks source link

Bump msw from 1.3.2 to 2.0.13 in /webapp #380

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps msw from 1.3.2 to 2.0.13.

Release notes

Sourced from msw's releases.

v2.0.13 (2024-01-09)

Bug Fixes

  • publish source and include sourcemaps (#1958) (68a57bd042c6c938f1a5bd84b21e068ad9517a78) @​kettanaito

v2.0.12 (2024-01-05)

Bug Fixes

v2.0.11 (2023-12-11)

Bug Fixes

  • expose mockServiceWorker.js file in package exports (#1922) (5736efce63c0271ba37c69d2a7267e5cc614a444) @​thepassle

v2.0.10 (2023-12-04)

Bug Fixes

  • null-body responses enforced in createResponseListener instead o… (#1895) (ed09722b327fc81f1a6f8d4d600445629877179e) @​mattcosta7

v2.0.9 (2023-11-24)

Bug Fixes

v2.0.8 (2023-11-17)

Bug Fixes

  • graphql: allow null for "data" and "errors" response property types (#1867) (a7ffd32981fcda8acb70af28502ae7e98d16b353) @​kettanaito

v2.0.7 (2023-11-16)

Bug Fixes

v2.0.6 (2023-11-13)

Bug Fixes

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 6 months ago

Superseded by #382.