-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Comparing changes
Open a pull request
base repository: vuejs/vue-cli
base: v4.2.2
head repository: vuejs/vue-cli
compare: v4.2.3
- 18 commits
- 40 files changed
- 10 contributors
Commits on Feb 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 38a7b0f - Browse repository at this point
Copy the full SHA 38a7b0fView commit details
Commits on Feb 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 601bf34 - Browse repository at this point
Copy the full SHA 601bf34View commit details
Commits on Feb 13, 2020
-
chore: switch over to leven for command suggestion (#5166)
* chore: switch to leven * chore: update lock file * chore: iterate through all the available commands and find closest match * chore: update yarn.lock * fix: lint * chore: find the best possible match
Configuration menu - View commit details
-
Copy full SHA for 130bcfb - Browse repository at this point
Copy the full SHA 130bcfbView commit details
Commits on Feb 15, 2020
-
Added basic upgrading instructions (#5176)
* Added basic upgrading instructions * Update docs/guide/installation.md Co-Authored-By: Natalia Tepluhina <tarya.se@gmail.com> * Update docs/guide/installation.md Co-Authored-By: Natalia Tepluhina <tarya.se@gmail.com> Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 677e4c5 - Browse repository at this point
Copy the full SHA 677e4c5View commit details
Commits on Feb 16, 2020
-
chore: Minor typographical fix (#5189)
* chore: typographical fix * chore: update test
Configuration menu - View commit details
-
Copy full SHA for 1423553 - Browse repository at this point
Copy the full SHA 1423553View commit details
Commits on Feb 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for efbc20c - Browse repository at this point
Copy the full SHA efbc20cView commit details
Commits on Feb 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b08c10f - Browse repository at this point
Copy the full SHA b08c10fView commit details
Commits on Feb 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 480ac7f - Browse repository at this point
Copy the full SHA 480ac7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd12771 - Browse repository at this point
Copy the full SHA bd12771View commit details
Commits on Feb 26, 2020
-
docs(zh): fix typo in mode-and-env.md (#5224)
derline authoredFeb 26, 2020 Configuration menu - View commit details
-
Copy full SHA for c39eb72 - Browse repository at this point
Copy the full SHA c39eb72View commit details
Commits on Feb 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 33487a8 - Browse repository at this point
Copy the full SHA 33487a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7225649 - Browse repository at this point
Copy the full SHA 7225649View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f6805 - Browse repository at this point
Copy the full SHA 69f6805View commit details -
fix(GeneratorAPI): remove warning when using extendPackage with prune (…
…#5202) Currently, if we use `api.extendPackage({foo: null}, {prune: true})` the dependency is removed but a warning is logged as the range is invalid: ``` WARN invalid version range for dependency "foo": - null injected by generator "my-plugin" ```
Configuration menu - View commit details
-
Copy full SHA for 5cb988c - Browse repository at this point
Copy the full SHA 5cb988cView commit details -
fix: fix "Vue packages version mismatch" error caused by other global…
… packages (#5163) closes #5161 The root cause of such issues: `vue-jscodeshift-adapter` requires `vue-template-compiler`. `vue-template-compiler` tries to require the `vue` package and check its version on startup. Normally, there's no `vue` package in the dependency tree of `@vue/cli`, so this check will just skip. But if the user has installed some other global package that depend on `vue`, and hoists it to the root `node_modules`, `vue-template-compiler` would successfully require it and check against that `vue` version, which sometimes may be outdated, thus failing the bootstrap process.
Configuration menu - View commit details
-
Copy full SHA for d8db292 - Browse repository at this point
Copy the full SHA d8db292View commit details -
Configuration menu - View commit details
-
Copy full SHA for da84840 - Browse repository at this point
Copy the full SHA da84840View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6c35cd - Browse repository at this point
Copy the full SHA a6c35cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0380f22 - Browse repository at this point
Copy the full SHA 0380f22View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.2.2...v4.2.3