Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 10, 2025

This PR contains the following updates:

Package Change Age Confidence
@next/eslint-plugin-next (source) 16.0.1 -> 16.0.3 age confidence
@pandacss/dev (source) 1.5.0 -> 1.5.1 age confidence
@swc/core (source) 1.15.0 -> 1.15.2 age confidence
@types/node (source) 24.9.2 -> 24.10.1 age confidence
@types/node (source) 24.10.0 -> 24.10.1 age confidence
@types/react (source) 19.2.2 -> 19.2.5 age confidence
@types/react-dom (source) 19.2.2 -> 19.2.3 age confidence
@typescript-eslint/eslint-plugin (source) 8.46.3 -> 8.46.4 age confidence
@typescript-eslint/parser (source) 8.46.3 -> 8.46.4 age confidence
@vitejs/plugin-react (source) 5.1.0 -> 5.1.1 age confidence
csstype 3.1.3 -> 3.2.1 age confidence
eslint (source) 9.38.0 -> 9.39.1 age confidence
eslint-config-next (source) 16.0.1 -> 16.0.3 age confidence
jsdom 27.1.0 -> 27.2.0 age confidence
lucide-react (source) 0.548.0 -> 0.553.0 age confidence
next (source) 16.0.1 -> 16.0.3 age confidence
pnpm (source) 10.20.0 -> 10.22.0 age confidence
rehype-code-titles 1.2.0 -> 1.2.1 age confidence
svelte (source) 5.43.2 -> 5.43.6 age confidence
tsup (source) 8.5.0 -> 8.5.1 age confidence
vite (source) 7.1.12 -> 7.2.2 age confidence
vitest (source) 4.0.5 -> 4.0.9 age confidence
vue (source) 3.5.22 -> 3.5.24 age confidence

Release Notes

vercel/next.js (@​next/eslint-plugin-next)

v16.0.3

Compare Source

v16.0.2

Compare Source

chakra-ui/panda (@​pandacss/dev)

v1.5.1

Compare Source

Patch Changes
swc-project/swc (@​swc/core)

v1.15.2

Compare Source

Bug Fixes
Features
Performance
  • (es/parser) Inline skip_space (afb824a)

  • (es/parser) Eliminate the outer loop of skip_block_comment (#​11261) (e41c0ac)

  • (es/plugin) Use shared tokio runtime to avoid creation overhead (#​11267) (707026b)

v1.15.1

Compare Source

Bug Fixes
  • (cli) Print filename to stderr when compiling (#​11249) (d66dab5)

  • (es/minifier) Prevent array destructuring optimization in assignment contexts (#​11221) (99d8b0a)

Features
Miscellaneous Tasks
  • (es/compiler) Drop syntax_ext and prepare AI-based porting (#​11239) (15639c0)
Performance
Refactor
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.46.4

Compare Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.46.4

Compare Source

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

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

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.1.1

Compare Source

Update code to support newer rolldown-vite (#​976)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

frenic/csstype (csstype)

v3.2.1

Compare Source

v3.2.0

Compare Source

eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

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

v16.0.3

Compare Source

v16.0.2

Compare Source

jsdom/jsdom (jsdom)

v27.2.0

Compare Source

  • Added CSSGroupingRule, CSSNestedDeclarations, CSSConditionRule, CSSContainerRule, CSSScopeRule, CSSSupportsRule, CSSLayerBlockRule, and CSSLayerStatementRule to jsdom Windows. (acemir)
  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
  • Fixed @import-ed stylesheets to be properly exposed to CSSOM, and not to overwrite the sheet created from the <link> or <style> element. (acemir)
lucide-icons/lucide (lucide-react)

v0.553.0: Version 0.553.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.552.0...0.553.0

v0.552.0: Version 0.552.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.551.0...0.552.0

v0.551.0: Version 0.551.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.550.0...0.551.0

v0.550.0: Version 0.550.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.549.0...0.550.0

v0.549.0: Version 0.549.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.548.0...0.549.0

vercel/next.js (next)

v16.0.3

Compare Source

v16.0.2

Compare Source

pnpm/pnpm (pnpm)

v10.22.0

Compare Source

v10.21.0

Compare Source

rockchalkwushock/rehype-code-titles (rehype-code-titles)

v1.2.1

Compare Source

Patch Changes
  • fdaaf97: Modernizes code base and tooling

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

sveltejs/svelte (svelte)

v5.43.6

Compare Source

Patch Changes
  • fix: don't deactivate other batches (#​17132)

v5.43.5

Compare Source

Patch Changes
  • fix: ensure async static props/attributes are awaited (#​17120)

  • fix: wait on dependencies of async bindings (#​17120)

  • fix: await dependencies of style directives (#​17120)

v5.43.4

Compare Source

Patch Changes
  • chore: simplify connection/disconnection logic (#​17105)

  • fix: reconnect deriveds to effect tree when time-travelling (#​17105)

v5.43.3

Compare Source

Patch Changes
  • fix: ensure fork always accesses correct values (#​17098)

  • fix: change title only after any pending work has completed (#​17061)

  • fix: preserve symbols when creating derived rest properties (#​17096)

egoist/tsup (tsup)

v8.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite (vite)

v7.2.2

Compare Source

Bug Fixes

v7.2.1

Compare Source

Bug Fixes
Code Refactoring

v7.2.0

Compare Source

Bug Fixes
  • css: fallback to sass when sass-embedded platform binary is missing (#​21002) (b1fd616)
  • module-runner: make getBuiltins response JSON serializable (#​21029) (ad5b3bf)
  • types: add undefined to optional properties for exactOptionalProperties type compatibility (#​21040) (2833c55)
Miscellaneous Chores
vitest-dev/vitest (vitest)

v4.0.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.7

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.5.24

Compare Source

Reverts

v3.5.23

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@changeset-bot
Copy link

changeset-bot bot commented Nov 10, 2025

⚠️ No Changeset found

Latest commit: 2423392

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Nov 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
zag-nextjs Ready Ready Preview Nov 15, 2025 11:06am
zag-solid Ready Ready Preview Nov 15, 2025 11:06am
zag-svelte Ready Ready Preview Nov 15, 2025 11:06am
zag-vue Ready Ready Preview Nov 15, 2025 11:06am
zag-website Ready Ready Preview Nov 15, 2025 11:06am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7fc39cf to 6f222b0 Compare November 10, 2025 11:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6f222b0 to 94b410c Compare November 10, 2025 14:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 94b410c to 4e90f32 Compare November 10, 2025 23:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e90f32 to 848445e Compare November 11, 2025 11:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 51b2265 to 24dbaf6 Compare November 14, 2025 10:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 24dbaf6 to 820e50e Compare November 14, 2025 20:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 820e50e to d6b6073 Compare November 14, 2025 22:50
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.

1 participant