Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

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

Commits on Feb 17, 2025

  1. chore: update snapshot

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

Commits on Feb 18, 2025

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

Commits on Feb 26, 2025

  1. fix: shouldn't pin @vitest/eslint-plugin version

    It must be an oversight. There's no point in pinning this version.
    haoqunjiang committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    3e8bd56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    509b5ff View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. chore(deps): pin dependency prettier to v3.5.1 (#696)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    ae1c335 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all non-major dependencies (#697)

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

Commits on Feb 28, 2025

  1. chore(deps): update dependency vite to ^6.2.0 (#698)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    d96b3cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    313847d View commit details
    Browse the repository at this point in the history
  3. fix: should throw error when an internal error is encountered

    Also fix the bug that no interactive prompt is provided,
    result.projectName would be undefined and cause an error.
    haoqunjiang committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    0b5d6a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2a9386 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

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

Commits on Mar 7, 2025

  1. feat!: use a giant multiselect instead of individual toggles for feat…

    …ures (#695)
    
    As we are adding more features, the number of toggles is getting out of hand. A multiselect could save a few keystrokes for most users.
    
    I also take this opportunity to change the prompts library to `@clack/prompts`.
    (For context: `create-astro`, `sv`, `create-preact`, `create-solid`, `create-qwik` all use `@clack/prompts`, `create-vite` recently switched to `@clack/prompts` too, while `create-next-app` uses `prompts`)
    
    The color library is changed to `picocolors`. IMO `kleur` is still the smaller library because of treeshaking. But `@clack/prompts` already comes with `picocolors` as a dependency, so by not adding `kleur`, we save a few bytes.
    
    ---
    
    This is a proof-of-concept PR. I haven't put much consideration into the code style yet. Nor have I updated the i18n messages. I will do that if this change is accepted.
    
    See the result in a screen recording:
    [![asciicast](https://asciinema.org/a/Aq334bHe0tJBpuxLNQyVAyzXb.svg)](https://asciinema.org/a/Aq334bHe0tJBpuxLNQyVAyzXb)
    ---
    
    TODOs:
    - [x] Clean up the code (wrap the `isCancel` condition; update the `needsEslint` type, etc.)
    - [ ] I think we should remove the `packageName` related logic but it can be postponed into another PR
    - [ ] Get the message translations reviewed
    
    * chore: small formatting improvements to the intro/outro message [skip ci]
    
    Still much work to do. But it's acceptable for now.
    
    * chore: unselect -> deselect
    
    * refactor: update English prompts
    
    * docs: update all the locales with the new prompts
    
    * refactor: remove some duplicated or redundant code
    
    * refactor: further cleanup of codebase
    
    * build: remove alias for `prompts` package
    
    * docs: Update fr-FR.json [skip ci]
    
    * i18n: add translations for the "should not be empty" message
    haoqunjiang authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    3aaddc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f16c8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd26bb0 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency @vue/create-eslint-config to ^0.9.1 (#704

    )
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    d242abf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Configuration menu
    Copy the full SHA
    301c5b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d9d46a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78d92da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ebed37 View commit details
    Browse the repository at this point in the history
  5. 3.15.0

    haoqunjiang committed Mar 8, 2025
    Configuration menu
    Copy the full SHA
    0c183c8 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.