Commit 49d3b71
authored
chore(deps): update all non-major dependencies (examples & templates) (main) (patch) (#7156)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@react-router/dev](https://reactrouter.com)
([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev))
| [`7.4.0` ->
`7.4.1`](https://renovatebot.com/diffs/npm/@react-router%2fdev/7.4.0/7.4.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@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.4.0` ->
`7.4.1`](https://renovatebot.com/diffs/npm/@react-router%2fnode/7.4.0/7.4.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@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.4.0` ->
`7.4.1`](https://renovatebot.com/diffs/npm/@react-router%2fserve/7.4.0/7.4.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`22.13.11` ->
`22.13.14`](https://renovatebot.com/diffs/npm/@types%2fnode/22.13.11/22.13.14)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [cypress](https://cypress.io)
([source](https://redirect.github.com/cypress-io/cypress)) | [`14.2.0`
-> `14.2.1`](https://renovatebot.com/diffs/npm/cypress/14.2.0/14.2.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[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))
| [`15.2.3` ->
`15.2.4`](https://renovatebot.com/diffs/npm/eslint-config-next/15.2.3/15.2.4)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[eslint-import-resolver-typescript](https://redirect.github.com/import-js/eslint-import-resolver-typescript)
| [`4.2.2` ->
`4.2.7`](https://renovatebot.com/diffs/npm/eslint-import-resolver-typescript/4.2.2/4.2.7)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [next](https://nextjs.org)
([source](https://redirect.github.com/vercel/next.js)) | [`15.2.3` ->
`15.2.4`](https://renovatebot.com/diffs/npm/next/15.2.3/15.2.4) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [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.4.0` ->
`7.4.1`](https://renovatebot.com/diffs/npm/react-router/7.4.0/7.4.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>remix-run/react-router (@​react-router/dev)</summary>
###
[`v7.4.1`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-dev/CHANGELOG.md#741)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/[email protected]...@react-router/[email protected])
##### Patch Changes
- Fix path in prerender error messages
([#​13257](https://redirect.github.com/remix-run/react-router/pull/13257))
- Fix typegen for virtual modules when `moduleDetection` is set to
`force`
([#​13267](https://redirect.github.com/remix-run/react-router/pull/13267))
- When both `future.unstable_middleware` and
`future.unstable_splitRouteModules` are enabled, split
`unstable_clientMiddleware` route exports into separate chunks when
possible
([#​13210](https://redirect.github.com/remix-run/react-router/pull/13210))
- Improve performance of `future.unstable_middleware` by ensuring that
route modules are only blocking during the middleware phase when the
`unstable_clientMiddleware` has been defined
([#​13210](https://redirect.github.com/remix-run/react-router/pull/13210))
- Updated dependencies:
- `[email protected]`
- `@react-router/[email protected]`
- `@react-router/[email protected]`
</details>
<details>
<summary>remix-run/react-router (@​react-router/node)</summary>
###
[`v7.4.1`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-node/CHANGELOG.md#741)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/[email protected]...@react-router/[email protected])
##### Patch Changes
- Updated dependencies:
- `[email protected]`
</details>
<details>
<summary>remix-run/react-router (@​react-router/serve)</summary>
###
[`v7.4.1`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-serve/CHANGELOG.md#741)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/[email protected]...@react-router/[email protected])
##### Patch Changes
- Updated dependencies:
- `[email protected]`
- `@react-router/[email protected]`
- `@react-router/[email protected]`
</details>
<details>
<summary>cypress-io/cypress (cypress)</summary>
###
[`v14.2.1`](https://redirect.github.com/cypress-io/cypress/releases/tag/v14.2.1)
[Compare
Source](https://redirect.github.com/cypress-io/cypress/compare/v14.2.0...v14.2.1)
Changelog: https://docs.cypress.io/app/references/changelog#14-2-1
</details>
<details>
<summary>vercel/next.js (eslint-config-next)</summary>
###
[`v15.2.4`](https://redirect.github.com/vercel/next.js/releases/tag/v15.2.4)
[Compare
Source](https://redirect.github.com/vercel/next.js/compare/v15.2.3...v15.2.4)
> \[!NOTE]\
> This release is backporting bug fixes. It does **not** include all
pending features/changes on canary.
##### Core Changes
- Match subrequest handling for edge and node
([#​77474](https://redirect.github.com/vercel/next.js/issues/77474))
- exclude images and static media from dev origin check
([#​77417](https://redirect.github.com/vercel/next.js/issues/77417))
- ensure /\__next middleware URLs are included in the origin check
([#​77416](https://redirect.github.com/vercel/next.js/issues/77416))
- remove direct ip/port bypass in dev origin check
([#​77414](https://redirect.github.com/vercel/next.js/issues/77414))
- switch development origin verification to be opt-in rather than
opt-out
([#​77395](https://redirect.github.com/vercel/next.js/issues/77395))
##### Credits
Huge thanks to [@​ijjk](https://redirect.github.com/ijjk) and
[@​ztanner](https://redirect.github.com/ztanner) for helping!
</details>
<details>
<summary>import-js/eslint-import-resolver-typescript
(eslint-import-resolver-typescript)</summary>
###
[`v4.2.7`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#427)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v4.2.6...v4.2.7)
##### Patch Changes
-
[`aeb558f`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/aeb558f0a5911217e8eff6fe6e1b4ac4d4038c71)
Thanks [@​JounQin](https://redirect.github.com/JounQin)! - fix:
add missing `index.d.cts` file
###
[`v4.2.6`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#426)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v4.2.5...v4.2.6)
##### Patch Changes
-
[#​417](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/417)
[`c3f678b`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/c3f678ba550f027bfb1f1b64a1750fc1fe83c5e3)
Thanks [@​JounQin](https://redirect.github.com/JounQin)! - fix:
`require` entry types, add `module-sync` entry
###
[`v4.2.5`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#425)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v4.2.4...v4.2.5)
##### Patch Changes
-
[#​410](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/410)
[`ec59d22`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/ec59d22fdd1ec8093dcb97da626c28ea346f41e3)
Thanks [@​JounQin](https://redirect.github.com/JounQin)! - fix:
absolute path aliasing should not be skipped
###
[`v4.2.4`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#424)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v4.2.3...v4.2.4)
##### Patch Changes
-
[#​407](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/407)
[`6b183ff`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/6b183fff1b42dfb1514545b91021dfa73ab4a1c5)
Thanks [@​JounQin](https://redirect.github.com/JounQin)! - chore:
migrate to rebranding `unrs-resolver` with new targets supported:
- `i686-pc-windows-msvc`
- `armv7-unknown-linux-musleabihf`
- `powerpc64le-unknown-linux-gnu`
- `s390x-unknown-linux-gnu`
###
[`v4.2.3`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#423)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v4.2.2...v4.2.3)
##### Patch Changes
-
[#​402](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/402)
[`f21bf15`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/f21bf152311cdaa85bdf390bba2824c56cb111da)
Thanks
[@​SunsetTechuila](https://redirect.github.com/SunsetTechuila)! -
fix: don't resolve not implemented node modules in `bun`
`is-bun-module` is marked as `dependency`, again, for correctness, see
[`isBunImplementedNodeModule`](https://redirect.github.com/SunsetTechuila/is-bun-module#isbunimplementednodemodulemodulename-bunversion)
for more details
For `Bun` users: you don't need to install `is-bun-module` any more but
`bun: true` option is still required if you're running without `bun
--bun` nor
[`run#bun`](https://bun.sh/docs/runtime/bunfig#run-bun-auto-alias-node-to-bun)
enabled
</details>
<details>
<summary>remix-run/react-router (react-router)</summary>
###
[`v7.4.1`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#741)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/[email protected]@7.4.1)
##### Patch Changes
- Fix types on `unstable_MiddlewareFunction` to avoid type errors when a
middleware doesn't return a value
([#​13311](https://redirect.github.com/remix-run/react-router/pull/13311))
- Dedupe calls to `route.lazy` functions
([#​13260](https://redirect.github.com/remix-run/react-router/pull/13260))
- Add support for `route.unstable_lazyMiddleware` function to allow lazy
loading of middleware logic.
([#​13210](https://redirect.github.com/remix-run/react-router/pull/13210))
**Breaking change for `unstable_middleware` consumers**
The `route.unstable_middleware` property is no longer supported in the
return value from `route.lazy`. If you want to lazily load middleware,
you must use `route.unstable_lazyMiddleware`.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), 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/SAP/ui5-webcomponents-react).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent ea676c8 commit 49d3b71
File tree
12 files changed
+474
-425
lines changed- examples
- nextjs-app
- nextjs-pages
- react-router-ts
- vite-ts
- templates
- nextjs-app
- nextjs-pages
- vite-ts
12 files changed
+474
-425
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments