Skip to content

Commit b78c664

Browse files
chore(deps): update all non-major dependencies (examples, templates & patterns) (patch) (#8818)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@vitejs/plugin-react](https://redirect.github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme) ([source](https://redirect.github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)) | [`6.0.3` → `6.0.4`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/6.0.3/6.0.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-react/6.0.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-react/6.0.3/6.0.4?slim=true) | | [eslint-config-next](https://nextjs.org/docs/app/api-reference/config/eslint) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next)) | [`16.2.10` → `16.2.11`](https://renovatebot.com/diffs/npm/eslint-config-next/16.2.10/16.2.11) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/16.2.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/16.2.10/16.2.11?slim=true) | | [react](https://react.dev/) ([source](https://redirect.github.com/react/react/tree/HEAD/packages/react)) | [`19.2.7` → `19.2.8`](https://renovatebot.com/diffs/npm/react/19.2.7/19.2.8) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react/19.2.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react/19.2.7/19.2.8?slim=true) | | [react-dom](https://react.dev/) ([source](https://redirect.github.com/react/react/tree/HEAD/packages/react-dom)) | [`19.2.7` → `19.2.8`](https://renovatebot.com/diffs/npm/react-dom/19.2.7/19.2.8) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react-dom/19.2.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-dom/19.2.7/19.2.8?slim=true) | --- ### Release Notes <details> <summary>vitejs/vite-plugin-react (@&#8203;vitejs/plugin-react)</summary> ### [`v6.0.4`](https://redirect.github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#604-2026-07-22) [Compare Source](https://redirect.github.com/vitejs/vite-plugin-react/compare/640fd358a0e82393acfce4e92e19a6ac6e1641a7...f4b549822ec239799d746c030abb0b9a7d8f0a04) ##### Fixed `$RefreshSig$ is not defined` error when running `vite dev` with `NODE_ENV=production` When running `vite dev` with `NODE_ENV=production`, the app errored with `$RefreshSig$ is not defined`. This error is now fixed. </details> <details> <summary>vercel/next.js (eslint-config-next)</summary> ### [`v16.2.11`](https://redirect.github.com/vercel/next.js/compare/v16.2.10...v16.2.11) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.2.10...v16.2.11) </details> <details> <summary>react/react (react)</summary> ### [`v19.2.8`](https://redirect.github.com/react/react/compare/v19.2.7...1dd4ecbdabf826f527fc9a58c05ea70375b7d170) [Compare Source](https://redirect.github.com/react/react/compare/v19.2.7...v19.2.8) </details> <details> <summary>react/react (react-dom)</summary> ### [`v19.2.8`](https://redirect.github.com/react/react/compare/v19.2.7...1dd4ecbdabf826f527fc9a58c05ea70375b7d170) [Compare Source](https://redirect.github.com/react/react/compare/v19.2.7...v19.2.8) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yODAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e10458 commit b78c664

16 files changed

Lines changed: 139 additions & 139 deletions

File tree

examples/nextjs-app/package-lock.json

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

examples/nextjs-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@types/react": "19.2.17",
1818
"@types/react-dom": "19.2.3",
1919
"eslint": "9.39.5",
20-
"eslint-config-next": "16.2.10",
20+
"eslint-config-next": "16.2.11",
2121
"next": "16.2.11",
22-
"react": "19.2.7",
23-
"react-dom": "19.2.7",
22+
"react": "19.2.8",
23+
"react-dom": "19.2.8",
2424
"typescript": "6.0.3"
2525
}
2626
}

examples/nextjs-pages/package-lock.json

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

examples/nextjs-pages/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@types/react": "19.2.17",
1818
"@types/react-dom": "19.2.3",
1919
"eslint": "9.39.5",
20-
"eslint-config-next": "16.2.10",
20+
"eslint-config-next": "16.2.11",
2121
"next": "16.2.11",
22-
"react": "19.2.7",
23-
"react-dom": "19.2.7",
22+
"react": "19.2.8",
23+
"react-dom": "19.2.8",
2424
"typescript": "6.0.3"
2525
},
2626
"devDependencies": {}

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

Lines changed: 9 additions & 9 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@ui5/webcomponents-react": "2.24.1",
2020
"cross-env": "10.1.0",
2121
"isbot": "5.2.1",
22-
"react": "19.2.7",
23-
"react-dom": "19.2.7",
22+
"react": "19.2.8",
23+
"react-dom": "19.2.8",
2424
"react-router": "8.3.0"
2525
},
2626
"devDependencies": {

examples/vite-ts/package-lock.json

Lines changed: 13 additions & 13 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"@ui5/webcomponents-fiori": "2.24.2",
2121
"@ui5/webcomponents-icons": "2.24.2",
2222
"@ui5/webcomponents-react": "2.24.1",
23-
"react": "19.2.7",
24-
"react-dom": "19.2.7",
23+
"react": "19.2.8",
24+
"react-dom": "19.2.8",
2525
"react-router": "8.3.0"
2626
},
2727
"devDependencies": {
2828
"@types/react": "19.2.17",
2929
"@types/react-dom": "19.2.3",
3030
"@ui5/webcomponents-cypress-commands": "2.24.1",
31-
"@vitejs/plugin-react": "6.0.3",
31+
"@vitejs/plugin-react": "6.0.4",
3232
"cypress": "15.19.0",
3333
"eslint": "9.39.5",
3434
"eslint-plugin-react-hooks": "7.1.1",

patterns/navigation-layout/package-lock.json

Lines changed: 13 additions & 13 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"@ui5/webcomponents-fiori": "2.24.2",
1616
"@ui5/webcomponents-icons": "2.24.2",
1717
"@ui5/webcomponents-react": "2.24.1",
18-
"react": "19.2.7",
19-
"react-dom": "19.2.7"
18+
"react": "19.2.8",
19+
"react-dom": "19.2.8"
2020
},
2121
"devDependencies": {
2222
"@types/react": "19.2.17",
2323
"@types/react-dom": "19.2.3",
24-
"@vitejs/plugin-react": "6.0.3",
24+
"@vitejs/plugin-react": "6.0.4",
2525
"eslint": "9.39.5",
2626
"eslint-plugin-react-hooks": "7.1.1",
2727
"eslint-plugin-react-refresh": "0.5.3",

0 commit comments

Comments
 (0)