Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all-minor-patch group with 20 updates in the / directory:

Package From To
@yarnpkg/cli 4.11.0 4.12.0
typescript-eslint 8.46.4 8.47.0
vite 7.2.2 7.2.4
pkgroll 2.20.1 2.21.3
@types/lodash 4.17.20 4.17.21
@graphql-tools/graphql-file-loader 8.1.6 8.1.7
@tsconfig/node18 18.2.5 18.2.6
rimraf 6.1.0 6.1.2
sucrase 3.35.0 3.35.1
file-type 21.1.0 21.1.1
@graphql-hive/core 0.13.2 0.15.1
@graphql-hive/yoga 0.42.4 0.43.1
@types/react 19.2.4 19.2.7
@aws-sdk/client-sts 3.931.0 3.936.0
@types/dockerode 3.3.45 3.3.47
zod 4.1.12 4.1.13
chartjs-plugin-trendline 3.1.1 3.2.0
@cloudflare/workers-types 4.20251113.0 4.20251121.0
wrangler 4.48.0 4.50.0
@launchdarkly/node-server-sdk 9.10.2 9.10.3

Updates @yarnpkg/cli from 4.11.0 to 4.12.0

Release notes

Sourced from @​yarnpkg/cli's releases.

v4.12.0

What's Changed

New Contributors

Full Changelog: https://github.com/yarnpkg/berry/compare/@​yarnpkg/cli/4.11.0...@​yarnpkg/cli/4.12.0

Commits

Updates typescript-eslint from 8.46.4 to 8.47.0

Release notes

Sourced from typescript-eslint's releases.

v8.47.0

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.47.0 (2025-11-17)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

Commits

Updates vite from 7.2.2 to 7.2.4

Release notes

Sourced from vite's releases.

v7.2.4

Please refer to CHANGELOG.md for details.

v7.2.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.2.4 (2025-11-20)

Bug Fixes

  • revert "perf(deps): replace debug with obug (#21107)" (2d66b7b)

7.2.3 (2025-11-20)

Bug Fixes

  • allow multiple bindCLIShortcuts calls with shortcut merging (#21103) (5909efd)
  • deps: update all non-major dependencies (#21096) (6a34ac3)
  • deps: update all non-major dependencies (#21128) (4f8171e)

Performance Improvements

Miscellaneous Chores

  • deps: update dependency @​rollup/plugin-commonjs to v29 (#21099) (02ceaec)
  • deps: update rolldown-related dependencies (#21095) (39a0a15)
  • deps: update rolldown-related dependencies (#21127) (5029720)
Commits

Updates pkgroll from 2.20.1 to 2.21.3

Release notes

Sourced from pkgroll's releases.

v2.21.3

2.21.3 (2025-11-22)

Bug Fixes

  • resolve implicit external path (d972431)

v2.21.2

2.21.2 (2025-11-22)

Bug Fixes

  • deps: update dependency @​rollup/plugin-alias to v6 (1267295)
  • deps: update dependency @​rollup/plugin-commonjs to v29 (07548e4)

v2.21.1

2.21.1 (2025-11-20)

Bug Fixes

  • resolver: prefer .js over .ts in node_modules (46d4202)

v2.21.0

2.21.0 (2025-11-20)

Bug Fixes

  • deps: update all non-major dependencies (#25) (f18fe0f)

Features

  • enhance dependency externalization with improved warnings (f7b3876), closes #32 #49
Commits
  • d972431 fix: resolve implicit external path
  • 07548e4 fix(deps): update dependency @​rollup/plugin-commonjs to v29
  • 91e3813 ci(github-actions): update github-actions to v6 (major)
  • 1267295 fix(deps): update dependency @​rollup/plugin-alias to v6
  • 46d4202 fix(resolver): prefer .js over .ts in node_modules
  • a26950c chore(deps): lock file maintenance (#26)
  • d6eba4e test: upgrade manten
  • d4ef552 test: fix correct node version usage
  • 15b0981 chore(deps): update node.js to v24
  • d728ea1 chore(deps): update dependency cleye to v2 (#28)
  • Additional commits viewable in compare view

Updates @types/lodash from 4.17.20 to 4.17.21

Commits

Updates @graphql-tools/graphql-file-loader from 8.1.6 to 8.1.7

Changelog

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

8.1.7

Patch Changes

  • Updated dependencies [8a2a507]:
    • @​graphql-tools/import@​7.1.7
Commits

Updates @tsconfig/node18 from 18.2.5 to 18.2.6

Commits

Updates rimraf from 6.1.0 to 6.1.2

Commits

Updates sucrase from 3.35.0 to 3.35.1

Changelog

Sourced from sucrase's changelog.

3.35.1 (2025-11-19)

  • Switch from glob to tinyglobby to reduce transitive dependencies. (#846) (Ben McCann)
Commits

Updates file-type from 21.1.0 to 21.1.1

Release notes

Sourced from file-type's releases.

v21.1.1

  • Fix handling of partial Gunzip file (#783) 710e053

sindresorhus/file-type@v21.1.0...v21.1.1

Commits

Updates @graphql-hive/core from 0.13.2 to 0.15.1

Release notes

Sourced from @​graphql-hive/core's releases.

@​graphql-hive/core@​0.15.1

Patch Changes

@​graphql-hive/core@​0.15.0

Minor Changes

  • #7280 2cc443c Thanks @​n1ru4l! - Support circuit breaking for usage reporting.

    Circuit breaking is a fault-tolerance pattern that prevents a system from repeatedly calling a failing service. When errors or timeouts exceed a set threshold, the circuit “opens,” blocking further requests until the service recovers.

    This ensures that during a network issue or outage, the service using the Hive SDK remains healthy and is not overwhelmed by failed usage reports or repeated retries.

    import { createClient } from '@graphql-hive/core'
    const client = createClient({
    agent: {
    circuitBreaker: {
    /**
    * Count of requests before starting evaluating.
    * Default: 5
    /
    volumeThreshold: 5,
    /*
    * Percentage of requests failing before the circuit breaker kicks in.
    * Default: 50
    /
    errorThresholdPercentage: 1,
    /*
    * After what time the circuit breaker is attempting to retry sending requests in milliseconds
    * Default: 30_000
    */
    resetTimeout: 10_000
    }
    }
    })

@​graphql-hive/core@​0.14.0

Minor Changes

... (truncated)

Changelog

Sourced from @​graphql-hive/core's changelog.

0.15.1

Patch Changes

0.15.0

Minor Changes

  • #7280 2cc443c Thanks @​n1ru4l! - Support circuit breaking for usage reporting.

    Circuit breaking is a fault-tolerance pattern that prevents a system from repeatedly calling a failing service. When errors or timeouts exceed a set threshold, the circuit “opens,” blocking further requests until the service recovers.

    This ensures that during a network issue or outage, the service using the Hive SDK remains healthy and is not overwhelmed by failed usage reports or repeated retries.

    import { createClient } from '@graphql-hive/core'
    const client = createClient({
    agent: {
    circuitBreaker: {
    /**
    * Count of requests before starting evaluating.
    * Default: 5
    /
    volumeThreshold: 5,
    /*
    * Percentage of requests failing before the circuit breaker kicks in.
    * Default: 50
    /
    errorThresholdPercentage: 1,
    /*
    * After what time the circuit breaker is attempting to retry sending requests in milliseconds
    * Default: 30_000
    */
    resetTimeout: 10_000
    }
    }
    })

... (truncated)

Commits
  • b49a88c Upcoming Release Changes (#7286)
  • 9c19215 feat: aws lambda cdn handler (#7292)
  • 64c8368 fix(js-sdk): shutdown circuit breaker during client disposal (#7297)
  • c222824 Upcoming Release Changes (#7285)
  • 2cc443c feat(js-sdk): circuit breaker for usage reporting (attempt 2) (#7280)
  • c778450 Upcoming Release Changes (#7263)
  • e2169cf Revert "feat(js-sdk): circuit breaker for usage reporting (#7259)" (#7278)
  • 23f0fb9 chore(deps): update vitest and vite to latest, fix node version constraints, ...
  • 582bc0e feat(hive-sdk): reduce http retry noise by introducing debug log level (#7264)
  • d1320b8 feat(js-sdk): circuit breaker for usage reporting (#7259)
  • See full diff in compare view

Updates @graphql-hive/yoga from 0.42.4 to 0.43.1

Release notes

Sourced from @​graphql-hive/yoga's releases.

@​graphql-hive/yoga@​0.43.1

Patch Changes

  • Updated dependencies [64c8368]:
    • @​graphql-hive/core@​0.15.1

@​graphql-hive/yoga@​0.43.0

Minor Changes

  • #7280 2cc443c Thanks @​n1ru4l! - Support circuit breaking for usage reporting.

    Circuit breaking is a fault-tolerance pattern that prevents a system from repeatedly calling a failing service. When errors or timeouts exceed a set threshold, the circuit “opens,” blocking further requests until the service recovers.

    This ensures that during a network issue or outage, the service using the Hive SDK remains healthy and is not overwhelmed by failed usage reports or repeated retries.

    import { createClient } from '@graphql-hive/core'
    const client = createClient({
    agent: {
    circuitBreaker: {
    /**
    * Count of requests before starting evaluating.
    * Default: 5
    /
    volumeThreshold: 5,
    /*
    * Percentage of requests failing before the circuit breaker kicks in.
    * Default: 50
    /
    errorThresholdPercentage: 1,
    /*
    * After what time the circuit breaker is attempting to retry sending requests in milliseconds
    * Default: 30_000
    */
    resetTimeout: 10_000
    }
    }
    })

Patch Changes

  • Updated dependencies

... (truncated)

Changelog

Sourced from @​graphql-hive/yoga's changelog.

0.43.1

Patch Changes

  • Updated dependencies [64c8368]:
    • @​graphql-hive/core@​0.15.1

0.43.0

Minor Changes

  • #7280 2cc443c Thanks @​n1ru4l! - Support circuit breaking for usage reporting.

    Circuit breaking is a fault-tolerance pattern that prevents a system from repeatedly calling a failing service. When errors or timeouts exceed a set threshold, the circuit “opens,” blocking further requests until the service recovers.

    This ensures that during a network issue or outage, the service using the Hive SDK remains healthy and is not overwhelmed by failed usage reports or repeated retries.

    import { createClient } from '@graphql-hive/core'
    const client = createClient({
    agent: {
    circuitBreaker: {
    /**
    * Count of requests before starting evaluating.
    * Default: 5
    /
    volumeThreshold: 5,
    /*
    * Percentage of requests failing before the circuit breaker kicks in.
    * Default: 50
    /
    errorThresholdPercentage: 1,
    /*
    * After what time the circuit breaker is attempting to retry sending requests in milliseconds
    * Default: 30_000
    */
    resetTimeout: 10_000
    }
    }
    })

Patch Changes

... (truncated)

Commits

Updates @types/react from 19.2.4 to 19.2.7

Commits

Updates @aws-sdk/client-sts from 3.931.0 to 3.936.0

Release notes

Sourced from @​aws-sdk/client-sts's releases.

v3.936.0

3.936.0(2025-11-19)

New Features
  • credential-provider-login: add login credential provider (#7512) (2c08b1e0)

For list of updated packages, view updated-packages.md in assets-3.936.0.zip

v3.935.0

3.935.0(2025-11-19)

Chores
New Features
  • clients: update client endpoints as of 2025-11-19 (d7b51c49)
  • client-sts: IAM now supports outbound identity federation via the STS GetWebIdentityToken API, enabling AWS workloads to securely authenticate with external services using short-lived JSON Web Tokens. (f9fed01c)
  • client-dynamodb: Extended Global Secondary Index (GSI) composite keys to support up to 8 attributes. (622ef038)
  • client-medialive: MediaLive is adding support for MediaConnect Router by supporting a new input type called MEDIACONNECT_ROUTER. This new input type will provide seamless encrypted transport between MediaConnect Router and your MediaLive channel. (1667189e)
  • client-bcm-pricing-calculator: Add GroupSharingPreference, CostCategoryGroupSharingPreferenceArn, and CostCategoryGroupSharingPreferenceEffectiveDate to Bill Estimate. Add GroupSharingPreference and CostCategoryGroupSharingPreferenceArn to Bill Scenario. (e0dc140c)
  • client-backup: Amazon GuardDuty Malware Protection now supports AWS Backup, extending malware detection capabilities to EC2, EBS, and S3 backups. (498dcf3d)
  • client-connectcampaignsv2: This release added support for ring timer configuration for campaign calls. (1155c3c4)
  • client-ecs: Added support for Amazon ECS Managed Instances infrastructure optimization configuration. (2ee0c3f3)
  • client-ecr: Add support for ECR archival storage class and Inspector org policy for scanning (ed5e232d)
  • client-sagemaker: Added support for enhanced metrics for SageMaker AI Endpoints. This features provides Utilization Metrics at instance and container granularity and also provides easy configuration of metric publish frequency from 10 sec -> 5 mins (ad2587c7)
  • client-apigatewayv2: Support for API Gateway portals and portal products. (fc064256)
  • client-billingconductor: This release adds support for Billing Transfers, enabling management of billing transfers with billing groups on AWS Billing Conductor. (4e32b65d)
  • client-cloudwatch-logs: Adding support for ocsf version 1.5, add optional parameter MappingVersion (2a15be86)
  • client-api-gateway: API Gateway now supports response streaming and new security policies for REST APIs and custom domain names. (e1d2d6b1)
  • client-cost-optimization-hub: Release ListEfficiencyMetrics API (2b031582)
  • client-bedrock-runtime: This release includes support for Search Results. (40ffa77a)
  • client-cloudtrail: AWS CloudTrail now supports Insights for data events, expanding beyond management events to automatically detect unusual activity on data plane operations. (f8570665)
  • client-health: Adds actionability and personas properties to Health events exposed through DescribeEvents, DescribeEventsForOrganization, DescribeEventDetails, and DescribeEventTypes APIs. Adds filtering by actionabilities and personas in EventFilter, OrganizationEventFilter, EventTypeFilter. (c754b242)
  • client-networkflowmonitor: Added new enum value (AWS::EKS::Cluster) for type field under MonitorLocalResource (66729787)
  • client-invoicing: Add support for adding Billing transfers in Invoice configuration (2e493490)
  • client-s3: Adds support for blocking SSE-C writes to general purpose buckets. (cee2e72f)
  • client-network-firewall: Partner Managed Rulegroup feature support (2e8472d6)
  • client-emr: Add CloudWatch Logs integration for Spark driver, executor and step logs (7e6e1684)
  • client-fsx: Adding File Server Resource Manager configuration to FSx Windows (2e3c0c96)
  • client-guardduty: Add support for scanning and viewing scan results for backup resource types (231cf06b)
  • client-sfn: Adds support to TestState for mocked results and exceptions, along with additional inspection data. (1b18be75)
  • client-partnercentral-channel: Initial GA launch of Partner Central Channel (b77d1682)
  • client-secrets-manager: Adds support to create, update, retrieve, rotate, and delete managed external secrets. (c13b6f97)
  • client-iam: Added the EnableOutboundWebIdentityFederation, DisableOutboundWebIdentityFederation and GetOutboundWebIdentityFederationInfo APIs for the IAM outbound federation feature. (5774faa2)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-sts's changelog.

3.936.0 (2025-11-19)

Note: Version bump only for package @​aws-sdk/client-sts

3.935.0 (2025-11-19)

Features

  • client-sts: IAM now supports outbound identity federation via the STS GetWebIdentityToken API, enabling AWS workloads to securely authenticate with external services using short-lived JSON Web Tokens. (f9fed01)

3.934.0 (2025-11-18)

Note: Version bump only for package @​aws-sdk/client-sts

3.933.0 (2025-11-17)

Note: Version bump only for package @​aws-sdk/client-sts

3.932.0 (2025-11-14)

Note: Version bump only for package @​aws-sdk/client-sts

Commits

Updates @types/dockerode from 3.3.45 to 3.3.47

Commits

Updates zod from 4.1.12 to 4.1.13

Release notes

Sourced from zod's releases.

v4.1.13

Commits:

  • 5c2602ceb8be8941c64bbe5ac7d92cc174ae6f7e Update AI widget (#5318)
  • d3da530deb713c853e79405adddf770e156d50ac reflect the specified regex correctly in error (#5338)
  • 39f8c45b8a29de2330b485862b83cb35849f4238 faster initialization (#5352)
  • e9e27905cc0f37cb079ea473af8359d5e17a57a1 Clean up comment
  • 8e4739fadbd7de710eb67d34ba7e06a1029a68ab Update inferred z.promise() type
  • 2849df8907b011ab056d67ae8e3d27577ac4ed3e fix(locales): improve Dutch (nl) localization (#5367)
  • b0d3c9f628b60d358b66acf8f0ef7937fc9e8950 Run tests on windows
  • 6fd61b71b85e4fef4c168a46c3ebcc574f26255f feat unitest (#5358)
  • a4e4bc80e204577c698cf1369dd63c2b986d35f3 Lock to node 24
  • 8de8bad0fa84194b81efd32474462d7a236a1ee4 Fix windows build
  • b2c186bbae3a74a12acd385c1ced3ed978235cf8 Use Node LTS
  • b73b1f61c798efdf497852872b4c19cd4111c1f3 Consolidate isTransforming logic
  • d85f3ea4da53a1b232017dd4e4a2874eca4d8d76 Fix #5353
  • 1bac0f37b529eb9a0d833a01200f5a898e8e6220 Fix test.yml
  • 86d4dad5bc27b4b35df533c9170a552ad8c6c3bc Fix partial record
  • 5e6c0fd7471636feffe5763c9b7637879da459fe Fix attw on windows
  • 27fc616b8edb93cc27a4d25b37479d6e418bbccf Extend test timeout
  • 8d336c4d15e1917d78b67b890f7182f26633b56f Remove windows runner
  • 5be72e0ef4dceb1387febb7981079ecdeb5e2817 chore(doc): update metadata.tsx (#5331)
  • cb0272a0ad9962df95832a78587f54afec685351 docs: add 'cd zod' step to development setup instructions (#5394)
  • 24e3325dc63010e4f74e23caf91199652e8b12a9 docs: replace 'Refinement' with 'Transform' in transforms section (#5397)
  • 644a08203ebb00e23484b3f9a986ae783ce26a9a chore: add resource for validating environment variables with Zod (#5403)
  • 5e1cfcf578a47527044e85455e79c907fd913adc Change doc for email validation method in Zod schema (#5392)
  • 88cf9441448608d9de24b47b8a4a4ba879fc2433 Fix: Iterate over keys in catchall object using "in" operator. (#5376)
  • aa437325c5957c0cf57667cd7b8568603ee7ecd3 Emphasise that enum validates against values, for object literal & enums (#5386)
  • 3a4bd00aaa16276ffeb2708cc083a633bd4dd756 Improve Hebrew localization for Zod error messages (#5409)
  • c10f9d109874aeca6855383616c086b077d39f89 Fix typos (#5420)
  • 86f0ef918bb24f4ab9f1ce2afc5cf2d1a4a99473 Documentation Improvements (#5417)
  • e120a4877f4d8d076abf2db5c5cceab91a046be9 Fix opt tuple
  • f9bbb50c48f9c07ca869d28d6a7086d7290b97a3 Improve tuple
  • 0ba0f348f677688b69ed78473e022f5d225b41fc Optimize docs caching/ISR (#5433)
  • c3ec66c74b3fbc2616e880a90751c2cad7270bb3 Improve docs caching
  • c8cce4b607a7c0ca99cfb454571a3948ee9e85fb docs: fix typos and links (#5428)
  • 84ec04708525d6e83e3408d5d3a21edde742bdc5 docs(ecosystem): Add react-f3 (#5429)
  • 3396515cc6f04f5f346a1e00256ad09998dbaeb3 Docs: Fix typo in safeExtend description (#5445)
  • 3d93a7d593c19dc1822bc96a7c9d47312c29995e feat: MAC address validation in v4 and mini (#5440)
  • f2f0d178e1c526bc00ad0385706efad318bd44b0 Fix dual package hazard for globalRegistry (#5452)
  • 9fc493f86f17a5fc550df78e7e261137885f51ea fix: use oneOf for discriminated unions in JSON Schema (#5453)
  • 603dbe8dba6253c702ca8cf10b5299910dba3c88 Clean up regex, drop backreferences
  • ab69b9ee813713a111b56a60c2df929eaf5ba426 Update mac addr tests
  • f7910528901c05293bad275fffcb54a82e28fcc9 chore: upgrade vitest to v4 (#5028)
  • f97e80da9197064937a58167619967bee4ebb638 fix(core): prevent infinite recursion for recursive tuples (#5089) (#5094)
  • 002e01ad0fcc17b17683adafc80f2a86e8d355a9 fix(record): handle non-function constructor field in isPlainObject (#5098)
  • 67165174eb8c7d5c6e76e760830f3109b4fdbd0e docs(contributing): add instructions on building @​zod/docs (#5114)
  • 8b0603dde684f1665bb2329111ed187f73ccf0ac Fix typo in ISO time documentation (#5277)
  • be85ecc48a83e7f65ac0458d25f832fb4e28c9e7 docs(codecs): correct stringToDate safeDecode methods (#5302)
  • 50bba5462546401939920a6566a81c0d9c8ef7e1 Add zodgres to ecosystem documentation (#5308)

... (truncated)

Commits

Updates chartjs-plugin-trendline from 3.1.1 to 3.2.0

Release notes

Sourced from chartjs-plugin-trendline's releases.

v3.2.0

What's Changed

Full Changelog: Makanz/chartjs-plugin-trendline@v3.1.1...v3.2.0

Commits
  • 17a60e7 Merge pull request #125 from Makanz/fix/module-import
  • 675c5a4 Update README.md with ESM usage examples and migration guide link
  • d5d5a92 Fix ES module imports for modern bundlers (SvelteKit/Vite compatibility)
  • See full diff in compare view

Updates @cloudflare/workers-types from 4.20251113.0 to 4.20251121.0

Commits

Updates wrangler from 4.48.0 to 4.50.0

Release notes

Sourced from wrangler's releases.

[email protected]

Minor Changes

  • #11219 524a6e5 Thanks @​Ltadrian! - Implement Hyperdrive binding TLS miniflare proxy. This will allow for wrangler dev hyperdrive bindings to connect to external databases that require TLS.

  • #11233 c922a81 Thanks @​emily-shen! - Add containers.unsafe to allow internal users to use additional container features

Patch Changes

[email protected]

Patch Changes

[email protected]

Minor Changes

  • #10703 c5c4ee5 Thanks @​danlapid! - Add support for streaming tail consumers in local dev. This is an experimental new feature that allows you to register a tailStream() handler (compared to the existing tail() handler), which will receive streamed tail events from your Worker (compared to the tail() handler, which only receives batched events after your Worker has finished processing).

  • #11251 7035804 Thanks @​penalosa! - When the WRANGLER_HIDE_BANNER environment variable is provided, Wrangler will no longer display a version banner. This applies to all commands.

    For instance, previously running wrangler docs would give the following output:

    > wrangler docs
     ⛅️ wrangler 4.47.0
    ───────────────────
    Opening a link in your default browser: https://developers.cloudflare.com/workers/wrangler/commands/
    

    With WRANGLER_HIDE_BANNER, this is now:

... (truncated)

Commits

@dependabot dependabot bot added dependencies javascript Pull requests that update javascript code labels Nov 24, 2025
@theguild-bot
Copy link
Collaborator

theguild-bot commented Nov 24, 2025

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-tools/batch-delegate 10.0.6-alpha-1237433babb75b27d5292f5e80d1139561a334d6 npm ↗︎ unpkg ↗︎
@graphql-tools/delegate 12.0.0-alpha-1237433babb75b27d5292f5e80d1139561a334d6 npm ↗︎ unpkg ↗︎
@graphql-tools/federation 4.2.4-alpha-1237433babb75b27d5292f5e80d1139561a334d6 npm ↗︎ unpkg ↗︎
@graphql-mesh/fusion-runtime 1.6.0-alpha-1237433babb75b27d5292f5e80d1139561a334d6 npm ↗︎ unpkg ↗︎
@graphql-hive/gateway 2.1.20-alpha-1237433babb75b27d5292f5e80d1139561a334d6 npm ↗︎ unpkg ↗︎
@graphql-hive/nestjs 2.0.25-alpha-1237433babb75b27d5292f5e80d1139561a334d6 npm ↗︎ unpkg ↗︎
@graphql-hive/plugin-aws-sigv4 2.0.18-alpha-1237433babb75b27d5292f5e80d1139561a334d6 npm ↗︎ unpkg ↗︎
@graphql-hive/plugin-opentelemetry 1.2.2-alpha-1237433babb75b27d5292f5e80d1139561a334d6 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-prometheus 2.1.6-alpha-1237433babb75b27d5292f5e80d1139561a334d6 npm ↗︎ unpkg ↗︎
@graphql-hive/router-runtime 1.1.0-alpha-1237433babb75b27d5292f5e80d1139561a334d6 npm ↗︎ unpkg ↗︎
@graphql-hive/gateway-runtime 2.3.6-alpha-1237433babb75b27d5292f5e80d1139561a334d6 npm ↗︎ unpkg ↗︎
@graphql-tools/stitch 10.1.4-alpha-1237433babb75b27d5292f5e80d1139561a334d6 npm ↗︎ unpkg ↗︎
@graphql-tools/stitching-directives 4.0.6-alpha-1237433babb75b27d5292f5e80d1139561a334d6 npm ↗︎ unpkg ↗︎
@graphql-hive/gateway-testing 2.0.6-alpha-1237433babb75b27d5292f5e80d1139561a334d6 npm ↗︎ unpkg ↗︎
@graphql-tools/wrap 11.1.0-alpha-1237433babb75b27d5292f5e80d1139561a334d6 npm ↗︎ unpkg ↗︎

@theguild-bot
Copy link
Collaborator

theguild-bot commented Nov 24, 2025

🚀 Snapshot Release (Binary for Linux-ARM64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator

theguild-bot commented Nov 24, 2025

🚀 Snapshot Release (Binary for Linux-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator

theguild-bot commented Nov 24, 2025

🚀 Snapshot Release (Binary for macOS-ARM64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator

theguild-bot commented Nov 24, 2025

🚀 Snapshot Release (Bun Docker Image)

The latest changes of this PR are available as image on GitHub Container Registry (based on the declared changesets):

ghcr.io/graphql-hive/gateway:2.1.20-alpha-1237433babb75b27d5292f5e80d1139561a334d6-bun

@theguild-bot
Copy link
Collaborator

theguild-bot commented Nov 24, 2025

🚀 Snapshot Release (Binary for macOS-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator

theguild-bot commented Nov 24, 2025

🚀 Snapshot Release (Node Docker Image)

The latest changes of this PR are available as image on GitHub Container Registry (based on the declared changesets):

ghcr.io/graphql-hive/gateway:2.1.20-alpha-1237433babb75b27d5292f5e80d1139561a334d6

@theguild-bot
Copy link
Collaborator

theguild-bot commented Nov 24, 2025

🚀 Snapshot Release (Binary for Windows-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@ardatan ardatan force-pushed the dependabot/npm_and_yarn/all-minor-patch-2d3084dad9 branch from 733211e to 8749433 Compare November 25, 2025 13:32
@ardatan ardatan enabled auto-merge (squash) November 25, 2025 13:32
@ardatan ardatan force-pushed the dependabot/npm_and_yarn/all-minor-patch-2d3084dad9 branch from 737c46c to 68e6236 Compare November 25, 2025 13:52
dependabot bot and others added 4 commits November 25, 2025 16:55
Bumps the all-minor-patch group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@yarnpkg/cli](https://github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli) | `4.11.0` | `4.12.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.4` | `8.47.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.2` | `7.2.4` |
| [pkgroll](https://github.com/privatenumber/pkgroll) | `2.20.1` | `2.21.3` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.20` | `4.17.21` |
| [@graphql-tools/graphql-file-loader](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/loaders/graphql-file) | `8.1.6` | `8.1.7` |
| [@tsconfig/node18](https://github.com/tsconfig/bases/tree/HEAD/bases) | `18.2.5` | `18.2.6` |
| [rimraf](https://github.com/isaacs/rimraf) | `6.1.0` | `6.1.2` |
| [sucrase](https://github.com/alangpierce/sucrase) | `3.35.0` | `3.35.1` |
| [file-type](https://github.com/sindresorhus/file-type) | `21.1.0` | `21.1.1` |
| [@graphql-hive/core](https://github.com/graphql-hive/platform/tree/HEAD/packages/libraries/core) | `0.13.2` | `0.15.1` |
| [@graphql-hive/yoga](https://github.com/graphql-hive/platform/tree/HEAD/packages/libraries/yoga) | `0.42.4` | `0.43.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.4` | `19.2.7` |
| [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts) | `3.931.0` | `3.936.0` |
| [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) | `3.3.45` | `3.3.47` |
| [zod](https://github.com/colinhacks/zod) | `4.1.12` | `4.1.13` |
| [chartjs-plugin-trendline](https://github.com/Makanz/chartjs-plugin-trendline) | `3.1.1` | `3.2.0` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20251113.0` | `4.20251121.0` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.48.0` | `4.50.0` |
| [@launchdarkly/node-server-sdk](https://github.com/launchdarkly/js-core) | `9.10.2` | `9.10.3` |



Updates `@yarnpkg/cli` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/yarnpkg/berry/releases)
- [Changelog](https://github.com/yarnpkg/berry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yarnpkg/berry/commits/@yarnpkg/cli/4.12.0/packages/yarnpkg-cli)

Updates `typescript-eslint` from 8.46.4 to 8.47.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.47.0/packages/typescript-eslint)

Updates `vite` from 7.2.2 to 7.2.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.2.4/packages/vite)

Updates `pkgroll` from 2.20.1 to 2.21.3
- [Release notes](https://github.com/privatenumber/pkgroll/releases)
- [Commits](privatenumber/pkgroll@v2.20.1...v2.21.3)

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

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

Updates `@tsconfig/node18` from 18.2.5 to 18.2.6
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

Updates `rimraf` from 6.1.0 to 6.1.2
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v6.1.0...v6.1.2)

Updates `sucrase` from 3.35.0 to 3.35.1
- [Changelog](https://github.com/alangpierce/sucrase/blob/main/CHANGELOG.md)
- [Commits](https://github.com/alangpierce/sucrase/commits)

Updates `file-type` from 21.1.0 to 21.1.1
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](sindresorhus/file-type@v21.1.0...v21.1.1)

Updates `@graphql-hive/core` from 0.13.2 to 0.15.1
- [Release notes](https://github.com/graphql-hive/platform/releases)
- [Changelog](https://github.com/graphql-hive/console/blob/main/packages/libraries/core/CHANGELOG.md)
- [Commits](https://github.com/graphql-hive/platform/commits/@graphql-hive/[email protected]/packages/libraries/core)

Updates `@graphql-hive/yoga` from 0.42.4 to 0.43.1
- [Release notes](https://github.com/graphql-hive/platform/releases)
- [Changelog](https://github.com/graphql-hive/console/blob/main/packages/libraries/yoga/CHANGELOG.md)
- [Commits](https://github.com/graphql-hive/platform/commits/@graphql-hive/[email protected]/packages/libraries/yoga)

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

Updates `@aws-sdk/client-sts` from 3.931.0 to 3.936.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sts/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.936.0/clients/client-sts)

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

Updates `zod` from 4.1.12 to 4.1.13
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.1.12...v4.1.13)

Updates `chartjs-plugin-trendline` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/Makanz/chartjs-plugin-trendline/releases)
- [Changelog](https://github.com/Makanz/chartjs-plugin-trendline/blob/main/changelog.md)
- [Commits](Makanz/chartjs-plugin-trendline@v3.1.1...v3.2.0)

Updates `@cloudflare/workers-types` from 4.20251113.0 to 4.20251121.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `wrangler` from 4.48.0 to 4.50.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler)

Updates `@launchdarkly/node-server-sdk` from 9.10.2 to 9.10.3
- [Release notes](https://github.com/launchdarkly/js-core/releases)
- [Changelog](https://github.com/launchdarkly/js-core/blob/main/release-please-config.json)
- [Commits](launchdarkly/js-core@node-server-sdk-v9.10.2...node-server-sdk-v9.10.3)

---
updated-dependencies:
- dependency-name: "@yarnpkg/cli"
  dependency-version: 4.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: typescript-eslint
  dependency-version: 8.47.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: vite
  dependency-version: 7.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: pkgroll
  dependency-version: 2.21.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@types/lodash"
  dependency-version: 4.17.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@graphql-tools/graphql-file-loader"
  dependency-version: 8.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@tsconfig/node18"
  dependency-version: 18.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: rimraf
  dependency-version: 6.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: sucrase
  dependency-version: 3.35.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: file-type
  dependency-version: 21.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@graphql-hive/core"
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@graphql-hive/yoga"
  dependency-version: 0.43.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@aws-sdk/client-sts"
  dependency-version: 3.936.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@types/dockerode"
  dependency-version: 3.3.47
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: zod
  dependency-version: 4.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: chartjs-plugin-trendline
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20251121.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: wrangler
  dependency-version: 4.50.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@launchdarkly/node-server-sdk"
  dependency-version: 9.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@ardatan ardatan force-pushed the dependabot/npm_and_yarn/all-minor-patch-2d3084dad9 branch from 68e6236 to 352a58a Compare November 25, 2025 13:56
@ardatan ardatan merged commit 0ded04f into main Nov 25, 2025
76 of 77 checks passed
@ardatan ardatan deleted the dependabot/npm_and_yarn/all-minor-patch-2d3084dad9 branch November 25, 2025 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants