Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump msw from 0.42.3 to 0.49.2 #421

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2022

Bumps msw from 0.42.3 to 0.49.2.

Release notes

Sourced from msw's releases.

v0.49.2 (2022-12-13)

Bug Fixes

v0.49.1 (2022-11-28)

Bug Fixes

v0.49.0 (2022-11-19)

Features

  • support TypeScript 4.9, drop support for TypeScript 4.2, 4.3 (#1467) (af0277da900e20c7fb270ddb46be20deb487aefc) @​wtchnm

v0.48.3 (2022-11-15)

Bug Fixes

v0.48.2 (2022-11-13)

Bug Fixes

  • resolve absolute worker url against the current path (#1456) (f8d15b41a941613cd4868cf0e85d2d3aa075d067) @​kettanaito

v0.48.1 (2022-11-10)

Bug Fixes

  • bufferUtils import path (#1453) (91b2902ded79bea2d649057bd7858862ac91c4c4) @​cksal0805

v0.48.0 (2022-11-08)

Features

v0.47.4 (2022-10-04)

Bug Fixes

... (truncated)

Commits
  • 7380011 chore(release): v0.49.2
  • 42cdbc7 fix: use globalThis.fetch in ctx.fetch utility (#1490)
  • 37f4f94 chore(deps): bump minimatch from 3.0.4 to 3.1.2 (#1489)
  • af3110e chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#1488)
  • ab8b1ac chore(release): v0.49.1
  • c268796 fix(setupWorker): resolve the TS4094 error (#1477)
  • 2553156 chore(release): v0.49.0
  • af0277d feat: support TypeScript 4.9, drop support for TypeScript 4.2, 4.3 (#1467)
  • e8205e1 chore(release): v0.48.3
  • 7e65e97 fix: reverts beta release
  • 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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Dec 13, 2022
@nx-cloud
Copy link

nx-cloud bot commented Dec 13, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit ac16a34. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


🟥 Failed Commands
nx affected --target=test --parallel=3 --configuration=staging --ci --code-coverage --coverageReporters=lcov --silent
✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/msw-0.49.2 branch from 497aca6 to a0da238 Compare December 14, 2022 08:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/msw-0.49.2 branch 2 times, most recently from 3a65e64 to a6e5a80 Compare December 26, 2022 13:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/msw-0.49.2 branch from a6e5a80 to a691321 Compare December 30, 2022 14:58
@codecov-commenter
Copy link

Codecov Report

Merging #421 (a691321) into staging (7b4dbba) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

@@             Coverage Diff             @@
##           staging     #421      +/-   ##
===========================================
- Coverage    52.83%   52.80%   -0.04%     
===========================================
  Files          333      333              
  Lines         6352     6354       +2     
  Branches      1410     1412       +2     
===========================================
- Hits          3356     3355       -1     
- Misses        2537     2539       +2     
- Partials       459      460       +1     
Impacted Files Coverage Δ
...onment-variable/table-row-environment-variable.tsx 37.50% <0.00%> (-5.36%) ⬇️
.../clusters/src/lib/ui/card-cluster/card-cluster.tsx 90.00% <0.00%> (-10.00%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Bumps [msw](https://github.com/mswjs/msw) from 0.42.3 to 0.49.2.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v0.42.3...v0.49.2)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/msw-0.49.2 branch from a691321 to ac16a34 Compare January 12, 2023 16:45
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 23, 2023

Superseded by #456.

@dependabot dependabot bot closed this Jan 23, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/msw-0.49.2 branch January 23, 2023 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant