Skip to content

Update devDependencies (non-major)#165

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/devdependencies-(non-major)
Open

Update devDependencies (non-major)#165
renovate[bot] wants to merge 1 commit intomainfrom
renovate/devdependencies-(non-major)

Conversation

@renovate
Copy link
Copy Markdown
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.24 age confidence
@types/node (source) 24.10.124.12.2 age confidence
@types/react (source) 19.2.719.2.14 age confidence
autoprefixer 10.4.2210.4.27 age confidence
eslint (source) 9.39.19.39.4 age confidence
eslint-config-next (source) 15.5.1215.5.15 age confidence
postcss (source) 8.5.68.5.9 age confidence
prettier (source) 3.7.23.8.1 age confidence
tailwindcss (source) 3.4.183.4.19 age confidence

Release Notes

postcss/autoprefixer (autoprefixer)

v10.4.27

Compare Source

  • Removed development key from package.json.

v10.4.26

Compare Source

  • Reduced package size.

v10.4.25

Compare Source

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

v10.4.24

Compare Source

  • Made Autoprefixer a little faster (by @​Cherry).

v10.4.23

Compare Source

eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

v9.39.2

Compare Source

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

v15.5.15

Compare Source

v15.5.14

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • feat(next/image): add lru disk cache and images.maximumDiskCacheSize (#​91660)
  • Fix(pages-router): restore Content-Length and ETag for /_next/data/ JSON responses (#​90304)
Credits

Huge thanks to @​styfle and @​lllomh for helping!

v15.5.13

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: patch http-proxy to prevent request smuggling in rewrites (See: CVE-2026-29057)
Credits

Huge thanks to @​ztanner for helping!

postcss/postcss (postcss)

v8.5.9

Compare Source

  • Speed up source map encoding paring in case of the error.

v8.5.8

Compare Source

  • Fixed Processor#version.

v8.5.7

Compare Source

  • Improved source map annotation cleaning performance (by CodeAnt AI).
prettier/prettier (prettier)

v3.8.1

Compare Source

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: (UTC)

  • Branch creation
    • "before 6am on the first day of the month"
  • 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 9 times, most recently from 78af6ec to d244b80 Compare January 15, 2026 18:12
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from db2e8d2 to 5c56b09 Compare January 23, 2026 19:10
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 1706bad to 87a4898 Compare January 27, 2026 12:37
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 33d7c96 to 020e495 Compare February 17, 2026 16:48
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 7 times, most recently from 94c0a46 to eb8fecb Compare February 26, 2026 21:42
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 9 times, most recently from 367caa6 to dbf91ef Compare March 7, 2026 02:54
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from c76c93c to 9fddc55 Compare March 19, 2026 18:10
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from f86e9ca to 5b273f1 Compare April 1, 2026 17:02
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from cc9dc6d to 7544baf Compare April 8, 2026 15:31
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) Update devDependencies (non-major) Apr 8, 2026
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 7544baf to 7bf3ef0 Compare April 9, 2026 00:10
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