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.15.0 #296

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

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

Release Notes

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/eslint-config)

v2.15.0

Compare Source

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

v2.15.0

Compare Source

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

v2.15.0

Compare Source

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

v2.15.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 25, 2024

Deploy Preview for kpop-stack ready!

Name Link
🔨 Latest commit 969485b
🔍 Latest deploy log https://app.netlify.com/sites/kpop-stack/deploys/6743d8da37e17c0008d70ffb
😎 Deploy Preview https://deploy-preview-296--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.

Copy link

netlify bot commented Nov 25, 2024

Deploy Preview for kpop-upgrade ready!

Name Link
🔨 Latest commit 969485b
🔍 Latest deploy log https://app.netlify.com/sites/kpop-upgrade/deploys/6743d8dad51bbb000824c030
😎 Deploy Preview https://deploy-preview-296--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.

@renovate renovate bot merged commit 25e6c26 into main Nov 25, 2024
8 checks passed
@renovate renovate bot deleted the renovate/remix-monorepo branch November 25, 2024 04:05
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