-
Notifications
You must be signed in to change notification settings - Fork 476
Comparing changes
Open a pull request
base repository: vuejs/create-vue
base: 8fcd63c
head repository: vuejs/create-vue
compare: 0c183c8
- 20 commits
- 30 files changed
- 4 contributors
Commits on Feb 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f26344a - Browse repository at this point
Copy the full SHA f26344aView commit details
Commits on Feb 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8208ca2 - Browse repository at this point
Copy the full SHA 8208ca2View commit details
Commits on Feb 26, 2025
-
fix: shouldn't pin @vitest/eslint-plugin version
It must be an oversight. There's no point in pinning this version.
Configuration menu - View commit details
-
Copy full SHA for 3e8bd56 - Browse repository at this point
Copy the full SHA 3e8bd56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 509b5ff - Browse repository at this point
Copy the full SHA 509b5ffView commit details
Commits on Feb 27, 2025
-
chore(deps): pin dependency prettier to v3.5.1 (#696)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ae1c335 - Browse repository at this point
Copy the full SHA ae1c335View commit details -
chore(deps): update all non-major dependencies (#697)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 893e866 - Browse repository at this point
Copy the full SHA 893e866View commit details
Commits on Feb 28, 2025
-
chore(deps): update dependency vite to ^6.2.0 (#698)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d96b3cb - Browse repository at this point
Copy the full SHA d96b3cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 313847d - Browse repository at this point
Copy the full SHA 313847dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0b5d6a0 - Browse repository at this point
Copy the full SHA 0b5d6a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a9386 - Browse repository at this point
Copy the full SHA b2a9386View commit details
Commits on Mar 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 12a7b40 - Browse repository at this point
Copy the full SHA 12a7b40View commit details
Commits on Mar 7, 2025
-
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: [](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
Configuration menu - View commit details
-
Copy full SHA for 3aaddc6 - Browse repository at this point
Copy the full SHA 3aaddc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f16c8e - Browse repository at this point
Copy the full SHA 9f16c8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd26bb0 - Browse repository at this point
Copy the full SHA cd26bb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d242abf - Browse repository at this point
Copy the full SHA d242abfView commit details
Commits on Mar 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 301c5b9 - Browse repository at this point
Copy the full SHA 301c5b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d9d46a - Browse repository at this point
Copy the full SHA 9d9d46aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78d92da - Browse repository at this point
Copy the full SHA 78d92daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ebed37 - Browse repository at this point
Copy the full SHA 8ebed37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c183c8 - Browse repository at this point
Copy the full SHA 0c183c8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8fcd63c...0c183c8