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.1.4 in /webapp #394

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps msw from 1.3.2 to 2.1.4.

Release notes

Sourced from msw's releases.

v2.1.4 (2024-01-23)

Bug Fixes

v2.1.3 (2024-01-22)

Bug Fixes

  • export "getResponse" for batched GraphQL queries (#1982) (42f147367709d85c09ec44eb300848d0bbbf1b6d) @​kettanaito
  • reduce library footprint by avoiding barrel imports (#1987) (b803e26a65fff537332ccfcb0a1a53dc4462659c) @​thepassle

v2.1.2 (2024-01-17)

Bug Fixes

  • export "HttpRequestHandler" and "GraphQLRequestHandler" types (#1973) (ca423d9ffcf940ed9118e65126b5008e355fc2b3) @​kettanaito

v2.1.1 (2024-01-17)

Bug Fixes

  • annotate the "requestId" response resolver argument (#1969) (f22294eb81bb53495265fba777e049a7102c2e1f) @​skvale

v2.1.0 (2024-01-15)

Features

  • up tsconfig target for more modern syntax (#1780) (29182cebaaa5e7acfebcc513e5f84e8723236d27) @​thepassle @​kettanaito
  • add "requestId" as response resolver argument (#1942) (51ab8cc0e31848e82eebc2f3e0cdf280f4a2ef8e) @​skvale @​kettanaito
  • support multiple directories in "msw.workerDirectory" (#1832) (4dbf99ac542b2f2dbca70874d638fb7261d9ffdd) @​kettanaito
  • deprecate "waitUntilReady" (deferNetworkUntil) worker option (#1964) (86a22ac92f77a11c0fd165f1313de1cc8f936f16) @​kettanaito
  • support throwing responses in response resolvers (#1963) (39dc0e64497df448de74fe827fe6f1b4ecdbf5c4) @​kettanaito

Shoutout to @​mattcosta7 for his continuous on the library's performance and stability 🎉

v2.0.14 (2024-01-12)

Bug Fixes

v2.0.13 (2024-01-09)

Bug Fixes

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

... (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 5 months ago

Superseded by #395.