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

deps: bump the all-dependencies group with 22 updates #123

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2025

Bumps the all-dependencies group with 22 updates:

Package From To
@graphql-tools/utils 10.8.2 10.8.3
@swc/core 1.10.18 1.11.1
@envelop/core 5.1.0 5.1.1
@envelop/types 5.1.0 5.1.1
@graphql-tools/executor 1.4.1 1.4.2
@graphql-tools/merge 9.0.20 9.0.21
@graphql-tools/schema 10.0.19 10.0.20
@swc/core-darwin-arm64 1.10.18 1.11.1
@swc/core-darwin-x64 1.10.18 1.11.1
@swc/core-linux-arm-gnueabihf 1.10.18 1.11.1
@swc/core-linux-arm64-gnu 1.10.18 1.11.1
@swc/core-linux-arm64-musl 1.10.18 1.11.1
@swc/core-linux-x64-gnu 1.10.18 1.11.1
@swc/core-linux-x64-musl 1.10.18 1.11.1
@swc/core-win32-arm64-msvc 1.10.18 1.11.1
@swc/core-win32-ia32-msvc 1.10.18 1.11.1
@swc/core-win32-x64-msvc 1.10.18 1.11.1
@swc/types 0.1.17 0.1.18
@whatwg-node/node-fetch 0.7.11 0.7.12
@whatwg-node/server 0.9.69 0.9.70
electron-to-chromium 1.5.104 1.5.105
reusify 1.0.4 1.1.0

Updates @graphql-tools/utils from 10.8.2 to 10.8.3

Changelog

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

10.8.3

Patch Changes

Commits

Updates @swc/core from 1.10.18 to 1.11.1

Changelog

Sourced from @​swc/core's changelog.

[1.11.1] - 2025-02-25

Bug Fixes

  • (error-reporters) Store diagnostics in TransformOutput (#10027) (52caf23)

  • (es/loader) Fix the absolute path check when resolving modules (#10080) (a3894ae)

  • (es/minifier) Fix the order of match arms to inline correctly (#10053) (f0f842d)

  • (es/types) Add transform.verbatimModuleSyntax (#10079) (a883cdc)

  • (swc_common) Fix build with swc_allocator/nightly (#10067) (6a90b1f)

Documentation

Features

  • (es/ast) Add explicit namespace field to distinguish namespace and module declarations (#10023) (76c2cba)

  • (es/ast) Add import attributes to TsImportType (#9796) (7d297be)

  • (es/minifier) Inline across side-effect-free member exprs, (#10056) (19d01d7)

  • (es/minifier) Make seq inliner inline into var without init (#10077) (c4a839b)

  • (es/visit) Introduce core-only visitors (#10049) (bc666be)

  • (swc_allocator) Provide allocators (#10061) (d4362f7)

Miscellaneous Tasks

... (truncated)

Commits
  • 54f5ad5 chore: Publish 1.11.1 with swc_core v15.0.1
  • 008ac15 chore: Publish 1.11.1-nightly-20250224.1 with swc_core v15.0.1
  • c345b20 chore(ci): Disable ecosystem-ci for ts-node temporarily
  • 57a73ba chore: Update changelog
  • 1b5618e chore: Publish 1.11.0-nightly-20250224.1 with swc_core v15.0.1
  • f91d811 chore: Publish crates with swc_core v15.0.1
  • 31f2530 chore: Publish crates with swc_core v15.0.0
  • 43458e9 perf(es/lints): Remove needless locks (#10086)
  • cf4d74a chore(ci): Fix CI (#10085)
  • 29bd286 perf(es/minifier): Prevent double boxing (#10074)
  • Additional commits viewable in compare view

Updates @envelop/core from 5.1.0 to 5.1.1

Changelog

Sourced from @​envelop/core's changelog.

5.1.1

Patch Changes

Commits

Updates @envelop/types from 5.1.0 to 5.1.1

Changelog

Sourced from @​envelop/types's changelog.

5.1.1

Patch Changes

Commits

Updates @graphql-tools/executor from 1.4.1 to 1.4.2

Changelog

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

1.4.2

Patch Changes

Commits

Updates @graphql-tools/merge from 9.0.20 to 9.0.21

Changelog

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

9.0.21

Patch Changes

  • Updated dependencies [4a2eb14]:
    • @​graphql-tools/utils@​10.8.3
Commits

Updates @graphql-tools/schema from 10.0.19 to 10.0.20

Changelog

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

10.0.20

Patch Changes

  • Updated dependencies [4a2eb14]:
    • @​graphql-tools/utils@​10.8.3
    • @​graphql-tools/merge@​9.0.21
Commits

Updates @swc/core-darwin-arm64 from 1.10.18 to 1.11.1

Changelog

Sourced from @​swc/core-darwin-arm64's changelog.

[1.11.1] - 2025-02-25

Bug Fixes

  • (error-reporters) Store diagnostics in TransformOutput (#10027) (52caf23)

  • (es/loader) Fix the absolute path check when resolving modules (#10080) (a3894ae)

  • (es/minifier) Fix the order of match arms to inline correctly (#10053) (f0f842d)

  • (es/types) Add transform.verbatimModuleSyntax (#10079) (a883cdc)

  • (swc_common) Fix build with swc_allocator/nightly (#10067) (6a90b1f)

Documentation

Features

  • (es/ast) Add explicit namespace field to distinguish namespace and module declarations (#10023) (76c2cba)

  • (es/ast) Add import attributes to TsImportType (#9796) (7d297be)

  • (es/minifier) Inline across side-effect-free member exprs, (#10056) (19d01d7)

  • (es/minifier) Make seq inliner inline into var without init (#10077) (c4a839b)

  • (es/visit) Introduce core-only visitors (#10049) (bc666be)

  • (swc_allocator) Provide allocators (#10061) (d4362f7)

Miscellaneous Tasks

... (truncated)

Commits
  • 54f5ad5 chore: Publish 1.11.1 with swc_core v15.0.1
  • 008ac15 chore: Publish 1.11.1-nightly-20250224.1 with swc_core v15.0.1
  • c345b20 chore(ci): Disable ecosystem-ci for ts-node temporarily
  • 57a73ba chore: Update changelog
  • 1b5618e chore: Publish 1.11.0-nightly-20250224.1 with swc_core v15.0.1
  • f91d811 chore: Publish crates with swc_core v15.0.1
  • 31f2530 chore: Publish crates with swc_core v15.0.0
  • 43458e9 perf(es/lints): Remove needless locks (#10086)
  • cf4d74a chore(ci): Fix CI (#10085)
  • 29bd286 perf(es/minifier): Prevent double boxing (#10074)
  • Additional commits viewable in compare view

Updates @swc/core-darwin-x64 from 1.10.18 to 1.11.1

Changelog

Sourced from @​swc/core-darwin-x64's changelog.

[1.11.1] - 2025-02-25

Bug Fixes

  • (error-reporters) Store diagnostics in TransformOutput (#10027) (52caf23)

  • (es/loader) Fix the absolute path check when resolving modules (#10080) (a3894ae)

  • (es/minifier) Fix the order of match arms to inline correctly (#10053) (f0f842d)

  • (es/types) Add transform.verbatimModuleSyntax (#10079) (a883cdc)

  • (swc_common) Fix build with swc_allocator/nightly (#10067) (6a90b1f)

Documentation

Features

  • (es/ast) Add explicit namespace field to distinguish namespace and module declarations (#10023) (76c2cba)

  • (es/ast) Add import attributes to TsImportType (#9796) (7d297be)

  • (es/minifier) Inline across side-effect-free member exprs, (#10056) (19d01d7)

  • (es/minifier) Make seq inliner inline into var without init (#10077) (c4a839b)

  • (es/visit) Introduce core-only visitors (#10049) (bc666be)

  • (swc_allocator) Provide allocators (#10061) (d4362f7)

Miscellaneous Tasks

... (truncated)

Commits
  • 54f5ad5 chore: Publish 1.11.1 with swc_core v15.0.1
  • 008ac15 chore: Publish 1.11.1-nightly-20250224.1 with swc_core v15.0.1
  • c345b20 chore(ci): Disable ecosystem-ci for ts-node temporarily
  • 57a73ba chore: Update changelog
  • 1b5618e chore: Publish 1.11.0-nightly-20250224.1 with swc_core v15.0.1
  • f91d811 chore: Publish crates with swc_core v15.0.1
  • 31f2530 chore: Publish crates with swc_core v15.0.0
  • 43458e9 perf(es/lints): Remove needless locks (#10086)
  • cf4d74a chore(ci): Fix CI (#10085)
  • 29bd286 perf(es/minifier): Prevent double boxing (#10074)
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm-gnueabihf from 1.10.18 to 1.11.1

Changelog

Sourced from @​swc/core-linux-arm-gnueabihf's changelog.

[1.11.1] - 2025-02-25

Bug Fixes

  • (error-reporters) Store diagnostics in TransformOutput (#10027) (52caf23)

  • (es/loader) Fix the absolute path check when resolving modules (#10080) (a3894ae)

  • (es/minifier) Fix the order of match arms to inline correctly (#10053) (f0f842d)

  • (es/types) Add transform.verbatimModuleSyntax (#10079) (a883cdc)

  • (swc_common) Fix build with swc_allocator/nightly (#10067) (6a90b1f)

Documentation

Features

  • (es/ast) Add explicit namespace field to distinguish namespace and module declarations (#10023) (76c2cba)

  • (es/ast) Add import attributes to TsImportType (#9796) (7d297be)

  • (es/minifier) Inline across side-effect-free member exprs, (#10056) (19d01d7)

  • (es/minifier) Make seq inliner inline into var without init (#10077) (c4a839b)

  • (es/visit) Introduce core-only visitors (#10049) (bc666be)

  • (swc_allocator) Provide allocators (#10061) (d4362f7)

Miscellaneous Tasks

... (truncated)

Commits
  • 54f5ad5 chore: Publish 1.11.1 with swc_core v15.0.1
  • 008ac15 chore: Publish 1.11.1-nightly-20250224.1 with swc_core v15.0.1
  • c345b20 chore(ci): Disable ecosystem-ci for ts-node temporarily
  • 57a73ba chore: Update changelog
  • 1b5618e chore: Publish 1.11.0-nightly-20250224.1 with swc_core v15.0.1
  • f91d811 chore: Publish crates with swc_core v15.0.1
  • 31f2530 chore: Publish crates with swc_core v15.0.0
  • 43458e9 perf(es/lints): Remove needless locks (#10086)
  • cf4d74a chore(ci): Fix CI (#10085)
  • 29bd286 perf(es/minifier): Prevent double boxing (#10074)
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm64-gnu from 1.10.18 to 1.11.1

Changelog

Sourced from @​swc/core-linux-arm64-gnu's changelog.

[1.11.1] - 2025-02-25

Bug Fixes

  • (error-reporters) Store diagnostics in TransformOutput (#10027) (52caf23)

  • (es/loader) Fix the absolute path check when resolving modules (#10080) (a3894ae)

  • (es/minifier) Fix the order of match arms to inline correctly (#10053) (f0f842d)

  • (es/types) Add transform.verbatimModuleSyntax (#10079) (a883cdc)

  • (swc_common) Fix build with swc_allocator/nightly (#10067) (6a90b1f)

Documentation

Features

  • (es/ast) Add explicit namespace field to distinguish namespace and module declarations (#10023) (76c2cba)

  • (es/ast) Add import attributes to TsImportType (#9796) (7d297be)

  • (es/minifier) Inline across side-effect-free member exprs, (#10056) (19d01d7)

  • (es/minifier) Make seq inliner inline into var without init (#10077) (c4a839b)

  • (es/visit) Introduce core-only visitors (#10049) (bc666be)

  • (swc_allocator) Provide allocators (#10061) (d4362f7)

Miscellaneous Tasks

... (truncated)

Commits
  • 54f5ad5 chore: Publish 1.11.1 with swc_core v15.0.1
  • 008ac15 chore: Publish 1.11.1-nightly-20250224.1 with swc_core v15.0.1
  • c345b20 chore(ci): Disable ecosystem-ci for ts-node temporarily
  • 57a73ba chore: Update changelog
  • 1b5618e chore: Publish 1.11.0-nightly-20250224.1 with swc_core v15.0.1
  • f91d811 chore: Publish crates with swc_core v15.0.1
  • 31f2530 chore: Publish crates with swc_core v15.0.0
  • 43458e9 perf(es/lints): Remove needless locks (#10086)
  • cf4d74a chore(ci): Fix CI (#10085)
  • 29bd286 perf(es/minifier): Prevent double boxing (#10074)
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm64-musl from 1.10.18 to 1.11.1

Changelog

Sourced from @​swc/core-linux-arm64-musl's changelog.

[1.11.1] - 2025-02-25

Bug Fixes

  • (error-reporters) Store diagnostics in TransformOutput (#10027) (52caf23)

  • (es/loader) Fix the absolute path check when resolving modules (#10080) (a3894ae)

  • (es/minifier) Fix the order of match arms to inline correctly (#10053) (f0f842d)

  • (es/types) Add transform.verbatimModuleSyntax (#10079) (a883cdc)

  • (swc_common) Fix build with swc_allocator/nightly (#10067) (6a90b1f)

Documentation

Features

  • (es/ast) Add explicit namespace field to distinguish namespace and module declarations (#10023) (76c2cba)

  • (es/ast) Add import attributes to TsImportType (#9796) (7d297be)

  • (es/minifier) Inline across side-effect-free member exprs, (#10056) (19d01d7)

  • (es/minifier) Make seq inliner inline into var without init (#10077) (c4a839b)

  • (es/visit) Introduce core-only visitors (#10049) (bc666be)

  • (swc_allocator) Provide allocators (#10061) (d4362f7)

Miscellaneous Tasks

... (truncated)

Commits
  • 54f5ad5 chore: Publish 1.11.1 with swc_core v15.0.1
  • 008ac15 chore: Publish 1.11.1-nightly-20250224.1 with swc_core v15.0.1
  • c345b20 chore(ci): Disable ecosystem-ci for ts-node temporarily
  • 57a73ba chore: Update changelog
  • 1b5618e chore: Publish 1.11.0-nightly-20250224.1 with swc_core v15.0.1
  • f91d811 chore: Publish crates with swc_core v15.0.1
  • 31f2530 chore: Publish crates with swc_core v15.0.0
  • 43458e9 perf(es/lints): Remove needless locks (#10086)
  • cf4d74a chore(ci): Fix CI (#10085)
  • 29bd286 perf(es/minifier): Prevent double boxing (#10074)
  • Additional commits viewable in compare view

Updates @swc/core-linux-x64-gnu from 1.10.18 to 1.11.1

Changelog

Sourced from @​swc/core-linux-x64-gnu's changelog.

[1.11.1] - 2025-02-25

Bug Fixes

  • (error-reporters) Store diagnostics in TransformOutput (#10027) (52caf23)

  • (es/loader) Fix the absolute path check when resolving modules (#10080) (a3894ae)

  • (es/minifier) Fix the order of match arms to inline correctly (#10053) (f0f842d)

  • (es/types) Add transform.verbatimModuleSyntax (#10079) (a883cdc)

  • (swc_common) Fix build with swc_allocator/nightly (#10067) (6a90b1f)

Documentation

Features

  • (es/ast) Add explicit namespace field to distinguish namespace and module declarations (#10023) (76c2cba)

  • (es/ast) Add import attributes to TsImportType (#9796) (7d297be)

  • (es/minifier) Inline across side-effect-free member exprs, (#10056) (19d01d7)

  • (es/minifier) Make seq inliner inline into var without init (#10077) (c4a839b)

  • (es/visit) Introduce core-only visitors (#10049) (bc666be)

  • (swc_allocator) Provide allocators (#10061) (d4362f7)

Miscellaneous Tasks

... (truncated)

Commits
  • 54f5ad5 chore: Publish 1.11.1 with swc_core v15.0.1
  • 008ac15 chore: Publish 1.11.1-nightly-20250224.1 with swc_core v15.0.1
  • c345b20 chore(ci): Disable ecosystem-ci for ts-node temporarily
  • 57a73ba chore: Update changelog
  • 1b5618e chore: Publish 1.11.0-nightly-20250224.1 with swc_core v15.0.1
  • f91d811 chore: Publish crates with swc_core v15.0.1
  • 31f2530 chore: Publish crates with swc_core v15.0.0
  • 43458e9 perf(es/lints): Remove needless locks (#10086)
  • cf4d74a chore(ci): Fix CI (#10085)
  • 29bd286 perf(es/minifier): Prevent double boxing (#10074)
  • Additional commits viewable in compare view

Updates @swc/core-linux-x64-musl from 1.10.18 to 1.11.1

Changelog

Sourced from @​swc/core-linux-x64-musl's changelog.

[1.11.1] - 2025-02-25

Bug Fixes

  • (error-reporters) Store diagnostics in TransformOutput (#10027) (52caf23)

  • (es/loader) Fix the absolute path check when resolving modules (#10080) (a3894ae)

  • (es/minifier) Fix the order of match arms to inline correctly (#10053) (f0f842d)

  • (es/types) Add transform.verbatimModuleSyntax (#10079) (a883cdc)

  • (swc_common) Fix build with swc_allocator/nightly (#10067) (6a90b1f)

Documentation

Features

  • (es/ast) Add explicit namespace field to distinguish namespace and module declarations (#10023) (76c2cba)

  • (es/ast) Add import attributes to TsImportType (#9796) (7d297be)

  • (es/minifier) Inline across side-effect-free member exprs, (#10056) (19d01d7)

  • (es/minifier) Make seq inliner inline into var without init (#10077) (c4a839b)

  • (es/visit) Introduce core-only visitors (#10049) (bc666be)

  • (swc_allocator) Provide allocators (#10061) (d4362f7)

Miscellaneous Tasks

... (truncated)

Commits
  • 54f5ad5 chore: Publish 1.11.1 with swc_core v15.0.1
  • 008ac15 chore: Publish 1.11.1-nightly-20250224.1 with swc_core v15.0.1
  • c345b20 chore(ci): Disable ecosystem-ci for ts-node temporarily
  • 57a73ba chore: Update changelog
  • 1b5618e chore: Publish 1.11.0-nightly-20250224.1 with swc_core v15.0.1
  • f91d811 chore: Publish crates with swc_core v15.0.1
  • 31f2530 chore: Publish crates with swc_core v15.0.0
  • 43458e9 perf(es/lints): Remove needless locks (#10086)
  • cf4d74a chore(ci): Fix CI (#10085)
  • 29bd286 perf(es/minifier): Prevent double boxing (#10074)
  • Additional commits viewable in compare view

Updates @swc/core-win32-arm64-msvc from 1.10.18 to 1.11.1

Changelog

Sourced from @​swc/core-win32-arm64-msvc's changelog.

[1.11.1] - 2025-02-25

Bug Fixes

  • (error-reporters) Store diagnostics in TransformOutput (#10027) (52caf23)

  • (es/loader) Fix the absolute path check when resolving modules (#10080) (a3894ae)

  • (es/minifier) Fix the order of match arms to inline correctly (#10053) (f0f842d)

  • (es/types) Add transform.verbatimModuleSyntax (#10079) (a883cdc)

  • (swc_common) Fix build with swc_allocator/nightly (#10067) (6a90b1f)

Documentation

Features

  • (es/ast) Add explicit namespace field to distinguish namespace and module declarations (#10023) (76c2cba)

  • (es/ast) Add import attributes to TsImportType (#9796) (7d297be)

  • (es/minifier) Inline across side-effect-free member exprs, (#10056) (19d01d7)

  • (es/minifier) Make seq inliner inline into var without init (#10077) (c4a839b)

    ...

    Description has been truncated

Bumps the all-dependencies group with 22 updates:

| Package | From | To |
| --- | --- | --- |
| [@graphql-tools/utils](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/utils) | `10.8.2` | `10.8.3` |
| [@swc/core](https://github.com/swc-project/swc) | `1.10.18` | `1.11.1` |
| [@envelop/core](https://github.com/n1ru4l/envelop/tree/HEAD/packages/core) | `5.1.0` | `5.1.1` |
| [@envelop/types](https://github.com/n1ru4l/envelop/tree/HEAD/packages/types) | `5.1.0` | `5.1.1` |
| [@graphql-tools/executor](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/executor) | `1.4.1` | `1.4.2` |
| [@graphql-tools/merge](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/merge) | `9.0.20` | `9.0.21` |
| [@graphql-tools/schema](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/schema) | `10.0.19` | `10.0.20` |
| [@swc/core-darwin-arm64](https://github.com/swc-project/swc) | `1.10.18` | `1.11.1` |
| [@swc/core-darwin-x64](https://github.com/swc-project/swc) | `1.10.18` | `1.11.1` |
| [@swc/core-linux-arm-gnueabihf](https://github.com/swc-project/swc) | `1.10.18` | `1.11.1` |
| [@swc/core-linux-arm64-gnu](https://github.com/swc-project/swc) | `1.10.18` | `1.11.1` |
| [@swc/core-linux-arm64-musl](https://github.com/swc-project/swc) | `1.10.18` | `1.11.1` |
| [@swc/core-linux-x64-gnu](https://github.com/swc-project/swc) | `1.10.18` | `1.11.1` |
| [@swc/core-linux-x64-musl](https://github.com/swc-project/swc) | `1.10.18` | `1.11.1` |
| [@swc/core-win32-arm64-msvc](https://github.com/swc-project/swc) | `1.10.18` | `1.11.1` |
| [@swc/core-win32-ia32-msvc](https://github.com/swc-project/swc) | `1.10.18` | `1.11.1` |
| [@swc/core-win32-x64-msvc](https://github.com/swc-project/swc) | `1.10.18` | `1.11.1` |
| [@swc/types](https://github.com/swc-project/swc) | `0.1.17` | `0.1.18` |
| [@whatwg-node/node-fetch](https://github.com/ardatan/whatwg-node/tree/HEAD/packages/node-fetch) | `0.7.11` | `0.7.12` |
| [@whatwg-node/server](https://github.com/ardatan/whatwg-node/tree/HEAD/packages/server) | `0.9.69` | `0.9.70` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.104` | `1.5.105` |
| [reusify](https://github.com/mcollina/reusify) | `1.0.4` | `1.1.0` |


Updates `@graphql-tools/utils` from 10.8.2 to 10.8.3
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/[email protected]/packages/utils)

Updates `@swc/core` from 1.10.18 to 1.11.1
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.18...v1.11.1)

Updates `@envelop/core` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/n1ru4l/envelop/releases)
- [Changelog](https://github.com/n1ru4l/envelop/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/n1ru4l/envelop/commits/@envelop/[email protected]/packages/core)

Updates `@envelop/types` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/n1ru4l/envelop/releases)
- [Changelog](https://github.com/n1ru4l/envelop/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/n1ru4l/envelop/commits/@envelop/[email protected]/packages/types)

Updates `@graphql-tools/executor` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/executor/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/[email protected]/packages/executor)

Updates `@graphql-tools/merge` from 9.0.20 to 9.0.21
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/merge/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/[email protected]/packages/merge)

Updates `@graphql-tools/schema` from 10.0.19 to 10.0.20
- [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/[email protected]/packages/schema)

Updates `@swc/core-darwin-arm64` from 1.10.18 to 1.11.1
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.18...v1.11.1)

Updates `@swc/core-darwin-x64` from 1.10.18 to 1.11.1
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.18...v1.11.1)

Updates `@swc/core-linux-arm-gnueabihf` from 1.10.18 to 1.11.1
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.18...v1.11.1)

Updates `@swc/core-linux-arm64-gnu` from 1.10.18 to 1.11.1
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.18...v1.11.1)

Updates `@swc/core-linux-arm64-musl` from 1.10.18 to 1.11.1
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.18...v1.11.1)

Updates `@swc/core-linux-x64-gnu` from 1.10.18 to 1.11.1
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.18...v1.11.1)

Updates `@swc/core-linux-x64-musl` from 1.10.18 to 1.11.1
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.18...v1.11.1)

Updates `@swc/core-win32-arm64-msvc` from 1.10.18 to 1.11.1
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.18...v1.11.1)

Updates `@swc/core-win32-ia32-msvc` from 1.10.18 to 1.11.1
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.18...v1.11.1)

Updates `@swc/core-win32-x64-msvc` from 1.10.18 to 1.11.1
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.18...v1.11.1)

Updates `@swc/types` from 0.1.17 to 0.1.18
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG-CORE.md)
- [Commits](https://github.com/swc-project/swc/commits)

Updates `@whatwg-node/node-fetch` from 0.7.11 to 0.7.12
- [Release notes](https://github.com/ardatan/whatwg-node/releases)
- [Changelog](https://github.com/ardatan/whatwg-node/blob/master/packages/node-fetch/CHANGELOG.md)
- [Commits](https://github.com/ardatan/whatwg-node/commits/@whatwg-node/[email protected]/packages/node-fetch)

Updates `@whatwg-node/server` from 0.9.69 to 0.9.70
- [Release notes](https://github.com/ardatan/whatwg-node/releases)
- [Changelog](https://github.com/ardatan/whatwg-node/blob/master/packages/server/CHANGELOG.md)
- [Commits](https://github.com/ardatan/whatwg-node/commits/@whatwg-node/[email protected]/packages/server)

Updates `electron-to-chromium` from 1.5.104 to 1.5.105
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.104...v1.5.105)

Updates `reusify` from 1.0.4 to 1.1.0
- [Release notes](https://github.com/mcollina/reusify/releases)
- [Commits](mcollina/reusify@v1.0.4...v1.1.0)

---
updated-dependencies:
- dependency-name: "@graphql-tools/utils"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@envelop/core"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@envelop/types"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@graphql-tools/executor"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@graphql-tools/merge"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@graphql-tools/schema"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@swc/core-darwin-arm64"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-darwin-x64"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-linux-arm-gnueabihf"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-linux-arm64-gnu"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-linux-arm64-musl"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-linux-x64-gnu"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-linux-x64-musl"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-win32-arm64-msvc"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-win32-ia32-msvc"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/core-win32-x64-msvc"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@swc/types"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@whatwg-node/node-fetch"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@whatwg-node/server"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: electron-to-chromium
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: reusify
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 2025
@github-actions github-actions bot enabled auto-merge February 26, 2025 04:05
@github-actions github-actions bot merged commit 99d4dfc into master Feb 26, 2025
4 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/all-dependencies-3fbbad23b1 branch February 26, 2025 04:06
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants