Skip to content
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 (lts) #5922

Open
wants to merge 1 commit into
base: lts
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/server (source) 4.11.2 -> 4.11.3 age adoption passing confidence devDependencies patch
@apollo/server (source) 4.11.2 -> 4.11.3 age adoption passing confidence dependencies patch
@changesets/cli (source) 2.27.10 -> 2.27.11 age adoption passing confidence dependencies patch
@graphql-tools/merge (source) 9.0.10 -> 9.0.17 age adoption passing confidence dependencies patch
@graphql-tools/resolvers-composition (source) 7.0.4 -> 7.0.11 age adoption passing confidence dependencies patch
@graphql-tools/schema (source) 10.0.9 -> 10.0.16 age adoption passing confidence dependencies patch
@graphql-tools/utils (source) 10.6.0 -> 10.7.2 age adoption passing confidence dependencies minor
@graphql-tools/wrap (source) 10.0.18 -> 10.0.27 age adoption passing confidence dependencies patch
@types/amqplib (source) 0.10.5 -> 0.10.6 age adoption passing confidence devDependencies patch
@types/node (source) 20.17.6 -> 20.17.12 age adoption passing confidence devDependencies patch
@typescript-eslint/parser (source) 8.15.0 -> 8.19.1 age adoption passing confidence devDependencies minor
@urql/core (source) 5.0.8 -> 5.1.0 age adoption passing confidence dependencies minor
amqplib (source) 0.10.4 -> 0.10.5 age adoption passing confidence dependencies patch
concurrently 9.1.0 -> 9.1.2 age adoption passing confidence devDependencies patch
debug 4.3.7 -> 4.4.0 age adoption passing confidence dependencies minor
dotenv 16.4.5 -> 16.4.7 age adoption passing confidence devDependencies patch
dotenv 16.4.5 -> 16.4.7 age adoption passing confidence dependencies patch
eslint-import-resolver-typescript 3.6.3 -> 3.7.0 age adoption passing confidence devDependencies minor
eslint-plugin-jest 28.9.0 -> 28.10.0 age adoption passing confidence devDependencies minor
express (source) 4.21.1 -> 4.21.2 age adoption passing confidence dependencies patch
graphql 16.9.0 -> 16.10.0 age adoption passing confidence dependencies minor
graphql 16.9.0 -> 16.10.0 age adoption passing confidence devDependencies minor
graphql-ws (source) 5.16.0 -> 5.16.1 age adoption passing confidence devDependencies patch
graphql-ws (source) 5.16.0 -> 5.16.1 age adoption passing confidence dependencies patch
graphql-yoga (source) 5.10.3 -> 5.10.9 age adoption passing confidence dependencies patch
lint-staged 15.2.10 -> 15.3.0 age adoption passing confidence devDependencies minor
neo4j-driver 5.26.0 -> 5.27.0 age adoption passing confidence devDependencies minor
neo4j-driver 5.26.0 -> 5.27.0 age adoption passing confidence dependencies minor
parcel 2.13.0 -> 2.13.3 age adoption passing confidence devDependencies patch
reviewdog/action-actionlint v1.57.0 -> v1.62.0 age adoption passing confidence action minor
reviewdog/action-eslint v1.32.0 -> v1.33.0 age adoption passing confidence action minor
srvaroa/labeler v1.12.0 -> v1.13.0 age adoption passing confidence action minor
webpack 5.96.1 -> 5.97.1 age adoption passing confidence devDependencies minor
yarn (source) 4.5.2 -> 4.6.0 age adoption passing confidence packageManager minor

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
changesets/changesets (@​changesets/cli)

v2.27.11

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/merge)

v9.0.17

Compare Source

Patch Changes

v9.0.16

Compare Source

Patch Changes

v9.0.15

Compare Source

Patch Changes

v9.0.14

Compare Source

Patch Changes

v9.0.13

Compare Source

Patch Changes

v9.0.12

Compare Source

Patch Changes

v9.0.11

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/resolvers-composition)

v7.0.11

Compare Source

Patch Changes

v7.0.10

Compare Source

Patch Changes

v7.0.9

Compare Source

Patch Changes

v7.0.8

Compare Source

Patch Changes

v7.0.7

Compare Source

Patch Changes

v7.0.6

Compare Source

Patch Changes

v7.0.5

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/schema)

v10.0.16

Compare Source

Patch Changes

v10.0.15

Compare Source

Patch Changes

v10.0.14

Compare Source

Patch Changes

v10.0.13

Compare Source

Patch Changes

v10.0.12

Compare Source

Patch Changes

v10.0.11

Compare Source

Patch Changes

v10.0.10

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/utils)

v10.7.2

Compare Source

Patch Changes

v10.7.1

Compare Source

Patch Changes

v10.7.0

Compare Source

Minor Changes
  • #​6789
    2c70d27
    Thanks @​n1ru4l! - - New helper function getAbortPromise to get a
    promise rejected when AbortSignal is aborted

    • New helper function registerAbortSignalListener to register a listener to abort a promise when
      AbortSignal is aborted

    Instead of using .addEventListener('abort', () => {/* ... */}), we register a single listener to
    avoid 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

v10.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;

    mergeDeep([{ options: ['$a', '$b'] }, { options: ['$c'] }, { options: ['$d', '$e'] }])
    
    // results in { options: [{}, {}] }

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

v10.0.26

Compare Source

Patch Changes

v10.0.25

Compare Source

Patch Changes

v10.0.24

Compare Source

Patch Changes

v10.0.23

Compare Source

Patch Changes

v10.0.22

Compare Source

Patch Changes

v10.0.21

Compare Source

Patch Changes

v10.0.20

Compare Source

Patch Changes

v10.0.19

Compare Source

Patch Changes

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jan 2, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: examples/subscriptions/yoga_sse/package-lock.json
npm WARN ignoring workspace config at /tmp/renovate/repos/github/neo4j/graphql/examples/subscriptions/yoga_sse/.npmrc 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: neo4j-graphql@undefined
npm ERR! Found: @typescript-eslint/[email protected]
npm ERR! node_modules/@typescript-eslint/parser
npm ERR!   dev @typescript-eslint/parser@"8.19.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/[email protected]
npm ERR! node_modules/@typescript-eslint/eslint-plugin
npm ERR!   dev @typescript-eslint/eslint-plugin@"7.18.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2025-01-09T10_29_43_367Z-debug-0.log

Copy link

changeset-bot bot commented Jan 2, 2025

⚠️ No Changeset found

Latest commit: cfd2c09

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/lts-minor-and-patch branch 9 times, most recently from 0f5256d to 705465f Compare January 5, 2025 19:37
@renovate renovate bot force-pushed the renovate/lts-minor-and-patch branch from 705465f to cfd2c09 Compare January 9, 2025 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants