Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@apollo/server (source) 4.11.3 -> 4.12.2 age confidence devDependencies minor
@apollo/server-integration-testsuite (source) 4.11.3 -> 4.12.2 age confidence devDependencies minor
@changesets/cli (source) 2.28.1 -> 2.29.7 age confidence devDependencies minor
node (source) 20.19.0 -> 20.19.5 age confidence volta patch
npm (source) 10.9.2 -> 10.9.3 age confidence volta patch
prettier (source) 3.5.3 -> 3.6.2 age confidence devDependencies minor
ts-jest (source) 29.3.0 -> 29.4.1 age confidence devDependencies minor
typescript (source) 5.8.2 -> 5.9.2 age confidence devDependencies minor

Release Notes

apollographql/apollo-server (@​apollo/server)

v4.12.2

Compare Source

(No change; there is a change to the @apollo/server-integration-testsuite used to test integrations, and the two packages always have matching versions.)

v4.12.1

Compare Source

Patch Changes

v4.12.0

Compare Source

Minor Changes
  • #​8054 89e3f84 Thanks @​clenfest! - Adds a new graphql-js validation rule to reject operations that recursively request selections above a specified maximum, which is disabled by default. Use configuration option maxRecursiveSelections=true to enable with a maximum of 10,000,000, or maxRecursiveSelections=<number> for a custom maximum. Enabling this validation can help avoid performance issues with configured validation rules or plugins.
Patch Changes
apollographql/apollo-server (@​apollo/server-integration-testsuite)

v4.12.2

Compare Source

Patch Changes
  • #​8070 0dee3c9 Thanks @​glasser! - Provide dual-build CJS and ESM for @apollo/server-integration-testsuite.

    We previously provided only a CJS build of this package, unlike @apollo/server
    itself and the other helper packages that come with it. We may make all of
    Apollo Server ESM-only in AS5; this is a step in that direction. Specifically,
    only providing this package for CJS makes it challenging to run the tests in
    ts-jest in some ESM-only setups, because the copy of @apollo/server fetched
    directly in your ESM-based test may differ from the copy fetched indirectly via
    @apollo/server-integration-testsuite, causing the "lockstep versioning" test
    to fail.

  • Updated dependencies:

v4.12.1

Compare Source

Patch Changes

v4.12.0

Compare Source

Patch Changes
changesets/changesets (@​changesets/cli)

v2.29.7

Compare Source

Patch Changes

v2.29.6

Compare Source

Patch Changes

v2.29.5

Compare Source

Patch Changes

v2.29.4

Compare Source

Patch Changes

v2.29.3

Compare Source

Patch Changes

v2.29.2

Compare Source

Patch Changes

v2.29.1

Compare Source

Patch Changes

v2.29.0

Compare Source

Minor Changes
nodejs/node (node)

v20.19.5: 2025-09-03, Version 20.19.5 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

v20.19.4

Compare Source

v20.19.3

Compare Source

v20.19.2

Compare Source

v20.19.1

Compare Source

npm/cli (npm)

v10.9.3

Compare Source

Bug Fixes
Dependencies
Chores

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

changeset-bot bot commented Apr 5, 2025

⚠️ No Changeset found

Latest commit: 73274b1

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

Copy link

codesandbox-ci bot commented Apr 5, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2b9283f to 8e349cd Compare April 14, 2025 13:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c0016d8 to 0b56564 Compare April 22, 2025 10:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0b56564 to 7d70b95 Compare May 5, 2025 11:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from bb9b54a to b6a5bc3 Compare May 16, 2025 20:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 60a4786 to f6f2f90 Compare June 12, 2025 07:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 24601ef to c603264 Compare June 27, 2025 03:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c603264 to 059b992 Compare July 16, 2025 03:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f99892f to 7ef6747 Compare August 3, 2025 16:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ef6747 to dbabcb9 Compare August 16, 2025 16:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dbabcb9 to 9eb87e5 Compare September 7, 2025 00:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9eb87e5 to 73274b1 Compare September 9, 2025 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants