chore(deps): update npm non-major dependencies #381
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.14.0->2.15.02.14.0->2.15.02.14.0->2.15.02.14.0->2.15.05.37.1->5.37.2Release Notes
remix-run/remix (@remix-run/dev)
v2.15.0Compare Source
Patch Changes
Stabilize the
future.v3_routeConfigfuture flag, replacingfuture.unstable_routeConfig. This enables support forroutes.tsto assist with the migration to React Router v7. (#10236)Note that if you had already enabled the
future.unstable_routeConfigflag, your route config inapp/routes.tsis no longer defined via theroutesexport 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/[email protected]@remix-run/[email protected]remix-run/remix (@remix-run/express)
v2.15.0Compare Source
Patch Changes
@remix-run/[email protected]remix-run/remix (@remix-run/node)
v2.15.0Compare Source
Patch Changes
@remix-run/[email protected]remix-run/remix (@remix-run/react)
v2.15.0Compare Source
Patch Changes
@remix-run/[email protected]webpro-nl/knip (knip)
v5.37.2Compare 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.
This PR was generated by Mend Renovate. View the repository job log.