Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@types/lodash (source) 4.17.214.17.23 age confidence
@types/node (source) 24.10.124.10.9 age confidence
@types/react (source) 19.2.719.2.8 age confidence
autoprefixer 10.4.2210.4.23 age confidence
eslint (source) 9.39.19.39.2 age confidence
eslint-config-next (source) 15.5.715.5.9 age confidence
prettier (source) 3.7.23.8.0 age confidence
tailwindcss (source) 3.4.183.4.19 age confidence

Release Notes

postcss/autoprefixer (autoprefixer)

v10.4.23

Compare Source

eslint/eslint (eslint)

v9.39.2

Compare Source

vercel/next.js (eslint-config-next)

v15.5.9

Compare Source

v15.5.8

Compare Source

prettier/prettier (prettier)

v3.8.0

Compare Source

diff

🔗 Release note

v3.7.4

Compare Source

diff

LWC: Avoid quote around interpolations (#​18383 by @​kovsu)
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#​18393 by @​fisker)
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#​18395 by @​fisker)
// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format)
type X = (A | B) &
  (// comment
  A | B);

// Prettier 3.7.3 (second format)
type X = (
  | A
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

tailwindlabs/tailwindcss (tailwindcss)

v3.4.19

Compare Source


Configuration

📅 Schedule: Branch creation - "before 6am on the first day of the month" (UTC), 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 force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 1924735 to e571d49 Compare December 3, 2025 17:34
@renovate renovate bot changed the title Update devDependencies (non-major) Update dependency prettier to v3.7.4 Dec 4, 2025
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from e571d49 to a07d7ef Compare December 4, 2025 00:33
@renovate renovate bot changed the title Update dependency prettier to v3.7.4 Update devDependencies (non-major) Dec 9, 2025
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 7 times, most recently from 1cf7f40 to f56661a Compare December 14, 2025 20:54
@renovate renovate bot changed the title Update devDependencies (non-major) chore(deps): update devdependencies (non-major) Dec 21, 2025
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 0567db3 to 679c10d Compare December 31, 2025 20:34
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 8 times, most recently from e60e250 to 78af6ec Compare January 15, 2026 02:08
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 78af6ec to d244b80 Compare January 15, 2026 18:12
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.

1 participant