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: v5.0.6
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: dev
Choose a head ref
  • 18 commits
  • 41 files changed
  • 5 contributors

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    bddd64d View commit details
    Browse the repository at this point in the history
  2. fix: support devServer.server option, avoid deprecation warning

    Closes #7024
    Fixes #7118
    
    I choose to not merge the PR because I don't want add additional ways
    to configure https for dev server (`--http2` command line argument,
    `process.env.HTTPS`, etc.)
    
    In the current implementation, `spdy` can only be configured by setting
    `{ devServer: server: { type: 'spdy' } }`.
    This is a deliberate choice, because SPDY support in Node.js 15+ is
    broken anyway. I don't want bother refactoring the old code to
    accommodate this broken feature.
    haoqunjiang committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    558dea2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    beffe8a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    23fa20f View commit details
    Browse the repository at this point in the history
  2. chore: update fallback chromedriver version

    It is only served as a fallback version number when local Chrome version
    detection failed. Updating the version to the latest may reduce
    user frustrations when such rare scenarios are encountered.
    
    Closes #7203
    haoqunjiang committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    6f9b6ec View commit details
    Browse the repository at this point in the history
  3. v5.0.7

    haoqunjiang committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    4a0655f View commit details
    Browse the repository at this point in the history
  4. chore: update changelog

    haoqunjiang committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    a5a893e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. fix: Vue CLI UI graphql subscription server error

    Fixes #7221
    
    `subscriptions-transport-ws` is also deprecated, we need to move to
    `graphql-ws` one day.
    But better deprecatedthan broken.
    haoqunjiang committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    07052c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0260e4d View commit details
    Browse the repository at this point in the history
  3. ci: bump appveyor node version

    The dev dependency `@graphql-eslint/eslint-plugin` is causing CI
    failures in Node.js 12
    haoqunjiang committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    4e024b7 View commit details
    Browse the repository at this point in the history
  4. v5.0.8

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

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    bc1c0bc View commit details
    Browse the repository at this point in the history
  2. docs: bump vitepress

    yyx990803 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    95ad425 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c0134e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    248f770 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e636817 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

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

Commits on Nov 9, 2022

  1. chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (#7324)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    f0f254e View commit details
    Browse the repository at this point in the history
Loading