Closed renovate[bot] closed 2 hours ago
Passed #6046
•
110a830929: Update remix monorepo to ^2.15.0
Project |
NotGovUK
|
Branch Review |
renovate/remix-monorepo
|
Run status |
Passed #6046
|
Run duration | 12m 06s |
Commit |
110a830929: Update remix monorepo to ^2.15.0
|
Committer | renovate[bot] |
View all properties for this run âī¸ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
1
|
â ī¸ You've recorded test results over your free plan limit. Upgrade your plan to view test results. | |
View all changes introduced in this branch âī¸ |
Passed #6060
•
a265d57ca2 âšī¸: Merge 110a8309299422c0557261043315e45a05aa6379 into a83234eeffc0b92abf02ce1c2db1...
Project |
NotGovUK
|
Branch Review |
renovate/remix-monorepo
|
Run status |
Passed #6060
|
Run duration | 13m 01s |
Commit |
a265d57ca2 âšī¸: Merge 110a8309299422c0557261043315e45a05aa6379 into a83234eeffc0b92abf02ce1c2db1...
|
Committer | renovate[bot] |
View all properties for this run âī¸ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
21
|
Skipped |
0
|
Passing |
90
|
â ī¸ You've recorded test results over your free plan limit. Upgrade your plan to view test results. | |
View all changes introduced in this branch âī¸ |
This PR contains the following updates:
^2.14.0
->^2.15.0
^2.14.0
->^2.15.0
^2.14.0
->^2.15.0
^2.14.0
->^2.15.0
Release Notes
remix-run/remix (@remix-run/dev)
### [`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/dev@2.14.0...@remix-run/dev@2.15.0) ##### 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/node@2.15.0` - `@remix-run/server-runtime@2.15.0`remix-run/remix (@remix-run/node)
### [`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/node@2.14.0...@remix-run/node@2.15.0) ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@2.15.0`remix-run/remix (@remix-run/react)
### [`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/react@2.14.0...@remix-run/react@2.15.0) ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@2.15.0`remix-run/remix (@remix-run/serve)
### [`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/serve@2.14.0...@remix-run/serve@2.15.0) ##### Patch Changes - Updated dependencies: - `@remix-run/express@2.15.0` - `@remix-run/node@2.15.0`Configuration
đ Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
đĻ Automerge: Disabled by config. Please merge this manually once you are satisfied.
âģ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
đ Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.