Skip to content

chore(deps): update node packages (major) - #48

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-node-packages
Open

chore(deps): update node packages (major)#48
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-node-packages

Conversation

@renovate

@renovate renovate Bot commented Mar 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitejs/plugin-react (source) ^5.0.4^6.0.0 age adoption passing confidence
motion ^12.23.24^13.0.0 age adoption passing confidence

Release Notes

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

v6.1.1

Compare Source

Add compiler.logDiagnostics option

Recoverable React Compiler diagnostics are no longer logged by default. Set compiler.logDiagnostics to true to log them through Vite. Fatal diagnostics are always logged and fail the transform.

Respect environment sourcemap option for React Compiler transform when builder.sharedPlugins is enabled (#​1439)

The React Compiler transform was using the top-level sourcemap option instead of the environment sourcemap option. This caused a problem when the experimental builder.sharedPlugins was enabled.

v6.1.0

Compare Source

Add experimental native React Compiler support (#​1419)

Add experimental native React Compiler support.

You can use it by installing oxc-transform-react and enabling it via the compiler option:

npm install -D oxc-transform-react
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'

export default defineConfig({
  plugins: [
     react({ compiler: true })
  ]
})

v6.0.5

Compare Source

Fixed the react compiler preset filter to be linear (#​1353)

The improved filter in v6.0.3 was non-linear and caused a performance regression (#​1349). The filter was changed to be linear to avoid that.

v6.0.4

Compare Source

Fixed $RefreshSig$ is not defined error when running vite dev with NODE_ENV=production

When running vite dev with NODE_ENV=production, the app errored with $RefreshSig$ is not defined.
This error is now fixed.

v6.0.3

Compare Source

v6.0.2

Compare Source

Allow all options in reactCompilerPreset (#​1189)

This is a type only change. Only compilationMode and target options were available for reactCompilerPreset.

v6.0.1

Compare Source

Expand @rolldown/plugin-babel peer dep range (#​1146)

Expanded @rolldown/plugin-babel peer dep range to include ^0.2.0.

v6.0.0

Compare Source

motiondivision/motion (motion)

v13.1.1

Compare Source

Fixed
  • Guard animation window access in non-browser runtimes.
  • AnimatePresence: Improved compat with React 19 strict mode.

v13.1.0

Compare Source

Added
  • Reorder: Multidimensional reorder.
  • Reorder: Automatic axis detection.
  • Reorder: RTL support.

v13.0.0

Compare Source

Changed
  • Removed optional @emotion/is-prop-valid dependency in favour of explicit <MotionConfig isValidProp={isPropValid}>.
Fixed
  • Hardware-accelerated SVG elements correctly apply final style on animation complete.
  • AnimatePresence: Ensure nodes are marked as safe to remove when rendering propagate with no motion children.

v12.43.0

Compare Source

Added
  • Hardware acceleration for backgroundColor in supported browsers.
  • Hardware acceleration for SVG elements.
Fixed
  • AnimatePresence: Exiting children no longer interleave with entering children, which could reorder and remount children present in both renders.
  • motion: Throw error when passing a custom motion component an incorrect ref type.

v12.42.2

Compare Source

Fixed
  • animateView: Cropped group layers now animate border-radius from the old to new radius.

v12.42.1

Compare Source

Fixed
  • animateView: Old layer fade out now cancelled when defining .new().

v12.42.0

Compare Source

Changed
  • animateView: Layers are automatically grouped to match their DOM-hierarchy. New .group(false) method opts-out.
Fixed
  • animateView: Auto-crop is now aspect-ratio aware, disabling crops for matching aspect-ratios.
  • animateView: Disabled automatic border-radius animation.

v12.41.0

Compare Source

Added
  • animateView: Moves from Motion+ Early Access and alpha to main library.
  • animateView: .add() resolves a CSS selector or Element to automatically generate, apply and remove view-transition-name.
  • animateView: .new() and .old() configures values to animate on new and old layers.
  • animateView: .layout() can set a custom transition on the size/position animation of the currently selected elements.
  • animateView: Group layers now automatically crop with children set to cover, with border-radius animating from old radius to new. .crop(false) disables this behaviour.
  • animateView: .class(name) tags currently selected elements with a view-transition-class as a custom CSS hook.
Fixed
  • AnimatePresence: Prevent stuck exit animations when children interrupt.
  • drag: Child e.stopPropagation() no longer break drag end.
  • Fixing Next.js OOM on Windows when importing via motion package.
  • animateLayout: Improve handling of parallel/interleaved calls.
Changed
  • animateView: .enter() and .exit() now refer specifically to new and old layers where there are no matching old or new layers.
  • animateView: Interrupted transition setups now return resolved animation rather than throwing.

Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • 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 force-pushed the renovate/major-node-packages branch from 5000c72 to d6c6ad5 Compare March 13, 2026 16:38
@renovate
renovate Bot force-pushed the renovate/major-node-packages branch from d6c6ad5 to 3c7a513 Compare April 1, 2026 20:10
@renovate
renovate Bot force-pushed the renovate/major-node-packages branch from 3c7a513 to 903fc3f Compare April 29, 2026 14:08
@renovate
renovate Bot force-pushed the renovate/major-node-packages branch from 903fc3f to 71b3b51 Compare May 14, 2026 21:46
@renovate renovate Bot changed the title chore(deps): update dependency @vitejs/plugin-react to v6 chore(deps): update node packages to v6 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/major-node-packages branch 2 times, most recently from a963ae5 to fbadcfb Compare June 16, 2026 01:33
@renovate
renovate Bot force-pushed the renovate/major-node-packages branch from fbadcfb to 6f6c46e Compare June 21, 2026 11:15
@renovate renovate Bot changed the title chore(deps): update node packages to v6 chore(deps): update node packages (major) Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate/major-node-packages branch from 6f6c46e to d187017 Compare June 23, 2026 11:01
@renovate renovate Bot changed the title chore(deps): update node packages (major) chore(deps): update dependency @vitejs/plugin-react to v6 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/major-node-packages branch 2 times, most recently from 1599257 to 7cd19f3 Compare July 17, 2026 10:53
@renovate
renovate Bot force-pushed the renovate/major-node-packages branch 3 times, most recently from a8306b2 to 9754dd0 Compare July 24, 2026 18:42
@renovate
renovate Bot force-pushed the renovate/major-node-packages branch 2 times, most recently from b1fc255 to b10f120 Compare August 5, 2026 15:14
@renovate renovate Bot changed the title chore(deps): update dependency @vitejs/plugin-react to v6 chore(deps): update node packages (major) Aug 5, 2026
@renovate
renovate Bot force-pushed the renovate/major-node-packages branch 2 times, most recently from 34675cd to 49c9e47 Compare August 14, 2026 17:51
@renovate
renovate Bot force-pushed the renovate/major-node-packages branch 2 times, most recently from 0edd414 to 4785e96 Compare August 20, 2026 12:34
@renovate
renovate Bot force-pushed the renovate/major-node-packages branch from 4785e96 to 2a8d9f2 Compare August 28, 2026 08:12
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.

0 participants