backstage-plugin-announcements
backstage-plugin-announcements copied to clipboard
chore: Bump msw from 1.3.2 to 2.2.14
Bumps msw from 1.3.2 to 2.2.14.
Release notes
Sourced from msw's releases.
v2.2.14 (2024-04-17)
Bug Fixes
- preserve search params in "onUnhandledRequest" messages (#2128) (64bcae7c27dfd36a35723a323c29cf0f5138a81c)
@nagadevkrishna
@kettanaito
- give
node
export condition higher priority (#2134) (f948d13d2df85efa8d276396e1e60da235523a0e)@phryneas
v2.2.13 (2024-03-27)
Bug Fixes
- use
createRequestId()
instead ofcrypto.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
- feature "new URL()" in the redundant query params warning (#2102) (9af301a7ea593642cc7b6d46f3685cf2ff9f2b58)
@psjostrom
@kettanaito
v2.2.9 (2024-03-20)
Bug Fixes
- properly infer parameter and return types in
server.boundary()
(#2101) (1370736580b5c2a37127359b79433ca4e9b20c79)@Andarist
@kettanaito
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.1464bcae7
fix: preserve search params in "onUnhandledRequest" messages (#2128)f948d13
fix: givenode
export condition higher priority (#2134)e83a669
chore: update to [email protected] (#2122)ad8ebac
chore(release): v2.2.138f2be77
fix: usecreateRequestId()
instead ofcrypto.randomUUID()
(#2113)c88c84c
chore(release): v2.2.1264b6ba5
fix: do not mutate user-defined "X-Request-Id" request header (#2110)5d29a42
chore(release): v2.2.11d35ef92
fix: accept a narrower response body type by default (#2107)- Additional commits viewable in compare view
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 <dependency name> 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)
⚠️ No Changeset found
Latest commit: 2af80bdbc8593cea17a3e900e2b531e0d726444f
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
@dependabot rebase
Superseded by #316.