Skip to content

Bump the all-minor-patch group with 6 updates#1174

Merged
ardatan merged 2 commits intomainfrom
dependabot/npm_and_yarn/all-minor-patch-4539d95be3
May 26, 2025
Merged

Bump the all-minor-patch group with 6 updates#1174
ardatan merged 2 commits intomainfrom
dependabot/npm_and_yarn/all-minor-patch-4539d95be3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the all-minor-patch group with 6 updates:

Package From To
@nestjs/common 11.1.1 11.1.2
@nestjs/core 11.1.1 11.1.2
@nestjs/testing 11.1.1 11.1.2
@omnigraph/openapi 0.109.8 0.109.9
@cloudflare/workers-types 4.20250524.0 4.20250525.0
@nestjs/platform-express 11.1.1 11.1.2

Updates @nestjs/common from 11.1.1 to 11.1.2

Release notes

Sourced from @​nestjs/common's releases.

v11.1.2 (2025-05-26)

Bug fixes

  • microservices
    • #15172 fix(microservices): support custom strategy in async usefactory config (@​mag123c)
    • #15166 fix(microservice): prevent error logs during redis client shutdown (@​janroker)

Dependencies

Committers: 2

Commits

Updates @nestjs/core from 11.1.1 to 11.1.2

Release notes

Sourced from @​nestjs/core's releases.

v11.1.2 (2025-05-26)

Bug fixes

  • microservices
    • #15172 fix(microservices): support custom strategy in async usefactory config (@​mag123c)
    • #15166 fix(microservice): prevent error logs during redis client shutdown (@​janroker)

Dependencies

Committers: 2

Commits

Updates @nestjs/testing from 11.1.1 to 11.1.2

Release notes

Sourced from @​nestjs/testing's releases.

v11.1.2 (2025-05-26)

Bug fixes

  • microservices
    • #15172 fix(microservices): support custom strategy in async usefactory config (@​mag123c)
    • #15166 fix(microservice): prevent error logs during redis client shutdown (@​janroker)

Dependencies

Committers: 2

Commits

Updates @omnigraph/openapi from 0.109.8 to 0.109.9

Changelog

Sourced from @​omnigraph/openapi's changelog.

0.109.9

Patch Changes

  • #8641 17e3c35 Thanks @​arnaud! - When there are two operations in the OAS; /products/ and /products/{id} Due to the bug in the logic, they conflict and the HATEOAS linking can choose the first one without any argument.

  • #8640 e254ba8 Thanks @​arnaud! - fix(openapi): support 204 responses which have content keys with empty values

Commits
  • 8b3cff1 chore(release): update monorepo packages versions (#8644)
  • 17e3c35 fix(openapi): HATEOAS href anonymization (#8641)
  • e254ba8 fix(openapi): support 204 responses which have content keys with empty values...
  • See full diff in compare view

Updates @cloudflare/workers-types from 4.20250524.0 to 4.20250525.0

Commits

Updates @nestjs/platform-express from 11.1.1 to 11.1.2

Release notes

Sourced from @​nestjs/platform-express's releases.

v11.1.2 (2025-05-26)

Bug fixes

  • microservices
    • #15172 fix(microservices): support custom strategy in async usefactory config (@​mag123c)
    • #15166 fix(microservice): prevent error logs during redis client shutdown (@​janroker)

Dependencies

Committers: 2

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-minor-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.1.1` | `11.1.2` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.1.1` | `11.1.2` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `11.1.1` | `11.1.2` |
| [@omnigraph/openapi](https://github.com/ardatan/graphql-mesh/tree/HEAD/packages/loaders/openapi) | `0.109.8` | `0.109.9` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20250524.0` | `4.20250525.0` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `11.1.1` | `11.1.2` |


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

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

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

Updates `@omnigraph/openapi` from 0.109.8 to 0.109.9
- [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/openapi@0.109.9/packages/loaders/openapi)

Updates `@cloudflare/workers-types` from 4.20250524.0 to 4.20250525.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 `@nestjs/platform-express` from 11.1.1 to 11.1.2
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.2/packages/platform-express)

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-version: 11.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@omnigraph/openapi"
  dependency-version: 0.109.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20250525.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update javascript code labels May 26, 2025
@ardatan
Copy link
Copy Markdown
Member

ardatan commented May 26, 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 9.0.37-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-tools/batch-execute 9.0.17-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-tools/delegate 10.2.19-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-tools/executor-http 2.0.2-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-tools/federation 3.2.3-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-mesh/fusion-runtime 0.11.14-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-hive/gateway 1.15.0-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-hive/logger-pino 1.0.1-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-hive/nestjs 1.0.14-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-hive/plugin-aws-sigv4 1.0.11-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-jwt-auth 1.5.5-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-opentelemetry 1.3.58-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-prometheus 1.3.46-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-hive/gateway-runtime 1.9.0-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-tools/stitch 9.4.24-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-tools/stitching-directives 3.1.34-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-http 0.6.42-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-http-callback 0.6.1-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎
@graphql-tools/wrap 10.0.37-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea npm ↗︎ unpkg ↗︎

@ardatan
Copy link
Copy Markdown
Member

ardatan commented May 26, 2025

🚀 Snapshot Release (Binary for macOS-ARM64)

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

Download

@ardatan
Copy link
Copy Markdown
Member

ardatan commented May 26, 2025

🚀 Snapshot Release (Binary for Linux-ARM64)

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

Download

@ardatan
Copy link
Copy Markdown
Member

ardatan commented May 26, 2025

🚀 Snapshot Release (Binary for Linux-X64)

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

Download

@ardatan
Copy link
Copy Markdown
Member

ardatan commented May 26, 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
Copy Markdown
Collaborator

🚀 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
Copy Markdown
Collaborator

🚀 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
Copy Markdown
Collaborator

🚀 Snapshot Release (Binary for Linux-ARM64)

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

Download

@ardatan ardatan enabled auto-merge (squash) May 26, 2025 14:27
@theguild-bot
Copy link
Copy Markdown
Collaborator

🚀 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
Copy Markdown
Collaborator

🚀 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:1.15.0-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea

@theguild-bot
Copy link
Copy Markdown
Collaborator

🚀 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:1.15.0-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea-bun

@ardatan
Copy link
Copy Markdown
Member

ardatan commented May 26, 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 merged commit 9720c8e into main May 26, 2025
48 checks passed
@ardatan ardatan deleted the dependabot/npm_and_yarn/all-minor-patch-4539d95be3 branch May 26, 2025 14:33
@theguild-bot
Copy link
Copy Markdown
Collaborator

🚀 Snapshot Release (Binary for Windows-X64)

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

Download

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