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 (dev) #5914

Open
wants to merge 1 commit into
base: dev
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
@neo4j/cypher-builder (source) 2.0.2 -> 2.1.0 age adoption passing confidence dependencies minor
@types/node (source) 22.9.2 -> 22.10.5 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.15.0 -> 8.19.1 age adoption passing confidence devDependencies minor
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
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
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
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 dependencies minor
neo4j-driver 5.26.0 -> 5.27.0 age adoption passing confidence devDependencies minor
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence devDependencies minor
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

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
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 to node.label:

    new Cypher.Match(new Cypher.Pattern(movie)).set(movie.label(Cypher.labels(anotherNode)));
    MATCH (this0)
    SET
        this0:$(labels(this1))
Patch Changes
  • #​476 79e1e87 Thanks @​angrykoala! - Escapes variables using the following reserved words (case insensitive):

    • where
    • is
    • contains
    • in

    For example:

    new Cypher.NamedVariable("Where").property("title");

    Generates the following Cypher

    `Where`.title
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
  • rtritto

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/CHANGEL


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.

@renovate renovate bot enabled auto-merge (squash) January 2, 2025 12:05
@renovate renovate bot requested a review from Liam-Doodson as a code owner January 2, 2025 12:05
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 2, 2025
Copy link

changeset-bot bot commented Jan 2, 2025

⚠️ No Changeset found

Latest commit: 2d4f633

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/dev-minor-and-patch branch from 6636ab3 to 2446991 Compare January 2, 2025 12:16
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from 2446991 to 77b1447 Compare January 2, 2025 12:18
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 2, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 2, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 2, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 2, 2025
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from 819ff2e to dd483d4 Compare January 2, 2025 18:33
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from dd483d4 to 2f5856d Compare January 2, 2025 18:35
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 2, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 2, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 2, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 3, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 3, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 3, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 3, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 5, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 6, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 6, 2025
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