-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update dependency @graphql-tools/utils to v10.8.6 #178
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/graphql-tools-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
07147ab
to
1fac749
Compare
5a0b323
to
affdac9
Compare
affdac9
to
1ab34dd
Compare
1ab34dd
to
c19ad66
Compare
c19ad66
to
73948f6
Compare
73948f6
to
a2cc512
Compare
a2cc512
to
ccdb658
Compare
ccdb658
to
ea0720a
Compare
ea0720a
to
9f821c1
Compare
5cde002
to
d77fe0f
Compare
c35dd76
to
1cfa4cb
Compare
1cfa4cb
to
b34eae9
Compare
b34eae9
to
af48005
Compare
af48005
to
66c3d1a
Compare
66c3d1a
to
b4f2f3f
Compare
b4f2f3f
to
07f591c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
10.5.5
->10.8.6
Release Notes
ardatan/graphql-tools (@graphql-tools/utils)
v10.8.6
Compare Source
Patch Changes
d123e26
Thanks @ardatan! - Fix incomplete string escaping/encoding
v10.8.5
Compare Source
Patch Changes
#6977
90a717e
Thanks @ardatan! - In executor, do not use leaking
registerAbortSignalListener
, and handle listeners inside the execution context#7025
26518de
Thanks @ardatan! - Better handling for field name handling in
buildOperationForField
v10.8.4
Compare Source
Patch Changes
155944b
Thanks @ardatan! - Fix breaking change by adding
PromiseWithResolvers
backv10.8.3
Compare Source
Patch Changes
4a2eb14
Thanks @ardatan! - dependencies updates:
@whatwg-node/promise-helpers@^1.0.0
↗︎(to
dependencies
)v10.8.2
Compare Source
Patch Changes
3547bba
Thanks @ardatan! - Relax
extensions
typev10.8.1
Compare Source
Patch Changes
651a5dc
Thanks @ardatan! - Fix the regression on var counting
v10.8.0
Compare Source
Minor Changes
357b2ee
Thanks @renovate! - New
isUrl
helper, and it usesURL.canParse
if availablePatch Changes
0a3e193
Thanks @ardatan! - Do not add
_v
prefix if there is only oneargument/variable
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
v10.6.0
Compare Source
Minor Changes
414e404
Thanks @ardatan! - new
fakePromise
,mapMaybePromise
andfakeRejectPromise
helper functionsv10.5.6
Compare Source
Patch Changes
dc5043b
Thanks @enisdenjo! -
onError
andonEnd
callbacks frommapAsyncIterator
are invoked only once regardless of how many timesthrow
/return
was calledon the iterator
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.