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.5.15
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
Choose a head ref
  • 17 commits
  • 39 files changed
  • 2 contributors

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    e9ac77c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37f16cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2142e1f View commit details
    Browse the repository at this point in the history
  4. fix: add vueMajor import

    haoqunjiang committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    b91a395 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. fix: fix lint errors

    haoqunjiang committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    75d49d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. chore: lock node-ipc; update chromedriver

    node-ipc is locked to 9.2.1 which doesn't create a file on user's
    desktop without user consent.
    
    chromedriver is updated to the latest version because the old one can't
    be installed on M1 Macs, from which I'm releasing this project.
    haoqunjiang committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    5df7202 View commit details
    Browse the repository at this point in the history
  2. v4.5.16

    haoqunjiang committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    c38e755 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    d7a9881 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. v4.5.17

    haoqunjiang committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    58ff39c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    b454dda View commit details
    Browse the repository at this point in the history
  2. style: fix lint errors

    haoqunjiang committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    8cd3bf0 View commit details
    Browse the repository at this point in the history
  3. docs: fix 404 links

    haoqunjiang committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e4ebeb1 View commit details
    Browse the repository at this point in the history
  4. v4.5.18

    haoqunjiang committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    9245eb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. fix: typechecking with Vue 2.7+

    Fixes #7213
    haoqunjiang committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    5b57792 View commit details
    Browse the repository at this point in the history
  2. fix: always transpile syntaxes introduced in ES2020 or later

    To fix compatibility issues with webpack 4 and ESLint 6.
    
    Browserslist doesn't support ES version queries, so we approximate it
    as Chrome 79.0.0 and Node.js 12
    
    Fixes #7209
    haoqunjiang committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    c7fa1cf View commit details
    Browse the repository at this point in the history
  3. test: explicitly add ie 11 to targets in tests

    As the default target of browerslist now changes, the tests can no
    longer reflect their original intentions unless explicitly targeting
    IE 11.
    haoqunjiang committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    434c72c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. v4.5.19

    haoqunjiang committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    bef7a67 View commit details
    Browse the repository at this point in the history
Loading