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/create-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.14.1
Choose a base ref
...
head repository: vuejs/create-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.14.2
Choose a head ref
  • 10 commits
  • 11 files changed
  • 2 contributors

Commits on Feb 7, 2025

  1. chore: update snapshot

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

Commits on Feb 11, 2025

  1. Configuration menu
    Copy the full SHA
    424dc45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7891057 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ab4608 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

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

Commits on Feb 16, 2025

  1. fix: explictly exclude node_modules/.bin from npm files

    I don't know why .gitignore exclusion doesn't work for these files,
    but both pnpm & npm packed them, as a result they are present in the
    tarball: https://unpkg.com/browse/create-vue@3.14.1/template/base/node_modules/.bin/
    
    Explicitly excluding them from the `files` field can reduce the unpacked
    size by quite a few KBs.
    haoqunjiang committed Feb 16, 2025
    Configuration menu
    Copy the full SHA
    e14950b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. chore(deps): update all non-major dependencies (#692)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    30bf42b View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @vue/create-eslint-config to ^0.7.3 (#693

    )
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    4f13955 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency vite-plugin-vue-devtools to ^7.7.2 (#694)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    8338bbd View commit details
    Browse the repository at this point in the history
  4. 3.14.2

    haoqunjiang committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    8fcd63c View commit details
    Browse the repository at this point in the history
Loading