-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: add migrate-v2 command #6810
base: build/v2
Are you sure you want to change the base?
Conversation
|
4efe0ac
to
e6230a1
Compare
bb0671a
to
4e89e10
Compare
a2818aa
to
2e4bedd
Compare
2e4bedd
to
14cfecf
Compare
commit: |
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
@dmitry-stepanenko the new package for city is |
|
||
try { | ||
replacePackage('@builder.io/qwik-city', '@qwik.dev/city', versions['@qwik.dev/city']); | ||
replacePackage('@builder.io/qwik', '@qwik.dev/qwik', versions['@qwik.dev/qwik']); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we add @builder.io/qwik-auth
-> @auth/core
as well? considering it was removed in v2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes please add
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shairez anything related to qwik-labs
or other packages to add here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so... I think qwik-auth
should be migrated to @auth/qwik
but there are a bunch of extra migration steps for that, so I don't know if we want to get into that via this script.
Regarding qwik-labs
, all of its features have been folded into either core
or router
.
But the only used one I know of is insights
.
I've documented its changes here -
#7018
again, it's not widely used, so I don't know if it worth the effort to make it automatic like the other more used ones.
Edit: actually, I'll keep updating this list with what I had to change manually Deprecated stuff that I renamed without any other changes:
|
Thanks @ianlet ! FYI qwik-react was renamed to |
No description provided.