Skip to content

chore(deps): update devdependencies (non-major) (patch)#184

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

chore(deps): update devdependencies (non-major) (patch)#184
renovate[bot] wants to merge 1 commit intomainfrom
renovate/patch-devdependencies-(non-major)

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@cypress/code-coverage 3.14.33.14.7 age confidence
@vitejs/plugin-react (source) 4.5.04.5.2 age confidence
eslint-config-prettier 9.1.09.1.2 age confidence
eslint-plugin-jsx-a11y 6.10.06.10.2 age confidence
eslint-plugin-prettier 5.4.05.4.1 age confidence
husky 9.1.69.1.7 age confidence
nock 13.5.513.5.6 age confidence
vite (source) 5.4.85.4.21 age confidence

Release Notes

cypress-io/code-coverage (@​cypress/code-coverage)

v3.14.7

Compare Source

Bug Fixes

v3.14.6

Compare Source

Bug Fixes

v3.14.5

Compare Source

Bug Fixes

v3.14.4

Compare Source

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

v4.5.2

Compare Source

Suggest @vitejs/plugin-react-oxc if rolldown-vite is detected #​491

Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: true in the plugin options.

Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #​489

This suppresses the warning about optimizeDeps.esbuildOptions being deprecated in rolldown-vite.

Add Vite 7-beta to peerDependencies range #​497

React plugins are compatible with Vite 7, this removes the warning when testing the beta.

v4.5.1

Compare Source

Add explicit semicolon in preambleCode #​485

This fixes an edge case when using HTML minifiers that strips line breaks aggressively.

prettier/eslint-config-prettier (eslint-config-prettier)

v9.1.2

Compare Source

jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)

v6.10.2

Compare Source

Fixed
  • [patch] no-redundandant-roles: allow <img src="*.svg" role="img" /> #936
Commits
  • [meta] fix changelog URLs 0d01a1a
  • [Refactor] remove no-longer-needed es-iterator-helpers aa075bd
  • [Refactor] avoid spreading things that are already arrays d15d3ab
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register 5dad7c4
  • [Tests] aria-role: Add valid test for <svg role="img" /> daba189
  • [Docs] label-has-associated-control: add line breaks for readability 0bc6378
  • [Tests] label-has-associated-control: add additional test cases 30d2318
  • [Tests] Add tests to reinforce required attributes for role="heading" d92446c

v6.10.1

Compare Source

Commits
  • [Fix] handle interactive/noninteractive changes from aria-query 4925ba8
  • [Docs] Use consistent spelling of 'screen reader' cb6788c
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, auto-changelog, eslint-plugin-import, tape 518a77e
  • [Deps] update es-iterator-helpers, string.prototype.includes eed03a3
  • [meta] package.json - Update jscodeshift & remove babel-jest 2ee940c
  • [Docs] Remove accidental whitespace in CONTRIBUTING.md a262131
  • [Deps] unpin aria-query e517937
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.4.1

Compare Source

Patch Changes
  • #​740 c21521f Thanks @​JounQin! - fix(deps): bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error
typicode/husky (husky)

v9.1.7

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.6...v9.1.7

nock/nock (nock)

v13.5.6

Compare Source

Bug Fixes
vitejs/vite (vite)

v5.4.21

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.20

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.19

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.18

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.17

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.16

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.15

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.14

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.13

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.12

Compare Source

This version contains a breaking change due to security fixes. See GHSA-vg6x-rcgg-rjx6 for more details.

Please refer to CHANGELOG.md for details.

v5.4.11

Compare Source

Vite 6 is out!

Today, we're taking another big step in Vite's story. The Vite team, contributors, and ecosystem partners are excited to announce the release of the next Vite major:

We want to thank the more than 1K contributors to Vite Core and the maintainers and contributors of Vite plugins, integrations, tools, and translations that have helped us craft this new major. We invite you to get involved and help us improve Vite for the whole ecosystem. Learn more at our Contributing Guide.

⚠ BREAKING CHANGES
  • drop node 21 support in version ranges (#​18729)
  • deps: update dependency dotenv-expand to v12 (#​18697)
  • resolve: allow removing conditions (#​18395)
  • html: support more asset sources (#​11138)
  • remove fs.cachedChecks option (#​18493)
  • proxy bypass with WebSocket (#​18070)
  • css: remove default import in ssr dev (#​17922)
  • lib: use package name for css output file name (#​18488)
  • update to chokidar v4 (#​18453)
  • support file:// resolution (#​18422)
  • deps: update postcss-load-config to v6 (#​15235)
  • css: change default sass api to modern/modern-compiler (#​17937)
  • css: load postcss config within workspace root only (#​18440)
  • default build.cssMinify to 'esbuild' for SSR (#​15637)
  • json: add json.stringify: 'auto' and make that the default (#​18303)
  • bump minimal terser version to 5.16.0 (#​18209)
  • deps: migrate fast-glob to tinyglobby (#​18243)
Features
Bug Fixes
Performance Improvements
Documentation
Reverts
Miscellaneous Chores

Configuration

📅 Schedule: Branch creation - On day 1 of the month ( * * 1 * * ) (UTC), Automerge - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC).

🚦 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 dependencies Pull requests that update a dependency file label Jun 1, 2025
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from 4d39516 to d679b34 Compare June 10, 2025 04:37
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from d679b34 to 3d9feb1 Compare June 24, 2025 21:33
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from 8db9f86 to a9294a4 Compare July 19, 2025 00:48
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from 6cd7a78 to aaf1f32 Compare August 13, 2025 12:30
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from 74f8b4b to 0fd4ca0 Compare August 19, 2025 19:59
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 0fd4ca0 to 2b5ae4b Compare September 8, 2025 09:50
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 2b5ae4b to 43e894d Compare September 25, 2025 17:48
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 43e894d to 277cb7c Compare October 8, 2025 16:54
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 277cb7c to b814215 Compare October 20, 2025 06:57
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from b814215 to f2216a1 Compare November 10, 2025 22:10
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from f2216a1 to dd7ada2 Compare January 19, 2026 16:55
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from dd7ada2 to 8a92dcb Compare February 2, 2026 16:20
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 8a92dcb to c009c99 Compare February 12, 2026 12:48
@sonarqubecloud
Copy link

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants