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.7
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
  • 14 commits
  • 44 files changed
  • 5 contributors

Commits on Jul 5, 2022

  1. 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

Commits on Feb 18, 2025

  1. docs: fix a broken link [skip ci]

    vuejs/eslint-config-prettier#11
    
    I would recommend using the ESLint CLI directly over
    `@vue/cli-plugin-eslint` at this point.
    But for users who are stuck with old versions and still read this
    migration guide, they deserve a working link.
    haoqunjiang committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    cb4477f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. docs: add --no flag to npx command to avoid downloading the incor…

    …rect package from npm
    
    Thanks to @alxndrsn for finding this issue and the insightful blog post.
    https://www.alxndrsn.com/2024-08-01-npx-binary-confusion/
    
    Also thanks to @lirantal for his newsletter that brought this issue to
    my attention.
    https://www.nodejs-security.com/newsletter/npm-supply-chain-security-prisma-orm-security-fun-nodejs-security-challenges
    haoqunjiang committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    f36a4ed View commit details
    Browse the repository at this point in the history
Loading