-
Notifications
You must be signed in to change notification settings - Fork 103
Commit 9c88cf0
authored
chore(deps): update all non-major dependencies (examples & templates) (minor) (#6611)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@remix-run/dev](https://remix.run)
([source](https://redirect.github.com/remix-run/remix/tree/HEAD/packages/remix-dev))
| [`2.13.1` ->
`2.14.0`](https://renovatebot.com/diffs/npm/@remix-run%2fdev/2.13.1/2.14.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@remix-run/node](https://redirect.github.com/remix-run/remix)
([source](https://redirect.github.com/remix-run/remix/tree/HEAD/packages/remix-node))
| [`2.13.1` ->
`2.14.0`](https://renovatebot.com/diffs/npm/@remix-run%2fnode/2.13.1/2.14.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@remix-run/react](https://redirect.github.com/remix-run/remix)
([source](https://redirect.github.com/remix-run/remix/tree/HEAD/packages/remix-react))
| [`2.13.1` ->
`2.14.0`](https://renovatebot.com/diffs/npm/@remix-run%2freact/2.13.1/2.14.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@remix-run/serve](https://redirect.github.com/remix-run/remix)
([source](https://redirect.github.com/remix-run/remix/tree/HEAD/packages/remix-serve))
| [`2.13.1` ->
`2.14.0`](https://renovatebot.com/diffs/npm/@remix-run%2fserve/2.13.1/2.14.0)
|
[](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.8.7` ->
`22.9.0`](https://renovatebot.com/diffs/npm/@types%2fnode/22.8.7/22.9.0)
|
[](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](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`9.13.0` ->
`9.14.0`](https://renovatebot.com/diffs/npm/eslint/9.13.0/9.14.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [globals](https://redirect.github.com/sindresorhus/globals) |
[`15.11.0` ->
`15.12.0`](https://renovatebot.com/diffs/npm/globals/15.11.0/15.12.0) |
[](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-dom](https://redirect.github.com/remix-run/react-router)
([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom))
| [`6.27.0` ->
`6.28.0`](https://renovatebot.com/diffs/npm/react-router-dom/6.27.0/6.28.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
| [`8.12.2` ->
`8.13.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.12.2/8.13.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[vite-tsconfig-paths](https://redirect.github.com/aleclarson/vite-tsconfig-paths)
| [`5.0.1` ->
`5.1.2`](https://renovatebot.com/diffs/npm/vite-tsconfig-paths/5.0.1/5.1.2)
|
[](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/remix (@​remix-run/dev)</summary>
###
[`v2.14.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#2140)
##### Minor Changes
- Add support for `routes.ts` behind `future.unstable_routeConfig` flag
to assist with the migration to React Router v7.
([#​10107](https://redirect.github.com/remix-run/remix/pull/10107))
Config-based routing is the new default in React Router v7, configured
via the `routes.ts` file in the app directory. Support for `routes.ts`
and its related APIs in Remix are designed as a migration path to help
minimize the number of changes required when moving your Remix project
over to React Router v7. While some new packages have been introduced
within the `@remix-run` scope, these new packages only exist to keep the
code in `routes.ts` as similar as possible to the equivalent code for
React Router v7.
When the `unstable_routeConfig` future flag is enabled, Remix's built-in
file system routing will be disabled and your project will opted into
React Router v7's config-based routing.
To enable the flag, in your `vite.config.ts` file:
```ts
remix({
future: {
unstable_routeConfig: true,
},
});
```
A minimal `routes.ts` file to support Remix's built-in file system
routing looks like this:
```ts
// app/routes.ts
import { flatRoutes } from "@​remix-run/fs-routes";
import type { RouteConfig } from "@​remix-run/route-config";
export const routes: RouteConfig = flatRoutes();
```
- Log deprecation warnings for v3 future flags
([#​10126](https://redirect.github.com/remix-run/remix/pull/10126))
- Add `@deprecated` annotations to `json`/`defer` utilities
##### Patch Changes
- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`
</details>
<details>
<summary>remix-run/remix (@​remix-run/node)</summary>
###
[`v2.14.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#2140)
[Compare
Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/[email protected]...@remix-run/[email protected])
##### Patch Changes
- Updated dependencies:
- `@remix-run/[email protected]`
</details>
<details>
<summary>remix-run/remix (@​remix-run/react)</summary>
###
[`v2.14.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#2140)
[Compare
Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/[email protected]...@remix-run/[email protected])
##### Patch Changes
- Fix `defaultShouldRevalidate` value when using single fetch
([#​10139](https://redirect.github.com/remix-run/remix/pull/10139))
- Updated dependencies:
- `@remix-run/[email protected]`
</details>
<details>
<summary>remix-run/remix (@​remix-run/serve)</summary>
###
[`v2.14.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#2140)
[Compare
Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/[email protected]...@remix-run/[email protected])
##### Patch Changes
- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`
</details>
<details>
<summary>eslint/eslint (eslint)</summary>
###
[`v9.14.0`](https://redirect.github.com/eslint/eslint/compare/v9.13.0...db0b844a66ee25483f9619d04346de1a2a0d79fa)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.13.0...v9.14.0)
</details>
<details>
<summary>sindresorhus/globals (globals)</summary>
###
[`v15.12.0`](https://redirect.github.com/sindresorhus/globals/releases/tag/v15.12.0)
[Compare
Source](https://redirect.github.com/sindresorhus/globals/compare/v15.11.0...v15.12.0)
- Add `Iterator` to ES2025
([#​272](https://redirect.github.com/sindresorhus/globals/issues/272))
[`439b398`](https://redirect.github.com/sindresorhus/globals/commit/439b398)
- Update globals
([#​271](https://redirect.github.com/sindresorhus/globals/issues/271))
[`dd0a502`](https://redirect.github.com/sindresorhus/globals/commit/dd0a502)
</details>
<details>
<summary>remix-run/react-router (react-router-dom)</summary>
###
[`v6.28.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6280)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/[email protected]@6.28.0)
##### Minor Changes
- - Log deprecation warnings for v7 flags
([#​11750](https://redirect.github.com/remix-run/react-router/pull/11750))
- Add deprecation warnings to `json`/`defer` in favor of returning raw
objects
- These methods will be removed in React Router v7
##### Patch Changes
- Update JSDoc URLs for new website structure (add /v6/ segment)
([#​12141](https://redirect.github.com/remix-run/react-router/pull/12141))
- Updated dependencies:
- `[email protected]`
- `@remix-run/[email protected]`
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(typescript-eslint)</summary>
###
[`v8.13.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8130-2024-11-04)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.2...v8.13.0)
This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
</details>
<details>
<summary>aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)</summary>
###
[`v5.1.2`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.1.2)
[Compare
Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.1...v5.1.2)
- fix Windows regression introduced in v5.1.1
([#​162](https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/162))
###
[`v5.1.1`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.1.1)
[Compare
Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.0...v5.1.1)
- support `${configDir}` syntax in include/exclude
([#​156](https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/156))
###
[`v5.1.0`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.1.0)
[Compare
Source](https://redirect.github.com/aleclarson/vite-tsconfig-paths/compare/v5.0.1...v5.1.0)
- Add `skip` option for adding additional directories to be skipped when
searching for tsconfig.json files
([#​146](https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/146))
- Fix path resolution on Windows when other Vite plugins neglect to
normalize the `importer` path before calling `this.resolve` in their
`resolveId` hooks
([#​157](https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/157))
- Allow both tsconfig.json and jsconfig.json in the same directory
([`4124b09`](https://redirect.github.com/aleclarson/vite-tsconfig-paths/commit/4124b091607503d44b876bb4edd726667b386660))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on Monday" (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:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent abd7e43 commit 9c88cf0Copy full SHA for 9c88cf0
File tree
Expand file treeCollapse file tree
11 files changed
+306
-261
lines changedFilter options
- examples
- nextjs-app
- nextjs-pages
- remix-ts
- vite-ts
- templates
- nextjs-app
- nextjs-pages
- vite-ts
Expand file treeCollapse file tree
11 files changed
+306
-261
lines changedexamples/nextjs-app/package-lock.json
Copy file name to clipboardExpand all lines: examples/nextjs-app/package-lock.json+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
examples/nextjs-app/package.json
Copy file name to clipboardExpand all lines: examples/nextjs-app/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
examples/nextjs-pages/package-lock.json
Copy file name to clipboardExpand all lines: examples/nextjs-pages/package-lock.json+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
examples/nextjs-pages/package.json
Copy file name to clipboardExpand all lines: examples/nextjs-pages/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
examples/remix-ts/package-lock.json
Copy file name to clipboardExpand all lines: examples/remix-ts/package-lock.json+64-47Lines changed: 64 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments