Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 22, 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/express (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
knip (source) 5.37.1 -> 5.37.2 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/remix (@​remix-run/express)

v2.15.0

Compare Source

Patch Changes
remix-run/remix (@​remix-run/node)

v2.15.0

Compare Source

Patch Changes
remix-run/remix (@​remix-run/react)

v2.15.0

Compare Source

Patch Changes
webpro-nl/knip (knip)

v5.37.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 if that's undesired.


  • 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 enabled auto-merge (squash) November 22, 2024 09:03
@renovate renovate bot merged commit b336826 into main Nov 22, 2024
4 checks passed
@renovate renovate bot deleted the renovate/npm-minor-patch branch November 22, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant