Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2025

This PR contains the following updates:

Package Change Age Confidence
@apollo/gateway (source) 2.11.0 -> 2.11.3 age confidence
@graphql-tools/schema (source) 10.0.23 -> 10.0.26 age confidence
@nestjs/apollo 13.1.0 -> 13.2.1 age confidence
@nestjs/cli 11.0.7 -> 11.0.10 age confidence
@nestjs/common (source) 11.1.3 -> 11.1.8 age confidence
@nestjs/core (source) 11.1.3 -> 11.1.8 age confidence
@nestjs/graphql 13.1.0 -> 13.2.0 age confidence
@nestjs/platform-express (source) 11.1.3 -> 11.1.8 age confidence
@nestjs/testing (source) 11.1.3 -> 11.1.8 age confidence
@types/express (source) 5.0.3 -> 5.0.5 age confidence
@types/node (source) 24.0.3 -> 24.9.2 age confidence
@typescript-eslint/eslint-plugin (source) 8.34.1 -> 8.46.2 age confidence
@typescript-eslint/parser (source) 8.34.1 -> 8.46.2 age confidence
eslint (source) 9.29.0 -> 9.38.0 age confidence
graphql-yoga (source) 5.13.5 -> 5.16.0 age confidence
jest (source) 30.0.2 -> 30.2.0 age confidence
prettier (source) 3.5.3 -> 3.6.2 age confidence
supertest 7.1.1 -> 7.1.4 age confidence
typescript (source) 5.8.3 -> 5.9.3 age confidence
yarn (source) 4.9.2 -> 4.10.3 age confidence

Release Notes

apollographql/federation (@​apollo/gateway)

v2.11.3

Compare Source

Patch Changes

v2.11.2

Compare Source

Patch Changes

v2.11.1

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/schema)

v10.0.26

Compare Source

Patch Changes

v10.0.25

Compare Source

Patch Changes

v10.0.24

Compare Source

Patch Changes
nestjs/graphql (@​nestjs/apollo)

v13.2.1

Compare Source

13.2.1 (2025-10-02)

Bug fixes
Committers: 1

v13.2.0

Compare Source

13.2.0 (2025-10-01)

Enhancements
Dependencies
Committers: 4
nestjs/nest-cli (@​nestjs/cli)

v11.0.10

Compare Source

What's Changed

Full Changelog: nestjs/nest-cli@11.0.9...11.0.10

v11.0.9

Compare Source

v11.0.8

Compare Source

What's Changed

Full Changelog: nestjs/nest-cli@11.0.7...11.0.8

nestjs/nest (@​nestjs/common)

v11.1.8

Compare Source

v11.1.7

Compare Source

v11.1.6

Compare Source

v11.1.6 (2025-08-07)
Bug fixes
Dependencies
Committers: 6

v11.1.5

Compare Source

v11.1.5 (2025-07-18)
Dependencies

v11.1.4

Compare Source

v11.1.4 (2025-07-16)
Bug fixes
Enhancements
Dependencies
Committers: 11
nestjs/nest (@​nestjs/core)

v11.1.8

Compare Source

v11.1.7

Compare Source

v11.1.6

Compare Source

v11.1.6 (2025-08-07)

Bug fixes
Dependencies
Committers: 6

v11.1.5

Compare Source

v11.1.5 (2025-07-18)

Dependencies

v11.1.4

Compare Source

v11.1.4 (2025-07-16)

Bug fixes
Enhancements
Dependencies
Committers: 11
nestjs/nest (@​nestjs/platform-express)

v11.1.8

Compare Source

v11.1.8 (2025-10-27)

Bug fixes
Committers: 2

v11.1.7

Compare Source

v11.1.6

Compare Source

v11.1.6 (2025-08-07)
Bug fixes
Dependencies
Committers: 6

v11.1.5

Compare Source

v11.1.5 (2025-07-18)
Dependencies

v11.1.4

Compare Source

v11.1.4 (2025-07-16)
Bug fixes
Enhancements
Dependencies
Committers: 11
nestjs/nest (@​nestjs/testing)

v11.1.8

Compare Source

v11.1.7

Compare Source

v11.1.6

Compare Source

v11.1.6 (2025-08-07)

Bug fixes
Dependencies
Committers: 6

v11.1.5

Compare Source

v11.1.5 (2025-07-18)
Dependencies

v11.1.4

Compare Source

v11.1.4 (2025-07-16)
Bug fixes
Enhancements
Dependencies
Committers: 11
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.46.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#​11702)
❤️ Thank You
  • mdm317

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

v8.46.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#​11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#​11533)
❤️ Thank You
  • mdm317
  • Ronen Amiel

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

v8.46.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#​11659)
  • rule-schema-to-typescript-types: clean up and make public (#​11633)
🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#​11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#​11657)
  • eslint-plugin: removed error type previously deprecated (#​11674)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#​11603)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#​11634)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#​11628)
  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#​11487)
❤️ Thank You

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

v8.45.0

Compare Source

🚀 Features
  • eslint-plugin: expose rule name via RuleModule interface (#​11616)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#​11614)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#​11617)
❤️ Thank You

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

v8.44.1

Compare Source

🩹 Fixes
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#​11611)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#​11599)
  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#​11597)
❤️ Thank You

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

v8.44.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#​11267)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#​11490)
❤️ Thank You

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

v8.43.0

Compare Source

🚀 Features
  • typescript-estree: disallow empty type parameter/argument lists (#​11563)
🩹 Fixes
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#​11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#​11423, #​11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#​11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#​11517)
  • scope-manager: exclude Program from DefinitionBase node types (#​11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#​11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#​11526)
❤️ Thank You

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Jun 24, 2025

⚠️ No Changeset found

Latest commit: 04c3a68

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/examples branch from 8a98b98 to af0bd7e Compare June 24, 2025 22:07
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.6.0 fix(deps): update examples Jun 24, 2025
@renovate renovate bot force-pushed the renovate/examples branch 9 times, most recently from f18f335 to 19dab82 Compare July 1, 2025 23:05
@renovate renovate bot force-pushed the renovate/examples branch 6 times, most recently from e758749 to 57effdf Compare July 9, 2025 02:31
@renovate renovate bot force-pushed the renovate/examples branch 7 times, most recently from 289427b to e69f0d3 Compare July 17, 2025 17:00
@renovate renovate bot force-pushed the renovate/examples branch 5 times, most recently from ea068ad to 6afcc89 Compare July 22, 2025 18:38
@renovate renovate bot force-pushed the renovate/examples branch 5 times, most recently from d6aefba to a41ffcf Compare September 24, 2025 10:38
@renovate renovate bot force-pushed the renovate/examples branch 8 times, most recently from 5733f03 to 764436d Compare October 5, 2025 01:01
@renovate renovate bot force-pushed the renovate/examples branch 5 times, most recently from 99675df to 64a3560 Compare October 12, 2025 17:36
@renovate renovate bot force-pushed the renovate/examples branch 5 times, most recently from 2634503 to 600ae48 Compare October 21, 2025 17:13
@renovate renovate bot force-pushed the renovate/examples branch 4 times, most recently from 3755d9a to 08d2a87 Compare October 27, 2025 22:26
@renovate renovate bot force-pushed the renovate/examples branch from 08d2a87 to 0e3a0f6 Compare October 29, 2025 18:13
@renovate renovate bot force-pushed the renovate/examples branch from 0e3a0f6 to 04c3a68 Compare October 30, 2025 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants