fix(deps): update minor-and-patch (lts) #5922
Open
+1,160
−1,141
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.11.2
->4.11.3
4.11.2
->4.11.3
2.27.10
->2.27.11
9.0.10
->9.0.17
7.0.4
->7.0.11
10.0.9
->10.0.16
10.6.0
->10.7.2
10.0.18
->10.0.27
0.10.5
->0.10.6
20.17.6
->20.17.12
8.15.0
->8.19.1
5.0.8
->5.1.0
0.10.4
->0.10.5
9.1.0
->9.1.2
4.3.7
->4.4.0
16.4.5
->16.4.7
16.4.5
->16.4.7
3.6.3
->3.7.0
28.9.0
->28.10.0
4.21.1
->4.21.2
16.9.0
->16.10.0
16.9.0
->16.10.0
5.16.0
->5.16.1
5.16.0
->5.16.1
5.10.3
->5.10.9
15.2.10
->15.3.0
5.26.0
->5.27.0
5.26.0
->5.27.0
2.13.0
->2.13.3
v1.57.0
->v1.62.0
v1.32.0
->v1.33.0
v1.12.0
->v1.13.0
5.96.1
->5.97.1
4.5.2
->4.6.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
apollographql/apollo-server (@apollo/server)
v4.11.3
Compare Source
Patch Changes
f4228e8
Thanks @glasser! - Compatibility with Next.js Turbopack. Fixes #8004.changesets/changesets (@changesets/cli)
v2.27.11
Compare Source
Patch Changes
f0270f6
]:ardatan/graphql-tools (@graphql-tools/merge)
v9.0.17
Compare Source
Patch Changes
[
53bb601
,53bb601
]:v9.0.16
Compare Source
Patch Changes
[
4912f19
]:v9.0.15
Compare Source
Patch Changes
[
2c70d27
]:v9.0.14
Compare Source
Patch Changes
[
6a8123b
]:v9.0.13
Compare Source
Patch Changes
[
020b9e4
]:v9.0.12
Compare Source
Patch Changes
696a0d5
Thanks @renovate! - dependencies updates:
@graphql-tools/utils@^10.6.1
↗︎(from
^10.6.0
, independencies
)[
1b24656
]:v9.0.11
Compare Source
Patch Changes
[
1e02935
]:ardatan/graphql-tools (@graphql-tools/resolvers-composition)
v7.0.11
Compare Source
Patch Changes
[
53bb601
,53bb601
]:v7.0.10
Compare Source
Patch Changes
[
4912f19
]:v7.0.9
Compare Source
Patch Changes
[
2c70d27
]:v7.0.8
Compare Source
Patch Changes
[
6a8123b
]:v7.0.7
Compare Source
Patch Changes
[
020b9e4
]:v7.0.6
Compare Source
Patch Changes
696a0d5
Thanks @renovate! - dependencies updates:
@graphql-tools/utils@^10.6.1
↗︎(from
^10.6.0
, independencies
)[
1b24656
]:v7.0.5
Compare Source
Patch Changes
[
1e02935
]:ardatan/graphql-tools (@graphql-tools/schema)
v10.0.16
Compare Source
Patch Changes
[
53bb601
,53bb601
]:v10.0.15
Compare Source
Patch Changes
[
4912f19
]:v10.0.14
Compare Source
Patch Changes
[
2c70d27
]:v10.0.13
Compare Source
Patch Changes
[
6a8123b
]:v10.0.12
Compare Source
Patch Changes
020b9e4
Thanks @ardatan! - `AbortSignal` in `GraphQLResolveInfo`, and
`AbortSignal` in `ExecutionRequest`
Updated dependencies
[
020b9e4
]:v10.0.11
Compare Source
Patch Changes
696a0d5
Thanks @renovate! - dependencies updates:
@graphql-tools/merge@^9.0.11
↗︎(from
^9.0.10
, independencies
)@graphql-tools/utils@^10.6.1
↗︎(from
^10.6.0
, independencies
)[
696a0d5
,1b24656
]:v10.0.10
Compare Source
Patch Changes
[
1e02935
]:ardatan/graphql-tools (@graphql-tools/utils)
v10.7.2
Compare Source
Patch Changes
#6822
53bb601
Thanks @enisdenjo! - dependencies updates:
dset@^3.1.4
↗︎ (from^3.1.2
, independencies
)#6822
53bb601
Thanks @enisdenjo! - Bump dset dependency handling the
CVE-2024-21529
https://security.snyk.io/vuln/SNYK-JS-DSET-7116691
v10.7.1
Compare Source
Patch Changes
4912f19
Thanks @AaronMoat! - Remove use of
VoidFunction
type, whichrequires DOM types
v10.7.0
Compare Source
Minor Changes
#6789
2c70d27
Thanks @n1ru4l! - - New helper function
getAbortPromise
to get apromise rejected when
AbortSignal
is abortedregisterAbortSignalListener
to register a listener to abort a promise whenAbortSignal
is abortedInstead of using
.addEventListener('abort', () => {/* ... */})
, we register a single listener toavoid warnings on Node.js like
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 abort listeners added. Use emitter.setMaxListeners() to increase limit
.v10.6.4
Compare Source
Patch Changes
6a8123b
Thanks @ardatan! - Improvements for
fakePromise
so it can be usedwithout params to create a
void
Promisev10.6.3
Compare Source
Patch Changes
020b9e4
Thanks @ardatan! - `AbortSignal` in `GraphQLResolveInfo`, and
`AbortSignal` in `ExecutionRequest`
v10.6.2
Compare Source
Patch Changes
#6737
1b24656
Thanks @ardatan! - Handle array of primitives correctly
The bug was following;
v10.6.1
Compare Source
Patch Changes
1e02935
Thanks @ardatan! - Handle parse errors correctly when loader gets a
string directly
graphql-hive/gateway (@graphql-tools/wrap)
v10.0.27
Compare Source
Patch Changes
#373
e606975
Thanks @ardatan! - dependencies updates:@graphql-tools/utils@^10.7.0
↗︎ (from^10.6.2
, independencies
)Updated dependencies [
e606975
]:v10.0.26
Compare Source
Patch Changes
23b8987
]:v10.0.25
Compare Source
Patch Changes
#291
34d1224
Thanks @ardatan! - dependencies updates:tslib@^2.8.1
↗︎ (from^2.4.0
, independencies
)Updated dependencies [
34d1224
]:v10.0.24
Compare Source
Patch Changes
#269
cdca511
Thanks @ardatan! - dependencies updates:@graphql-tools/schema@^10.0.11
↗︎ (from^10.0.7
, independencies
)@graphql-tools/utils@^10.6.2
↗︎ (from^10.6.0
, independencies
)Updated dependencies [
7df2215
,cdca511
]:v10.0.23
Compare Source
Patch Changes
9ce705c
]:v10.0.22
Compare Source
Patch Changes
v10.0.21
Compare Source
Patch Changes
7ca0ff3
]:v10.0.20
Compare Source
Patch Changes
2e0add3
]:v10.0.19
Compare Source
Patch Changes
#164
310613d
Thanks @ardatan! - dependencies updates:@graphql-tools/utils@^10.6.0
↗︎ (from^10.5.6
, independencies
)#185
f0b6921
Thanks @ardatan! - dependencies updates:value-or-promise@^1.0.12
↗︎ (fromdependencies
)#188
f71366d
Thanks @ardatan! - dependencies updates:value-or-promise@^1.0.12
↗︎ (fromdependencies
)Updated dependencies [
310613d
]:Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.