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
408 stars 83 forks source link

Bump msw from 1.3.3 to 2.2.14 in /webapp #461

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps msw from 1.3.3 to 2.2.14.

Release notes

Sourced from msw's releases.

v2.2.14 (2024-04-17)

Bug Fixes

v2.2.13 (2024-03-27)

Bug Fixes

  • use createRequestId() instead of crypto.randomUUID() (#2113) (8f2be77627b94318e6c2e6d6eee38fc49558c6d9) @​kettanaito

v2.2.12 (2024-03-27)

Bug Fixes

  • do not mutate user-defined "X-Request-Id" request header (#2110) (64b6ba516123d655e82d164e8ed1bb1f75b8cff8) @​kettanaito

v2.2.11 (2024-03-26)

Bug Fixes

  • accept a narrower response body type by default (#2107) (d35ef92d0fe07831fb2aaa46050fabf27d3aa709) @​kettanaito

v2.2.10 (2024-03-22)

Bug Fixes

v2.2.9 (2024-03-20)

Bug Fixes

v2.2.8 (2024-03-19)

Bug Fixes

  • setupWorker: remove left-over console.log() (#2099) (cf979915aab2ed1759c6c05a6eb5e038fc0dcb2a) @​kettanaito

v2.2.7 (2024-03-18)

Bug Fixes

  • resolve "~/core" import for .d.mts modules (#2095) (7cdbd1a2c4e02c11ba22e50b50ee042228d00f92) @​kettanaito

v2.2.6 (2024-03-17)

... (truncated)

Commits
  • 43a163b chore(release): v2.2.14
  • 64bcae7 fix: preserve search params in "onUnhandledRequest" messages (#2128)
  • f948d13 fix: give node export condition higher priority (#2134)
  • e83a669 chore: update to pnpm@8.15.6 (#2122)
  • ad8ebac chore(release): v2.2.13
  • 8f2be77 fix: use createRequestId() instead of crypto.randomUUID() (#2113)
  • c88c84c chore(release): v2.2.12
  • 64b6ba5 fix: do not mutate user-defined "X-Request-Id" request header (#2110)
  • 5d29a42 chore(release): v2.2.11
  • d35ef92 fix: accept a narrower response body type by default (#2107)
  • Additional commits viewable in compare view


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 1 month ago

Superseded by #478.