Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence Type Update
@apollo/server (source) 4.12.0 -> 4.12.2 age confidence devDependencies patch
@changesets/cli (source) 2.29.2 -> 2.29.7 age confidence devDependencies patch
cspell (source) 8.19.2 -> 8.19.4 age confidence devDependencies patch
node (source) 20.19.1 -> 20.19.5 age confidence volta patch
npm (source) 10.9.2 -> 10.9.4 age confidence volta patch
prettier (source) 3.5.3 -> 3.6.2 age confidence devDependencies minor
ts-jest (source) 29.3.2 -> 29.4.4 age confidence devDependencies minor
typescript (source) 5.8.3 -> 5.9.3 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
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
streetsidesoftware/cspell (cspell)

v8.19.4

Compare Source

Note: Version bump only for package cspell

v8.19.3

Compare Source

Note: Version bump only for package cspell

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

npm/cli (npm)

v10.9.4

Compare Source

v10.9.3

Compare Source

Bug Fixes
Dependencies
Chores
prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

v3.6.0

Compare Source

diff

🔗 Release Notes

kulshekhar/ts-jest (ts-jest)

v29.4.4

Compare Source

Bug Fixes

v29.4.3

Compare Source

Bug Fixes

v29.4.2

Compare Source

v29.4.1

Compare Source

v29.4.0

Compare Source

Features

v29.3.4

Compare Source

Bug Fixes
  • fix: fix TsJestTransformerOptions type (3b11e29), closes #​4247
  • fix(cli): fix wrong path for preset creator fns (249eb2c)
  • fix(config): disable rewriteRelativeImportExtensions always (9b1f472), closes #​4855

v29.3.3

Compare Source

Bug Fixes

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.

@renovate renovate bot requested a review from a team as a code owner April 27, 2025 06:39
@renovate renovate bot enabled auto-merge (squash) April 27, 2025 06:39
Copy link

codesandbox-ci bot commented Apr 27, 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 from 8b78095 to 0add9b7 Compare May 3, 2025 14:37
@renovate renovate bot changed the title chore(deps): update dependency cspell to v8.19.3 chore(deps): update dependency cspell to v8.19.4 May 3, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0add9b7 to e4bf9c0 Compare May 10, 2025 09:52
@renovate renovate bot changed the title chore(deps): update dependency cspell to v8.19.4 chore(deps): update all non-major dependencies May 10, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8a23451 to e8d3b3e Compare May 16, 2025 18:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2f41dc6 to 4e95874 Compare June 12, 2025 05:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 140b264 to db86ade Compare June 27, 2025 06:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 18bbabe to 7690e6d Compare July 22, 2025 14:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a06fc87 to 0fd77fa Compare August 4, 2025 23:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4822e36 to 04b47a2 Compare August 16, 2025 14:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 04b47a2 to dc8f98a Compare August 19, 2025 12:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc8f98a to b5618f9 Compare August 31, 2025 10:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 73cee31 to 921cb60 Compare September 9, 2025 13:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 72590ef to f7f623e Compare September 19, 2025 14:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f7f623e to b669cf2 Compare September 30, 2025 21:53
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