Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@remix-run/dev (source) 2.14.0 -> 2.15.0 age adoption passing confidence
@remix-run/node (source) 2.14.0 -> 2.15.0 age adoption passing confidence
@remix-run/react (source) 2.14.0 -> 2.15.0 age adoption passing confidence
@remix-run/serve (source) 2.14.0 -> 2.15.0 age adoption passing confidence

Release Notes

remix-run/remix (@​remix-run/dev)

v2.15.0

Compare Source

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)

    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.

    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

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/server-runtime@2.15.0
remix-run/remix (@​remix-run/react)

v2.15.0

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/server-runtime@2.15.0
remix-run/remix (@​remix-run/serve)

v2.15.0

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/express@2.15.0
    • @remix-run/node@2.15.0

Configuration

📅 Schedule: Branch creation - "before 3am" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the T: renovate Automatic renewal by renovate label Nov 25, 2024
@renovate renovate bot enabled auto-merge (squash) November 25, 2024 17:37
@renovate renovate bot force-pushed the renovate/remix-monorepo branch from 70dcb4d to 53a13d6 Compare November 25, 2024 20:24
@renovate renovate bot merged commit 9e489ad into main Nov 25, 2024
2 checks passed
@renovate renovate bot deleted the renovate/remix-monorepo branch November 25, 2024 20:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: renovate Automatic renewal by renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants