-
Notifications
You must be signed in to change notification settings - Fork 4
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
Bump msw from 1.3.2 to 2.0.8 #398
Conversation
Bumps [msw](https://github.com/mswjs/msw) from 1.3.2 to 2.0.8. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v1.3.2...v2.0.8) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
### Changed | ||
|
||
- `promjs` dependency brought to the same repo after it seems to be deprecated. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a change of the public UI. This section is used for changes in existing functionality when following https://keepachangelog.com/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
promjs
is not a dependency anymore, somehow it affects to the consumers, what do you think a different approach:
### Changed | |
- `promjs` dependency brought to the same repo after it seems to be deprecated. | |
### Changed | |
- `promjs` is not a dependency anymore. | |
Do you have any idea why I mean I can declare |
A newer version of msw exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
@dependabot ignore msw major version |
Sorry, the command you entered is not valid for this pull request. Please check the syntax and try again. Valid commands: |
@dependabot ignore this major version |
OK, I won't notify you about version 2.x.x again, unless you re-open this PR. |
Bumps msw from 1.3.2 to 2.0.8.
Release notes
Sourced from msw's releases.
... (truncated)
Commits
657edd8
chore(release): v2.0.8a7ffd32
fix(graphql): allow null for "data" and "errors" response property types (#1867)28efd32
chore: remove "node-fetch" (#1864)276157a
chore(release): v2.0.754df656
test(cookies): use global fetch vs "node-fetch" (#1862)f47a942
test(node): add request blob tests (#1861)c2d8e98
fix: encode cookie string before forwarding request cookies (#1815)0d79ec4
fix(react-native): import "node:events" lazily (#1858)75bbb96
fix: change request cookie type to be Record<string, string> (#1857)c652d90
test: add "application/protobuf" handling test (#1443)You can trigger a rebase of this PR 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions