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

Merged
merged 2 commits into from
Jan 23, 2025
Merged

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.28 age adoption passing confidence dependencies patch
@neo4j/cypher-builder (source) 2.0.2 -> 2.2.1 age adoption passing confidence dependencies minor
@types/node (source) 22.9.2 -> 22.10.9 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.15.0 -> 8.21.0 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.11.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-compose 9.0.11 -> 9.1.0 age adoption passing confidence dependencies minor
graphql-ws (source) 5.16.0 -> 5.16.2 age adoption passing confidence devDependencies patch
lint-staged 15.2.10 -> 15.4.2 age adoption passing confidence devDependencies minor
marocchino/sticky-pull-request-comment v2.9.0 -> v2.9.1 age adoption passing confidence action patch
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
randomstring 1.3.0 -> 1.3.1 age adoption passing confidence devDependencies patch
reviewdog/action-actionlint v1.57.0 -> v1.64.1 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
ts-loader 9.5.1 -> 9.5.2 age adoption passing confidence devDependencies patch
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.28

Compare Source

Patch Changes
  • #​472 e9f78cd Thanks @​ardatan! - RenameObjectFieldArguments should transform the passed args in delegationContext.

    When a subschema's a root field argument is renamed, the passed arguments should be also transformed;

    type Query {

This is the original field

book(book_id: ID): [Book]

}

type Book {
id: ID
title: String
}


When the subschema above is transformed to;

```graphql
type Query {

### This is the transformed field
  book(bookId: ID): [Book]
}

type Book {
  id: ID
  title: String
}

The following call should be transformed;

delegateToSchema({
  schema: {
    schema,
    transforms: [
      new RenameObjectFieldArguments((typeName, fieldName, argName) => {
        if (
          typeName === 'Query' &&
          fieldName === 'book' &&
          argName === 'book_id'
        ) {
          return 'bookId';
        }
        return argName;
      }),
    ],
  },
  operation: 'query',
  fieldName: 'book',
  args: {
    bookId: '1',
  },
});

To this query;

{
    book(book_id: "1") {

### ...
    }
}

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.

@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: 3e21569

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 16, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 17, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 17, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 20, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 22, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 22, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 23, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 23, 2025
Copy link
Contributor Author

renovate bot commented Jan 23, 2025

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit 235c177 into dev Jan 23, 2025
41 checks passed
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.

1 participant