]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/log
thirdparty/vuejs/create-vue.git
3 months agochore(deps): update all non-major dependencies
renovate[bot] [Thu, 13 Mar 2025 06:12:16 +0000 (06:12 +0000)] 
chore(deps): update all non-major dependencies

3 months agofix: trim `targetDir`
btea [Mon, 10 Mar 2025 09:32:32 +0000 (17:32 +0800)] 
fix: trim `targetDir`

3 months agochore: format code [skip ci]
btea [Mon, 10 Mar 2025 09:43:56 +0000 (17:43 +0800)] 
chore: format code [skip ci]

3 months agodocs: optimze gif size [skip ci]
Haoqun Jiang [Mon, 10 Mar 2025 07:13:37 +0000 (15:13 +0800)] 
docs: optimze gif size [skip ci]

6.6MiB -> 1.7MiB. Still very large, but much better than before.

3 months agochore: update snapshot
Haoqun Jiang [Sun, 9 Mar 2025 15:41:03 +0000 (23:41 +0800)] 
chore: update snapshot

3 months ago3.15.1 v3.15.1
Haoqun Jiang [Sun, 9 Mar 2025 15:39:21 +0000 (23:39 +0800)] 
3.15.1

3 months agochore(config): moving prettier script inside the script section
Denny Biasiolli [Sun, 9 Mar 2025 07:15:08 +0000 (08:15 +0100)] 
chore(config): moving prettier script inside the script section

3 months agochore: keep the old screenshot to avoid breaking existing links [skip ci]
Haoqun Jiang [Sat, 8 Mar 2025 16:16:26 +0000 (00:16 +0800)] 
chore: keep the old screenshot to avoid breaking existing links [skip ci]

E.g. on the npm page.

3 months agodocs: replace the screencast with a higher-resolution one [skip ci]
Haoqun Jiang [Sat, 8 Mar 2025 15:46:03 +0000 (23:46 +0800)] 
docs: replace the screencast with a higher-resolution one [skip ci]

3 months agodocs: show a screencast of the latest CLI
Haoqun Jiang [Sat, 8 Mar 2025 15:35:58 +0000 (23:35 +0800)] 
docs: show a screencast of the latest CLI

3 months agochore: update snapshot
Haoqun Jiang [Sat, 8 Mar 2025 14:47:46 +0000 (22:47 +0800)] 
chore: update snapshot

3 months ago3.15.0 v3.15.0
Haoqun Jiang [Sat, 8 Mar 2025 14:45:49 +0000 (22:45 +0800)] 
3.15.0

3 months agochore(deps): update dependency vite to ^6.2.1 (#707)
renovate[bot] [Sat, 8 Mar 2025 13:27:50 +0000 (21:27 +0800)] 
chore(deps): update dependency vite to ^6.2.1 (#707)

4 months agochore(deps): update dependency eslint-plugin-cypress to ^4.2.0 (#708)
renovate[bot] [Sat, 8 Mar 2025 10:24:20 +0000 (18:24 +0800)] 
chore(deps): update dependency eslint-plugin-cypress to ^4.2.0 (#708)

4 months agochore(deps): update dependency chromedriver to v134 (#706)
renovate[bot] [Sat, 8 Mar 2025 05:55:39 +0000 (13:55 +0800)] 
chore(deps): update dependency chromedriver to v134 (#706)

4 months agochore(deps): update dependency typescript to ~5.8.0 (#705)
renovate[bot] [Sat, 8 Mar 2025 05:53:07 +0000 (13:53 +0800)] 
chore(deps): update dependency typescript to ~5.8.0 (#705)

4 months agochore(deps): update dependency @vue/create-eslint-config to ^0.9.1 (#704)
renovate[bot] [Fri, 7 Mar 2025 15:18:06 +0000 (23:18 +0800)] 
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>
4 months agochore(deps): update dependency prettier to v3.5.3
renovate[bot] [Fri, 7 Mar 2025 08:59:09 +0000 (08:59 +0000)] 
chore(deps): update dependency prettier to v3.5.3

4 months agochore(deps): update all non-major dependencies
renovate[bot] [Fri, 7 Mar 2025 05:57:56 +0000 (05:57 +0000)] 
chore(deps): update all non-major dependencies

4 months agofeat!: use a giant multiselect instead of individual toggles for features (#695)
Haoqun Jiang [Fri, 7 Mar 2025 05:56:50 +0000 (13:56 +0800)] 
feat!: use a giant multiselect instead of individual toggles for features (#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

4 months agodocs: mention `--bare` option in README [skip ci]
Haoqun Jiang [Sat, 1 Mar 2025 08:35:35 +0000 (16:35 +0800)] 
docs: mention `--bare` option in README [skip ci]

4 months ago chore(postversion): use `const` instead of `let` (#700)
tommyhu [Fri, 28 Feb 2025 14:50:12 +0000 (22:50 +0800)] 
 chore(postversion): use `const` instead of `let` (#700)

4 months agofix: should throw error when an internal error is encountered
Haoqun Jiang [Fri, 28 Feb 2025 10:55:59 +0000 (18:55 +0800)] 
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.

4 months agofix: correctly set the package name value (#699)
btea [Fri, 28 Feb 2025 10:07:02 +0000 (18:07 +0800)] 
fix: correctly set the package name value (#699)

4 months agochore(deps): update dependency vite to ^6.2.0 (#698)
renovate[bot] [Fri, 28 Feb 2025 08:00:50 +0000 (16:00 +0800)] 
chore(deps): update dependency vite to ^6.2.0 (#698)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months agochore(deps): update all non-major dependencies (#697)
renovate[bot] [Thu, 27 Feb 2025 07:58:58 +0000 (15:58 +0800)] 
chore(deps): update all non-major dependencies (#697)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months agochore(deps): pin dependency prettier to v3.5.1 (#696)
renovate[bot] [Thu, 27 Feb 2025 06:14:35 +0000 (14:14 +0800)] 
chore(deps): pin dependency prettier to v3.5.1 (#696)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months agorefactor: use import attributes instead of assertions
Haoqun Jiang [Wed, 26 Feb 2025 16:42:33 +0000 (00:42 +0800)] 
refactor: use import attributes instead of assertions

4 months agofix: shouldn't pin @vitest/eslint-plugin version
Haoqun Jiang [Wed, 26 Feb 2025 16:41:25 +0000 (00:41 +0800)] 
fix: shouldn't pin @vitest/eslint-plugin version

It must be an oversight. There's no point in pinning this version.

4 months agofeat: add `--eslint-with-oxlint` and `--prettier` feature flags (#682)
Haoqun Jiang [Tue, 18 Feb 2025 12:01:01 +0000 (20:01 +0800)] 
feat: add `--eslint-with-oxlint` and `--prettier` feature flags (#682)

4 months agochore: update snapshot
Haoqun Jiang [Mon, 17 Feb 2025 13:35:36 +0000 (21:35 +0800)] 
chore: update snapshot

4 months ago3.14.2 v3.14.2
Haoqun Jiang [Mon, 17 Feb 2025 13:34:18 +0000 (21:34 +0800)] 
3.14.2

4 months agochore(deps): update dependency vite-plugin-vue-devtools to ^7.7.2 (#694)
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>
4 months agochore(deps): update dependency @vue/create-eslint-config to ^0.7.3 (#693)
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>
4 months agochore(deps): update all non-major dependencies (#692)
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>
4 months agofix: explictly exclude node_modules/.bin from npm files
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.

4 months agochore(deps): update dependency pinia to v3
renovate[bot] [Wed, 12 Feb 2025 19:29:08 +0000 (19:29 +0000)] 
chore(deps): update dependency pinia to v3

4 months agochore(deps): update dependency esbuild to ^0.25.0 [security]
renovate[bot] [Tue, 11 Feb 2025 01:25:53 +0000 (01:25 +0000)] 
chore(deps): update dependency esbuild to ^0.25.0 [security]

4 months agochore(deps): update dependency vite to ^6.1.0
renovate[bot] [Mon, 10 Feb 2025 01:36:03 +0000 (01:36 +0000)] 
chore(deps): update dependency vite to ^6.1.0

4 months agochore(deps): update all non-major dependencies
renovate[bot] [Tue, 11 Feb 2025 01:26:06 +0000 (01:26 +0000)] 
chore(deps): update all non-major dependencies

4 months agochore: update snapshot
Haoqun Jiang [Fri, 7 Feb 2025 14:10:04 +0000 (22:10 +0800)] 
chore: update snapshot

4 months ago3.14.1 v3.14.1
Haoqun Jiang [Fri, 7 Feb 2025 14:08:03 +0000 (22:08 +0800)] 
3.14.1

4 months agochore: update lockfile to fix audit issues
Haoqun Jiang [Fri, 7 Feb 2025 08:43:04 +0000 (16:43 +0800)] 
chore: update lockfile to fix audit issues

4 months agoci: set concurrency group for workflows
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.

4 months agochore(deps): update dependency chromedriver to v133
renovate[bot] [Fri, 7 Feb 2025 06:02:22 +0000 (06:02 +0000)] 
chore(deps): update dependency chromedriver to v133

4 months agoci: fix cypress installation issue on CI
Haoqun Jiang [Thu, 6 Feb 2025 16:20:31 +0000 (00:20 +0800)] 
ci: fix cypress installation issue on CI

4 months agofix: add `cypress install` to `prepare` script to fix pnpm 10 compatibility
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>

4 months agodocs: note nightwatch + pnpm 10 users to run `pnpm approve-builds` after install
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

4 months agochore(deps): update pnpm to v10 (#677)
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>
4 months agofix: vitest link in template (#678)
Võ Quang Chiến [Thu, 6 Feb 2025 08:14:40 +0000 (15:14 +0700)] 
fix: vitest link in template (#678)

5 months agochore(deps): update all non-major dependencies (#676)
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>
5 months agofix: enable e2e tests for --bare (#674)
Cédric Exbrayat [Thu, 30 Jan 2025 16:10:27 +0000 (17:10 +0100)] 
fix: enable e2e tests for --bare (#674)

5 months agochore(deps): update all non-major dependencies
renovate[bot] [Wed, 29 Jan 2025 04:39:15 +0000 (04:39 +0000)] 
chore(deps): update all non-major dependencies

5 months agochore(deps): update dependency vite-plugin-vue-devtools to ^7.7.1 (#672)
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>
5 months agochore: update snapshot
Haoqun Jiang [Tue, 21 Jan 2025 16:54:45 +0000 (00:54 +0800)] 
chore: update snapshot

5 months ago3.14.0 v3.14.0
Haoqun Jiang [Tue, 21 Jan 2025 16:53:36 +0000 (00:53 +0800)] 
3.14.0

5 months agochore: dependency deduplication
Haoqun Jiang [Tue, 21 Jan 2025 14:53:23 +0000 (22:53 +0800)] 
chore: dependency deduplication

5 months agochore(deps): update dependency vite to ^6.0.11 (#671)
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>
5 months agoci: skip cypress component testing for now
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...

5 months agoci: use chrome for cypress-ct test in CI
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

5 months agofix: fix cypress component testing setup in bare mode
Haoqun Jiang [Tue, 21 Jan 2025 08:31:37 +0000 (16:31 +0800)] 
fix: fix cypress component testing setup in bare mode

5 months agochore(deps): update dependency vite to ^6.0.9 (#670)
renovate[bot] [Mon, 20 Jan 2025 17:48:54 +0000 (01:48 +0800)] 
chore(deps): update dependency vite to ^6.0.9 (#670)

5 months agochore(deps): update dependency cypress to v14 (#667)
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>
5 months agochore(deps): update dependency vitest to v3 (#668)
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>
5 months agofix: add eslint.config.* to tsconfig.node.json and fix other eslint issues (#669)
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)

5 months agochore(deps): update dependency @vue/create-eslint-config to ^0.7.2 (#665)
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>
5 months agochore(deps): update dependency chromedriver to v132 (#666)
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>
5 months agochore(deps): update all non-major dependencies (#664)
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>
5 months agochore(deps): update dependency typescript to ~5.7.3
renovate[bot] [Mon, 13 Jan 2025 08:11:52 +0000 (08:11 +0000)] 
chore(deps): update dependency typescript to ~5.7.3

5 months agochore(deps): update all non-major dependencies
renovate[bot] [Mon, 13 Jan 2025 02:05:17 +0000 (02:05 +0000)] 
chore(deps): update all non-major dependencies

5 months agochore(deps): update dependency vite-plugin-vue-devtools to ^7.7.0
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

5 months agochore(deps): update dependency jsdom to v26
renovate[bot] [Mon, 13 Jan 2025 02:05:54 +0000 (02:05 +0000)] 
chore(deps): update dependency jsdom to v26

5 months agodocs: add a note for PowerShell users to show help
shi0rik0 [Sat, 11 Jan 2025 11:32:51 +0000 (19:32 +0800)] 
docs: add a note for PowerShell users to show help

5 months agofix: use ts files when necessary with --bare option (#653)
Cédric Exbrayat [Wed, 8 Jan 2025 06:10:25 +0000 (07:10 +0100)] 
fix: use ts files when necessary with --bare option (#653)

6 months agochore(deps): update all non-major dependencies
renovate[bot] [Mon, 6 Jan 2025 06:13:22 +0000 (06:13 +0000)] 
chore(deps): update all non-major dependencies

6 months agofix: don't show error when locale is C/C.UTF-8
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

6 months agochore(deps): update dependency vite to ^6.0.7
renovate[bot] [Mon, 6 Jan 2025 02:40:48 +0000 (02:40 +0000)] 
chore(deps): update dependency vite to ^6.0.7

6 months agofix: update help message
Kevin Marrec [Sat, 4 Jan 2025 23:49:49 +0000 (00:49 +0100)] 
fix: update help message

6 months agochore(deps): update dependency typescript to ~5.7.2
renovate[bot] [Thu, 2 Jan 2025 06:23:07 +0000 (06:23 +0000)] 
chore(deps): update dependency typescript to ~5.7.2

6 months agochore(deps): update all non-major dependencies
renovate[bot] [Thu, 2 Jan 2025 05:55:17 +0000 (05:55 +0000)] 
chore(deps): update all non-major dependencies

6 months agochore(deps): update dependency vite to ^6.0.6
renovate[bot] [Mon, 30 Dec 2024 01:56:43 +0000 (01:56 +0000)] 
chore(deps): update dependency vite to ^6.0.6

6 months agofix: extend `Intl.getCanonicalLocales` error message
btea [Sat, 28 Dec 2024 04:57:23 +0000 (12:57 +0800)] 
fix: extend `Intl.getCanonicalLocales` error message

6 months agochore: move jsconfig.json location for cypress e2e
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.

6 months agodocs: `--help` must be prefixed with `--`, otherwise it'll be passed to `npx` [skip ci]
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]

6 months agochore: update snapshot
Haoqun Jiang [Tue, 24 Dec 2024 14:58:39 +0000 (22:58 +0800)] 
chore: update snapshot

6 months ago3.13.0 v3.13.0
Haoqun Jiang [Tue, 24 Dec 2024 14:57:57 +0000 (22:57 +0800)] 
3.13.0

6 months agochore: small updates to the welcome page (#647)
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

6 months agofeat: add `--help` and `--version` options (#646)
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]

6 months agochore(deps): update all non-major dependencies (#642)
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>
6 months agofeat: use a `--bare` flag to generate a template without too much boilerplate (#636)
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

6 months agochore(deps): update dependency esbuild to ^0.24.2
renovate[bot] [Mon, 23 Dec 2024 00:24:26 +0000 (00:24 +0000)] 
chore(deps): update dependency esbuild to ^0.24.2

6 months agochore(deps): update dependency vite to ^6.0.5
renovate[bot] [Mon, 23 Dec 2024 00:24:40 +0000 (00:24 +0000)] 
chore(deps): update dependency vite to ^6.0.5

6 months agoci: simplify CI matrix and more comprehensive tests (#640)
Haoqun Jiang [Thu, 19 Dec 2024 12:07:20 +0000 (20:07 +0800)] 
ci: simplify CI matrix and more comprehensive tests (#640)

6 months agochore(deps): update dependency vite-plugin-vue-devtools to ^7.6.8
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

6 months agochore(deps): update all non-major dependencies
renovate[bot] [Mon, 16 Dec 2024 20:08:51 +0000 (20:08 +0000)] 
chore(deps): update all non-major dependencies

6 months agofix: remove `composite: true` from tsconfigs (#635)
Haoqun Jiang [Thu, 12 Dec 2024 16:49:24 +0000 (00:49 +0800)] 
fix: remove `composite: true` from tsconfigs (#635)

6 months agochore(deps): update all non-major dependencies
renovate[bot] [Mon, 9 Dec 2024 05:51:04 +0000 (05:51 +0000)] 
chore(deps): update all non-major dependencies

6 months agochore(deps): update dependency vite to ^6.0.3
renovate[bot] [Mon, 9 Dec 2024 00:22:14 +0000 (00:22 +0000)] 
chore(deps): update dependency vite to ^6.0.3

7 months agochore(deps): update all non-major dependencies
renovate[bot] [Mon, 2 Dec 2024 06:08:47 +0000 (06:08 +0000)] 
chore(deps): update all non-major dependencies

7 months agochore(deps): update dependency vite-plugin-vue-devtools to ^7.6.7 (#628)
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>