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

fix: remove deprecated dependencies in core package #1385

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rqzheng2015
Copy link
Contributor

Description

Remove 2 deprecated dependencies: vue and @babel/plugin-proposal-class-properties

Why?

  • Vue has already has its v2 version deprecated.
  • @babel/plugin-proposal-class-properties is deprecated, which can be seen in here.

Solution

Vue

There are just 1 place in core's code to import vue for its ts definition. So we could copy them and remove the import of vue2

@babel/plugin-proposal-class-properties

As there were 0 places to import @babel/plugin-proposal-class-properties, we could just remove the import of it.

Copy link

changeset-bot bot commented Mar 18, 2024

🦋 Changeset detected

Latest commit: db7cf39

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@builder.io/mitosis Patch
@builder.io/mitosis-cli Patch

Not sure what this means? Click here to learn what changesets are.

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

Copy link

vercel bot commented Mar 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mitosis-fiddle ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 18, 2024 1:40pm

Copy link

nx-cloud bot commented Mar 18, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit db7cf39. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 4 targets

Sent with 💌 from NxCloud.

@rqzheng2015 rqzheng2015 force-pushed the fix/upgrade_dependency_0318 branch from 01cbcd6 to db7cf39 Compare May 4, 2024 09:03
@rqzheng2015
Copy link
Contributor Author

Hi @samijaber, please check this PR if you are free, thanks.

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.

None yet

1 participant