Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
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 orlearn 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
  • 20commits
  • 30files changed
  • 4contributors

Commits on Feb 17, 2025

  1. chore: update snapshot

    @haoqunjiang
    haoqunjiang committedFeb 17, 2025
    Configuration menu
    Copy the full SHA
    f26344aView commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Configuration menu
    Copy the full SHA
    8208ca2View 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
    haoqunjiang committedFeb 26, 2025
    Configuration menu
    Copy the full SHA
    3e8bd56View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    509b5ffView 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
    renovate[bot] authoredFeb 27, 2025
    Configuration menu
    Copy the full SHA
    ae1c335View 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
    renovate[bot] authoredFeb 27, 2025
    Configuration menu
    Copy the full SHA
    893e866View 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
    renovate[bot] authoredFeb 28, 2025
    Configuration menu
    Copy the full SHA
    d96b3cbView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    313847dView 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
    haoqunjiang committedFeb 28, 2025
    Configuration menu
    Copy the full SHA
    0b5d6a0View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2a9386View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. Configuration menu
    Copy the full SHA
    12a7b40View 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
    haoqunjiang authoredMar 7, 2025
    Configuration menu
    Copy the full SHA
    3aaddc6View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f16c8eView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd26bb0View 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
    renovate[bot] authoredMar 7, 2025
    Configuration menu
    Copy the full SHA
    d242abfView commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Configuration menu
    Copy the full SHA
    301c5b9View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d9d46aView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78d92daView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ebed37View commit details
    Browse the repository at this point in the history
  5. 3.15.0

    @haoqunjiang
    haoqunjiang committedMar 8, 2025
    Configuration menu
    Copy the full SHA
    0c183c8View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp