Skip to content

Commit 7c4c040

Browse files
chore(deps): update all non-major dependencies (examples, templates & patterns) (patch) (#8515)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@react-router/dev](https://reactrouter.com) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev)) | [`7.14.1` → `7.14.2`](https://renovatebot.com/diffs/npm/@react-router%2fdev/7.14.1/7.14.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@react-router%2fdev/7.14.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-router%2fdev/7.14.1/7.14.2?slim=true) | | [@react-router/node](https://redirect.github.com/remix-run/react-router) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-node)) | [`7.14.1` → `7.14.2`](https://renovatebot.com/diffs/npm/@react-router%2fnode/7.14.1/7.14.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@react-router%2fnode/7.14.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-router%2fnode/7.14.1/7.14.2?slim=true) | | [@react-router/serve](https://redirect.github.com/remix-run/react-router) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-serve)) | [`7.14.1` → `7.14.2`](https://renovatebot.com/diffs/npm/@react-router%2fserve/7.14.1/7.14.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@react-router%2fserve/7.14.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-router%2fserve/7.14.1/7.14.2?slim=true) | | [cypress](https://cypress.io) ([source](https://redirect.github.com/cypress-io/cypress)) | [`15.14.0` → `15.14.1`](https://renovatebot.com/diffs/npm/cypress/15.14.0/15.14.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/15.14.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/15.14.0/15.14.1?slim=true) | | [eslint-plugin-react-hooks](https://react.dev/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks)) | [`7.1.0` → `7.1.1`](https://renovatebot.com/diffs/npm/eslint-plugin-react-hooks/7.1.0/7.1.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-react-hooks/7.1.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-react-hooks/7.1.0/7.1.1?slim=true) | | [react-router](https://redirect.github.com/remix-run/react-router) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router)) | [`7.14.1` → `7.14.2`](https://renovatebot.com/diffs/npm/react-router/7.14.1/7.14.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react-router/7.14.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router/7.14.1/7.14.2?slim=true) | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`8.0.8` → `8.0.10`](https://renovatebot.com/diffs/npm/vite/8.0.8/8.0.10) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite/8.0.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/8.0.8/8.0.10?slim=true) | --- ### Release Notes <details> <summary>remix-run/react-router (@&#8203;react-router/dev)</summary> ### [`v7.14.2`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-dev/CHANGELOG.md#v7142) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/dev@7.14.1...@react-router/dev@7.14.2) ##### Patch Changes - Fix typegen for layouts without pages (\[[aabf4a1](https://redirect.github.com/remix-run/react-router/commit/aabf4a1)) Previously, typegen could produce `pages: ;` in `.react-router/types/+routes.ts` when a route corresponded to 0 pages. Now, `pages: never;` is correctly generated for those cases. ##### Unstable Changes ⚠️ *[Unstable features](https://reactrouter.com/community/api-development-strategy#unstable-flags) are not recommended for production use* - For `unstable_reactRouterRSC` Vite plugin consumers, require `@vitejs/plugin-react` in user Vite config, and more reliably split route modules. ([#&#8203;14965](https://redirect.github.com/remix-run/react-router/pull/14965)) (\[[aabf4a1](https://redirect.github.com/remix-run/react-router/commit/aabf4a1)) - ⚠️ This is a breaking change if you have begun using the `unstable_reactRouterRSC` Vite plugin - please install `@vitejs/plugin-react` and add the `react` plugin to your Vite plugins array. - Updated dependencies: - [`react-router@7.14.2`](https://redirect.github.com/remix-run/react-router/releases/tag/react-router@7.14.2) - [`@react-router/node@7.14.2`](https://redirect.github.com/remix-run/react-router/releases/tag/@&#8203;react-router/node@7.14.2) - [`@react-router/serve@7.14.2`](https://redirect.github.com/remix-run/react-router/releases/tag/@&#8203;react-router/serve@7.14.2) </details> <details> <summary>remix-run/react-router (@&#8203;react-router/node)</summary> ### [`v7.14.2`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-node/CHANGELOG.md#v7142) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/node@7.14.1...@react-router/node@7.14.2) ##### Patch Changes - Updated dependencies: - [`react-router@7.14.2`](https://redirect.github.com/remix-run/react-router/releases/tag/react-router@7.14.2) </details> <details> <summary>remix-run/react-router (@&#8203;react-router/serve)</summary> ### [`v7.14.2`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-serve/CHANGELOG.md#v7142) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/serve@7.14.1...@react-router/serve@7.14.2) ##### Patch Changes - Updated dependencies: - [`react-router@7.14.2`](https://redirect.github.com/remix-run/react-router/releases/tag/react-router@7.14.2) - [`@react-router/express@7.14.2`](https://redirect.github.com/remix-run/react-router/releases/tag/@&#8203;react-router/express@7.14.2) - [`@react-router/node@7.14.2`](https://redirect.github.com/remix-run/react-router/releases/tag/@&#8203;react-router/node@7.14.2) </details> <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v15.14.1`](https://redirect.github.com/cypress-io/cypress/releases/tag/v15.14.1) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v15.14.0...v15.14.1) Changelog: <https://docs.cypress.io/app/references/changelog#15-14-1> </details> <details> <summary>facebook/react (eslint-plugin-react-hooks)</summary> ### [`v7.1.1`](https://redirect.github.com/facebook/react/blob/HEAD/packages/eslint-plugin-react-hooks/CHANGELOG.md#711) [Compare Source](https://redirect.github.com/facebook/react/compare/eslint-plugin-react-hooks@7.1.0...eslint-plugin-react-hooks@7.1.1) **Note:** 7.1.0 accidentally removed the `component-hook-factories` rule, causing errors for users who referenced it in their ESLint config. This is now fixed. - Add deprecated no-op `component-hook-factories` rule for backwards compatibility. ([@&#8203;mofeiZ](https://redirect.github.com/mofeiZ) in [#&#8203;36307](https://redirect.github.com/facebook/react/pull/36307)) </details> <details> <summary>remix-run/react-router (react-router)</summary> ### [`v7.14.2`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#v7142) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/react-router@7.14.1...react-router@7.14.2) ##### Patch Changes - Remove the un-documented custom error serialization logic from the internal turbo-stream implementation. React Router only automatically handles serialization of `Error` and it's standard subtypes (`SyntaxError`, `TypeError`, etc.). (\[[aabf4a1](https://redirect.github.com/remix-run/react-router/commit/aabf4a1)) - Properly handle parent middleware redirects during `fetcher.load` (\[[aabf4a1](https://redirect.github.com/remix-run/react-router/commit/aabf4a1)) - Remove redundant `Omit<RouterProviderProps, "flushSync">` from `react-router/dom` `RouterProvider` (\[[aabf4a1](https://redirect.github.com/remix-run/react-router/commit/aabf4a1)) - Improved types for `generatePath`'s `param` arg (\[[aabf4a1](https://redirect.github.com/remix-run/react-router/commit/aabf4a1)) Type errors when required params are omitted: ```ts // Before // Passes type checks, but throws at runtime 💥 generatePath(":required", { required: null }); // After generatePath(":required", { required: null }); // ^^^^^^^^ Type 'null' is not assignable to type 'string'.ts(2322) ``` Allow omission of optional params: ```ts // Before generatePath(":optional?", {}); // ^^ Property 'optional' is missing in type '{}' but required in type '{ optional: string | null | undefined; }'.ts(2741) // After generatePath(":optional?", {}); ``` Allows extra keys: ```ts // Before generatePath(":a", { a: "1", b: "2" }); // ^ Object literal may only specify known properties, and 'b' does not exist in type '{ a: string; }'.ts(2353) // After generatePath(":a", { a: "1", b: "2" }); ``` </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v8.0.10`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small-8010-2026-04-23-small) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v8.0.9...v8.0.10) ##### Features - update rolldown to 1.0.0-rc.17 ([#&#8203;22299](https://redirect.github.com/vitejs/vite/issues/22299)) ([a4d06d9](https://redirect.github.com/vitejs/vite/commit/a4d06d9015167d30fe8ac63d1ce2edc146cdca31)) ##### Bug Fixes - `hmrClient.logger.debug` and `hmrClient.logger.error` looked different from other HMR logs ([#&#8203;22147](https://redirect.github.com/vitejs/vite/issues/22147)) ([a4d828f](https://redirect.github.com/vitejs/vite/commit/a4d828f2d5ed85440bc0774eab342e6f9a5e5f62)) - **css:** show filename in CSS minification warnings for `.css?inline` ([#&#8203;22292](https://redirect.github.com/vitejs/vite/issues/22292)) ([83f0a78](https://redirect.github.com/vitejs/vite/commit/83f0a785a2ae48d6761fb69f4b0523a24ae9342c)) - **optimizer:** allow user transform.target to override default in optimizeDeps ([#&#8203;22273](https://redirect.github.com/vitejs/vite/issues/22273)) ([5c7cec6](https://redirect.github.com/vitejs/vite/commit/5c7cec69b637544ab16009d8758df7dbbf7f2674)) - remove format sniffing module resolution from JS resolver ([#&#8203;22297](https://redirect.github.com/vitejs/vite/issues/22297)) ([b8a21cc](https://redirect.github.com/vitejs/vite/commit/b8a21cc821c1434ac9d2b85ec53005df9edc306b)) ##### Code Refactoring - enable some typecheck rules ([#&#8203;22278](https://redirect.github.com/vitejs/vite/issues/22278)) ([9437518](https://redirect.github.com/vitejs/vite/commit/943751801f70057ae94f9092e349c8f3fd9ccdf2)) - typecheck client directory ([#&#8203;22284](https://redirect.github.com/vitejs/vite/issues/22284)) ([40a0847](https://redirect.github.com/vitejs/vite/commit/40a0847276502b33a3942b3cfab04b20218f3543)) ### [`v8.0.9`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small-809-2026-04-20-small) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v8.0.8...v8.0.9) ##### Features - update rolldown to 1.0.0-rc.16 ([#&#8203;22248](https://redirect.github.com/vitejs/vite/issues/22248)) ([2947edd](https://redirect.github.com/vitejs/vite/commit/2947edd57ceb64a0b4dc43269743e8e44e68c09b)) ##### Bug Fixes - allow binding when strictPort is set but wildcard port is in use ([#&#8203;22150](https://redirect.github.com/vitejs/vite/issues/22150)) ([dfc8aa5](https://redirect.github.com/vitejs/vite/commit/dfc8aa5057dd8ec2b1223980d1e2eeb946ac3384)) - **build:** emptyOutDir should happen for watch rebuilds ([#&#8203;22207](https://redirect.github.com/vitejs/vite/issues/22207)) ([ee52267](https://redirect.github.com/vitejs/vite/commit/ee522672bb374c7ff95a347f14732491121b1cd6)) - **bundled-dev:** reject requests to HMR patch files in non potentially trustworthy origins ([#&#8203;22269](https://redirect.github.com/vitejs/vite/issues/22269)) ([868f141](https://redirect.github.com/vitejs/vite/commit/868f1411a6f474baa4417f2d6524692dd452f760)) - **css:** use unique key for cssEntriesMap to prevent same-basename collision ([#&#8203;22039](https://redirect.github.com/vitejs/vite/issues/22039)) ([374bb5d](https://redirect.github.com/vitejs/vite/commit/374bb5d597fcd0485e929565c698d8ed219136f8)) - **deps:** update all non-major dependencies ([#&#8203;22219](https://redirect.github.com/vitejs/vite/issues/22219)) ([4cd0d67](https://redirect.github.com/vitejs/vite/commit/4cd0d6760edd5fb0841abe86538de3c225e880a1)) - **deps:** update all non-major dependencies ([#&#8203;22268](https://redirect.github.com/vitejs/vite/issues/22268)) ([c28e9c1](https://redirect.github.com/vitejs/vite/commit/c28e9c12a849f80e6fdc93f42283ad2863ab9dbc)) - detect Deno workspace root (fix [#&#8203;22237](https://redirect.github.com/vitejs/vite/issues/22237)) ([#&#8203;22238](https://redirect.github.com/vitejs/vite/issues/22238)) ([1b793c0](https://redirect.github.com/vitejs/vite/commit/1b793c0e1726467fffd06ffad9bc81c61a840188)) - **dev:** handle errors in `watchChange` hook ([#&#8203;22188](https://redirect.github.com/vitejs/vite/issues/22188)) ([fc08bda](https://redirect.github.com/vitejs/vite/commit/fc08bdab9bba871b03689f2f6997c3a4ba4351da)) - **optimizer:** handle more chars that will be sanitized ([#&#8203;22208](https://redirect.github.com/vitejs/vite/issues/22208)) ([3f24533](https://redirect.github.com/vitejs/vite/commit/3f24533ac4845ed22547279d1721bd82a35345e3)) - skip fallback sourcemap generation for `?raw` imports ([#&#8203;22148](https://redirect.github.com/vitejs/vite/issues/22148)) ([3ec9cda](https://redirect.github.com/vitejs/vite/commit/3ec9cdaac7936ca32d0956c4cb1eb6e172945996)) ##### Documentation - align the descriptions in READMEs ([#&#8203;22231](https://redirect.github.com/vitejs/vite/issues/22231)) ([44c42b9](https://redirect.github.com/vitejs/vite/commit/44c42b97639bb6ad777e66d752b2829cccb9a27a)) - fix reuses wording in dev environment comment ([#&#8203;22173](https://redirect.github.com/vitejs/vite/issues/22173)) ([9163412](https://redirect.github.com/vitejs/vite/commit/9163412fdfec7fb1656529713326a5b5c5e986ea)) - fix wording in sass error comment ([#&#8203;22214](https://redirect.github.com/vitejs/vite/issues/22214)) ([bc5c6a7](https://redirect.github.com/vitejs/vite/commit/bc5c6a7a498845dff20dc410c395355b79a4b753)) - update build CLI defaults ([#&#8203;22261](https://redirect.github.com/vitejs/vite/issues/22261)) ([605bb97](https://redirect.github.com/vitejs/vite/commit/605bb97994678a1bb70a8de9a85c29d5f5d48c5a)) ##### Miscellaneous Chores - **deps:** update dependency dotenv-expand to v13 ([#&#8203;22271](https://redirect.github.com/vitejs/vite/issues/22271)) ([0a3887d](https://redirect.github.com/vitejs/vite/commit/0a3887da18812cacb254c616e4dd35631e776fda)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40f1b3c commit 7c4c040

8 files changed

Lines changed: 417 additions & 440 deletions

File tree

examples/react-router-ts/package-lock.json

Lines changed: 114 additions & 137 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/react-router-ts/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"typecheck": "react-router typegen && tsc"
1212
},
1313
"dependencies": {
14-
"@react-router/node": "7.14.1",
15-
"@react-router/serve": "7.14.1",
14+
"@react-router/node": "7.14.2",
15+
"@react-router/serve": "7.14.2",
1616
"@ui5/webcomponents": "2.21.1",
1717
"@ui5/webcomponents-base": "2.21.1",
1818
"@ui5/webcomponents-fiori": "2.21.1",
@@ -21,22 +21,22 @@
2121
"isbot": "5.1.39",
2222
"react": "19.2.5",
2323
"react-dom": "19.2.5",
24-
"react-router": "7.14.1"
24+
"react-router": "7.14.2"
2525
},
2626
"devDependencies": {
27-
"@react-router/dev": "7.14.1",
27+
"@react-router/dev": "7.14.2",
2828
"@types/react": "19.2.14",
2929
"@types/react-dom": "19.2.3",
3030
"eslint": "9.39.4",
3131
"eslint-import-resolver-typescript": "4.4.4",
3232
"eslint-plugin-import": "2.32.0",
3333
"eslint-plugin-jsx-a11y": "6.10.2",
3434
"eslint-plugin-react": "7.37.5",
35-
"eslint-plugin-react-hooks": "7.1.0",
35+
"eslint-plugin-react-hooks": "7.1.1",
3636
"globals": "17.5.0",
3737
"typescript": "5.9.3",
3838
"typescript-eslint": "8.58.2",
39-
"vite": "8.0.8",
39+
"vite": "8.0.10",
4040
"vite-tsconfig-paths": "6.1.1"
4141
},
4242
"engines": {

examples/vite-ts/package-lock.json

Lines changed: 100 additions & 100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/vite-ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
"@ui5/webcomponents-react": "2.21.3",
2222
"react": "19.2.5",
2323
"react-dom": "19.2.5",
24-
"react-router": "7.14.1"
24+
"react-router": "7.14.2"
2525
},
2626
"devDependencies": {
2727
"@types/react": "19.2.14",
2828
"@types/react-dom": "19.2.3",
2929
"@ui5/webcomponents-cypress-commands": "2.21.3",
3030
"@vitejs/plugin-react": "6.0.1",
31-
"cypress": "15.14.0",
31+
"cypress": "15.14.1",
3232
"eslint": "9.39.4",
33-
"eslint-plugin-react-hooks": "7.1.0",
33+
"eslint-plugin-react-hooks": "7.1.1",
3434
"eslint-plugin-react-refresh": "0.5.2",
3535
"globals": "17.5.0",
3636
"typescript-eslint": "8.58.2",
37-
"vite": "8.0.8"
37+
"vite": "8.0.10"
3838
}
3939
}

patterns/navigation-layout/package-lock.json

Lines changed: 92 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

patterns/navigation-layout/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"@types/react-dom": "19.2.3",
2424
"@vitejs/plugin-react": "6.0.1",
2525
"eslint": "9.39.4",
26-
"eslint-plugin-react-hooks": "7.1.0",
26+
"eslint-plugin-react-hooks": "7.1.1",
2727
"eslint-plugin-react-refresh": "0.5.2",
2828
"globals": "17.5.0",
2929
"typescript": "5.9.3",
3030
"typescript-eslint": "8.58.2",
31-
"vite": "8.0.8"
31+
"vite": "8.0.10"
3232
}
3333
}

templates/vite-ts/package-lock.json

Lines changed: 96 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/vite-ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"@types/react-dom": "19.2.3",
2626
"@vitejs/plugin-react": "6.0.1",
2727
"@ui5/webcomponents-cypress-commands": "2.21.3",
28-
"cypress": "15.14.0",
28+
"cypress": "15.14.1",
2929
"eslint": "9.39.4",
30-
"eslint-plugin-react-hooks": "7.1.0",
30+
"eslint-plugin-react-hooks": "7.1.1",
3131
"eslint-plugin-react-refresh": "0.5.2",
3232
"globals": "17.5.0",
3333
"typescript": "5.9.3",
3434
"typescript-eslint": "8.58.2",
35-
"vite": "8.0.8"
35+
"vite": "8.0.10"
3636
}
3737
}

0 commit comments

Comments
 (0)