Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2025

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.29.0 -> 9.35.0 age confidence
@types/node (source) 22.15.31 -> 22.18.1 age confidence
@types/react (source) 19.1.8 -> 19.1.12 age confidence
eslint (source) 9.29.0 -> 9.35.0 age confidence
lint-staged 16.1.2 -> 16.1.6 age confidence
prettier (source) 3.5.3 -> 3.6.2 age confidence
react (source) 19.1.0 -> 19.1.1 age confidence
satori ^0.15.0 -> ^0.18.0 age confidence
typescript (source) 5.8.3 -> 5.9.2 age confidence
typescript-eslint (source) 8.34.0 -> 8.43.0 age confidence
vitest (source) 3.2.3 -> 3.2.4 age confidence

Release Notes

eslint/eslint (@​eslint/js)

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

eslint/eslint (eslint)

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

lint-staged/lint-staged (lint-staged)

v16.1.6

Compare Source

Patch Changes
  • #​1610 e93578e Thanks @​iiroj! - Try to improve terminating of subprocess of tasks by using SIGKILL, and only calling pidtree when the the main task process has a known pid.

v16.1.5

Compare Source

Patch Changes

v16.1.4

Compare Source

Patch Changes
  • #​1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

v16.1.3

Compare Source

Patch Changes
  • #​1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
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

facebook/react (react)

v19.1.1

Compare Source

vercel/satori (satori)

v0.18.2

Compare Source

Bug Fixes

v0.18.1

Compare Source

Bug Fixes

v0.18.0

Compare Source

Features

v0.16.2

Compare Source

Bug Fixes

v0.16.1

Compare Source

Bug Fixes

v0.16.0

Compare Source

This is a big update thanks to updates from our dependency Yoga.

  • Support for box-sizing
  • Support for display: contents
  • Support for position: static
  • Support for align-content: space-evenly
  • Better support for position: absolute
  • Support for percentage values for gap

Also removed the satori/wasm entrypoint as we're always inlining the WASM binary in the lib source now.

0.16.0 (2025-07-21)

Features
microsoft/TypeScript (typescript)

v5.9.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.43.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
❤️ Thank You

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

v8.42.0

Compare Source

🚀 Features
🩹 Fixes
  • typescript-eslint: handle non-normalized windows paths produced by jiti (#​11546)
❤️ Thank You

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

v8.41.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.40.0

Compare Source

🩹 Fixes
  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#​11475)
❤️ Thank You

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

v8.39.1

Compare Source

🩹 Fixes
  • typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#​11464)
❤️ Thank You

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

v8.39.0

Compare Source

🚀 Features
❤️ Thank You

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

v8.38.0

Compare Source

🩹 Fixes
  • typescript-eslint: error on nested extends in tseslint.config() (#​11361)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#​11412)
❤️ Thank You

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

v8.37.0

Compare Source

🚀 Features
  • typescript-estree: infer tsconfigRootDir from call stack (#​11370)
❤️ Thank You
  • Josh Goldberg ✨

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

v8.36.0

Compare Source

🚀 Features
  • typescript-eslint: support basePath in tseslint.config() (#​11357)
❤️ Thank You

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

v8.35.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.35.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

v8.34.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

vitest-dev/vitest (vitest)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "after 3am on Sunday" (UTC), 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 enabled auto-merge (rebase) June 22, 2025 05:50
@renovate renovate bot force-pushed the renovate/npm branch 8 times, most recently from 671c3f8 to 6f501f4 Compare June 28, 2025 09:49
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 00b0f12 to 9c87a04 Compare July 3, 2025 16:54
@renovate renovate bot force-pushed the renovate/npm branch 7 times, most recently from f0fa2f3 to 1474993 Compare July 14, 2025 22:55
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from 6fe358d to 63f109c Compare July 21, 2025 16:50
@renovate renovate bot changed the title chore(deps): update npm fix(deps): update npm Jul 21, 2025
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from aeb0607 to f642c8c Compare July 24, 2025 00:15
@renovate renovate bot force-pushed the renovate/npm branch 6 times, most recently from c9d8709 to 996327b Compare August 1, 2025 01:31
@renovate renovate bot requested a review from shepherdjerred August 1, 2025 01:31
@renovate renovate bot force-pushed the renovate/npm branch 6 times, most recently from 65f8199 to 98823a5 Compare August 11, 2025 20:27
@renovate renovate bot force-pushed the renovate/npm branch 6 times, most recently from 6d4e7f6 to fa768a7 Compare August 18, 2025 17:40
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from 9d560f9 to 1508ca0 Compare August 27, 2025 21:14
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.

0 participants