Skip to content

feat: migration rules for svelte-native #5372

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

Merged
merged 2 commits into from
Oct 20, 2020
Merged

Conversation

rigor789
Copy link
Member

@rigor789 rigor789 commented Sep 5, 2020

Related to/depends on NativeScript/NativeScript#8963

PR Checklist

What is the current behavior?

What is the new behavior?

Fixes/Implements/Closes #[Issue Number].

@cla-bot cla-bot bot added the cla: yes label Sep 5, 2020
@rigor789 rigor789 added this to the 7.0.11 milestone Oct 16, 2020
private async migrateNativeScriptSvelte(): Promise<IMigrationDependency[]> {
const dependencies: IMigrationDependency[] = [
{
packageName: "svelte-native-nativescript-ui",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this instead be svelte-native and version 0.9.4 otherwise I can't see where svelte-native is ensured

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +215 to +216
packageName: "svelte-native",
verifiedVersion: "0.9.4",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@halfnelson it's here!

@rigor789 rigor789 merged commit c5db5fe into master Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants