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

feat!: use a giant multiselect instead of individual toggles for features#695

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
haoqunjiang merged 12 commits intovuejs:mainfromhaoqunjiang:feat-multiselect
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
12 commits
Select commitHold shift + click to select a range
234a5cd
feat!: use a giant multiselect instead of individual toggles for feat…
haoqunjiangFeb 18, 2025
43ba4b5
chore: small formatting improvements to the intro/outro message [skip…
haoqunjiangFeb 18, 2025
7004826
chore: unselect -> deselect
haoqunjiangFeb 26, 2025
a142f80
refactor: update English prompts
haoqunjiangFeb 27, 2025
b333568
docs: update all the locales with the new prompts
haoqunjiangFeb 27, 2025
1aad470
refactor: remove some duplicated or redundant code
haoqunjiangFeb 28, 2025
509ccfd
refactor: further cleanup of codebase
haoqunjiangFeb 28, 2025
c752509
chore: merge branch 'main' into feat-multiselect
haoqunjiangFeb 28, 2025
69ca0c4
chore: merge branch 'main' into feat-multiselect
haoqunjiangFeb 28, 2025
7ea2b9b
build: remove alias for `prompts` package
haoqunjiangFeb 28, 2025
922237f
docs: Update fr-FR.json [skip ci]
haoqunjiangMar 4, 2025
1bc8106
i18n: add translations for the "should not be empty" message
haoqunjiangMar 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 51 additions & 52 deletionsLICENSE
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -128,10 +128,44 @@ For more information, please see
## Licenses of bundled dependencies

The published create-vue artifact additionally contains code with the following licenses:
MIT, Apache-2.0
MIT, Apache-2.0, ISC

## Bundled dependencies

## @clack/core

License: MIT
By: Nate Moore
Repository: git+https://github.com/natemoo-re/clack.git

> MIT License
>
> Copyright (c) Nate Moore
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>

## @clack/prompts

License: MIT
By: Nate Moore
Repository: git+https://github.com/natemoo-re/clack.git

> MIT License
>
> Copyright (c) Nate Moore
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>

## @vue/create-eslint-config

License: MIT
Expand DownExpand Up@@ -371,62 +405,27 @@ Repository: git://github.com/mde/ejs.git
> limitations under the License.
>

## kleur

License: MIT
By: Luke Edwards
Repository: git+https://github.com/lukeed/kleur.git

> The MIT License (MIT)
>
> Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in
> all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> THE SOFTWARE.
>

## prompts
## picocolors

License:MIT
By:Terkel Gjervig
Repository: git+https://github.com/terkelg/prompts.git
License:ISC
By:Alexey Raspopov
Repository: git+https://github.com/alexeyraspopov/picocolors.git

> MIT License
>
> Copyright (c) 2018 Terkel Gjervig Nielsen
> ISC License
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
> Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
>
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
> Permission to use, copy, modify, and/or distribute this software for any
> purpose with or without fee is hereby granted, provided that the above
> copyright notice and this permission notice appear in all copies.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
>IMPLIED, INCLUDING BUT NOT LIMITED TO THEWARRANTIES OF MERCHANTABILITY,
>FITNESS FOR A PARTICULAR PURPOSEANDNONINFRINGEMENT. IN NO EVENT SHALL THE
>AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,DAMAGES OROTHER
>LIABILITY, WHETHER IN AN ACTIONOFCONTRACT, TORT OROTHERWISE, ARISING FROM,
>OUT OFOR IN CONNECTION WITH THE SOFTWAREORTHE USE OR OTHER DEALINGS IN THE
> SOFTWARE.
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
>WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIEDWARRANTIES OF
>MERCHANTABILITYANDFITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
>ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIALDAMAGES ORANY DAMAGES
>WHATSOEVER RESULTING FROM LOSSOFUSE, DATA ORPROFITS, WHETHER IN AN
>ACTION OFCONTRACT, NEGLIGENCEOROTHER TORTIOUS ACTION, ARISING OUT OF
>OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THISSOFTWARE.
>

## sisteransi
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp