]>
git.ipfire.org Git - thirdparty/vuejs/create-vue.git/log
Haoqun Jiang [Mon, 17 Feb 2025 13:35:36 +0000 (21:35 +0800)]
chore: update snapshot
Haoqun Jiang [Mon, 17 Feb 2025 13:34:18 +0000 (21:34 +0800)]
3.14.2
renovate[bot] [Mon, 17 Feb 2025 09:02:15 +0000 (17:02 +0800)]
chore(deps): update dependency vite-plugin-vue-devtools to ^7.7.2 (#694)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 17 Feb 2025 07:55:03 +0000 (15:55 +0800)]
chore(deps): update dependency @vue/create-eslint-config to ^0.7.3 (#693)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 17 Feb 2025 07:53:42 +0000 (15:53 +0800)]
chore(deps): update all non-major dependencies (#692)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Haoqun Jiang [Sun, 16 Feb 2025 16:28:04 +0000 (00:28 +0800)]
fix: explictly exclude node_modules/.bin from npm files
I don't know why .gitignore exclusion doesn't work for these files,
but both pnpm & npm packed them, as a result they are present in the
tarball: https://unpkg.com/browse/create-vue@3.14.1/template/base/node_modules/.bin/
Explicitly excluding them from the `files` field can reduce the unpacked
size by quite a few KBs.
renovate[bot] [Wed, 12 Feb 2025 19:29:08 +0000 (19:29 +0000)]
chore(deps): update dependency pinia to v3
renovate[bot] [Tue, 11 Feb 2025 01:25:53 +0000 (01:25 +0000)]
chore(deps): update dependency esbuild to ^0.25.0 [security]
renovate[bot] [Mon, 10 Feb 2025 01:36:03 +0000 (01:36 +0000)]
chore(deps): update dependency vite to ^6.1.0
renovate[bot] [Tue, 11 Feb 2025 01:26:06 +0000 (01:26 +0000)]
chore(deps): update all non-major dependencies
Haoqun Jiang [Fri, 7 Feb 2025 14:10:04 +0000 (22:10 +0800)]
chore: update snapshot
Haoqun Jiang [Fri, 7 Feb 2025 14:08:03 +0000 (22:08 +0800)]
3.14.1
Haoqun Jiang [Fri, 7 Feb 2025 08:43:04 +0000 (16:43 +0800)]
chore: update lockfile to fix audit issues
Haoqun Jiang [Fri, 7 Feb 2025 08:39:33 +0000 (16:39 +0800)]
ci: set concurrency group for workflows
It is now to costly to run the full CI, so we need
to limit the number of concurrent runs to avoid
blocking the queue.
renovate[bot] [Fri, 7 Feb 2025 06:02:22 +0000 (06:02 +0000)]
chore(deps): update dependency chromedriver to v133
Haoqun Jiang [Thu, 6 Feb 2025 16:20:31 +0000 (00:20 +0800)]
ci: fix cypress installation issue on CI
Haoqun Jiang [Thu, 6 Feb 2025 15:57:40 +0000 (23:57 +0800)]
fix: add `cypress install` to `prepare` script to fix pnpm 10 compatibility
This approach works with both pnpm 10 and other package managers:
- If Cypress's `postinstall` script has been run, it'll do nothing other
than print a message.
- If `postinstall` hasn't been run, it'll download the Cypress binary.
As for why using `prepare` instead of `postinstall`, please refer to the
discussion thread where `husky` decided to use `prepare`:
- <https://github.com/typicode/husky/issues/884>
Haoqun Jiang [Thu, 6 Feb 2025 16:15:02 +0000 (00:15 +0800)]
docs: note nightwatch + pnpm 10 users to run `pnpm approve-builds` after install
renovate[bot] [Thu, 6 Feb 2025 15:53:12 +0000 (23:53 +0800)]
chore(deps): update pnpm to v10 (#677)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Võ Quang Chiến [Thu, 6 Feb 2025 08:14:40 +0000 (15:14 +0700)]
fix: vitest link in template (#678)
renovate[bot] [Tue, 4 Feb 2025 07:06:53 +0000 (15:06 +0800)]
chore(deps): update all non-major dependencies (#676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Cédric Exbrayat [Thu, 30 Jan 2025 16:10:27 +0000 (17:10 +0100)]
fix: enable e2e tests for --bare (#674)
renovate[bot] [Wed, 29 Jan 2025 04:39:15 +0000 (04:39 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Mon, 27 Jan 2025 16:13:13 +0000 (00:13 +0800)]
chore(deps): update dependency vite-plugin-vue-devtools to ^7.7.1 (#672)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Haoqun Jiang [Tue, 21 Jan 2025 16:54:45 +0000 (00:54 +0800)]
chore: update snapshot
Haoqun Jiang [Tue, 21 Jan 2025 16:53:36 +0000 (00:53 +0800)]
3.14.0
Haoqun Jiang [Tue, 21 Jan 2025 14:53:23 +0000 (22:53 +0800)]
chore: dependency deduplication
renovate[bot] [Tue, 21 Jan 2025 14:45:01 +0000 (22:45 +0800)]
chore(deps): update dependency vite to ^6.0.11 (#671)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Haoqun Jiang [Tue, 21 Jan 2025 14:42:29 +0000 (22:42 +0800)]
ci: skip cypress component testing for now
I really should have made CI changes into a PR in the first place...
Haoqun Jiang [Tue, 21 Jan 2025 09:12:02 +0000 (17:12 +0800)]
ci: use chrome for cypress-ct test in CI
There seems to be an electron-only issue with too many component tests.
https://github.com/cypress-io/cypress/issues/22208
Haoqun Jiang [Tue, 21 Jan 2025 08:31:37 +0000 (16:31 +0800)]
fix: fix cypress component testing setup in bare mode
renovate[bot] [Mon, 20 Jan 2025 17:48:54 +0000 (01:48 +0800)]
chore(deps): update dependency vite to ^6.0.9 (#670)
renovate[bot] [Mon, 20 Jan 2025 16:59:46 +0000 (00:59 +0800)]
chore(deps): update dependency cypress to v14 (#667)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 20 Jan 2025 16:59:35 +0000 (00:59 +0800)]
chore(deps): update dependency vitest to v3 (#668)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Haoqun Jiang [Mon, 20 Jan 2025 15:32:34 +0000 (23:32 +0800)]
fix: add eslint.config.* to tsconfig.node.json and fix other eslint issues (#669)
renovate[bot] [Mon, 20 Jan 2025 13:34:55 +0000 (21:34 +0800)]
chore(deps): update dependency @vue/create-eslint-config to ^0.7.2 (#665)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 20 Jan 2025 13:33:59 +0000 (21:33 +0800)]
chore(deps): update dependency chromedriver to v132 (#666)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 20 Jan 2025 12:11:37 +0000 (20:11 +0800)]
chore(deps): update all non-major dependencies (#664)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 13 Jan 2025 08:11:52 +0000 (08:11 +0000)]
chore(deps): update dependency typescript to ~5.7.3
renovate[bot] [Mon, 13 Jan 2025 02:05:17 +0000 (02:05 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Mon, 13 Jan 2025 02:05:43 +0000 (02:05 +0000)]
chore(deps): update dependency vite-plugin-vue-devtools to ^7.7.0
renovate[bot] [Mon, 13 Jan 2025 02:05:54 +0000 (02:05 +0000)]
chore(deps): update dependency jsdom to v26
shi0rik0 [Sat, 11 Jan 2025 11:32:51 +0000 (19:32 +0800)]
docs: add a note for PowerShell users to show help
Cédric Exbrayat [Wed, 8 Jan 2025 06:10:25 +0000 (07:10 +0100)]
fix: use ts files when necessary with --bare option (#653)
renovate[bot] [Mon, 6 Jan 2025 06:13:22 +0000 (06:13 +0000)]
chore(deps): update all non-major dependencies
Haoqun Jiang [Sun, 5 Jan 2025 08:39:05 +0000 (16:39 +0800)]
fix: don't show error when locale is C/C.UTF-8
renovate[bot] [Mon, 6 Jan 2025 02:40:48 +0000 (02:40 +0000)]
chore(deps): update dependency vite to ^6.0.7
Kevin Marrec [Sat, 4 Jan 2025 23:49:49 +0000 (00:49 +0100)]
fix: update help message
renovate[bot] [Thu, 2 Jan 2025 06:23:07 +0000 (06:23 +0000)]
chore(deps): update dependency typescript to ~5.7.2
renovate[bot] [Thu, 2 Jan 2025 05:55:17 +0000 (05:55 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Mon, 30 Dec 2024 01:56:43 +0000 (01:56 +0000)]
chore(deps): update dependency vite to ^6.0.6
btea [Sat, 28 Dec 2024 04:57:23 +0000 (12:57 +0800)]
fix: extend `Intl.getCanonicalLocales` error message
Haoqun Jiang [Tue, 24 Dec 2024 15:37:05 +0000 (23:37 +0800)]
chore: move jsconfig.json location for cypress e2e
This is a follow up of https://github.com/vuejs/create-vue/commit/
5027f2b5c49fc4b4f8c467b72025f52c9603cbb2
but of less importance, as I don't expect many tools to rely on this file's location.
Haoqun Jiang [Tue, 24 Dec 2024 15:14:19 +0000 (23:14 +0800)]
docs: `--help` must be prefixed with `--`, otherwise it'll be passed to `npx` [skip ci]
Haoqun Jiang [Tue, 24 Dec 2024 14:58:39 +0000 (22:58 +0800)]
chore: update snapshot
Haoqun Jiang [Tue, 24 Dec 2024 14:57:57 +0000 (22:57 +0800)]
3.13.0
Haoqun Jiang [Mon, 23 Dec 2024 10:10:54 +0000 (18:10 +0800)]
chore: small updates to the welcome page (#647)
- Replaced Cypress Component Testing with Vitest
- Added reference to Playwright
- Removed Vue.js News link as it's been inactive for more than 3 years
- Updated Vue.js Social Media accounts
- Added a link to open README.md in the editor
- Fixed an ambiguity caused by Oxford comma
Haoqun Jiang [Mon, 23 Dec 2024 10:10:14 +0000 (18:10 +0800)]
feat: add `--help` and `--version` options (#646)
* feat: add `--help` and `--version` options
* chore: update descriptions for feature flags [skip ci]
renovate[bot] [Mon, 23 Dec 2024 07:40:54 +0000 (15:40 +0800)]
chore(deps): update all non-major dependencies (#642)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Haoqun Jiang [Mon, 23 Dec 2024 06:31:32 +0000 (14:31 +0800)]
feat: use a `--bare` flag to generate a template without too much boilerplate (#636)
Closes #112
Closes #186
Closes #300
Closes #637
renovate[bot] [Mon, 23 Dec 2024 00:24:26 +0000 (00:24 +0000)]
chore(deps): update dependency esbuild to ^0.24.2
renovate[bot] [Mon, 23 Dec 2024 00:24:40 +0000 (00:24 +0000)]
chore(deps): update dependency vite to ^6.0.5
Haoqun Jiang [Thu, 19 Dec 2024 12:07:20 +0000 (20:07 +0800)]
ci: simplify CI matrix and more comprehensive tests (#640)
renovate[bot] [Tue, 17 Dec 2024 06:05:33 +0000 (06:05 +0000)]
chore(deps): update dependency vite-plugin-vue-devtools to ^7.6.8
renovate[bot] [Mon, 16 Dec 2024 20:08:51 +0000 (20:08 +0000)]
chore(deps): update all non-major dependencies
Haoqun Jiang [Thu, 12 Dec 2024 16:49:24 +0000 (00:49 +0800)]
fix: remove `composite: true` from tsconfigs (#635)
renovate[bot] [Mon, 9 Dec 2024 05:51:04 +0000 (05:51 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Mon, 9 Dec 2024 00:22:14 +0000 (00:22 +0000)]
chore(deps): update dependency vite to ^6.0.3
renovate[bot] [Mon, 2 Dec 2024 06:08:47 +0000 (06:08 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Mon, 2 Dec 2024 06:07:52 +0000 (14:07 +0800)]
chore(deps): update dependency vite-plugin-vue-devtools to ^7.6.7 (#628)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Haoqun Jiang [Fri, 29 Nov 2024 16:29:36 +0000 (00:29 +0800)]
workflow: `--no-git-checks` is required for pnpm when publishing from a tag
Due to https://github.com/pnpm/pnpm/issues/5894
Haoqun Jiang [Fri, 29 Nov 2024 16:19:23 +0000 (00:19 +0800)]
chore: update snapshot
Haoqun Jiang [Fri, 29 Nov 2024 16:18:42 +0000 (00:18 +0800)]
3.12.2
Haoqun Jiang [Fri, 29 Nov 2024 16:10:56 +0000 (00:10 +0800)]
workflow: set up automated publishing with provenance support
renovate[bot] [Fri, 29 Nov 2024 09:12:41 +0000 (17:12 +0800)]
chore(deps): update dependency @vue/tsconfig to ^0.7.0 (#626)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Haoqun Jiang [Fri, 29 Nov 2024 08:53:23 +0000 (16:53 +0800)]
chore: update npm email
renovate[bot] [Wed, 27 Nov 2024 13:21:15 +0000 (13:21 +0000)]
chore(deps): update vite packages
renovate[bot] [Wed, 27 Nov 2024 13:08:13 +0000 (13:08 +0000)]
chore(deps): update dependency vite to v6
renovate[bot] [Mon, 25 Nov 2024 00:45:53 +0000 (00:45 +0000)]
chore(deps): update all non-major dependencies
Hornwitser [Tue, 19 Nov 2024 13:59:27 +0000 (14:59 +0100)]
fix: add run to build command when using bun (#615)
If the package manager is bun and the command is build generate 'bun run
build' as the command to invoke the build script instead of the built-in
'bun build' command.
Fixes #614
renovate[bot] [Tue, 19 Nov 2024 06:42:18 +0000 (06:42 +0000)]
chore(deps): update dependency chromedriver to v131
renovate[bot] [Tue, 19 Nov 2024 06:24:59 +0000 (06:24 +0000)]
chore(deps): update vite packages
renovate[bot] [Mon, 18 Nov 2024 22:46:03 +0000 (22:46 +0000)]
chore(deps): update all non-major dependencies
Yordan Ramchev [Mon, 11 Nov 2024 10:59:17 +0000 (12:59 +0200)]
docs: update README.md prompt screenshot (#609)
renovate[bot] [Mon, 11 Nov 2024 00:39:16 +0000 (00:39 +0000)]
chore(deps): update dependency @vue/tsconfig to ^0.6.0
renovate[bot] [Mon, 11 Nov 2024 08:06:47 +0000 (08:06 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Mon, 11 Nov 2024 08:05:55 +0000 (16:05 +0800)]
chore(deps): update dependency geckodriver to v5 (#613)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 11 Nov 2024 07:59:06 +0000 (15:59 +0800)]
chore(deps): update vite packages (#612)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Haoqun Jiang [Sat, 9 Nov 2024 07:26:10 +0000 (15:26 +0800)]
refactor: remove `baseUrl` from all TSConfig files
Per the [official documentation](https://www.typescriptlang.org/tsconfig/#baseUrl):
> This feature was designed for use in conjunction with AMD module
loaders in the browser, and is not recommended in any other context.
As of TypeScript 4.1, baseUrl is no longer required to be set when using paths.
Haoqun Jiang [Sat, 9 Nov 2024 07:11:42 +0000 (15:11 +0800)]
perf: remove `--force` from the `type-check` script
It was introduced to work around a bug in `vue-tsc` that has been fixed
in https://github.com/vuejs/language-tools/pull/3218
Haoqun Jiang [Fri, 8 Nov 2024 14:29:41 +0000 (22:29 +0800)]
chore: update snapshot
Haoqun Jiang [Fri, 8 Nov 2024 14:29:12 +0000 (22:29 +0800)]
3.12.1
renovate[bot] [Fri, 8 Nov 2024 14:28:00 +0000 (22:28 +0800)]
chore(deps): update dependency @vue/create-eslint-config to ^0.6.1 (#605)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Haoqun Jiang [Thu, 7 Nov 2024 12:19:28 +0000 (20:19 +0800)]
feat(TypeScript): generate projects with Node.js 22 types by default
As it became the active LTS on 2024-10-29
Haoqun Jiang [Wed, 6 Nov 2024 08:53:36 +0000 (16:53 +0800)]
feat: enable devtools v7 integration by default (#602)
Haoqun Jiang [Tue, 5 Nov 2024 08:43:34 +0000 (16:43 +0800)]
chore: update snapshot
Haoqun Jiang [Tue, 5 Nov 2024 08:32:56 +0000 (16:32 +0800)]
3.12.0
Haoqun Jiang [Tue, 5 Nov 2024 08:31:42 +0000 (16:31 +0800)]
feat: add experimental Oxlint integration (#601)
Philipp Naderer-Puiu [Mon, 4 Nov 2024 12:19:18 +0000 (13:19 +0100)]
fix(templates): drop English as default language (#600)
Fixes #599
renovate[bot] [Mon, 4 Nov 2024 06:25:58 +0000 (06:25 +0000)]
chore(deps): update all non-major dependencies