Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 22.15.32 -> 22.18.6 age confidence
@types/react (source) 19.1.8 -> 19.1.13 age confidence
@types/semver (source) 7.7.0 -> 7.7.1 age confidence
@vercel/ncc 0.38.3 -> 0.38.4 age confidence
beachball (source) 2.54.0 -> 2.55.1 age confidence
concurrently 9.1.2 -> 9.2.1 age confidence
eslint (source) 9.29.0 -> 9.36.0 age confidence
eslint-doc-generator 2.1.2 -> 2.2.2 age confidence
jest-diff (source) 30.0.5 -> 30.1.2 age confidence
prettier (source) 3.5.3 -> 3.6.2 age confidence
tsx (source) 4.20.3 -> 4.20.5 age confidence
typescript (source) 5.8.3 -> 5.9.2 age confidence

Release Notes

vercel/ncc (@​vercel/ncc)

v0.38.4

Compare Source

Bug Fixes
microsoft/beachball (beachball)

v2.55.1

Compare Source

Wed, 20 Aug 2025 08:02:30 GMT

Patches
  • Update dependency cosmiconfig to v9 (email not defined)

v2.55.0

Compare Source

Fri, 08 Aug 2025 08:03:00 GMT

Minor changes
  • Add ChangelogGroupOptions.mainPackageName and deprecate ChangelogGroupOptions.masterPackageName (elcraig@microsoft.com)
open-cli-tools/concurrently (concurrently)

v9.2.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1

v9.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.2...v9.2.0

eslint/eslint (eslint)

v9.36.0

Compare Source

v9.35.0

Compare Source

v9.34.0

Compare Source

v9.33.0

Compare Source

v9.32.0

Compare Source

v9.31.0

Compare Source

v9.30.1

Compare Source

v9.30.0

Compare Source

bmish/eslint-doc-generator (eslint-doc-generator)

v2.2.2

Compare Source

Bug Fixes

v2.2.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 2
jestjs/jest (jest-diff)

v30.1.2

Compare Source

Fixes
  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#​15803)

v30.1.1

Compare Source

Fixes
  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#​15800)
  • [jest-snapshot-utils] Improve messaging about goo.gl snapshot link change (#​15821)

v30.1.0

Compare Source

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

privatenumber/tsx (tsx)

v4.20.5

Compare Source

Bug Fixes
  • handle ambiguous packages (796053a)

This release is also available on:

v4.20.4

Compare Source

microsoft/TypeScript (typescript)

v5.9.2

Compare Source


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.

@renovate renovate bot added the renovate label Jun 19, 2025
@renovate renovate bot added the renovate label Jun 19, 2025
@renovate renovate bot requested a review from frantic1048 June 19, 2025 08:34
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 8a9e508 to 19d1688 Compare June 19, 2025 08:34
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 19d1688 to f851ac9 Compare June 22, 2025 10:08
@renovate renovate bot changed the title chore(deps): update devdependency eslint-doc-generator to v2.2.0 chore(deps): update devdependencies Jun 22, 2025
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from f851ac9 to 341bf84 Compare June 22, 2025 10:09
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 341bf84 to b7056ca Compare June 22, 2025 22:39
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from b7056ca to 0f3972c Compare June 22, 2025 22:39
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 0f3972c to eece2c2 Compare June 23, 2025 03:35
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from eece2c2 to 3801fd6 Compare June 23, 2025 03:35
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 3801fd6 to f8388c5 Compare June 24, 2025 19:35
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from f8388c5 to bc56b6c Compare June 24, 2025 19:35
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from bc56b6c to bf98698 Compare June 25, 2025 08:15
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from bf98698 to d115a05 Compare June 25, 2025 08:16
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from d115a05 to a4da3b0 Compare June 27, 2025 06:16
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from a4da3b0 to d6dc3d8 Compare June 27, 2025 06:17
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from d6dc3d8 to 01d4980 Compare June 28, 2025 02:10
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 01d4980 to 2691385 Compare June 28, 2025 02:11
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 2691385 to 7cd417e Compare June 28, 2025 08:33
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 7cd417e to 96cc3a0 Compare June 28, 2025 08:34
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 96cc3a0 to 8759851 Compare July 1, 2025 23:50
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 8759851 to c67a710 Compare July 1, 2025 23:51
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from c67a710 to 23977b6 Compare July 8, 2025 20:54
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 23977b6 to c8dfc95 Compare July 8, 2025 20:55
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from c8dfc95 to d37e042 Compare July 9, 2025 01:15
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from d37e042 to eab06b7 Compare July 9, 2025 01:16
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from eab06b7 to 590a867 Compare July 10, 2025 21:06
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 590a867 to f1d764f Compare July 10, 2025 21:06
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 57d17fc to 7562516 Compare September 4, 2025 12:55
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 7562516 to 5a7ab3e Compare September 4, 2025 12:56
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 5a7ab3e to 21f2a76 Compare September 5, 2025 17:53
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 21f2a76 to 136d40b Compare September 5, 2025 17:53
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 136d40b to 26add26 Compare September 11, 2025 05:34
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 26add26 to e8b6a8b Compare September 11, 2025 05:35
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from e8b6a8b to 756b6db Compare September 11, 2025 10:42
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 756b6db to 6b50ab5 Compare September 11, 2025 10:42
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 6b50ab5 to 763d77b Compare September 13, 2025 23:30
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 763d77b to a13d549 Compare September 13, 2025 23:31
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from a13d549 to 0563f04 Compare September 19, 2025 20:29
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 0563f04 to 1ed5585 Compare September 19, 2025 20:29
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 1ed5585 to fff7a03 Compare September 20, 2025 00:25
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from fff7a03 to 7504eb5 Compare September 20, 2025 00:25
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 7504eb5 to fc5e69a Compare September 22, 2025 22:25
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from fc5e69a to b26e13b Compare September 22, 2025 22:26
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from b26e13b to 2e5954c Compare September 24, 2025 02:45
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 2e5954c to 1a9e248 Compare September 24, 2025 02:46
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch 2 times, most recently from ce894c5 to c0eca81 Compare September 25, 2025 14:41
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from c0eca81 to e7a30d1 Compare September 25, 2025 14:42
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from e7a30d1 to 84d4e5d Compare September 26, 2025 17:07
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 84d4e5d to 08dac59 Compare September 26, 2025 17:07
@renovate
Copy link
Contributor Author

renovate bot commented Sep 30, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@frantic1048 frantic1048 merged commit cf8814b into main Sep 30, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants