Skip to content

Comments

Bump the major-updates group across 1 directory with 13 updates#8

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/major-updates-8e42cf010e
Open

Bump the major-updates group across 1 directory with 13 updates#8
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/major-updates-8e42cf010e

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the major-updates group with 12 updates in the / directory:

Package From To
@graphql-tools/delegate 10.0.0 12.0.6
@neo4j/graphql 5.12.8 7.4.3
dotenv 16.6.1 17.2.4
mathjs 11.12.0 15.1.0
neo4j-driver 5.28.1 6.0.1
nodemailer 6.10.1 8.0.1
@graphql-codegen/cli 5.0.5 6.1.1
@graphql-codegen/typescript 4.0.1 5.0.7
@graphql-codegen/typescript-resolvers 4.0.1 5.1.5
@types/node 20.19.11 25.2.2
@types/nodemailer 6.4.19 7.0.9
concurrently 8.2.2 9.2.1

Updates @graphql-tools/delegate from 10.0.0 to 12.0.6

Changelog

Sourced from @​graphql-tools/delegate's changelog.

12.0.6

Patch Changes

  • #1916 2200fc3 Thanks @​ardatan! - - Handle the type merging order correctly with custom labels and percentage labels for progressive override
    • Do not pass percent(x) labels to the progressive override handler
    • Apply progressive override to the shared root fields

12.0.5

Patch Changes

  • #1901 e92c5a9 Thanks @​ardatan! - Do not add required fields if they are already present in the original selection set.

    For example in Federation;

    If you have a subgraph schema like below;

    type Book @key(fields: "upc otherUpc shop { id }") {
        upc: ID!
        otherUpc: ID!
        shop: Shop!
    }
    type Shop @​key(fields: "id") {
    id: ID!
    name: String!
    location: Location!
    }

    And when you send a mutation like below;

    mutation {
        buyBook(input: { bookUpc: "test" }) {
            book {
                upc
                otherUpc
                shop {
                    id
                    name
                    location {
                        address1
                        city
                        state
                    }

... (truncated)

Commits
  • 30117b9 Upcoming Release Changes (#1926)
  • 42b28b4 Upcoming Release Changes (#1903)
  • e92c5a9 enhance(delegate): deduplicate key fields if they already present (#1901)
  • a1a0f59 Bump the all-minor-patch group across 1 directory with 4 updates (#1902)
  • e1ae175 Bump the all-minor-patch group across 1 directory with 16 updates (#1886)
  • c4802be Bump the all-minor-patch group across 1 directory with 19 updates (#1856)
  • daf4419 Upcoming Release Changes (#1840)
  • 93aa767 Bump @​graphql-tools/utils from 10.11.0 to 11.0.0 (#1842)
  • b1a4f60 Bump the all-minor-patch group with 15 updates (#1837)
  • 7a80a4f Upcoming Release Changes (#1816)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by theguild-bot, a new releaser for @​graphql-tools/delegate since your current version.


Updates @graphql-tools/schema from 10.0.25 to 10.0.31

Changelog

Sourced from @​graphql-tools/schema's changelog.

10.0.31

Patch Changes

  • Updated dependencies [6f3776c]:
    • @​graphql-tools/utils@​11.0.0
    • @​graphql-tools/merge@​9.1.7

10.0.30

Patch Changes

  • Updated dependencies [2118a80]:
    • @​graphql-tools/utils@​10.11.0
    • @​graphql-tools/merge@​9.1.6

10.0.29

Patch Changes

  • Updated dependencies [2fe123a]:
    • @​graphql-tools/utils@​10.10.3
    • @​graphql-tools/merge@​9.1.5

10.0.28

Patch Changes

  • Updated dependencies [dddc5f6]:
    • @​graphql-tools/utils@​10.10.2
    • @​graphql-tools/merge@​9.1.4

10.0.27

Patch Changes

  • Updated dependencies [fbb58b5]:
    • @​graphql-tools/utils@​10.10.1
    • @​graphql-tools/merge@​9.1.3

10.0.26

Patch Changes

  • Updated dependencies

... (truncated)

Commits
  • 7417ceb chore(release): update monorepo packages versions (#7754)
  • 17452d9 chore(deps): update all non-major dependencies (#7734)
  • 7b17d1f chore(release): update monorepo packages versions (#7722)
  • 8e2f481 chore(release): update monorepo packages versions (#7684)
  • 53fdba6 chore(release): update monorepo packages versions (#7680)
  • 5b26b6d chore(release): update monorepo packages versions (#7655)
  • 823336c chore(release): update monorepo packages versions (#7514)
  • 129699b chore(deps): update dependency graphql-scalars to v1.25.0 (#7592)
  • 1745485 fix(deps): update all non-major dependencies (#7431)
  • 7563177 chore(release): update monorepo packages versions (#7300)
  • Additional commits viewable in compare view

Updates @neo4j/graphql from 5.12.8 to 7.4.3

Commits
  • defd23a Merge pull request #7012 from neo4j/changeset-release/dev
  • b0b4bad Version Packages
  • 9a1d85f chore(deps): update docker/login-action digest to c94ce9f (#7028)
  • c49e8b0 Merge pull request #7027 from neo4j/7026-cypher-error-var-not-defined-when-us...
  • cdf3ff5 Merge pull request #7009 from neo4j/update-perf-tests
  • eba4216 fix #7026
  • cac389b fix schema performance tests
  • 553d404 Merge branch 'dev' into update-perf-tests
  • 9b6e65d chore(deps): update github/codeql-action digest to b20883b (#7022)
  • f33c58e chore(deps): update minor-and-patch to v2.13.0 (#7015)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​neo4j/graphql since your current version.


Updates dotenv from 16.6.1 to 17.2.4

Changelog

Sourced from dotenv's changelog.

17.2.4 (2026-02-05)

Changed

  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.

17.2.3 (2025-09-29)

Changed

  • Fixed typescript error definition (#912)

17.2.2 (2025-09-02)

Added

  • 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.

17.2.1 (2025-07-24)

Changed

  • Fix clickable tip links by removing parentheses (#897)

17.2.0 (2025-07-09)

Added

  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})
# .env
DOTENV_CONFIG_QUIET=true
HELLO="World"
// index.js
require('dotenv').config()
console.log(`Hello ${process.env.HELLO}`)
$ node index.js
Hello World
or
$ DOTENV_CONFIG_QUIET=true node index.js

... (truncated)

Commits

Updates mathjs from 11.12.0 to 15.1.0

Changelog

Sourced from mathjs's changelog.

unreleased changes since 15.1.0

2025-11-05, 15.1.0

2025-10-10, 15.0.0

!!! BE CAREFUL: BREAKING CHANGES !!!

2025-10-10, 14.9.1

  • Fix: issue in HISTORY.md listing all fixes of v14.8.2 under v14.9.0.

... (truncated)

Commits
  • 3c2a915 chore: publish v15.1.0
  • c5c98ca chore: update devDependencies
  • 065d2b6 chore: update HISTORY.md
  • b15904f fix: #3579 conditional parsed as optional chaining (#3584)
  • 6cb374d chore: update AUTHORS
  • d56cff0 chore: update HISTORY.md
  • 89ed9ad fix: issues with the optional chaining operator: disallow double dot ?.., a...
  • f211411 chore: update AUTHORS
  • d52bff1 fix: update HISTORY.md
  • 38b6c40 Merge remote-tracking branch 'origin/develop' into develop
  • Additional commits viewable in compare view

Updates neo4j-driver from 5.28.1 to 6.0.1

Release notes

Sourced from neo4j-driver's releases.

6.0.1

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

6.0.0

This is GA release for the 6.0 with all the new features and general improvements in the previous alpha. Along with the introduction of the UnknownType object and the preview feature of Record Object Mapping, allowing validation and mapping of query results.

❗ Breaking Changes


  • protocolVersion on ServerInfo has been changed from a Number to new type ProtocolVersion. The Number representation would break if Bolt ever had a minor version greater than 9. #1321

⭐ New Features


  • Add .containsGqlCause() and .findByGqlStatus() to Neo4jError and GQLError, allowing easier inspection of cause chains. #1314
  • Introduce the UnsupportedType class. This class will be returned if the server is asked to send a value of a type which the current driver version cannot parse. This ensures better backwards compatibility for future type intoductions. #1325

⚠️ Preview Features


  • Introduce type validation and mapping to Record, Result and Graph types. A manual entry on this feature will be published in the future. #1248

❌ Removals


  • Deprecated functions .readTransaction() and .writeTransaction() have been removed from Session. Please use .executeRead() and .executeWrite() instead. #1312
  • Deprecated function .lastBookmark() has been removed from Session. Please use .lastBookmarks() instead. #1316
  • Return value of .verifyConnectivity() on Driver has been changed from ServerInfo to void. Please use .getServerInfo() if needed. #1317
  • Deprecated property .updateStatistics has been removed from ResultSummary. Please use .counters instead. #1342

👎 Deprecations


  • isRetriableError and the property retriable on Neo4jError has been deprecated, please use isRetryable and retryable instead. #1305
  • Deprecated notificationCategory and notificationFilterDisabledCategory. use notificationClassification and notificationFilterDisabledClassification instead. #1326 #1344

🔧 Fixes


  • Fixed an issue in error handling which caused crashes on some unexpected errors in connections. #1329
  • Move the queuing of channel observer to after message packing is finished. Simplifies the handling of errors during packing so that they surface to the user faster. #1334

👏🏼 Improvements


... (truncated)

Commits

Updates nodemailer from 6.10.1 to 8.0.1

Release notes

Sourced from nodemailer's releases.

v8.0.1

8.0.1 (2026-02-07)

Bug Fixes

  • absorb TLS errors during socket teardown (7f8dde4)
  • absorb TLS errors during socket teardown (381f628)
  • Add Gmail Workspace service configuration (#1787) (dc97ede)

v8.0.0

8.0.0 (2026-02-04)

⚠ BREAKING CHANGES

  • Error code 'NoAuth' renamed to 'ENOAUTH'

Bug Fixes

  • add connection fallback to alternative DNS addresses (e726d6f)
  • centralize and standardize error codes (45062ce)
  • harden DNS fallback against race conditions and cleanup issues (4fa3c63)
  • improve socket cleanup to prevent potential memory leaks (6069fdc)

v7.0.13

7.0.13 (2026-01-27)

Bug Fixes

  • downgrade transient connection error logs to warn level (4c041db)

v7.0.12

7.0.12 (2025-12-22)

Bug Fixes

  • added support for REQUIRETLS (#1793) (053ce6a)
  • use 8bit encoding for message/rfc822 attachments (adf8611)

v7.0.11

7.0.11 (2025-11-26)

Bug Fixes

  • prevent stack overflow DoS in addressparser with deeply nested groups (b61b9c0)

... (truncated)

Changelog

Sourced from nodemailer's changelog.

8.0.1 (2026-02-07)

Bug Fixes

  • absorb TLS errors during socket teardown (7f8dde4)
  • absorb TLS errors during socket teardown (381f628)
  • Add Gmail Workspace service configuration (#1787) (dc97ede)

8.0.0 (2026-02-04)

⚠ BREAKING CHANGES

  • Error code 'NoAuth' renamed to 'ENOAUTH'

Bug Fixes

  • add connection fallback to alternative DNS addresses (e726d6f)
  • centralize and standardize error codes (45062ce)
  • harden DNS fallback against race conditions and cleanup issues (4fa3c63)
  • improve socket cleanup to prevent potential memory leaks (6069fdc)

7.0.13 (2026-01-27)

Bug Fixes

  • downgrade transient connection error logs to warn level (4c041db)

7.0.12 (2025-12-22)

Bug Fixes

  • added support for REQUIRETLS (#1793) (053ce6a)
  • use 8bit encoding for message/rfc822 attachments (adf8611)

7.0.11 (2025-11-26)

Bug Fixes

  • prevent stack overflow DoS in addressparser with deeply nested groups (b61b9c0)

7.0.10 (2025-10-23)

Bug Fixes

... (truncated)

Commits
  • 1dd8eeb chore(master): release 8.0.1 (#1802)
  • b7872f9 Bumped dev deps
  • dc97ede fix: Add Gmail Workspace service configuration (#1787)
  • 7f8dde4 fix: absorb TLS errors during socket teardown
  • 381f628 fix: absorb TLS errors during socket teardown
  • edac562 chore(master): release 8.0.0 (#1799)
  • 4fa3c63 fix: harden DNS fallback against race conditions and cleanup issues
  • e726d6f fix: add connection fallback to alternative DNS addresses
  • 6069fdc fix: improve socket cleanup to prevent potential memory leaks
  • 45062ce fix: centralize and standardize error codes
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for nodemailer since your current version.


Updates @graphql-codegen/cli from 5.0.5 to 6.1.1

Changelog

Sourced from @​graphql-codegen/cli's changelog.

6.1.1

Patch Changes

  • #10569 8cb7d43 Thanks @​etr2460! - fix(graphql-codegen-cli): Don't hang when 0 CPUs are found

    Fixes generation when 0 CPUs are returned by os.cpus(), which occurs in sandbox environments.

6.1.0

Minor Changes

Patch Changes

  • Updated dependencies [9e70bcb]:
    • @​graphql-codegen/plugin-helpers@​6.1.0
    • @​graphql-codegen/client-preset@​5.2.0

6.0.2

Patch Changes

6.0.1

Patch Changes

  • #10468 cb1b9d9 Thanks @​eddeee888! - In watch mode, do not write output on failure

    Previously, on partial or full failure, watch mode still write to output. However, since the output'd be an empty array, it will then call removeStaleFiles internally to remove all previously generated files.

    This patch puts a temporary fix to avoid writing output on any failure to fix the described behaviour.

    This also means the config.allowPartialOutputs does not work in watch mode for now.

6.0.0

Major Changes

... (truncated)

Commits
  • 62c7618 chore(release): update monorepo packages versions (#10570)
  • 8cb7d43 fix(graphql-codegen-cli): Don't hang when 0 CPUs are found (#10569)
  • bec7e74 chore(release): update monorepo packages versions (#10513)
  • 9e70bcb feat: add importExtension configuration option (#10510)
  • 135ce4d chore(release): update monorepo packages versions (#10484)
  • aad7f03 fix(deps): update graphql-tools (major) (#10430)
  • c87b779 [CLI] Create watcher.run.spec to test actual running behaviour (#10474)
  • ed30b56 chore(deps): update dependency vitest to v4 (#10475)
  • 8fd495f chore(release): update monorepo packages versions (#10469)
  • cb1b9d9 CODEGEN-866 [CLI] Fix generated files disappearing in watch mode (#10468)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by theguild-bot, a new releaser for @​graphql-codegen/cli since your current version.


Updates @graphql-codegen/typescript from 4.0.1 to 5.0.7

Changelog

Sourced from @​graphql-codegen/typescript's changelog.

5.0.7

Patch Changes

  • Updated dependencies [f588d91]:
    • @​graphql-codegen/visitor-plugin-common@​6.2.2

5.0.6

Patch Changes

  • Updated dependencies [b995ed1]:
    • @​graphql-codegen/visitor-plugin-common@​6.2.1

5.0.5

Patch Changes

  • Updated dependencies [f821e8a, 9e70bcb]:
    • @​graphql-codegen/visitor-plugin-common@​6.2.0
    • @​graphql-codegen/plugin-helpers@​6.1.0

5.0.4

Patch Changes

  • Updated dependencies [51a1a72]:
    • @​graphql-codegen/visitor-plugin-common@​6.1.2

5.0.3

Patch Changes

  • Updated dependencies [6715330]:
    • @​graphql-codegen/visitor-plugin-common@​6.1.1

5.0.2

Patch Changes

  • Updated dependencies [8258f1f]:
    • @​graphql-codegen/visitor-plugin-common@​6.1.0

5.0.1

Patch Changes

  • Updated dependencies [accdab6]:
    • @​graphql-codegen/visitor-plugin-common@​6.0.1

... (truncated)

Commits
  • 5fed87a chore(release): update monorepo packages versions (#10533)
  • 90b62ea chore(release): update monorepo packages versions (#10526)
  • bec7e74 chore(release): update monorepo packages versions (#10513)
  • b7f90b0 chore(release): update monorepo packages versions (#10500)
  • 135ce4d chore(release): update monorepo packages versions (#10484)
  • 21dd6c8 chore(release): update monorepo packages versions (#10457)
  • 91c4bcd chore(release): update monorepo packages versions (#10450)
  • accdab6 Add special handling for identifiers which consist entirely of _ characters w...
  • c1a8fd4 chore(release): update monorepo packages versions (#10426)
  • 140298a Next major version feature branch (#10218)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by theguild-bot, a new releaser for @​graphql-codegen/typescript since your current version.


Updates @graphql-codegen/typescript-resolvers from 4.0.1 to 5.1.5

Changelog

Sourced from @​graphql-codegen/typescript-resolvers's changelog.

5.1.5

Patch Changes

  • Updated dependencies [f588d91]:
    • @​graphql-codegen/visitor-plugin-common@​6.2.2
    • @​graphql-codegen/typescript@​5.0.7

5.1.4

Patch Changes

  • Updated dependencies [b995ed1]:
    • @​graphql-codegen/visitor-plugin-common@​6.2.1
    • @​graphql-codegen/typescript@​5.0.6

5.1.3

Patch Changes

  • Updated dependencies [f821e8a, 9e70bcb]:
    • @​graphql-codegen/visitor-plugin-common@​6.2.0
    • @​graphql-codegen/plugin-helpers@​6.1.0
    • @​graphql-codegen/typescript@​5.0.5

5.1.2

Patch Changes

  • Updated dependencies [51a1a72]:
    • @​graphql-codegen/visitor-plugin-common@​6.1.2
    • @​graphql-codegen/typescript@​5.0.4

5.1.1

Patch Changes

  • Updated dependencies [6715330]:
    • @​graphql-codegen/visitor-plugin-common@​6.1.1
    • @​graphql-codegen/typescript@​5.0.3

5.1.0

Minor Changes

Patch Changes

... (truncated)

Commits
  • 5fed87a chore(release): update monorepo packages versions (#10533)
  • 90b62ea chore(release): update monorepo packages versions (#10526)
  • bec7e74 chore(release): update monorepo packages versions (#10513)
  • b7f90b0 chore(release): update monorepo packages versions (#10500)
  • 135ce4d chore(release): update monorepo packages versions (#10484)
  • 766c464 Update changeset to clarify upgrade path for addInterfaceFieldResolverTypes a...
  • 21dd6c8 chore(release): update monorepo packages versions (#10457)
  • 8258f1f [typescript-resolvers] Add addInterfaceFieldResolverTypes option (#10449)
  • 91c4bcd chore(release): update monorepo packages versions (#10450)
  • c1a8fd4 chore(release): update monorepo packages versions (

Bumps the major-updates group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@graphql-tools/delegate](https://github.com/graphql-hive/gateway/tree/HEAD/packages/delegate) | `10.0.0` | `12.0.6` |
| [@neo4j/graphql](https://github.com/neo4j/graphql) | `5.12.8` | `7.4.3` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.6.1` | `17.2.4` |
| [mathjs](https://github.com/josdejong/mathjs) | `11.12.0` | `15.1.0` |
| [neo4j-driver](https://github.com/neo4j/neo4j-javascript-driver) | `5.28.1` | `6.0.1` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `6.10.1` | `8.0.1` |
| [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) | `5.0.5` | `6.1.1` |
| [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) | `4.0.1` | `5.0.7` |
| [@graphql-codegen/typescript-resolvers](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/resolvers) | `4.0.1` | `5.1.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.11` | `25.2.2` |
| [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer) | `6.4.19` | `7.0.9` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `8.2.2` | `9.2.1` |



Updates `@graphql-tools/delegate` from 10.0.0 to 12.0.6
- [Release notes](https://github.com/graphql-hive/gateway/releases)
- [Changelog](https://github.com/graphql-hive/gateway/blob/main/packages/delegate/CHANGELOG.md)
- [Commits](https://github.com/graphql-hive/gateway/commits/@graphql-tools/delegate@12.0.6/packages/delegate)

Updates `@graphql-tools/schema` from 10.0.25 to 10.0.31
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/schema/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/schema@10.0.31/packages/schema)

Updates `@neo4j/graphql` from 5.12.8 to 7.4.3
- [Release notes](https://github.com/neo4j/graphql/releases)
- [Commits](https://github.com/neo4j/graphql/compare/@neo4j/graphql@5.12.8...@neo4j/graphql@7.4.3)

Updates `dotenv` from 16.6.1 to 17.2.4
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/commits)

Updates `mathjs` from 11.12.0 to 15.1.0
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](josdejong/mathjs@v11.12.0...v15.1.0)

Updates `neo4j-driver` from 5.28.1 to 6.0.1
- [Release notes](https://github.com/neo4j/neo4j-javascript-driver/releases)
- [Commits](neo4j/neo4j-javascript-driver@5.28.1...6.0.1)

Updates `nodemailer` from 6.10.1 to 8.0.1
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v6.10.1...v8.0.1)

Updates `@graphql-codegen/cli` from 5.0.5 to 6.1.1
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@6.1.1/packages/graphql-codegen-cli)

Updates `@graphql-codegen/typescript` from 4.0.1 to 5.0.7
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@5.0.7/packages/plugins/typescript/typescript)

Updates `@graphql-codegen/typescript-resolvers` from 4.0.1 to 5.1.5
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/resolvers/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-resolvers@5.1.5/packages/plugins/typescript/resolvers)

Updates `@types/node` from 20.19.11 to 25.2.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/nodemailer` from 6.4.19 to 7.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer)

Updates `concurrently` from 8.2.2 to 9.2.1
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v8.2.2...v9.2.1)

---
updated-dependencies:
- dependency-name: "@graphql-tools/delegate"
  dependency-version: 12.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@graphql-tools/schema"
  dependency-version: 10.0.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: "@neo4j/graphql"
  dependency-version: 7.4.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: dotenv
  dependency-version: 17.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: mathjs
  dependency-version: 15.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: neo4j-driver
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: nodemailer
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@graphql-codegen/cli"
  dependency-version: 6.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@graphql-codegen/typescript"
  dependency-version: 5.0.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@graphql-codegen/typescript-resolvers"
  dependency-version: 5.1.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@types/node"
  dependency-version: 25.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@types/nodemailer"
  dependency-version: 7.0.9
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: concurrently
  dependency-version: 9.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants