chore(deps): update dependency msw to ^0.49.3 for gatsby-plugin-utils #448
+127
−60
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.42.3
->^0.49.3
Release Notes
mswjs/msw (msw)
v0.49.3
Compare Source
v0.49.3 (2023-01-19)
Bug Fixes
6a94b8c
) @chrisguttandinv0.49.2
Compare Source
v0.49.2 (2022-12-13)
Bug Fixes
globalThis.fetch
inctx.fetch
utility (#1490) (42cdbc7
) @Toxiapo @kettanaitov0.49.1
Compare Source
v0.49.1 (2022-11-28)
Bug Fixes
c268796
) @gduliscouet-ubitransportv0.49.0
Compare Source
v0.49.0 (2022-11-19)
Features
af0277d
) @wtchnmv0.48.3
Compare Source
v0.48.3 (2022-11-15)
Bug Fixes
a06a944
) @kettanaitostatuses
dependency during the build (#1458) (99d49f9
) @mattcosta7 @kettanaitov0.48.2
Compare Source
v0.48.2 (2022-11-13)
Bug Fixes
f8d15b4
) @kettanaitov0.48.1
Compare Source
v0.48.1 (2022-11-10)
Bug Fixes
91b2902
) @cksal0805v0.48.0
Compare Source
v0.48.0 (2022-11-08)
Features
85ba844
) @Toxiapo @kettanaito670dda7
) @mucsi96 @kettanaito41798eb
) @ivanhofer @kettanaitov0.47.4
Compare Source
v0.47.4 (2022-10-04)
Bug Fixes
package.json
exports
field (#1395) (3902b8c
) @ivanhofer @kettanaito933a9d6
) @jkieboom @kettanaito78d155f
) @snaka @kettanaitov0.47.3
Compare Source
v0.47.3 (2022-09-15)
Bug Fixes
41d8c08
)v0.47.2
Compare Source
v0.47.2 (2022-09-13)
Bug Fixes
c90eafb
)v0.47.1
Compare Source
v0.47.1 (2022-09-10)
Bug Fixes
638fad9
)v0.47.0
Compare Source
v0.47.0 (2022-09-04)
Features
exports
map in package.json (#1383) (5e1c1a6
)v0.46.1
Compare Source
v0.46.1 (2022-09-01)
Bug Fixes
8436515
)v0.46.0
Compare Source
v0.46.0 (2022-08-31)
Features
62f7c4d
)631f629
)18f5778
)v0.45.0
Compare Source
v0.45.0 (2022-08-22)
Features
ca0e2e0
)v0.44.2
Compare Source
v0.44.2 (2022-07-19)
Bug Fixes
95be5f8
)v0.44.1
Compare Source
v0.44.1 (2022-07-14)
Bug Fixes
6a3f442
)v0.44.0
Compare Source
v0.44.0 (2022-07-13)
Breaking changes
req.destination
default value is now""
(empty string), previously"document"
.req.redirect
default value is now""follow"
, previously"manual"
.parseIsomorphicRequest()
function (#1316). Please useMockedRequest
class instead.Features
fc7f00c
). This means the addition of a few properties on thereq
instance:req.priority
, indicates a priority of request relatively to other requests (default"auto"
);req.text()
, reads the request body as plain text;req.json()
, reads the request body as JSON;req.arrayBuffer()
, reads the request body asArrayBuffer
;req.clone()
, clones a request instance (i.e. so its body could be read multiple times).6990c3a
)Deprecations
req.body
is deprecated. Please use explicit request body reading methods:req.text()
,req.json()
,req.arrayBuffer()
(other methods, likereq.formData()
are currently not supported).v0.43.1
Compare Source
v0.43.1 (2022-07-07)
Bug Fixes
66c3ad8
)v0.43.0
Compare Source
v0.43.0 (2022-07-04)
Features
78c7d7e
)Configuration
📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.