Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@apollo/server (source) 5.0.0 -> 5.1.0 age confidence
@graphql-tools/merge (source) 9.1.1 -> 9.1.2 age confidence
@graphql-tools/resolvers-composition (source) 7.0.20 -> 7.0.21 age confidence
@graphql-tools/schema (source) 10.0.25 -> 10.0.26 age confidence
@graphql-tools/utils (source) 10.9.1 -> 10.10.0 age confidence
@graphql-tools/wrap (source) 11.0.2 -> 11.0.3 age confidence
@types/node (source) 22.18.12 -> 22.19.0 age confidence
@typescript-eslint/eslint-plugin (source) 8.46.2 -> 8.46.3 age confidence
@typescript-eslint/parser (source) 8.46.2 -> 8.46.3 age confidence
graphql 16.11.0 -> 16.12.0 age confidence
neo4j-driver 6.0.0 -> 6.0.1 age confidence
rimraf 6.0.1 -> 6.1.0 age confidence

Release Notes

apollographql/apollo-server (@​apollo/server)

v5.1.0

Compare Source

Minor Changes
  • #​8148 80a1a1a Thanks @​jerelmiller! - Apollo Server now supports the incremental delivery protocol (@defer and @stream) that ships with [email protected]. To use the current protocol, clients must send the Accept header with a value of multipart/mixed; incrementalSpec=v0.2.

    Upgrading to 5.1 will depend on what version of graphql you have installed and whether you already support the incremental delivery protocol.

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

v9.1.2

Compare Source

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

v7.0.21

Compare Source

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

v10.0.26

Compare Source

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

v10.10.0

Compare Source

Minor Changes
  • #​5269
    fded91e
    Thanks @​uroslates! - Add default values to the arguments

    When the schema is like following;

    type Query {
        getAllPages(currentPage: Int = 0, pageSize: Int = 10, pageType: getAllPages_pageType = ContentPage, sort: String = "asc"): PagesList
    }
    
    enum getAllPages_pageType {
        ContentPage
        CategoryPage
        CatalogPage
    }
    
    type PagesList {
        ...
    }

    The generated operation will be like following;

    query getAllPages_query($currentPage: Int = 0, $pageSize: Int = 10, $pageType: getAllPages_pageType = ContentPage, $sort: String = "asc") {
        getAllPages(currentPage: $currentPage, pageSize: $pageSize, pageType: $pageType, sort: $sort) {
            ...
        }
    }
Patch Changes
  • #​7012
    fd105f4
    Thanks @​ardatan! - Fix the bug in mergeDeep;

    The following inputs and outputs are corrected;

    • mergeDeep([{a:2}, undefined]) - Any nullish values should be ignored so it should return
      {a:2}
    • mergeDeep([]) - no sources should return undefined
    • mergeDeep([undefined]) - no sources should return undefined
  • #​5294
    3b99a9b
    Thanks @​n1ru4l! - Do not map builtin scalars

graphql-hive/gateway (@​graphql-tools/wrap)

v11.0.3

Compare Source

Patch Changes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.46.3

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.46.3

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.

graphql/graphql-js (graphql)

v16.12.0: 16.12.0

Compare Source

v16.12.0 (2025-11-01)

New Feature 🚀
Bug Fix 🐞
Docs 📝
28 PRs were merged
Polish 💅
Internal 🏠
3 PRs were merged
Committers: 9
neo4j/neo4j-javascript-driver (neo4j-driver)

v6.0.1

Compare Source

Patch release primarily fixing the typescript exports for types in the new Vector feature

🔧 Fixes

  • Fixes the typescript exporting of Vector and vectors. #​1356
👏🏼 Improvements

  • Adds a quick return for Bolt serializing primitive types. #​1352
isaacs/rimraf (rimraf)

v6.1.0

Compare Source


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) November 1, 2025 03:03
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 1, 2025
@changeset-bot
Copy link

changeset-bot bot commented Nov 1, 2025

⚠️ No Changeset found

Latest commit: b52e0d4

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-approve[bot]
renovate-approve bot previously approved these changes Nov 2, 2025
@renovate renovate bot changed the title chore(deps): update minor-and-patch (dev) fix(deps): update minor-and-patch (dev) Nov 2, 2025
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from 0b49346 to b723a32 Compare November 2, 2025 22:44
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 2, 2025
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from b723a32 to 3ccc102 Compare November 3, 2025 11:26
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from 3ccc102 to 1787a9d Compare November 4, 2025 20:07
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 4, 2025
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch 2 times, most recently from 1bb8bfb to 64dfb82 Compare November 5, 2025 12:45
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from 64dfb82 to 3567e43 Compare November 6, 2025 04:11
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 6, 2025
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from 3567e43 to 6eb6a89 Compare November 6, 2025 09:30
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch from 6eb6a89 to 5e9d25a Compare November 6, 2025 11:42
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 6, 2025
@renovate renovate bot force-pushed the renovate/dev-minor-and-patch branch 2 times, most recently from 9e9bee9 to 8adac95 Compare November 6, 2025 14:27
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