-
Notifications
You must be signed in to change notification settings - Fork 17
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
Remove vue/cli
as dependency and add missing polyfills
#957
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #957 +/- ##
=======================================
Coverage 68.38% 68.38%
=======================================
Files 62 62
Lines 3928 3928
=======================================
Hits 2686 2686
Misses 1242 1242 |
datalab Run #2626
Run Properties:
|
Project |
datalab
|
Branch Review |
ml-evs/remove-vue-cli
|
Run status |
Passed #2626
|
Run duration | 06m 15s |
Commit |
23f34994c8 ℹ️: Merge d9b02a8487d622ef34bbf4a2052a12f128eb9ff5 into a4cd422e631918a296d64e447bbe...
|
Committer | Matthew Evans |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
396
|
View all changes introduced in this branch ↗︎ |
ml-evs
changed the title
Remove vue/cli as dependency
Remove Oct 22, 2024
vue/cli
as dependency and add missing polyfills
ml-evs
added
build
For issues/PRs pertaining to the build or deployment of the package
dependency_updates
For issues/PRs that update the dependencies of the package
javascript
Pull requests that update Javascript code
labels
Oct 22, 2024
This was referenced Oct 22, 2024
BenjaminCharmes
approved these changes
Oct 23, 2024
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.
Everything works fine for me !
ml-evs
force-pushed
the
ml-evs/remove-vue-cli
branch
from
October 23, 2024 09:59
e642702
to
d9b02a8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
build
For issues/PRs pertaining to the build or deployment of the package
dependency_updates
For issues/PRs that update the dependencies of the package
javascript
Pull requests that update Javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
vue/cli
is not needed after the initial project scaffold, but as it is in maintenance mode, it leads to many dependency security issues for us. This PR removes it entirely from the repo, along with all of the extra deps it brings.Note, this is different from the
vue/cli-service
, which is also deprecated, but simply provides some wrapper scripts for e.g., cypress, eslint, build, serve etc.Because Javascript, removing vue/cli also breaks a load of webpack 5 polyfills, because vue/cli was already polyfilling the update from webpack 4 to 5 for us magically. So I've had to add those back in explicitly, with
process
andbuffer