container-registry / backstage-plugin-harbor-backend

MIT License
5 stars 18 forks source link

Bump msw from 0.21.3 to 0.35.0 #17

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps msw from 0.21.3 to 0.35.0.

Release notes

Sourced from msw's releases.

v0.35.0

Breaking changes

-worker.on('request:start', listener)
+worker.events.on('request:start', listener)

-server.on('response:mocked', listener) +server.events.on('response:mocked', listener)

Features

  • Life-cycle events now support .removeListener() and .removeAllListeners() methods (#868).
// Removes all life-cycle event listeners you've attached to this server instance.
server.events.removeAllListeners()
  • The "error" strategy of the onUnhandledRequest option now throws an exception to halt running tests (#856).

Bug fixes

  • Fixes an issue where a request handler with parenthesis in the URL wouldn't match an otherwise matching request (#857).

Security

  • Updates the @mswjs/interceptors package to propagate the xmldom security update (#876).

v0.34.0

Features

  • Improves error messages produces by the worker (#841, #847).

v0.33.3

Bug fixes

  • Fixes an issue when some messages from the library were ill-formatted (#844, #850).

v0.33.2

Bug fixes

  • Fixes an issue that resulted in the "color: inherit" being present in each request log in the browser's console (#842, #843).

v0.33.1

Bug fixes

... (truncated)

Commits
  • ac0a62a v0.35.0
  • ee41237 rest(logging): Uses "waitFor" for logs assertions
  • df3daa2 Bumps "@​mswjs/interceptors" to 0.12.6
  • 87972dc getAbsoluteUrl: Encodes and decodes the URL to support escaped characters
  • 89c4e1f Adds parentheses URL matching integration test
  • 8284874 workerConsole: Fixes the jsdoc
  • 95361d9 graphql(logging): Uses "waitFor" in test logs assertions
  • 2b9abca Moves the "regression" tests to the root level
  • bd5073a Replaces "waitUntil" internal utility with "waitFor"
  • 55ec2c3 Adds granular life-cycle events tests for the browser
  • 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

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

dependabot[bot] commented 2 years ago

Superseded by #21.