Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 24, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@types/jest (source) ^29.0.0 -> ^30.0.0 age confidence
@vitejs/plugin-react (source) ^4.2.1 -> ^5.0.0 age confidence
@vitejs/plugin-react (source) ^4.0.0 -> ^5.0.0 age confidence
cypress (source) ^14.0.0 -> ^15.0.0 age confidence
eslint-plugin-react-hooks (source) ^5.0.0 -> ^6.0.0 age confidence
eslint-plugin-unicorn ^60.0.0 -> ^61.0.0 age confidence
jest (source) ^29.0.0 -> ^30.0.0 age confidence
jest-environment-jsdom (source) ^29.0.0 -> ^30.0.0 age confidence

Release Notes

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

v5.0.4

Compare Source

Perf: use native refresh wrapper plugin in rolldown-vite (#​881)

v5.0.3

Compare Source

HMR did not work for components imported with queries with rolldown-vite (#​872)
Perf: simplify refresh wrapper generation (#​835)

v5.0.2

Compare Source

Skip transform hook completely in rolldown-vite in dev if possible (#​783)

v5.0.1

Compare Source

Set optimizeDeps.rollupOptions.transform.jsx instead of optimizeDeps.rollupOptions.jsx for rolldown-vite (#​735)

optimizeDeps.rollupOptions.jsx is going to be deprecated in favor of optimizeDeps.rollupOptions.transform.jsx.

Perf: skip babel-plugin-react-compiler if code has no "use memo" when { compilationMode: "annotation" } (#​734)
Respect tsconfig jsxImportSource (#​726)
Fix reactRefreshHost option on rolldown-vite (#​716)
Fix RefreshRuntime being injected twice for class components on rolldown-vite (#​708)
Skip babel-plugin-react-compiler on non client environment (689)

v5.0.0

Compare Source

cypress-io/cypress (cypress)

v15.3.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15.3.0

v15.2.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15.2.0

v15.1.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15.1.0

v15.0.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15.0.0

facebook/react (eslint-plugin-react-hooks)

v6.1.1

Compare Source

Note: 6.1.0 accidentally allowed use of recommended without flat config, causing errors when used with ESLint v9's defineConfig() helper. This has been fixed in 6.1.1.

v6.1.0

Compare Source

Note: Version 6.0.0 was mistakenly released and immediately deprecated and untagged on npm. This is the first official 6.x major release and includes breaking changes.

  • Breaking: Require Node.js 18 or newer. (@​michaelfaith in #​32458)
  • Breaking: Flat config is now the default recommended preset. Legacy config moved to recommended-legacy. (@​michaelfaith in #​32457)
  • New Violations: Disallow calling use within try/catch blocks. (@​poteto in #​34040)
  • New Violations: Disallow calling useEffectEvent functions in arbitrary closures. (@​jbrown215 in #​33544)
  • Handle React.useEffect in addition to useEffect in rules-of-hooks. (@​Ayc0 in #​34076)
  • Added react-hooks settings config option that to accept additionalEffectHooks that are used across exhaustive-deps and rules-of-hooks rules. (@​jbrown215) in #​34497

v6.0.0

Compare Source

Accidentally released. See 6.1.0 for the actual changes.

sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)

v61.0.2

Compare Source

  • throw-new-error: Fix false positive for Effect library (#​2740) 0ddf5ea
  • no-useless-undefined: Ignore Set#delete(undefined) (#​2739) 99acd27
  • prefer-includes and prefer-array-index-of: Prevent crash on Vue files (#​2645) a1da518

v61.0.1

Compare Source

  • prefer-classlist-toggle: Omit Element#classList.contains() call when fixing (#​2732) 066f96b

v61.0.0

Compare Source

New rules
Improvements
Fixes

jestjs/jest (jest)

v30.2.0

Compare Source

Chore & Maintenance
  • [*] Update example repo for testing React Native projects (#​15832)
  • [*] Update jest-watch-typeahead to v3 (#​15830)

v30.1.3

Compare Source

Fixes
  • Fix unstable_mockModule with node: prefixed core modules.

v30.1.2

Compare Source

v30.1.1

Compare Source

Fixes
  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#​15800)

v30.1.0

Compare Source

v30.0.5

Compare Source

v30.0.4

Compare Source

Features
  • [expect] The Inverse type is now exported (#​15714)
  • [expect] feat: support async functions in toBe (#​15704)
Fixes
  • [jest] jest --onlyFailures --listTests now correctly lists only failed tests (#​15700)
  • [jest-snapshot] Handle line endings in snapshots (#​15708)

v30.0.3

Compare Source

Fixes
  • [jest-config] Fix ESM TS config loading in a CJS project (#​15694)
Features
  • [jest-diff] Show non-printable control characters to diffs (#​15696)

v30.0.2

Compare Source

v30.0.1

Compare Source

v30.0.0

Compare Source


Configuration

📅 Schedule: 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 added the Web label Jul 24, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jul 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.22%. Comparing base (c3e211e) to head (7e9166f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
- Coverage   89.67%   89.22%   -0.46%     
==========================================
  Files         171       78      -93     
  Lines       21420    15606    -5814     
  Branches      296        0     -296     
==========================================
- Hits        19208    13924    -5284     
+ Misses       2209     1682     -527     
+ Partials        3        0       -3     
Flag Coverage Δ
uitests ?
uitests-ios ?
unittests 89.22% <ø> (+0.72%) ⬆️
unittests-ios ?
unittests-react ?
unittests-rust 89.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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/major-web branch from cef2a2e to 8e48fa7 Compare July 25, 2025 11:43
@renovate renovate bot force-pushed the renovate/major-web branch from 8e48fa7 to 9aeef3d Compare August 7, 2025 08:52
@renovate renovate bot changed the title Update Web to v30 (major) Update Web (major) Aug 7, 2025
@renovate renovate bot force-pushed the renovate/major-web branch 2 times, most recently from 08327a4 to 0200a32 Compare August 13, 2025 14:03
@renovate renovate bot force-pushed the renovate/major-web branch 2 times, most recently from dadc109 to 0759496 Compare August 20, 2025 20:26
@renovate renovate bot force-pushed the renovate/major-web branch 5 times, most recently from c6aadb3 to 3e89554 Compare September 3, 2025 00:01
@renovate renovate bot force-pushed the renovate/major-web branch 4 times, most recently from ae80fc5 to 8910f49 Compare September 10, 2025 03:01
@renovate renovate bot force-pushed the renovate/major-web branch 3 times, most recently from 485a91f to 3420d58 Compare September 23, 2025 21:11
@renovate renovate bot force-pushed the renovate/major-web branch 3 times, most recently from db9f30a to 6ccbbfc Compare October 1, 2025 22:09
@renovate renovate bot force-pushed the renovate/major-web branch from 6ccbbfc to 7e9166f Compare October 4, 2025 01:08
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.

1 participant