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 dependency @clerk/remix to v3 #40

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@clerk/remix (source) ^2.5.5 -> ^3.0.0 age adoption passing confidence

Release Notes

clerkinc/javascript (@​clerk/remix)

v3.0.0

Compare Source

Major Changes
  • Remix released its second major version. Read their announcement blogpost and upgrade guide to learn more. (#​1739) by @​anagstef

    Thus @clerk/remix was updated to support Remix ^2.0.0 and later. If you want/need to continue using Remix ^1.0.0, keep using the previous major @clerk/remix version.

    Breaking changes:

    • Renamed V2_ClerkErrorBoundary to ClerkErrorBoundary
    • Removed ClerkCatchBoundary

    Migration guide:

    • Rename V2_ClerkErrorBoundary to ClerkErrorBoundary

      - import { ClerkApp, V2_ClerkErrorBoundary } from "@​clerk/remix";
      + import { ClerkApp, ClerkErrorBoundary } from "@​clerk/remix";
      
      - export const ErrorBoundary = V2_ClerkErrorBoundary();
      + export const ErrorBoundary = ClerkErrorBoundary();
    • Replace ClerkCatchBoundary with ClerkErrorBoundary. If you used V2_ClerkErrorBoundary you can skip this step.

      - import { ClerkApp, ClerkCatchBoundary } from '@​clerk/remix';
      + import { ClerkApp, ClerkErrorBoundary } from "@​clerk/remix";
      
      - export const CatchBoundary = ClerkCatchBoundary();
      + export const ErrorBoundary = ClerkErrorBoundary();
Patch Changes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - "after 9am and before 5pm every weekday" (UTC).

🚦 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot requested a review from alexolivier September 25, 2023 01:14
@renovate
Copy link
Contributor Author

renovate bot commented Sep 25, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: undefined@undefined
npm ERR! Found: @remix-run/react@1.19.3
npm ERR! node_modules/@remix-run/react
npm ERR!   @remix-run/react@"^1.8.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @remix-run/react@"^2.0.0" from @clerk/remix@3.0.0
npm ERR! node_modules/@clerk/remix
npm ERR!   @clerk/remix@"^3.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/853127/7b7403/cache/others/npm/_logs/2023-09-25T01_14_20_309Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/853127/7b7403/cache/others/npm/_logs/2023-09-25T01_14_20_309Z-debug-0.log

@renovate
Copy link
Contributor Author

renovate bot commented Sep 27, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/clerk-remix-3.x branch September 27, 2023 09:05
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