-
Notifications
You must be signed in to change notification settings - Fork 151
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
base: dev
Are you sure you want to change the base?
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
4fced69
to
f353cf6
Compare
f353cf6
to
7ac7923
Compare
7ac7923
to
d67f720
Compare
d67f720
to
921ce09
Compare
921ce09
to
ef14f50
Compare
ef14f50
to
69b7811
Compare
69b7811
to
38494de
Compare
38494de
to
eefb920
Compare
eefb920
to
2d4f633
Compare
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
2.0.2
->2.1.0
22.9.2
->22.10.5
8.15.0
->8.19.1
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.10.0
16.9.0
->16.10.0
16.9.0
->16.10.0
5.16.0
->5.16.1
15.2.10
->15.3.0
5.26.0
->5.27.0
5.26.0
->5.27.0
3.3.3
->3.4.2
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
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
]:neo4j/cypher-builder (@neo4j/cypher-builder)
v2.1.0
Compare Source
Minor Changes
#471
1c671f1
Thanks @angrykoala! - Add support for dynamic labels by passing an expression tonode.label
:Patch Changes
#476
79e1e87
Thanks @angrykoala! - Escapes variables using the following reserved words (case insensitive):where
is
contains
in
For example:
Generates the following Cypher
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.19.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.19.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.18.2
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.18.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.18.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.17.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
[
v8.16.0
](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELConfiguration
📅 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.