-
Notifications
You must be signed in to change notification settings - Fork 10.3k
fix(deps): update minor and patch dependencies for gatsby #38297
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
Merged
Conversation
This file contains hidden or 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
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This was referenced Sep 23, 2023
This was referenced Oct 4, 2023
This was referenced Oct 12, 2023
This was referenced Oct 21, 2023
This was referenced Oct 29, 2023
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:
^4.21.7->^4.21.9^5.14.1->^5.15.0^16.6.0->^16.7.1^1.18.0->^1.19.00.0.0-experimental-c8b778b7f-20220825->0.0.14.6.1->4.7.14.6.1->4.7.1^5.85.0->^5.88.1^1.1.1->^1.1.3^4.37.2->^4.38.0Release Notes
browserslist/browserslist (browserslist)
v4.21.9Compare Source
v4.21.8Compare Source
supportsquery andmobileToDesktop(by Steve Repsher).webpack/enhanced-resolve (enhanced-resolve)
v5.15.0Compare Source
New Features
false/null/undefinedplugins by @alexander-akait in https://github.com/webpack/enhanced-resolve/pull/389Dependencies & Maintenance
New Contributors
Full Changelog: webpack/enhanced-resolve@v5.14.1...v5.15.0
graphql/graphql-js (graphql)
v16.7.1Compare Source
v16.7.1 (2023-06-22)
📢 Big shout out to @phryneas, who managed to reproduce this issue and come up with this fix.
Bug Fix 🐞
process.env(@IvanGoncharov)Committers: 1
v16.7.0Compare Source
v16.7.0 (2023-06-21)
New Feature 🚀
Bug Fix 🐞
Committers: 3
graphql/graphql-http (graphql-http)
v1.19.0Compare Source
Bug Fixes
processglobal is not available in all environments andNODE_ENVdoesn't necessarily depict production vs. development (d08ead3)Features
facebook/react (react-server-dom-webpack)
v0.0.0-experimental-fccf3a9fb-20230213Compare Source
v0.0.0-experimental-fa4314841-20230502Compare Source
v0.0.0-experimental-efb381bbf-20230505Compare Source
v0.0.0-experimental-e40893d09-20221005Compare Source
v0.0.0-experimental-e1dd0a2f5-20221115Compare Source
v0.0.0-experimental-df12d7eac-20230510Compare Source
v0.0.0-experimental-d962f35ca-20230418Compare Source
v0.0.0-experimental-d1e35c703-20221110Compare Source
socketio/socket.io (socket.io)
v4.7.1Compare Source
The client bundle contains a few fixes regarding the WebTransport support.
Dependencies
engine.io@~6.5.0(no change)ws@~8.11.0(no change)v4.7.0Compare Source
Bug Fixes
Features
Support for WebTransport
The Socket.IO server can now use WebTransport as the underlying transport.
WebTransport is a web API that uses the HTTP/3 protocol as a bidirectional transport. It's intended for two-way communications between a web client and an HTTP/3 server.
References:
Until WebTransport support lands in Node.js, you can use the
@fails-components/webtransportpackage:Added in 123b68c.
Client bundles with CORS headers
The bundles will now have the right
Access-Control-Allow-xxxheaders.Added in 63f181c.
Dependencies
engine.io@~6.5.0(diff)ws@~8.11.0(no change)v4.6.2Compare Source
Bug Fixes
typescondition to the top (#4698) (3d44aae)Dependencies
engine.io@~6.4.2(diff)ws@~8.11.0(no change)socketio/socket.io-client (socket.io-client)
v4.7.1Compare Source
Some bug fixes are included from the
engine.io-clientpackage:Dependencies
engine.io-client@~6.5.1(diff)ws@~8.11.0(no change)v4.7.0Compare Source
Bug Fixes
Features
Support for WebTransport
The Engine.IO client can now use WebTransport as the underlying transport.
WebTransport is a web API that uses the HTTP/3 protocol as a bidirectional transport. It's intended for two-way communications between a web client and an HTTP/3 server.
References:
For Node.js clients: until WebTransport support lands in Node.js, you can use the
@fails-components/webtransportpackage:Added in 7195c0f.
Cookie management for the Node.js client
When setting the
withCredentialsoption totrue, the Node.js client will now include the cookies in the HTTP requests, making it easier to use it with cookie-based sticky sessions.Added in 5fc88a6.
Conditional import of the ESM build with debug logs
By default, the ESM build does not include the
debugpackage in the browser environments, because it increases the bundle size (see 16b6569).Which means that, unfortunately, debug logs are not available in the devtools console, even when setting the
localStorage.debug = ...attribute.You can now import the build which includes the
debugpackages with a conditional import. Example with vite:Reference: https://v2.vitejs.dev/config/#resolve-conditions
Added in 781d753.
Dependencies
engine.io-client@~6.5.0(diff)ws@~8.11.0(no change)v4.6.2Compare Source
Bug Fixes
typescondition to the top (#1580) (7ead241)Dependencies
engine.io-client@~6.4.0(no change)ws@~8.11.0(no change)webpack/webpack (webpack)
v5.88.1Compare Source
Developer Experience
Full Changelog: webpack/webpack@v5.88.0...v5.88.1
v5.88.0Compare Source
New Features
css/autoas the default css mode by @burhanuday in https://github.com/webpack/webpack/pull/17399Bug Fixes
Developer Experience
Dependencies & Maintenance
New Contributors
Full Changelog: webpack/webpack@v5.87.0...v5.88.0
v5.87.0Compare Source
New Features
fetchPriorityfeature as parser option and magic comment by @alexander-akait in https://github.com/webpack/webpack/pull/17249Bug Fixes
Developer Experience
Dependencies & Maintenance
New Contributors
@aboktor made their first contribution in #16991 #16989
@silverwind made their first contribution in #17339 via #17329
Full Changelog: webpack/webpack@v5.86.0...v5.87.0
v5.86.0Compare Source
New Features
ProgressPluginby @alexander-akait in https://github.com/webpack/webpack/pull/17312RegExptosplitChunks.chunksby @hyf0 in https://github.com/webpack/webpack/pull/17332Bug Fixes
ContextModuletypes by @huozhi in https://github.com/webpack/webpack/pull/17310__non_webpack_require__with ES modules by @alexander-akait in https://github.com/webpack/webpack/pull/17308Chunk,ChunkGroup, and other plugins by @alexander-akait in https://github.com/webpack/webpack/pull/1731jsextension for eval source maps when extension is not resolvable by @alexander-akait in https://github.com/webpack/webpack/pull/17331Developer Experience
Dependencies & Maintenance
New Contributors
Full Changelog: webpack/webpack@v5.85.1...v5.86.0
v5.85.1Compare Source
Bug Fixes
BasicEvaluatedExpression.getMemberRangeStartshas been changed toBasicEvaluatedExpression.getMemberRanges, please see type definition changes and the pull request for more information.Dependencies & Maintenance
Full Changelog: webpack/webpack@v5.85.0...v5.85.1
FormidableLabs/webpack-stats-plugin (webpack-stats-plugin)
v1.1.3Compare Source
Patch Changes
v1.1.2Compare Source
Patch Changes
statelyai/xstate (xstate)
v4.38.0Compare Source
Minor Changes
#4098
ae7691811Thanks @davidkpiano! - Thelog,pure,choose, andstopactions were added to the main export:Configuration
📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.