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

fix(deps): update remix monorepo to v2.15.3 #262

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

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

Release Notes

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

v2.15.3

Compare Source

Patch Changes

v2.15.2

Compare Source

Patch Changes

v2.15.1

Compare Source

Patch Changes

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:

v2.14.0

Compare Source

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/node)

v2.15.3

Compare Source

Patch Changes

v2.15.2

Compare Source

Patch Changes

v2.15.1

Compare Source

Patch Changes

v2.15.0

Compare Source

Patch Changes

v2.14.0

Compare Source

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

v2.15.3

Compare Source

Patch Changes
  • Properly handle interrupted manifest requests in lazy route discovery (#​10447)
  • Properly handle status codes that cannot have a body in single fetch responses (204, etc.) (#​10410)
  • Updated dependencies:

v2.15.2

Compare Source

Patch Changes
  • Throw unwrapped single fetch redirect to align with pre-single fetch behavior (#​10317)
  • Updated dependencies:

v2.15.1

Compare Source

Patch Changes

v2.15.0

Compare Source

Patch Changes

v2.14.0

Compare Source

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

v2.15.3

Compare Source

Patch Changes

v2.15.2

Compare Source

Patch Changes

v2.15.1

Compare Source

Patch Changes

v2.15.0

Compare Source

Patch Changes

v2.14.0

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate bot added the 📦依存関係 依存関係の追加や削除、更新 label Sep 9, 2024
@renovate renovate bot changed the title chore(deps): update remix monorepo to v2.12.0 chore(deps): update remix monorepo to v2.12.1 Sep 19, 2024
@renovate renovate bot changed the title chore(deps): update remix monorepo to v2.12.1 chore(deps): update remix monorepo to v2.13.0 Oct 11, 2024
@renovate renovate bot changed the title chore(deps): update remix monorepo to v2.13.0 chore(deps): update remix monorepo to v2.13.1 Oct 11, 2024
@renovate renovate bot changed the title chore(deps): update remix monorepo to v2.13.1 chore(deps): update remix monorepo to v2.13.1 - autoclosed Nov 3, 2024
@renovate renovate bot closed this Nov 3, 2024
@renovate renovate bot deleted the renovate/remix-monorepo branch November 3, 2024 10:43
@renovate renovate bot changed the title chore(deps): update remix monorepo to v2.13.1 - autoclosed chore(deps): update remix monorepo to v2.13.1 Nov 9, 2024
@renovate renovate bot reopened this Nov 9, 2024
@renovate renovate bot force-pushed the renovate/remix-monorepo branch from 3ac7ffa to 2634218 Compare November 9, 2024 00:48
@renovate renovate bot changed the title chore(deps): update remix monorepo to v2.13.1 chore(deps): update remix monorepo to v2.14.0 Nov 9, 2024
@renovate renovate bot force-pushed the renovate/remix-monorepo branch from 2634218 to 1b4f3a1 Compare November 9, 2024 04:11
@renovate renovate bot changed the title chore(deps): update remix monorepo to v2.14.0 chore(deps): update remix monorepo to v2.15.0 Nov 22, 2024
@renovate renovate bot changed the title chore(deps): update remix monorepo to v2.15.0 chore(deps): update remix monorepo to v2.15.1 Dec 9, 2024
@renovate renovate bot changed the title chore(deps): update remix monorepo to v2.15.1 fix(deps): update remix monorepo to v2.15.1 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/remix-monorepo branch 4 times, most recently from 01c92ec to 5b07ffd Compare December 12, 2024 03:12
@renovate renovate bot changed the title fix(deps): update remix monorepo to v2.15.1 fix(deps): update remix monorepo to v2.15.2 Dec 21, 2024
@renovate renovate bot force-pushed the renovate/remix-monorepo branch from 5b07ffd to d5e3117 Compare January 23, 2025 17:42
@renovate renovate bot force-pushed the renovate/remix-monorepo branch from d5e3117 to f21a7fe Compare January 30, 2025 19:52
@renovate renovate bot changed the title fix(deps): update remix monorepo to v2.15.2 fix(deps): update remix monorepo to v2.15.3 Jan 30, 2025
@renovate renovate bot force-pushed the renovate/remix-monorepo branch from f21a7fe to 2f6f4b9 Compare February 9, 2025 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦依存関係 依存関係の追加や削除、更新
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

0 participants