Skip to content

Update all non-major frontend-admin dependencies - #1760

Merged
KOliver94 merged 2 commits into
mainfrom
renovate/all-minor-patch-frontend-admin
Aug 24, 2026
Merged

Update all non-major frontend-admin dependencies#1760
KOliver94 merged 2 commits into
mainfrom
renovate/all-minor-patch-frontend-admin

Conversation

@renovate

@renovate renovate Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitejs/plugin-react (source) 6.0.56.1.0 age adoption passing confidence
cssnano 8.0.58.0.7 age adoption passing confidence
eslint (source) 10.8.110.9.0 age adoption passing confidence
pnpm (source) 11.21.011.22.0 age adoption passing confidence
vite (source) 8.2.18.2.2 age adoption passing confidence

Release Notes

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

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 })
  ]
})
cssnano/cssnano (cssnano)

v8.0.7: v8.0.7

Compare Source

What's Changed

Bug Fixes
  • fix(cssnano): tighten option types in #​1919
  • fix(postcss-discard-empty): better optimize cascade layers in #​1924
Documentation
  • docs: add security information in #​1922
Website playground
  • feat(site): update playground to use a web worker in #​1918

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.6...cssnano@8.0.7

v8.0.6: v8.0.6

Compare Source

What's Changed

Bug Fixes
  • fix(postcss-merge-rules): fix invalid merging in #​1893

  • fix(postcss-merge-rules): use webref data to perform a merge #​1897

  • fix(postcss-reduce-idents): do not break grid-template-areas in #​1898

  • fix: ensure correct repository URL in published packages in #​1900

  • fix(postcss-merge-longhand): improve longhand merging correctness in #​1907

  • fix(postcss-merge-longhand): add a fuzzer and fix the cases it found in #​1914

  • fix: improve selector minification in #​1915

Other Changes

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.5...cssnano@8.0.6

eslint/eslint (eslint)

v10.9.0

Compare Source

pnpm/pnpm (pnpm)

v11.22.0

Compare Source

vitejs/vite (vite)

v8.2.2

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring
Tests
Build System
  • use JSON import attributes instead of readFIleSync in rolldown configs (#​23251) (d615bcd)

Configuration

📅 Schedule: (in timezone Europe/Budapest)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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 requested a review from KOliver94 as a code owner August 22, 2026 17:03
@renovate renovate Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 22, 2026
@codecov

codecov Bot commented Aug 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.42%. Comparing base (3d62894) to head (cfbb758).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1760   +/-   ##
=======================================
  Coverage   93.42%   93.42%           
=======================================
  Files          76       76           
  Lines        2418     2418           
  Branches      190      190           
=======================================
  Hits         2259     2259           
  Misses        132      132           
  Partials       27       27           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch-frontend-admin branch 2 times, most recently from 9425f3b to bba49b1 Compare August 23, 2026 20:44
@renovate
renovate Bot force-pushed the renovate/all-minor-patch-frontend-admin branch from bba49b1 to 85e3aaa Compare August 24, 2026 17:21
@KOliver94
KOliver94 merged commit 903b960 into main Aug 24, 2026
14 checks passed
@KOliver94
KOliver94 deleted the renovate/all-minor-patch-frontend-admin branch August 24, 2026 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant