Skip to content

Comments

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

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/major-updates-ac59653e5a
Closed

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

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

Package From To
@graphql-tools/delegate 10.0.0 11.1.1
@neo4j/graphql 5.12.8 7.3.0
dotenv 16.6.1 17.2.3
mathjs 11.12.0 15.0.0
neo4j-driver 5.28.1 6.0.1
nodemailer 6.10.1 7.0.10
@types/nodemailer 6.4.19 7.0.3
@graphql-codegen/cli 5.0.5 6.0.1
@graphql-codegen/typescript 4.0.1 5.0.2
@graphql-codegen/typescript-resolvers 4.0.1 5.1.0
@types/node 20.19.11 24.10.0
concurrently 8.2.2 9.2.1

Updates @graphql-tools/delegate from 10.0.0 to 11.1.1

Changelog

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

11.1.1

Patch Changes

11.1.0

Minor Changes

  • #1624 a8458b2 Thanks @​ardatan! - Progressive Override for Safer Field Migrations

    Introduces Progressive Override, allowing you to safely migrate fields between subgraphs using the @override directive with a label. Control the rollout using custom logic in the gateway (e.g., percentage, headers) or the built-in percent(x) label for gradual, incremental traffic migration.

    Detailed documentation can be found here.

Patch Changes

11.0.1

Patch Changes

11.0.0

... (truncated)

Commits
  • 0da6bf5 Upcoming Release Changes (#1657)
  • efed5e0 Bump the all-minor-patch group with 11 updates (#1654)
  • 5666f48 Upcoming Release Changes (#1606)
  • a8458b2 Progressive Override (#1624)
  • 20f7a50 Update federation audit suite and fix some cases (#1588)
  • 40139dc Bump the all-minor-patch group across 1 directory with 8 updates (#1616)
  • a54b0c1 fix(delegate): apply type-merging in extension fields (#1557)
  • 058ef2f fix(batch-delegate): correct error paths in case of batch delegation (#1556)
  • 19a6cc4 Bump the all-minor-patch group across 1 directory with 6 updates (#1605)
  • b535a8c Bump the all-minor-patch group across 1 directory with 13 updates (#1593)
  • 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.26

Changelog

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

10.0.26

Patch Changes

Commits
  • 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)
  • 21014b3 chore(release): update monorepo packages versions (#7241)
  • b95aa53 chore(deps): update dependency graphql-scalars to v1.24.2 (#7046)
  • 2e14338 chore(release): update monorepo packages versions (#7030)
  • 45ff11b chore(release): update monorepo packages versions (#7024)
  • af06ffd chore(release): update monorepo packages versions (#6993)
  • 0e08114 chore(release): update monorepo packages versions (#6973)
  • Additional commits viewable in compare view

Updates @neo4j/graphql from 5.12.8 to 7.3.0

Commits
  • da15c93 Merge pull request #6750 from neo4j/add-url-to-package-json
  • 7951ad5 Add repository url to package json of each package
  • 865e890 Merge pull request #6749 from neo4j/changeset-release/dev
  • fd64c6f Version Packages
  • 0556fca Merge pull request #6740 from luffy1727/adding-transaction-timeout-option
  • 2562943 Merge branch 'dev' into adding-transaction-timeout-option
  • 5cdb2eb add changeset
  • 6cc5a42 Merge pull request #6747 from neo4j/update-release-workflow
  • 76fe70b revert changes for TransactionConfig type
  • 881910c Update .github/workflows/release.yml
  • 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.3

Changelog

Sourced from dotenv's changelog.

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

17.1.0 (2025-07-07)

Added

  • Add additional security and configuration tips to the runtime log (#884)
  • Dim the tips text from the main injection information text

... (truncated)

Commits

Updates mathjs from 11.12.0 to 15.0.0

Changelog

Sourced from mathjs's changelog.

unpublished changes since 15.0.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.

2025-10-10, 14.9.0

  • Feat: improve the performance of map with multiple arguments (#3526). Thanks @​dvd101x.
  • Fix: #3541 throw an error when evaluating a range with a step of zero (#3548). Thanks @​dvd101x.

2025-10-03, 14.8.2

  • Fix: improve performance in functions like map when passing a unary function (#3546). Thanks @​dvd101x.
  • Fix: improve the type definition of abs(complex) which returns a number (#3543). Thanks @​joshkel.
  • Fix: add missing type definitions for ctranspose (#3545). Thanks @​joshkel.
  • Fix: typos in code comments (#3544). Thanks @​joshkel.

... (truncated)

Commits
  • f39b7d4 chore: publish v15.0.0
  • 8c783a9 Merge branch 'develop' into v15
  • 212cf92 chore: publish v14.9.1
  • 7083ff3 fix: issue in HISTORY.md listing all fixes of v14.8.2 under v14.9.0
  • ed0080a chore: publish v14.9.0
  • 1da8d81 chore: update devDependencies
  • 6c01759 chore: update HISTORY.md
  • 5a8eb10 fix: #3541 throw an error when evaluating a range with a step of zero (#3548)
  • 34ecfdb chore: update HISTORY.md
  • d303b34 feat: improve the performance of map with multiple arguments (#3526)
  • 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 7.0.10

Release notes

Sourced from nodemailer's releases.

v7.0.10

7.0.10 (2025-10-23)

Bug Fixes

  • Increase data URI size limit from 100KB to 50MB and preserve content type (28dbf3f)

v7.0.9

7.0.9 (2025-10-07)

Bug Fixes

  • release: Trying to fix release proecess by upgrading Node version in runner (579fce4)

v7.0.8

7.0.8 (2025-10-07)

Bug Fixes

  • addressparser: flatten nested groups per RFC 5322 (8f8a77c)

v7.0.7

7.0.7 (2025-10-05)

Bug Fixes

  • addressparser: Fixed addressparser handling of quoted nested email addresses (1150d99)
  • dns: add memory leak prevention for DNS cache (0240d67)
  • linter: Updated eslint and created prettier formatting task (df13b74)
  • refresh expired DNS cache on error (#1759) (ea0fc5a)
  • resolve linter errors in DNS cache tests (3b8982c)

v7.0.6

7.0.6 (2025-08-27)

Bug Fixes

  • encoder: avoid silent data loss by properly flushing trailing base64 (#1747) (01ae76f)
  • handle multiple XOAUTH2 token requests correctly (#1754) (dbe0028)
  • ReDoS vulnerability in parseDataURI and _processDataUrl (#1755) (90b3e24)

v7.0.5

7.0.5 (2025-07-07)

... (truncated)

Changelog

Sourced from nodemailer's changelog.

7.0.10 (2025-10-23)

Bug Fixes

  • Increase data URI size limit from 100KB to 50MB and preserve content type (28dbf3f)

7.0.9 (2025-10-07)

Bug Fixes

  • release: Trying to fix release proecess by upgrading Node version in runner (579fce4)

7.0.8 (2025-10-07)

Bug Fixes

  • addressparser: flatten nested groups per RFC 5322 (8f8a77c)

7.0.7 (2025-10-05)

Bug Fixes

  • addressparser: Fixed addressparser handling of quoted nested email addresses (1150d99)
  • dns: add memory leak prevention for DNS cache (0240d67)
  • linter: Updated eslint and created prettier formatting task (df13b74)
  • refresh expired DNS cache on error (#1759) (ea0fc5a)
  • resolve linter errors in DNS cache tests (3b8982c)

7.0.6 (2025-08-27)

Bug Fixes

  • encoder: avoid silent data loss by properly flushing trailing base64 (#1747) (01ae76f)
  • handle multiple XOAUTH2 token requests correctly (#1754) (dbe0028)
  • ReDoS vulnerability in parseDataURI and _processDataUrl (#1755) (90b3e24)

7.0.5 (2025-07-07)

Bug Fixes

  • updated well known delivery service list (fa2724b)

7.0.4 (2025-06-29)

Bug Fixes

  • pools: Emit 'clear' once transporter is idle and all connections are closed (839e286)

... (truncated)

Commits
  • 4175e4b chore(master): release 7.0.10 (#1776)
  • d882ccf Merge branch 'master' of github.com:nodemailer/nodemailer
  • 1d7e4f7 Bumped deps
  • 10bd871 chore: correct typo in variable name (#1773)
  • 28dbf3f fix: Increase data URI size limit from 100KB to 50MB and preserve content type
  • 92ae1c4 chore(master): release 7.0.9 (#1769)
  • c675d9e Merge branch 'master' of github.com:nodemailer/nodemailer
  • 579fce4 fix(release): Trying to fix release proecess by upgrading Node version in runner
  • a0a4af1 chore(master): release 7.0.8 (#1768)
  • 378d01a chore: upgrade release-please action to v4
  • 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 @types/nodemailer from 6.4.19 to 7.0.3

Commits

Updates @graphql-codegen/cli from 5.0.5 to 6.0.1

Release notes

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

Release 2022-08-04T13:12:01.667Z

@​graphql-codegen/graphql-modules-preset@​2.5.0

Minor Changes

Changelog

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

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

Patch Changes

5.0.7

Patch Changes

  • #10150 e324382 Thanks @​ArminWiebigke! - Allow functions to be passed as valid values for UrlSchemaOptions.customFetch. This was already possible, but the type definitions did not reflect that correctly.

  • #10358 157c823 Thanks @​eddeee888! - Remove extraneous error stacktrace if fails to load @parcel/watcher

  • Updated dependencies [e324382, 98392fc]:

    • @​graphql-codegen/plugin-helpers@​5.1.1
    • @​graphql-codegen/client-preset@​4.8.2

... (truncated)

Commits
  • 8fd495f chore(release): update monorepo packages versions (#10469)
  • cb1b9d9 CODEGEN-866 [CLI] Fix generated files disappearing in watch mode (#10468)
  • c1a8fd4 chore(release): update monorepo packages versions (#10426)
  • 140298a Next major version feature branch (#10218)
  • 72e1d99 chore(release): update monorepo packages versions (#10364)
  • e324382 Allow function as valid type for UrlSchemaOptions.customFetch (#10150)
  • 157c823 CODEGEN-787 - Improve handling of missing @​parcel/watcher scenario (#10358)
  • d72bbac chore(release): update monorepo packages versions (#10334)
  • 5d1c4e1 CODEGEN-334 - Fix ignoreNoDocuments swallowing all errors, not just no docume...
  • 10ab58d CODEGEN-334 - Improve error logging (#10333)
  • See full diff 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.2

Release notes

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

Release 2022-08-04T13:12:01.667Z

@​graphql-codegen/graphql-modules-preset@​2.5.0

Minor Changes

Changelog

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

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

5.0.0

Major Changes

Patch Changes

4.1.6

Patch Changes

  • Updated dependencies [f6909d1]:
    • @​graphql-codegen/visitor-plugin-common@​5.8.0

4.1.5

Patch Changes

  • Updated dependencies [d8566c0]:
    • @​graphql-codegen/visitor-plugin-common@​5.7.1

4.1.4

Patch Changes

  • Updated dependencies [6d7c1d7]:
    • @​graphql-codegen/visitor-plugin-common@​5.7.0

... (truncated)

Commits
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 3, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/major-updates-ac59653e5a branch from e42831b to 6ea7ab8 Compare November 24, 2025 02:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/major-updates-ac59653e5a branch from 6ea7ab8 to 9f415b4 Compare December 1, 2025 02:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/major-updates-ac59653e5a branch from 9f415b4 to 250f229 Compare December 15, 2025 02:08
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 5, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

1 similar comment
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 12, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/major-updates-ac59653e5a branch 3 times, most recently from 83b6a1b to 9400e1d Compare January 26, 2026 02:08
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` | `11.1.1` |
| [@neo4j/graphql](https://github.com/neo4j/graphql) | `5.12.8` | `7.3.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.6.1` | `17.2.3` |
| [mathjs](https://github.com/josdejong/mathjs) | `11.12.0` | `15.0.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` | `7.0.10` |
| [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer) | `6.4.19` | `7.0.3` |
| [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) | `5.0.5` | `6.0.1` |
| [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) | `4.0.1` | `5.0.2` |
| [@graphql-codegen/typescript-resolvers](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/resolvers) | `4.0.1` | `5.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.11` | `24.10.0` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `8.2.2` | `9.2.1` |



Updates `@graphql-tools/delegate` from 10.0.0 to 11.1.1
- [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@11.1.1/packages/delegate)

Updates `@graphql-tools/schema` from 10.0.25 to 10.0.26
- [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.26/packages/schema)

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

Updates `dotenv` from 16.6.1 to 17.2.3
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.6.1...v17.2.3)

Updates `mathjs` from 11.12.0 to 15.0.0
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](josdejong/mathjs@v11.12.0...v15.0.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 7.0.10
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v6.10.1...v7.0.10)

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

Updates `@graphql-codegen/cli` from 5.0.5 to 6.0.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.0.1/packages/graphql-codegen-cli)

Updates `@graphql-codegen/typescript` from 4.0.1 to 5.0.2
- [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.2/packages/plugins/typescript/typescript)

Updates `@graphql-codegen/typescript-resolvers` from 4.0.1 to 5.1.0
- [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.0/packages/plugins/typescript/resolvers)

Updates `@types/node` from 20.19.11 to 24.10.0
- [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.3
- [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: 11.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@graphql-tools/schema"
  dependency-version: 10.0.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: major-updates
- dependency-name: "@neo4j/graphql"
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: dotenv
  dependency-version: 17.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: mathjs
  dependency-version: 15.0.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: 7.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@types/nodemailer"
  dependency-version: 7.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@graphql-codegen/cli"
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@graphql-codegen/typescript"
  dependency-version: 5.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@graphql-codegen/typescript-resolvers"
  dependency-version: 5.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@types/node"
  dependency-version: 24.10.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@types/nodemailer"
  dependency-version: 7.0.3
  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 force-pushed the dependabot/npm_and_yarn/major-updates-ac59653e5a branch from 9400e1d to 7737057 Compare February 2, 2026 02:09
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 9, 2026

Superseded by #8.

@dependabot dependabot bot closed this Feb 9, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/major-updates-ac59653e5a branch February 9, 2026 02:07
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