Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update remix monorepo to v2.14.0 #290

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

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

Release Notes

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

v2.14.0

Minor Changes
  • Add support for routes.ts behind future.unstable_routeConfig flag to assist with the migration to React Router v7. (#​10107)

    Config-based routing is the new default in React Router v7, configured via the routes.ts file in the app directory. Support for routes.ts and its related APIs in Remix are designed as a migration path to help minimize the number of changes required when moving your Remix project over to React Router v7. While some new packages have been introduced within the @remix-run scope, these new packages only exist to keep the code in routes.ts as similar as possible to the equivalent code for React Router v7.

    When the unstable_routeConfig future flag is enabled, Remix's built-in file system routing will be disabled and your project will opted into React Router v7's config-based routing.

    To enable the flag, in your vite.config.ts file:

    remix({
      future: {
        unstable_routeConfig: true,
      },
    });

    A minimal routes.ts file to support Remix's built-in file system routing looks like this:

    // app/routes.ts
    import { flatRoutes } from "@​remix-run/fs-routes";
    import type { RouteConfig } from "@​remix-run/route-config";
    
    export const routes: RouteConfig = flatRoutes();
  • Log deprecation warnings for v3 future flags (#​10126)

    • Add @deprecated annotations to json/defer utilities
Patch Changes
remix-run/remix (@​remix-run/eslint-config)

v2.14.0

Compare Source

Minor Changes
  • Add deprecation warning to @remix-run/eslint-config (#​10174)
remix-run/remix (@​remix-run/node)

v2.14.0

Compare Source

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

v2.14.0

Compare Source

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

v2.14.0

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.

Copy link

netlify bot commented Nov 11, 2024

Deploy Preview for kpop-upgrade ready!

Name Link
🔨 Latest commit 838b227
🔍 Latest deploy log https://app.netlify.com/sites/kpop-upgrade/deploys/67315f22e730cd000840380c
😎 Deploy Preview https://deploy-preview-290--kpop-upgrade.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Nov 11, 2024

Deploy Preview for kpop-stack ready!

Name Link
🔨 Latest commit 838b227
🔍 Latest deploy log https://app.netlify.com/sites/kpop-stack/deploys/67315f223d17d700088382e2
😎 Deploy Preview https://deploy-preview-290--kpop-stack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot merged commit 04d354e into main Nov 11, 2024
8 checks passed
@renovate renovate bot deleted the renovate/remix-monorepo branch November 11, 2024 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants