chirpy icon indicating copy to clipboard operation
chirpy copied to clipboard

chore(deps): update dependency msw to v0.47.3

Open renovate[bot] opened this issue 2 years ago โ€ข 6 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
msw (source) 0.42.1 -> 0.47.3 age adoption passing confidence

Release Notes

mswjs/msw

v0.47.3

Compare Source

v0.47.3 (2022-09-15)

Bug Fixes

v0.47.2

Compare Source

v0.47.2 (2022-09-13)

Bug Fixes

v0.47.1

Compare Source

v0.47.1 (2022-09-10)

Bug Fixes

v0.47.0

Compare Source

v0.47.0 (2022-09-04)

Features

v0.46.1

Compare Source

v0.46.1 (2022-09-01)

Bug Fixes

v0.46.0

Compare Source

v0.46.0 (2022-08-31)

Features
Features
server.listHandlers()
worker.listHandlers()

v0.45.0

Compare Source

v0.45.0 (2022-08-22)

Features

v0.44.2

Compare Source

v0.44.2 (2022-07-19)

Bug Fixes

v0.44.1

Compare Source

v0.44.1 (2022-07-14)

Bug Fixes

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".
  • The library no longer exports the parseIsomorphicRequest() function (#โ€‹1316). Please use MockedRequest class instead.
Features
Deprecations
  • req.body is deprecated. Please use explicit request body reading methods: req.text(), req.json(), req.arrayBuffer() (other methods, like req.formData() are currently not supported).
rest.post('/user', async (req, res, ctx) => {
  const newUser = await req.json()
})

req.body is still present for compatibility reasons but will be removed in the next releases.

v0.43.1

Compare Source

v0.43.1 (2022-07-07)

Bug Fixes

v0.43.0

Compare Source

v0.43.0 (2022-07-04)

Features

v0.42.3

Compare Source

v0.42.3 (2022-06-22)

Bug Fixes

v0.42.2

Compare Source

v0.42.2 (2022-06-22)

Bug Fixes

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

โ™ป Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jun 24 '22 01:06 renovate[bot]

โš ๏ธ No Changeset found

Latest commit: 78a4ff3e5b829374d92425e8e662a090ebb248bd

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

changeset-bot[bot] avatar Jun 24 '22 01:06 changeset-bot[bot]

The latest updates on your projects. Learn more about Vercel for Git โ†—๏ธŽ

Name Status Preview Updated
chirpy โœ… Ready (Inspect) Visit Preview Oct 26, 2022 at 2:32PM (UTC)

vercel[bot] avatar Jun 24 '22 01:06 vercel[bot]

Job #1039: Bundle Size โ€” 2.06MiB (0%).

5756d47(current) vs de3c4b4 main#1038(baseline)

Metrics (1 change)
โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒ โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒCurrent
Job #1039
โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒBaseline
Job #1038
Initial JS 1.09MiB 1.09MiB
Initial CSS 89.15KiB 89.15KiB
Cache Invalidation 0% 0.25%
Chunks 49 49
Assets 58 58
Modules 1222 1222
Duplicate Modules 299 299
Duplicate Code 7.12% 7.12%
Packages 85 85
Duplicate Packages 1 1
Total size by type (no changes)
โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒ โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒCurrent
Job #1039
โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒBaseline
Job #1038
CSS 92.22KiB 92.22KiB
Fonts 0B 0B
HTML 0B 0B
IMG 976B 976B
JS 1.96MiB 1.96MiB
Media 0B 0B
Other 10.59KiB 10.59KiB

View job #1039 reportโ€ƒView main branch activity

relativeci[bot] avatar Jun 24 '22 01:06 relativeci[bot]

Coverage report for ./apps/main

St.:grey_question:
Category Percentage Covered / Total
๐Ÿ”ด Statements 4.42% 40/904
๐Ÿ”ด Branches 3.56% 9/253
๐Ÿ”ด Functions 2.16% 5/232
๐Ÿ”ด Lines 4.49% 38/846

Test suite run success

2 tests passing in 2 suites.

Report generated by ๐Ÿงชjest coverage report action from 78a4ff3e5b829374d92425e8e662a090ebb248bd

github-actions[bot] avatar Jun 24 '22 01:06 github-actions[bot]



Test summary

5 โ€ข 0 โ€ข 2 โ€ข 0 โ€ข Flakiness 0


Run details

Project chirpy
Status Passed
Commit 78a4ff3e5b
Started Oct 26, 2022 2:33 PM
Ended Oct 26, 2022 2:35 PM
Duration 01:52 ๐Ÿ’ก
OS Linux Ubuntu - 20.04
Browser Electron 100

View run in Cypress Dashboard โžก๏ธ


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

cypress[bot] avatar Jun 24 '22 01:06 cypress[bot]

Coverage report for ./packages/ui

St.:grey_question:
Category Percentage Covered / Total
๐Ÿ”ด Statements 52.07% 2397/4603
๐Ÿ”ด Branches 26.64% 462/1734
๐Ÿ”ด Functions 35.51% 441/1242
๐Ÿ”ด Lines 52.1% 2284/4384

Test suite run success

50 tests passing in 32 suites.

Report generated by ๐Ÿงชjest coverage report action from 78a4ff3e5b829374d92425e8e662a090ebb248bd

github-actions[bot] avatar Oct 26 '22 14:10 github-actions[bot]