-
Notifications
You must be signed in to change notification settings - Fork 153
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 (dev) #5914
Conversation
|
6636ab3
to
2446991
Compare
2446991
to
77b1447
Compare
77b1447
to
7f3bc85
Compare
7f3bc85
to
f770db4
Compare
f770db4
to
819ff2e
Compare
819ff2e
to
dd483d4
Compare
dd483d4
to
2f5856d
Compare
2f5856d
to
4fced69
Compare
907f8f6
to
8bd9bcd
Compare
8bd9bcd
to
2235398
Compare
2235398
to
da4c4de
Compare
da4c4de
to
ea17b28
Compare
ea17b28
to
4789529
Compare
4789529
to
d56a80d
Compare
d56a80d
to
c99c228
Compare
c99c228
to
3e21569
Compare
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. |
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.28
2.0.2
->2.2.1
22.9.2
->22.10.9
8.15.0
->8.21.0
9.1.0
->9.1.2
4.3.7
->4.4.0
16.4.5
->16.4.7
3.6.3
->3.7.0
28.9.0
->28.11.0
16.9.0
->16.10.0
16.9.0
->16.10.0
9.0.11
->9.1.0
5.16.0
->5.16.2
15.2.10
->15.4.2
v2.9.0
->v2.9.1
5.26.0
->5.27.0
5.26.0
->5.27.0
3.3.3
->3.4.2
1.3.0
->1.3.1
v1.57.0
->v1.64.1
v1.32.0
->v1.33.0
v1.12.0
->v1.13.0
9.5.1
->9.5.2
5.96.1
->5.97.1
4.5.2
->4.6.0
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.28
Compare Source
Patch Changes
#472
e9f78cd
Thanks @ardatan! -RenameObjectFieldArguments
should transform the passedargs
indelegationContext
.When a subschema's a root field argument is renamed, the passed arguments should be also transformed;
This is the original field
}
type Book {
id: ID
title: String
}
The following call should be transformed;
To this query;
18682e6
]: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.