Commit 5e12fe0
authored
chore(deps): update all non-major dependencies (examples & templates) (minor) (#6655)
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.14.0` ->
`2.15.0`](https://renovatebot.com/diffs/npm/@remix-run%2fdev/2.14.0/2.15.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.14.0` ->
`2.15.0`](https://renovatebot.com/diffs/npm/@remix-run%2fnode/2.14.0/2.15.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.14.0` ->
`2.15.0`](https://renovatebot.com/diffs/npm/@remix-run%2freact/2.14.0/2.15.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.14.0` ->
`2.15.0`](https://renovatebot.com/diffs/npm/@remix-run%2fserve/2.14.0/2.15.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/)
|
| [cypress](https://cypress.io)
([source](https://redirect.github.com/cypress-io/cypress)) | [`13.15.2`
-> `13.16.0`](https://renovatebot.com/diffs/npm/cypress/13.15.2/13.16.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.10.0` ->
`15.12.0`](https://renovatebot.com/diffs/npm/globals/15.10.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/)
|
| [typescript](https://www.typescriptlang.org/)
([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.6.3`
-> `5.7.2`](https://renovatebot.com/diffs/npm/typescript/5.6.3/5.7.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.15.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#2150)
[Compare
Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/[email protected]...@remix-run/[email protected])
##### Patch Changes
- Stabilize the `future.v3_routeConfig` future flag, replacing
`future.unstable_routeConfig`. This enables support for `routes.ts` to
assist with the migration to React Router v7.
([#​10236](https://redirect.github.com/remix-run/remix/pull/10236))
Note that if you had already enabled the `future.unstable_routeConfig`
flag, your route config in `app/routes.ts` is no longer defined via the
`routes` export and must now be defined via the default export.
```diff
import { type RouteConfig } from "@​remix-run/route-config";
-export const routes: RouteConfig = [];
+export default [] satisfies RouteConfig;
```
- Updated dependencies:
- `@remix-run/[email protected]`
- `@remix-run/[email protected]`
</details>
<details>
<summary>remix-run/remix (@​remix-run/node)</summary>
###
[`v2.15.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#2150)
[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.15.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#2150)
[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/serve)</summary>
###
[`v2.15.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#2150)
[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>cypress-io/cypress (cypress)</summary>
###
[`v13.16.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.16.0)
[Compare
Source](https://redirect.github.com/cypress-io/cypress/compare/v13.15.2...v13.16.0)
Changelog: https://docs.cypress.io/guides/references/changelog#13-16-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)
###
[`v15.11.0`](https://redirect.github.com/sindresorhus/globals/compare/v15.10.0...0d906b86787a982313b4d44c43a4abfd83d95e95)
[Compare
Source](https://redirect.github.com/sindresorhus/globals/compare/v15.10.0...v15.11.0)
</details>
<details>
<summary>microsoft/TypeScript (typescript)</summary>
###
[`v5.7.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.6.3...d701d908d534e68cfab24b6df15539014ac348a3)
[Compare
Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2)
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 2dc99e8 commit 5e12fe0
File tree
11 files changed
+94
-94
lines changed- examples
- nextjs-app
- nextjs-pages
- remix-ts
- vite-ts
- templates
- nextjs-app
- nextjs-pages
- vite-ts
11 files changed
+94
-94
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 | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Some 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 | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some 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 | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Some 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 | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments