Skip to content

Commit 5bc7a33

Browse files
chore(deps): update all non-major dependencies (examples, templates & patterns) (minor) (#8653)
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.15.1` → `7.16.0`](https://renovatebot.com/diffs/npm/@react-router%2fdev/7.15.1/7.16.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@react-router%2fdev/7.16.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-router%2fdev/7.15.1/7.16.0?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.15.1` → `7.16.0`](https://renovatebot.com/diffs/npm/@react-router%2fnode/7.15.1/7.16.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@react-router%2fnode/7.16.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-router%2fnode/7.15.1/7.16.0?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.15.1` → `7.16.0`](https://renovatebot.com/diffs/npm/@react-router%2fserve/7.15.1/7.16.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@react-router%2fserve/7.16.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-router%2fserve/7.15.1/7.16.0?slim=true) | | [cypress](https://cypress.io) ([source](https://redirect.github.com/cypress-io/cypress)) | [`15.15.0` → `15.16.0`](https://renovatebot.com/diffs/npm/cypress/15.15.0/15.16.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/15.16.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/15.15.0/15.16.0?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.15.1` → `7.16.0`](https://renovatebot.com/diffs/npm/react-router/7.15.1/7.16.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react-router/7.16.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router/7.15.1/7.16.0?slim=true) | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.59.4` → `8.60.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.59.4/8.60.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.60.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.59.4/8.60.0?slim=true) | --- ### Release Notes <details> <summary>remix-run/react-router (@&#8203;react-router/dev)</summary> ### [`v7.16.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-dev/CHANGELOG.md#v7160) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/dev@7.15.1...@react-router/dev@7.16.0) ##### Minor Changes - Stabilize `future.unstable_trailingSlashAwareDataRequests` as `future.v8_trailingSlashAwareDataRequests` ([#&#8203;15098](https://redirect.github.com/remix-run/react-router/pull/15098)) - The unstable flag is no longer supported and will error during config resolution - Log future flag warnings for upcoming React Router v8 flags ([#&#8203;15029](https://redirect.github.com/remix-run/react-router/pull/15029)) - `v8_middleware`, `v8_splitRouteModules`, `v8_viteEnvironmentApi`, `v8_passThroughRequests`, `v8_trailingSlashAwareDataRequests` ##### Patch Changes - Updated dependencies: - [`react-router@7.16.0`](https://redirect.github.com/remix-run/react-router/releases/tag/react-router@7.16.0) - [`@react-router/node@7.16.0`](https://redirect.github.com/remix-run/react-router/releases/tag/@&#8203;react-router/node@7.16.0) - [`@react-router/serve@7.16.0`](https://redirect.github.com/remix-run/react-router/releases/tag/@&#8203;react-router/serve@7.16.0) </details> <details> <summary>remix-run/react-router (@&#8203;react-router/node)</summary> ### [`v7.16.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-node/CHANGELOG.md#v7160) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/node@7.15.1...@react-router/node@7.16.0) ##### Patch Changes - Honor Node writable backpressure in `writeReadableStreamToWritable` and `writeAsyncIterableToWritable` ([#&#8203;15071](https://redirect.github.com/remix-run/react-router/pull/15071)) - Await `'drain'` when `writable.write()` returns `false` instead of letting chunks accumulate in the writable's internal buffer. - Reject (rather than hang) if the writable errors or closes mid-stream. - Updated dependencies: - [`react-router@7.16.0`](https://redirect.github.com/remix-run/react-router/releases/tag/react-router@7.16.0) </details> <details> <summary>remix-run/react-router (@&#8203;react-router/serve)</summary> ### [`v7.16.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-serve/CHANGELOG.md#v7160) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/serve@7.15.1...@react-router/serve@7.16.0) ##### Patch Changes - Normalize `assetsBuildDirectory` path separators in `react-router-serve` so Windows-built server artifacts can serve `/assets/*` correctly when run on Linux. ([#&#8203;14982](https://redirect.github.com/remix-run/react-router/pull/14982)) - Updated dependencies: - [`react-router@7.16.0`](https://redirect.github.com/remix-run/react-router/releases/tag/react-router@7.16.0) - [`@react-router/express@7.16.0`](https://redirect.github.com/remix-run/react-router/releases/tag/@&#8203;react-router/express@7.16.0) - [`@react-router/node@7.16.0`](https://redirect.github.com/remix-run/react-router/releases/tag/@&#8203;react-router/node@7.16.0) </details> <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v15.16.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v15.16.0) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v15.15.0...v15.16.0) Changelog: <https://docs.cypress.io/app/references/changelog#15-16-0> </details> <details> <summary>remix-run/react-router (react-router)</summary> ### [`v7.16.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#v7160) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/react-router@7.15.1...react-router@7.16.0) ##### Minor Changes - Stabilize `future.unstable_trailingSlashAwareDataRequests` as `future.v8_trailingSlashAwareDataRequests` ([#&#8203;15098](https://redirect.github.com/remix-run/react-router/pull/15098)) ##### Patch Changes - Disable manifest path when lazy route dicovery is disabled ([#&#8203;15068](https://redirect.github.com/remix-run/react-router/pull/15068)) - Fix browser URL creation to use the configured history window instead of the global window. ([#&#8203;15066](https://redirect.github.com/remix-run/react-router/pull/15066)) - Pass the history/router window through to `createBrowserURLImpl` so custom window contexts keep the correct URL origin. - Fix `useNavigation()` return type to preserve discriminated union across navigation states ([#&#8203;15095](https://redirect.github.com/remix-run/react-router/pull/15095)) - Widen `MetaDescriptor` `script:ld+json` type from `LdJsonObject` to `LdJsonObject | LdJsonObject[]` to permit multiple JSON-LD schemas in a single `<script type="application/ld+json">` tag emitted by `<Meta />` ([#&#8203;15082](https://redirect.github.com/remix-run/react-router/pull/15082)) </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.60.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8600-2026-05-25) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.59.4...v8.60.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. See [GitHub Releases](https://redirect.github.com/typescript-eslint/typescript-eslint/releases/tag/v8.60.0) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc34c3c commit 5bc7a33

8 files changed

Lines changed: 329 additions & 447 deletions

File tree

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

Lines changed: 90 additions & 90 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: 5 additions & 5 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.15.1",
15-
"@react-router/serve": "7.15.1",
14+
"@react-router/node": "7.16.0",
15+
"@react-router/serve": "7.16.0",
1616
"@ui5/webcomponents": "2.22.0",
1717
"@ui5/webcomponents-base": "2.22.0",
1818
"@ui5/webcomponents-fiori": "2.22.0",
@@ -21,10 +21,10 @@
2121
"isbot": "5.1.40",
2222
"react": "19.2.6",
2323
"react-dom": "19.2.6",
24-
"react-router": "7.15.1"
24+
"react-router": "7.16.0"
2525
},
2626
"devDependencies": {
27-
"@react-router/dev": "7.15.1",
27+
"@react-router/dev": "7.16.0",
2828
"@types/react": "19.2.15",
2929
"@types/react-dom": "19.2.3",
3030
"eslint": "9.39.4",
@@ -35,7 +35,7 @@
3535
"eslint-plugin-react-hooks": "7.1.1",
3636
"globals": "17.6.0",
3737
"typescript": "5.9.3",
38-
"typescript-eslint": "8.59.4",
38+
"typescript-eslint": "8.60.0",
3939
"vite": "8.0.14",
4040
"vite-tsconfig-paths": "6.1.1"
4141
},

0 commit comments

Comments
 (0)