-
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 #38005
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
May 1, 2023
gatsbot
bot
added
the
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
label
May 1, 2023
renovate
bot
force-pushed
the
renovate/gatsby-prod-minor
branch
from
May 2, 2023 07:08
1fc63ec
to
b43b08e
Compare
LekoArts
removed
the
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
label
May 2, 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 May 16, 2023
This was referenced May 16, 2023
This was referenced May 16, 2023
This was referenced Sep 29, 2023
This was referenced Nov 27, 2023
This was referenced Jan 24, 2024
This was referenced Apr 18, 2024
This was referenced May 7, 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:
^2.8.7
->^2.8.8
^2.5.12
->^2.5.13
^7.3.16
->^7.3.23
^7.8.10
->^7.8.14
^0.3.17
->^0.3.18
^1.17.9
->^1.17.11
^10.4.13
->^10.4.14
^4.21.4
->^4.21.5
^2.29.3
->^2.30.0
^4.3.0
->^4.3.1
^5.12.0
->^5.13.0
^1.13.0
->^1.18.0
^17.7.0
->^17.9.2
^2.6.8
->^2.6.9
^8.4.21
->^8.4.23
0.0.0-experimental-c8b778b7f-20220825
->0.0.1
^1.6.5
->^1.6.6
4.5.4
->4.6.1
4.5.4
->4.6.1
^5.3.6
->^5.3.7
^5.75.0
->^5.81.0
^4.35.3
->^4.37.2
Release Notes
ardatan/graphql-tools (@graphql-tools/code-file-loader)
v7.3.23
Compare Source
Patch Changes
05c97eb8
]:v7.3.22
Compare Source
Patch Changes
1c95368a
Thanks @ardatan! - Use ranged versions for dependenciesUpdated dependencies [
1c95368a
]:v7.3.21
Compare Source
Patch Changes
42ad8df8
]:v7.3.20
Compare Source
Patch Changes
#5030
bb2d257b
Thanks @mscharley! - Added the ability to parse cjs/mjs files for graphql documentsUpdated dependencies [
bb2d257b
]:v7.3.19
Compare Source
Patch Changes
b5c8f640
]:v7.3.18
Compare Source
Patch Changes
a94217e9
,62d074be
]:ardatan/graphql-tools (@graphql-tools/load)
v7.8.14
Compare Source
Patch Changes
1c95368a
Thanks @ardatan! - Use ranged versions for dependenciesUpdated dependencies [
1c95368a
]:v7.8.13
Compare Source
Patch Changes
v7.8.12
Compare Source
Patch Changes
b5c8f640
]:v7.8.11
Compare Source
Patch Changes
a94217e9
,62d074be
]:jridgewell/trace-mapping
v0.3.18
Compare Source
What's Changed
New Contributors
Full Changelog: jridgewell/trace-mapping@v0.3.17...v0.3.18
date-fns/date-fns
v2.30.0
Compare Source
Kudos to @kossnocorp and @Andarist for working on the release.
Changes
TehShrike/deepmerge
v4.3.1
Compare Source
graphql/graphql-http
v1.18.0
Compare Source
Bug Fixes
Features
1.17.1 (2023-03-31)
Bug Fixes
v1.17.1
Compare Source
Bug Fixes
v1.17.0
Compare Source
Features
v1.16.0
Compare Source
Bug Fixes
Features
node
adapter in favor ofhttp
andhttp2
adapters (f5b0305)HandlerOptions
interface (f14a821)v1.15.0
Compare Source
Features
renderAuditResultsToHTML
(#53) (da32059)v1.14.0
Compare Source
Features
validationRules
option for extending or replacing the GraphQL validation rule set (#51) (46c5309)postcss/postcss
v8.4.23
Compare Source
v8.4.22
Compare Source
node16
(by Remco Haszing).facebook/react
v0.0.0-experimental-d962f35ca-20230418
Compare Source
simov/slugify
v1.6.6
Compare Source
remove
option (#168) (@Trott)socketio/socket.io
v4.6.1
Compare Source
Bug Fixes
Dependencies
engine.io@~6.4.0
(no change)ws@~8.11.0
(no change)v4.6.0
Compare Source
Bug Fixes
Features
Promise-based acknowledgements
This commit adds some syntactic sugar around acknowledgements:
emitWithAck()
serverSideEmitWithAck()
Added in 184f3cf.
Connection state recovery
This feature allows a client to reconnect after a temporary disconnection and restore its state:
Usage:
Here's how it works:
id
attribute, which is public and can be freely shared)The in-memory adapter already supports this feature, and we will soon update the Postgres and MongoDB adapters. We will also create a new adapter based on Redis Streams, which will support this feature.
Added in 54d5ee0.
Compatibility (for real) with Express middlewares
This feature implements middlewares at the Engine.IO level, because Socket.IO middlewares are meant for namespace authorization and are not executed during a classic HTTP request/response cycle.
Syntax:
A workaround was possible by using the allowRequest option and the "headers" event, but this feels way cleaner and works with upgrade requests too.
Added in 24786e7.
Error details in the disconnecting and disconnect events
The
disconnect
event will now contain additional details about the disconnection reason.Added in 8aa9499.
Automatic removal of empty child namespaces
This commit adds a new option, "cleanupEmptyChildNamespaces". With this option enabled (disabled by default), when a socket disconnects from a dynamic namespace and if there are no other sockets connected to it then the namespace will be cleaned up and its adapter will be closed.
Added in 5d9220b.
A new "addTrailingSlash" option
The trailing slash which was added by default can now be disabled:
In the example above, the clients can omit the trailing slash and use
/socket.io
instead of/socket.io/
.Added in d0fd474.
Performance Improvements
Dependencies
engine.io@~6.4.0
(socketio/engine.io@6.2.1...6.4.0)ws@~8.11.0
(websockets/ws@8.2.3...8.11.0)socketio/socket.io-client
v4.6.1
Compare Source
Bug Fixes
Dependencies
engine.io-client@~6.4.0
(no change)ws@~8.11.0
(no change)v4.6.0
Compare Source
Bug Fixes
Features
A new "addTrailingSlash" option
The trailing slash which was added by default can now be disabled:
In the example above, the request URL will be
https://example.com/socket.io
instead ofhttps://example.com/socket.io/
.Added in 21a6e12.
Promise-based acknowledgements
This commit adds some syntactic sugar around acknowledgements:
Note: environments that do not support Promises will need to add a polyfill in order to use this feature.
Added in 47b979d.
Connection state recovery
This feature allows a client to reconnect after a temporary disconnection and restore its ID and receive any packets that was missed during the disconnection gap. It must be enabled on the server side.
A new boolean attribute named
recovered
is added on thesocket
object:Added in 54d5ee0 (server) and b4e20c5 (client).
Retry mechanism
Two new options are available:
retries
: the maximum number of retries. Above the limit, the packet will be discarded.ackTimeout
: the default timeout in milliseconds used when waiting for an acknowledgement (not to be mixed up with the already existingtimeout
option, which is used by the Manager during the connection)In all examples above, "my-event" will be sent up to 4 times (1 + 3), until the server sends an acknowledgement.
Assigning a unique ID to each packet is the duty of the user, in order to allow deduplication on the server side.
Added in 655dce9.
Dependencies
engine.io-client@~6.4.0
(diff)ws@~8.11.0
(diff)statelyai/xstate
v4.37.2
Compare Source
Patch Changes
2b9583a63
Thanks @Andarist! - The "Some implementations missing" type-level error will now mention what implementations are missing.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.