Skip to content

chore(deps): update all non-major dependencies (minor) - #371

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch
Sep 1, 2026
Merged

chore(deps): update all non-major dependencies (minor)#371
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@types/node (source) 26.1.226.4.0 age confidence devDependencies minor
@vitejs/plugin-react (source) 6.0.56.1.1 age confidence devDependencies minor
core-js (source) 3.49.03.50.0 age confidence devDependencies minor
gradle (source) 9.6.19.7.1 age confidence minor

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 })
  ]
})
zloirock/core-js (core-js)

v3.50.0

Compare Source

gradle/gradle (gradle)

v9.7.1

Compare Source

v9.7.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • 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 added the renovate label Sep 1, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from c64c907 to 3a0c432 Compare September 1, 2026 10:35
@renovate
renovate Bot merged commit 7396828 into main Sep 1, 2026
2 checks passed
@renovate
renovate Bot deleted the renovate/all-minor-patch branch September 1, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants