container-registry / backstage-plugin-harbor-backend

MIT License
5 stars 18 forks source link

Bump msw from 0.21.3 to 0.38.1 #37

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps msw from 0.21.3 to 0.38.1.

Release notes

Sourced from msw's releases.

v0.38.1

0.38.1 (2022-02-19)

Bug Fixes

  • handleRequest: bypass request only if "x-msw-bypass" header equals "true" (#1110) (1a7bc36)

v0.38.0

0.38.0 (2022-02-19)

Features

  • update to @​mswjs/interceptors 0.13.3 (#1095) (e288d18), closes #1102
  • allow default behavior of onUnhandledRequest in a custom callback (mswjs/msw#1096):
worker.start({
  onUnhandledRequest(request, print) {
    // Ignore unhandled warnings/errors from asset requests.
    if (request.url.href.includes('/assets/') {
      return
    }
// Otherwise, execute the default warning/error/ strategy.

print.warning() // or "print.error()" } })

v0.36.8

0.36.8 (2022-01-30)

Bug Fixes

  • allow variables inference in GraphQLRequest (#1081) (6e7ec28)

v0.36.7

0.36.7 (2022-01-24)

Bug Fixes

  • update "@​mswjs/cookies" for safe localStorage access (#1071) (99ae530)
  • update node-fetch to 2.6.7 to fix a security vulnerability (#1072) (72a34f6)

v0.36.5

... (truncated)

Commits
  • 1a7bc36 fix(handleRequest): bypass request only if "x-msw-bypass" header equals "true...
  • e288d18 feat: update to @​mswjs/interceptors 0.13.3 (#1095)
  • b4d412a chore(deps): bump url-parse from 1.5.3 to 1.5.7 (#1107)
  • 8d1fcdb chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 (#1099)
  • 807b315 chore: run smoke tests on main only (#1100)
  • 9c6de8b chore: update dependencies for 0.37.0 (#1098)
  • 0be131d feat(onUnhandledRequest): allow default behaviour in a custom callback (#1096)
  • 6e7ec28 fix: allow variables inference in GraphQLRequest (#1081)
  • ddbc5a7 chore: schedule daily releases (#1076)
  • 99ae530 fix: update "@​mswjs/cookies" for safe localStorage access (#1071)
  • 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)
sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

dependabot[bot] commented 2 years ago

Superseded by #42.