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 ^2.15.0 #911

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@remix-run/cloudflare (source) ^2.14.0 -> ^2.15.0 age adoption passing confidence
@remix-run/cloudflare-pages (source) ^2.14.0 -> ^2.15.0 age adoption passing confidence
@remix-run/dev (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

Release Notes

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

v2.15.0

Compare Source

Patch Changes
remix-run/remix (@​remix-run/cloudflare-pages)

v2.15.0

Compare Source

Patch Changes
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/react)

v2.15.0

Compare Source

Patch Changes

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.

🔕 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 AdiRishi as a code owner November 22, 2024 10:51
@renovate renovate bot enabled auto-merge (squash) November 22, 2024 10:51
Copy link

changeset-bot bot commented Nov 22, 2024

⚠️ No Changeset found

Latest commit: 027628d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

🌩 Deploying with Cloudflare Pages

App Name Last Commit Preview URL Status
arishi-website-webapp 027628d https://arishi-website.arishi.workers.dev ✅ Deploy successful!

@renovate renovate bot merged commit 3742ae2 into main Nov 22, 2024
5 checks passed
@renovate renovate bot deleted the renovate/remix-monorepo branch November 22, 2024 10:53
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.

0 participants