-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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): update dependency msw to ^0.36.3 for gatsby-core-utils #34367
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
the
topic: automation
Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
label
Jan 1, 2022
gatsbot
bot
added
the
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
label
Jan 1, 2022
LekoArts
removed
the
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
label
Jan 3, 2022
moonmeister
added a commit
to moonmeister/gatsby
that referenced
this pull request
Jan 5, 2022
* master: (125 commits) chore(release): Publish next fix(gatsby): createNode return promise (gatsbyjs#34399) chore(release): Publish next fix(gatsby): Wrong route resolved by findPageByPath function (gatsbyjs#34070) fix(deps): update typescript to v5 (major) (gatsbyjs#33786) chore(docs): Update processing external images guide (gatsbyjs#34388) chore(deps): update dependency aws-sdk to ^2.1048.0 (gatsbyjs#34365) chore(deps): update dependency autoprefixer to ^10.4.1 for gatsby-plugin-sass (gatsbyjs#34357) chore(deps): update formatting & linting (gatsbyjs#34370) fix(deps): update minor and patch dependencies for gatsby-source-drupal (gatsbyjs#34375) fix(deps): update dependency eslint-plugin-react to ^7.28.0 (gatsbyjs#34372) fix(deps): update dependency resolve-url-loader to ^3.1.4 for gatsby-plugin-sass (gatsbyjs#34361) chore(deps): update dependency typescript to ^4.5.4 (gatsbyjs#34358) chore(docs): Fix links to shared layout component (gatsbyjs#34330) chore: Fix typo (gatsbyjs#34349) chore(examples): use mobx v6 in using-mobx example (gatsbyjs#34351) chore(deps): update dependency rewire to v6 for gatsby-plugin-offline (gatsbyjs#34376) chore(deps): update dependency msw to ^0.36.3 for gatsby-core-utils (gatsbyjs#34367) chore(deps): update dependency msw to ^0.36.3 for gatsby-plugin-gatsby-cloud (gatsbyjs#34368) fix(deps): update dependency graphql to ^15.8.0 for gatsby-codemods (gatsbyjs#34373) ...
This was referenced Oct 10, 2024
This was referenced Oct 12, 2024
This was referenced Oct 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
topic: automation
Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.35.0
->^0.36.3
Release Notes
mswjs/msw
v0.36.3
Compare Source
Bug fixes
x-msw-request-id
request header (#713, #1022, #1024).Internal
x-msw-request-id
header on the request (#1024). Relies on therequest.id
set by the interceptors (Node.js) or therequestId
generated by the worker (browser).v0.36.2
Compare Source
Bug fixes
rest.all()
request handler (#1020, #1021).v0.36.1
Compare Source
Bug fixes
v0.36.0
Compare Source
Breaking changes
/foo/bar?
);/foo/bar+
).string | string[]
(#999).RequestParams
generic now follows theRequestBodyType
generic, changing its order (#999):RequestParams
type (#999). Please use thePathParams
type instead.document.baseURI
(previouslylocation.origin
) in a browser-like environments (#1007, #1008).Features
rest.all()
request handler (#896). This handler captures all REST API requests regardless of method.SetupWorkerApi
andSetupServerApi
from the browser and Node.js modules respectively (#994).Bug fixes
typescript
as apeerDependency
to control supported TypeScript versions (#985).graphql.operation
handler producing a warning unable to intercept anonymous operations (#918, #904).inquirer
dependency version to 8.1.5 to propagate the fix for theUnexpected token “?”
issue when using MSW CLI (#917).TypeError: Failed to execute 'XXX' on 'Response': body stream already read
error when reading the original response body in the fallback mode (https://github.com/mswjs/interceptors/pull/152).Internal
@mswjs/cookies
and@mswjs/interceptors
as external packages so that their updates propagate to you automatically upon new installations ofmsw
.Configuration
📅 Schedule: "before 7am on the first day of the month" in timezone GMT.
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.