Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

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

Package From To
@ianvs/prettier-plugin-sort-imports 4.5.1 4.6.1
eslint 9.32.0 9.33.0
ts-jest 29.4.0 29.4.1
typescript-eslint 8.38.0 8.39.0
pkgroll 2.15.0 2.15.3
pino 9.7.0 9.8.0
@nestjs/common 11.1.5 11.1.6
@nestjs/core 11.1.5 11.1.6
@nestjs/testing 11.1.5 11.1.6
fastify 5.4.0 5.5.0
@omnigraph/openapi 0.109.13 0.109.14
@aws-sdk/client-sts 3.858.0 3.864.0
@cloudflare/workers-types 4.20250801.0 4.20250810.0
wrangler 4.27.0 4.28.1
@omnigraph/json-schema 0.109.7 0.109.8
@nestjs/platform-express 11.1.5 11.1.6

Updates @ianvs/prettier-plugin-sort-imports from 4.5.1 to 4.6.1

Release notes

Sourced from @​ianvs/prettier-plugin-sort-imports's releases.

v4.6.1

What's Changed

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.0...v4.6.1

v4.6.0

What's Changed

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.5.1...v4.6.0

Commits

Updates eslint from 9.32.0 to 9.33.0

Release notes

Sourced from eslint's releases.

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)
  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)
Commits

Updates ts-jest from 29.4.0 to 29.4.1

Release notes

Sourced from ts-jest's releases.

v29.4.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.1 (2025-08-03)

Bug Fixes

  • fix: replace ejs with handlebars due to security issues (899c9b7), closes #4969
Commits
  • 9099745 chore(release): 29.4.1
  • 9f0b9f2 build(deps): Update dependency @​types/handlebars to ^4.1.0
  • 322a3c7 ci: add code scanning workflow
  • 899c9b7 fix: replace ejs with handlebars due to security issues
  • 953f239 build(deps): Update dependency memfs to ^4.36.0
  • 8459897 build(deps): Update dependency memfs to ^4.35.0
  • 3c41410 build(deps): Update dependency memfs to ^4.34.0
  • d50ff1e build(deps): Update dependency memfs to ^4.32.0
  • 5984f70 build(deps): Update dependency memfs to ^4.30.1
  • 18b9665 build(deps): Update Jest packages to ^30.0.5
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.38.0 to 8.39.0

Release notes

Sourced from typescript-eslint's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

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

Commits

Updates pkgroll from 2.15.0 to 2.15.3

Release notes

Sourced from pkgroll's releases.

v2.15.3

2.15.3 (2025-08-08)

Bug Fixes

  • preserve cjs exports for node (39e0859)

v2.15.2

2.15.2 (2025-08-07)

Bug Fixes

  • handle top-level types condition (bd6ac0d), closes #118

v2.15.1

2.15.1 (2025-08-05)

Bug Fixes

  • dts: share type chunks across multiple src:dist pairs (f259ece)
Commits
  • 39e0859 fix: preserve cjs exports for node
  • bd6ac0d fix: handle top-level types condition
  • f259ece fix(dts): share type chunks across multiple src:dist pairs
  • See full diff in compare view

Updates pino from 9.7.0 to 9.8.0

Release notes

Sourced from pino's releases.

v9.8.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.7.0...v9.8.0

Commits

Updates @nestjs/common from 11.1.5 to 11.1.6

Release notes

Sourced from @​nestjs/common's releases.

v11.1.6 (2025-08-07)

Bug fixes

Dependencies

Committers: 6

Commits

Updates @nestjs/core from 11.1.5 to 11.1.6

Release notes

Sourced from @​nestjs/core's releases.

v11.1.6 (2025-08-07)

Bug fixes

Dependencies

Committers: 6

Commits
  • 35c3ded chore(@​nestjs) publish v11.1.6 release
  • 60b2ed4 Merge pull request #15504 from hajekjiri/bug/fix-undefined-injection
  • ab93e4b fix(core): fix race condition in class dependency resolution
  • f14a976 style(core): change inquirer id to const
  • 93f54ed fix(core): attach root inquirer for nested transient providers
  • cd009a7 refactor(core): fix the typo 'controler' to 'controller'
  • See full diff in compare view

Updates @nestjs/testing from 11.1.5 to 11.1.6

Release notes

Sourced from @​nestjs/testing's releases.

v11.1.6 (2025-08-07)

Bug fixes

Dependencies

Committers: 6

Commits

Updates fastify from 5.4.0 to 5.5.0

Release notes

Sourced from fastify's releases.

v5.5.0

What's Changed

... (truncated)

Commits
  • b84733e Bumped v5.5.0
  • b0e255a fix: OPTIONS Content-Type handling (#6263)
  • 0d71821 docs: Add Hey API to ecosystem (#6280)
  • 31db1bd docs(ecosystem): add fastify-permissions plugin (#6265)
  • b3e868f chore: refactor reply.send and prioritize kReplyIsError (#6267)
  • bbc46db docs(contributing): fix grammar and clarify instructions (#6277)
  • 66c191c feat: move router options to own key (#5985)
  • ad97fbb feat(types): enforce reply status code types with type providers (#6250)
  • 1d35138 chore: Bump cross-env from 7.0.3 to 10.0.0 (#6274)
  • 89c517d chore: Bump typescript in the dev-dependencies-typescript group (#6273)
  • Additional commits viewable in compare view

Updates @omnigraph/openapi from 0.109.13 to 0.109.14

Changelog

Sourced from @​omnigraph/openapi's changelog.

0.109.14

Patch Changes

  • Updated dependencies [00dd66a, c37c23b]:
    • @​graphql-mesh/fusion-composition@​0.8.11
    • @​graphql-mesh/types@​0.104.7
    • @​graphql-mesh/utils@​0.104.7
    • @​omnigraph/json-schema@​0.109.8
Commits

Updates @aws-sdk/client-sts from 3.858.0 to 3.864.0

Release notes

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

v3.864.0

3.864.0(2025-08-08)

Chores
  • core/protocols: correct x-amz-target header in schema protocols (#7248) (425c0037)
Documentation Changes
  • client-transcribe: Update documentation to use key ARN only in OutputEncryptionKMSKeyId request parameter (aa5d9f03)
New Features
  • clients: update client endpoints as of 2025-08-08 (3540d6ea)
  • client-iot-data-plane: Adding DeleteConnection API to IoT Data Plane (8fd62429)
  • client-s3vectors: Removed incorrect endpoint tests (c14f49d4)
  • client-iot-managed-integrations: Removed incorrect endpoint tests (48cf435c)
  • client-sagemaker: Adds support for GB200 UltraServers in Amazon SageMaker training jobs, training plans, and HyperPod clusters (b5dc676b)
  • client-application-signals: Removed incorrect endpoint tests (794fce3b)
  • client-networkflowmonitor: Removed incorrect endpoint tests (1a2f3527)
  • client-invoicing: Removed incorrect endpoint tests (fa3eb01c)
  • client-notificationscontacts: Removed incorrect endpoint tests (ea092358)
  • client-keyspacesstreams: Removed incorrect endpoint tests (32d8e3cc)
  • client-connect: This release adds a new API GetContactMetrics for Amazon Connect. (d2612b57)
  • client-billing: Removed incorrect endpoint tests (d47a2b84)
  • client-gameliftstreams: Removed incorrect endpoint tests (78d0339d)
  • client-dsql: Removed incorrect endpoint tests (a3da5408)
  • client-bcm-pricing-calculator: Removed incorrect endpoint tests (68d38d89)
  • client-notifications: Removed incorrect endpoint tests (4194d2ad)
  • client-backupsearch: Removed incorrect endpoint tests (0fc50afd)
  • client-mpa: Removed incorrect endpoint tests (bbc9d0d5)
  • client-security-ir: Removed incorrect endpoint tests (2b832bff)
  • client-inspector2: Add CVSSV4 to Vulnerability Search API and update enable/disable account id list length to 5 (c6f99382)
  • client-partnercentral-selling: Removed incorrect endpoint tests (4fe5c4a7)
  • client-workspaces-instances: Removed incorrect endpoint tests (d412c8c5)
Tests
  • lib-storage: increase timeout for checksum calculation (#7249) (0c9e1b89)

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

v3.863.0

3.863.0(2025-08-07)

Chores

... (truncated)

Changelog

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

3.864.0 (2025-08-08)

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

3.863.0 (2025-08-07)

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

3.862.0 (2025-08-06)

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

3.859.0 (2025-08-01)

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

Commits

Updates @cloudflare/workers-types from 4.20250801.0 to 4.20250810.0

Commits

Updates wrangler from 4.27.0 to 4.28.1

Release notes

Sourced from wrangler's releases.

[email protected]

Patch Changes

  • #10130 773cca3 Thanks @​dario-piotrowicz! - update maybeStartOrUpdateRemoteProxySession config argument (to allow callers to specify an environment)

    Before this change maybeStartOrUpdateRemoteProxySession could be called with either the path to a wrangler config file or the configuration of a worker. The former override however did not allow the caller to specify an environment, so the maybeStartOrUpdateRemoteProxySession API has been updated so that in the wrangler config case an object (with the path and a potential environment) needs to be passed instead.

    For example, before callers could invoke the function in the following way

    await maybeStartOrUpdateRemoteProxySession(configPath);

    note that there is no way to tell the function what environment to use when parsing the wrangle configuration.

    Now callers will instead call the function in the following way:

    await maybeStartOrUpdateRemoteProxySession({
    	path: configPath,
    	environment: targetEnvironment,
    });

    note that now a target environment can be specified.

  • #10130 773cca3 Thanks @​dario-piotrowicz! - fix getPlatformProxy not taking into account the potentially specified environment for remote bindings

  • #10122

@dependabot dependabot bot added dependencies javascript Pull requests that update javascript code labels Aug 11, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 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 rebase.

@ardatan
Copy link
Member

ardatan commented Aug 12, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/all-minor-patch-13151a9bb9 branch from 71a2bad to 6ca39af Compare August 12, 2025 16:07
Bumps the all-minor-patch group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@ianvs/prettier-plugin-sort-imports](https://github.com/ianvs/prettier-plugin-sort-imports) | `4.5.1` | `4.6.1` |
| [eslint](https://github.com/eslint/eslint) | `9.32.0` | `9.33.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.0` | `29.4.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.38.0` | `8.39.0` |
| [pkgroll](https://github.com/privatenumber/pkgroll) | `2.15.0` | `2.15.3` |
| [pino](https://github.com/pinojs/pino) | `9.7.0` | `9.8.0` |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.1.5` | `11.1.6` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.1.5` | `11.1.6` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `11.1.5` | `11.1.6` |
| [fastify](https://github.com/fastify/fastify) | `5.4.0` | `5.5.0` |
| [@omnigraph/openapi](https://github.com/ardatan/graphql-mesh/tree/HEAD/packages/loaders/openapi) | `0.109.13` | `0.109.14` |
| [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts) | `3.858.0` | `3.864.0` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20250801.0` | `4.20250810.0` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.27.0` | `4.28.1` |
| [@omnigraph/json-schema](https://github.com/ardatan/graphql-mesh/tree/HEAD/packages/loaders/json-schema) | `0.109.7` | `0.109.8` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `11.1.5` | `11.1.6` |



Updates `@ianvs/prettier-plugin-sort-imports` from 4.5.1 to 4.6.1
- [Release notes](https://github.com/ianvs/prettier-plugin-sort-imports/releases)
- [Changelog](https://github.com/IanVS/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- [Commits](IanVS/prettier-plugin-sort-imports@v4.5.1...v4.6.1)

Updates `eslint` from 9.32.0 to 9.33.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.32.0...v9.33.0)

Updates `ts-jest` from 29.4.0 to 29.4.1
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.0...v29.4.1)

Updates `typescript-eslint` from 8.38.0 to 8.39.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.39.0/packages/typescript-eslint)

Updates `pkgroll` from 2.15.0 to 2.15.3
- [Release notes](https://github.com/privatenumber/pkgroll/releases)
- [Commits](privatenumber/pkgroll@v2.15.0...v2.15.3)

Updates `pino` from 9.7.0 to 9.8.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v9.7.0...v9.8.0)

Updates `@nestjs/common` from 11.1.5 to 11.1.6
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.6/packages/common)

Updates `@nestjs/core` from 11.1.5 to 11.1.6
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.6/packages/core)

Updates `@nestjs/testing` from 11.1.5 to 11.1.6
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.6/packages/testing)

Updates `fastify` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.4.0...v5.5.0)

Updates `@omnigraph/openapi` from 0.109.13 to 0.109.14
- [Release notes](https://github.com/ardatan/graphql-mesh/releases)
- [Changelog](https://github.com/ardatan/graphql-mesh/blob/master/packages/loaders/openapi/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-mesh/commits/@omnigraph/[email protected]/packages/loaders/openapi)

Updates `@aws-sdk/client-sts` from 3.858.0 to 3.864.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.864.0/clients/client-sts)

Updates `@cloudflare/workers-types` from 4.20250801.0 to 4.20250810.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.27.0 to 4.28.1
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler)

Updates `@omnigraph/json-schema` from 0.109.7 to 0.109.8
- [Release notes](https://github.com/ardatan/graphql-mesh/releases)
- [Changelog](https://github.com/ardatan/graphql-mesh/blob/master/packages/loaders/json-schema/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-mesh/commits/@omnigraph/[email protected]/packages/loaders/json-schema)

Updates `@nestjs/platform-express` from 11.1.5 to 11.1.6
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.6/packages/platform-express)

---
updated-dependencies:
- dependency-name: "@ianvs/prettier-plugin-sort-imports"
  dependency-version: 4.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: eslint
  dependency-version: 9.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: ts-jest
  dependency-version: 29.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: typescript-eslint
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: pkgroll
  dependency-version: 2.15.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: pino
  dependency-version: 9.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@nestjs/common"
  dependency-version: 11.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: fastify
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@omnigraph/openapi"
  dependency-version: 0.109.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@aws-sdk/client-sts"
  dependency-version: 3.864.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20250810.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: wrangler
  dependency-version: 4.28.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@omnigraph/json-schema"
  dependency-version: 0.109.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/all-minor-patch-13151a9bb9 branch from 5319cd9 to 898365f Compare August 12, 2025 18:19
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 13, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 13, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-minor-patch-13151a9bb9 branch August 13, 2025 13:58
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