-
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
fix(deps): update minor and patch dependencies for gatsby #38297
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
Jul 1, 2023
gatsbot
bot
added
the
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
label
Jul 1, 2023
LekoArts
removed
the
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
label
Jul 3, 2023
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.0
0.0.0-experimental-c8b778b7f-20220825
->0.0.1
4.6.1
->4.7.1
4.6.1
->4.7.1
^5.85.0
->^5.88.1
^1.1.1
->^1.1.3
^4.37.2
->^4.38.0
Release Notes
browserslist/browserslist (browserslist)
v4.21.9
Compare Source
v4.21.8
Compare Source
supports
query andmobileToDesktop
(by Steve Repsher).webpack/enhanced-resolve (enhanced-resolve)
v5.15.0
Compare Source
New Features
false
/null
/undefined
plugins 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.1
Compare 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.0
Compare Source
v16.7.0 (2023-06-21)
New Feature 🚀
Bug Fix 🐞
Committers: 3
graphql/graphql-http (graphql-http)
v1.19.0
Compare Source
Bug Fixes
process
global is not available in all environments andNODE_ENV
doesn't necessarily depict production vs. development (d08ead3)Features
facebook/react (react-server-dom-webpack)
v0.0.0-experimental-fccf3a9fb-20230213
Compare Source
v0.0.0-experimental-fa4314841-20230502
Compare Source
v0.0.0-experimental-efb381bbf-20230505
Compare Source
v0.0.0-experimental-e40893d09-20221005
Compare Source
v0.0.0-experimental-e1dd0a2f5-20221115
Compare Source
v0.0.0-experimental-df12d7eac-20230510
Compare Source
v0.0.0-experimental-d962f35ca-20230418
Compare Source
v0.0.0-experimental-d1e35c703-20221110
Compare Source
socketio/socket.io (socket.io)
v4.7.1
Compare 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.0
Compare 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/webtransport
package:Added in 123b68c.
Client bundles with CORS headers
The bundles will now have the right
Access-Control-Allow-xxx
headers.Added in 63f181c.
Dependencies
engine.io@~6.5.0
(diff)ws@~8.11.0
(no change)v4.6.2
Compare Source
Bug Fixes
types
condition 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.1
Compare Source
Some bug fixes are included from the
engine.io-client
package:Dependencies
engine.io-client@~6.5.1
(diff)ws@~8.11.0
(no change)v4.7.0
Compare 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/webtransport
package:Added in 7195c0f.
Cookie management for the Node.js client
When setting the
withCredentials
option 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
debug
package 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
debug
packages 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.2
Compare Source
Bug Fixes
types
condition 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.1
Compare Source
Developer Experience
Full Changelog: webpack/webpack@v5.88.0...v5.88.1
v5.88.0
Compare Source
New Features
css/auto
as 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.0
Compare Source
New Features
fetchPriority
feature 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.0
Compare Source
New Features
ProgressPlugin
by @alexander-akait in https://github.com/webpack/webpack/pull/17312RegExp
tosplitChunks.chunks
by @hyf0 in https://github.com/webpack/webpack/pull/17332Bug Fixes
ContextModule
types 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/1731js
extension 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.1
Compare Source
Bug Fixes
BasicEvaluatedExpression.getMemberRangeStarts
has 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.3
Compare Source
Patch Changes
v1.1.2
Compare Source
Patch Changes
statelyai/xstate (xstate)
v4.38.0
Compare Source
Minor Changes
#4098
ae7691811
Thanks @davidkpiano! - Thelog
,pure
,choose
, andstop
actions 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.