Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/vue-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.2
Choose a base ref
...
head repository: vuejs/vue-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.3
Choose a head ref
  • 18 commits
  • 40 files changed
  • 10 contributors

Commits on Feb 7, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    haoqunjiang Haoqun Jiang
    Copy the full SHA
    38a7b0f View commit details

Commits on Feb 11, 2020

  1. Copy the full SHA
    601bf34 View commit details

Commits on Feb 13, 2020

  1. 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
    jamesgeorge007 authored Feb 13, 2020
    Copy the full SHA
    130bcfb View commit details

Commits on Feb 15, 2020

  1. 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>
    Uninen and NataliaTepluhina authored Feb 15, 2020
    Copy the full SHA
    677e4c5 View commit details

Commits on Feb 16, 2020

  1. chore: Minor typographical fix (#5189)

    * chore: typographical fix
    
    * chore: update test
    jamesgeorge007 authored Feb 16, 2020
    Copy the full SHA
    1423553 View commit details

Commits on Feb 17, 2020

  1. docs(zh): Update now 404 url (#5141)

    ref to en docs
    xiaohp authored Feb 17, 2020
    Copy the full SHA
    efbc20c View commit details

Commits on Feb 24, 2020

  1. Copy the full SHA
    b08c10f View commit details

Commits on Feb 25, 2020

  1. Copy the full SHA
    480ac7f View commit details
  2. Copy the full SHA
    bd12771 View commit details

Commits on Feb 26, 2020

  1. docs(zh): fix typo in mode-and-env.md (#5224)

    derline authored Feb 26, 2020
    Copy the full SHA
    c39eb72 View commit details

Commits on Feb 27, 2020

  1. Copy the full SHA
    33487a8 View commit details
  2. docs: vue-cli -> Vue CLI

    haoqunjiang committed Feb 27, 2020
    Copy the full SHA
    7225649 View commit details
  3. Copy the full SHA
    69f6805 View commit details
  4. 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"
    ```
    cexbrayat authored Feb 27, 2020
    Copy the full SHA
    5cb988c View commit details
  5. 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.
    haoqunjiang authored Feb 27, 2020
    Copy the full SHA
    d8db292 View commit details
  6. Copy the full SHA
    da84840 View commit details
  7. chore: merge branch 'dev'

    haoqunjiang committed Feb 27, 2020
    Copy the full SHA
    a6c35cd View commit details
  8. v4.2.3

    haoqunjiang committed Feb 27, 2020
    Copy the full SHA
    0380f22 View commit details
Loading