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

Update remix monorepo to v2.15.2 #71

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2024

This PR contains the following updates:

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

Release Notes

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

v2.15.2

Compare Source

Patch Changes
  • Allow supression of future flag warnings by setting them to false (#​10358)
  • [REMOVE] Fix implementation of flag warning supression (9c35c5fbc)
  • Updated dependencies:
    • @remix-run/node@2.15.2
    • @remix-run/server-runtime@2.15.2

v2.15.1

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/node@2.15.1
    • @remix-run/server-runtime@2.15.1

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.2

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/server-runtime@2.15.2

v2.15.1

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/server-runtime@2.15.1

v2.15.0

Compare Source

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

v2.15.2

Compare Source

Patch Changes
  • Throw unwrapped single fetch redirect to align with pre-single fetch behavior (#​10317)
  • Updated dependencies:
    • @remix-run/server-runtime@2.15.2

v2.15.1

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/server-runtime@2.15.1

v2.15.0

Compare Source

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

v2.15.2

Compare Source

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

v2.15.1

Compare Source

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

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 - "* 0-3 * * 1" in timezone Asia/Tokyo, 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 requested a review from sankichi92 December 29, 2024 16:53
@renovate renovate bot requested a review from a team as a code owner December 29, 2024 16:53
@renovate renovate bot force-pushed the renovate/remix-monorepo branch from 8ebf8d6 to b30141f Compare January 6, 2025 04:06
@renovate renovate bot force-pushed the renovate/remix-monorepo branch from b30141f to d4719bc Compare January 6, 2025 04:07
@sankichi92 sankichi92 merged commit 89821dc into main Jan 6, 2025
3 checks passed
@sankichi92 sankichi92 deleted the renovate/remix-monorepo branch January 6, 2025 04:11
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