create-vue 3.18.3 → 3.18.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/LICENSE +0 -29
  2. package/bundle.js +218 -432
  3. package/package.json +5 -6
  4. package/template/base/package.json +3 -3
  5. package/template/config/cypress/package.json +1 -1
  6. package/template/config/cypress-ct/package.json +2 -2
  7. package/template/config/jsx/package.json +3 -3
  8. package/template/config/nightwatch/package.json +4 -4
  9. package/template/config/nightwatch-ct/package.json +1 -1
  10. package/template/config/pinia/package.json +1 -1
  11. package/template/config/router/package.json +2 -2
  12. package/template/config/typescript/package.json +3 -3
  13. package/template/config/vitest/package.json +3 -3
  14. package/template/formatting/oxfmt/.vscode/settings.json +14 -0
  15. package/template/formatting/oxfmt/_oxfmtrc.jsonc +5 -0
  16. package/template/formatting/oxfmt/_prettierrc.json +7 -0
  17. package/template/formatting/oxfmt/package.json +13 -0
  18. package/template/formatting/prettier/.vscode/extensions.json +3 -0
  19. package/template/formatting/prettier/.vscode/settings.json +4 -0
  20. package/template/{config → formatting}/prettier/package.json +1 -1
  21. package/template/linting/base/_editorconfig +8 -0
  22. package/template/linting/base/package.json +9 -0
  23. package/template/linting/core/js/eslint.config.js.data.mjs +15 -0
  24. package/template/linting/core/js/eslint.config.js.ejs +27 -0
  25. package/template/linting/core/js/package.json +8 -0
  26. package/template/linting/core/ts/eslint.config.js.data.mjs +15 -0
  27. package/template/linting/core/ts/eslint.config.js.ejs +24 -0
  28. package/template/linting/core/ts/package.json +9 -0
  29. package/template/linting/cypress/eslint.config.js.data.mjs +19 -0
  30. package/template/linting/cypress/package.json +5 -0
  31. package/template/linting/cypress-ct/eslint.config.js.data.mjs +25 -0
  32. package/template/linting/oxlint/.vscode/extensions.json +3 -0
  33. package/template/linting/oxlint/_ oxlintrc.json +10 -0
  34. package/template/linting/oxlint/eslint.config.js.data.mjs +12 -0
  35. package/template/linting/oxlint/package.json +12 -0
  36. package/template/linting/playwright/eslint.config.js.data.mjs +16 -0
  37. package/template/linting/playwright/package.json +5 -0
  38. package/template/linting/prettier/eslint.config.js.data.mjs +12 -0
  39. package/template/linting/prettier/package.json +6 -0
  40. package/template/linting/vitest/eslint.config.js.data.mjs +16 -0
  41. package/template/linting/vitest/package.json +5 -0
  42. package/template/config/prettier/.vscode/extensions.json +0 -3
  43. package/template/config/prettier/.vscode/settings.json +0 -4
  44. package/template/eslint/package.json +0 -7
  45. /package/template/{config/oxlint → formatting/oxfmt}/.vscode/extensions.json +0 -0
  46. /package/template/{config → formatting}/prettier/_prettierrc.json +0 -0
  47. /package/template/{config/eslint → linting/base}/.vscode/extensions.json +0 -0
  48. /package/template/{config/eslint → linting/base}/.vscode/settings.json +0 -0
  49. /package/template/{config/prettier → linting/base}/_gitattributes +0 -0
package/LICENSE CHANGED
@@ -447,33 +447,4 @@ Repository: git://github.com/mde/ejs.git
447
447
  > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
448
448
  > See the License for the specific language governing permissions and
449
449
  > limitations under the License.
450
- >
451
-
452
- ## @vue/create-eslint-config
453
-
454
- License: MIT
455
- By: Haoqun Jiang
456
- Repository: git+https://github.com/vuejs/create-eslint-config.git
457
-
458
- > MIT License
459
- >
460
- > Copyright (c) 2022 vuejs
461
- >
462
- > Permission is hereby granted, free of charge, to any person obtaining a copy
463
- > of this software and associated documentation files (the "Software"), to deal
464
- > in the Software without restriction, including without limitation the rights
465
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
466
- > copies of the Software, and to permit persons to whom the Software is
467
- > furnished to do so, subject to the following conditions:
468
- >
469
- > The above copyright notice and this permission notice shall be included in all
470
- > copies or substantial portions of the Software.
471
- >
472
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
473
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
474
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
475
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
476
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
477
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
478
- > SOFTWARE.
479
450
  >