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 84 forks source link

Bump msw from 1.3.3 to 2.2.8 in /webapp #439

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps msw from 1.3.3 to 2.2.8.

Release notes

Sourced from msw's releases.

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)

Bug Fixes

  • setupWorker: emit the correct life-cycle events for bypassed requests (#2094) (c485989df15962fb02a36fd85654228719f8fed7) @​kettanaito
  • bypass: support modifying the bypassed request (#2093) (2c8570b7130e2d98f4461ef144e171ac4aa2b8f3) @​kettanaito

v2.2.5 (2024-03-17)

Bug Fixes

  • improve the worker integrity warning (#2091) (e7493557e1c4d9ecece11cd45d29472c90c28426) @​kettanaito
  • make worker integrity mismatch a warning (#2090) (a0f8021ccf16565e772b81b1c70bebdba6d1df58) @​kettanaito

v2.2.4 (2024-03-16)

Bug Fixes

  • resolve "@​inquirer/confim" default export (#2088) (93d9f86a0c7cab6afd19a35ff1960c4d983844f8) @​kettanaito
  • parse "Set-Cookie" response header with commas correctly (#2075) (23c16e69e2c293c563e9665930182296fd0e5bad) @​ushiboy

v2.2.3 (2024-03-08)

Bug Fixes

  • remove the upper range for typescript peer dependency (#2077) (07cc073f0ddd46333de4ba42d3dc0dd2d01925b6) @​kettanaito

v2.2.2 (2024-02-28)

Bug Fixes

  • set correct "Content-Length" response header for special characters (#2045) (#2046) (eb3e284a3e27956987854d23878aa4ea11c56dde) @​ZeroCho

v2.2.1 (2024-02-17)

Bug Fixes

... (truncated)

Commits
  • 21f44d7 chore(release): v2.2.8
  • 9a64ec7 docs: await worker.start() in the example
  • cf97991 fix(setupWorker): remove left-over console.log() (#2099)
  • a33d9e5 chore(release): v2.2.7
  • 7cdbd1a fix: resolve "~/core" import for .d.mts modules (#2095)
  • a16c999 chore(release): v2.2.6
  • c485989 fix(setupWorker): emit the correct life-cycle events for bypassed requests (#...
  • 2c8570b fix(bypass): support modifying the bypassed request (#2093)
  • 9c9539f chore(release): v2.2.5
  • 34449dd chore: use github sponsors for npm "funding"
  • 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 3 months ago

Superseded by #441.