]>
git.ipfire.org Git - thirdparty/vuejs/create-vue.git/log
renovate[bot] [Mon, 4 Nov 2024 00:27:26 +0000 (00:27 +0000)]
chore(deps): update dependency typescript to ~5.6.3
btea [Fri, 1 Nov 2024 08:05:22 +0000 (16:05 +0800)]
chore: mark template files as CC0 (#594)
Haoqun Jiang [Tue, 29 Oct 2024 08:18:11 +0000 (16:18 +0800)]
workflow: update renovate config to use haoqunjiang's personal preset
Also moved to `.github/renovate.json` to keep the root directory clean.
Compared with the current config, the new preset:
- Extends `config:recommended` instead of `config:base` ([it's just a
name change, though](https://github.com/renovatebot/renovate/pull/21136))
- Extends `:widenPeerDependencies`
- A more nuanced update strategy for `typescript` in case we are several
minor versions behind
- Groups all Vite packages together for easier management, esp. when
Vite 6 is released
- Separates 0.x versions of packages from the rest so we can deal with
the breaking changes in a more controlled manner. This mainly affects
`esbuild`.
renovate[bot] [Mon, 28 Oct 2024 03:56:11 +0000 (03:56 +0000)]
chore(deps): update all non-major dependencies
Haoqun Jiang [Fri, 25 Oct 2024 11:17:30 +0000 (19:17 +0800)]
chore: ignore `style: ` commits in `git blame`
Haoqun Jiang [Fri, 25 Oct 2024 11:13:06 +0000 (19:13 +0800)]
style: enable trailingComma in prettier
I think we don't have to strictly conform to the styles from vuejs/core,
so let's choose a style that better suited for this project.
Haoqun Jiang [Thu, 24 Oct 2024 17:27:38 +0000 (01:27 +0800)]
chore: update snapshot
Haoqun Jiang [Thu, 24 Oct 2024 17:27:08 +0000 (01:27 +0800)]
3.11.2
renovate[bot] [Thu, 24 Oct 2024 17:26:47 +0000 (01:26 +0800)]
chore(deps): update dependency npm-run-all2 to v7 (#591)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Thu, 24 Oct 2024 15:51:39 +0000 (23:51 +0800)]
chore(deps): update dependency eslint-plugin-playwright to v2 (#590)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Thu, 24 Oct 2024 07:24:29 +0000 (15:24 +0800)]
chore(deps): update all non-major dependencies (#589)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Wed, 23 Oct 2024 16:23:22 +0000 (00:23 +0800)]
chore(deps): update dependency chromedriver to v130 (#588)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Tue, 22 Oct 2024 03:51:39 +0000 (03:51 +0000)]
chore(deps): update all non-major dependencies
Haoqun Jiang [Mon, 21 Oct 2024 00:23:20 +0000 (09:23 +0900)]
chore: update package description to match GitHub repo description
renovate[bot] [Sat, 19 Oct 2024 06:28:50 +0000 (15:28 +0900)]
chore(deps): update all non-major dependencies (#586)
renovate[bot] [Sat, 19 Oct 2024 06:04:53 +0000 (15:04 +0900)]
chore(deps): update dependency typescript to ~5.6.0 (#580)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Yoshipi [Thu, 17 Oct 2024 08:36:37 +0000 (17:36 +0900)]
feat: add EditorConfig to .vscode/extensions.json when ESLint is selected
yordan.ramchev [Tue, 15 Oct 2024 10:07:33 +0000 (13:07 +0300)]
chore: delete kolorist as the project now uses kleur/colors
Haoqun Jiang [Tue, 15 Oct 2024 07:35:43 +0000 (15:35 +0800)]
chore: update snapshot
Haoqun Jiang [Tue, 15 Oct 2024 07:35:09 +0000 (15:35 +0800)]
3.11.1
renovate[bot] [Mon, 14 Oct 2024 18:12:42 +0000 (02:12 +0800)]
chore(deps): update dependency eslint-plugin-cypress to v4 (#581)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Mon, 14 Oct 2024 14:46:31 +0000 (22:46 +0800)]
chore(deps): update all non-major dependencies (#579)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
Haoqun Jiang [Mon, 14 Oct 2024 09:20:50 +0000 (17:20 +0800)]
fix: move tsconfig.json for cypress e2e a level up
Tools like `typescript-eslint` does not work well with this kind of
`include` pattern (i.e. starting with `../`).
Cédric Exbrayat [Fri, 11 Oct 2024 14:14:24 +0000 (16:14 +0200)]
fix(eslint): remove comment from generated config (#578)
Haoqun Jiang [Fri, 11 Oct 2024 12:20:31 +0000 (20:20 +0800)]
chore: remove unused picocolors dependency
It was used for debugging purposes, only accidentally left in the package.json.
Haoqun Jiang [Fri, 11 Oct 2024 11:47:08 +0000 (19:47 +0800)]
refactor: replace kolorist with kleur/colors
The size of `outfile.cjs` before the change:
143037 bytes
Ater the change:
141514 bytes
Saved 1523 bytes.
I didn't choose `picocolors` despite it being more popular because
it doesn't support tree-shaking and actually increases the bundle size
a bit.
I didn't choose `yoctocolors` because the resulting bundle is also a bit
larger than the one produced by `kleur/colors`.
Addressed the issue raised in #253
Haoqun Jiang [Fri, 11 Oct 2024 08:46:09 +0000 (16:46 +0800)]
feat: add vscode file nesting config to base template
We now have *a lot* of configuration files at the project's root. It would help to have them grouped in the editor.
Many people aren't aware of this feature, so I'm adding a default configuration to the base template to raise awareness.
This is a very rudimentary configuration; only patterns relevant to this project are included. Users can customize it further themselves.
Or they can use a more advanced share configuration like https://github.com/antfu/vscode-file-nesting-config
Haoqun Jiang [Fri, 11 Oct 2024 07:35:33 +0000 (15:35 +0800)]
chore: turn on verbose mode in prepublish script
Some of the commands could take a while to run, so it's nice to see the output.
Haoqun Jiang [Fri, 11 Oct 2024 07:23:27 +0000 (15:23 +0800)]
chore: update snapshot
Haoqun Jiang [Fri, 11 Oct 2024 07:16:32 +0000 (15:16 +0800)]
3.11.0
Haoqun Jiang [Fri, 11 Oct 2024 07:15:57 +0000 (15:15 +0800)]
chore: dependency maintenance
Haoqun Jiang [Fri, 11 Oct 2024 06:49:46 +0000 (14:49 +0800)]
chore: fix peer dep warning in nightwatch template folder
This doesn't affect the actual project.
Just some project maintenance issue.
Cédric Exbrayat [Thu, 10 Oct 2024 08:36:58 +0000 (10:36 +0200)]
chore: bump esbuild version to v0.24 (#576)
Cédric Exbrayat [Thu, 10 Oct 2024 07:59:39 +0000 (09:59 +0200)]
test: re-add eslint unit tests (#575)
renovate[bot] [Wed, 9 Oct 2024 07:35:50 +0000 (15:35 +0800)]
chore(deps): update all non-major dependencies (#574)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Haoqun Jiang [Wed, 9 Oct 2024 06:34:30 +0000 (14:34 +0800)]
feat: support ESLint 9 Flat Config (#573)
btea [Fri, 4 Oct 2024 08:50:17 +0000 (16:50 +0800)]
chore: replace vite website link
renovate[bot] [Mon, 30 Sep 2024 16:48:50 +0000 (16:48 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Mon, 23 Sep 2024 05:13:50 +0000 (05:13 +0000)]
chore(deps): update dependency chromedriver to v129
renovate[bot] [Mon, 23 Sep 2024 02:02:16 +0000 (02:02 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Mon, 16 Sep 2024 05:06:35 +0000 (05:06 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Mon, 16 Sep 2024 00:45:51 +0000 (00:45 +0000)]
chore(deps): update dependency typescript to ~5.6.0
renovate[bot] [Mon, 9 Sep 2024 00:26:48 +0000 (00:26 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Wed, 4 Sep 2024 21:00:29 +0000 (21:00 +0000)]
chore(deps): update dependency jsdom to v25
renovate[bot] [Wed, 4 Sep 2024 20:00:07 +0000 (20:00 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Sat, 31 Aug 2024 01:02:59 +0000 (01:02 +0000)]
chore(deps): update dependency chromedriver to v128
renovate[bot] [Wed, 28 Aug 2024 01:40:44 +0000 (01:40 +0000)]
chore(deps): update all non-major dependencies
cexbrayat [Wed, 14 Aug 2024 13:53:51 +0000 (15:53 +0200)]
feat: add @vitest/eslint-plugin when using vitest
The plugin is now officillay recommended, so let's add it to the eslint config when selecting both eslint and vitest.
cexbrayat [Wed, 14 Aug 2024 13:53:51 +0000 (15:53 +0200)]
test: add unit test for eslint configs
The commit adds a unit test for the eslint configurations and properly formats our tests.
cexbrayat [Wed, 14 Aug 2024 13:31:52 +0000 (15:31 +0200)]
ci: add eslint check on some jobs
renovate[bot] [Mon, 12 Aug 2024 02:10:16 +0000 (02:10 +0000)]
chore(deps): update all non-major dependencies
btea [Sun, 11 Aug 2024 10:13:30 +0000 (18:13 +0800)]
chore: remove npm-run-all2
btea [Wed, 7 Aug 2024 06:41:52 +0000 (14:41 +0800)]
feat: add corresponding extensions when using vitest
btea [Wed, 7 Aug 2024 06:27:21 +0000 (14:27 +0800)]
chore: remove `.npmrc`
renovate[bot] [Mon, 5 Aug 2024 06:15:54 +0000 (06:15 +0000)]
chore(deps): update dependency chromedriver to v127
renovate[bot] [Mon, 5 Aug 2024 02:23:23 +0000 (02:23 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Mon, 29 Jul 2024 05:32:36 +0000 (05:32 +0000)]
chore(deps): update dependency @types/eslint to v9
renovate[bot] [Mon, 29 Jul 2024 04:28:01 +0000 (04:28 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Tue, 23 Jul 2024 18:57:17 +0000 (18:57 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Mon, 15 Jul 2024 10:50:39 +0000 (10:50 +0000)]
chore(deps): update dependency vitest to v2
renovate[bot] [Tue, 16 Jul 2024 01:51:24 +0000 (01:51 +0000)]
chore(deps): update all non-major dependencies
Raku Zeta [Wed, 10 Jul 2024 06:46:23 +0000 (14:46 +0800)]
fix(playwright): use `npm run` to start the server on default port (#540)
Also use conditional baseURL depending on CI variable
renovate[bot] [Mon, 8 Jul 2024 01:16:37 +0000 (01:16 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Wed, 3 Jul 2024 07:37:56 +0000 (07:37 +0000)]
chore(deps): update dependency typescript to ~5.5.0
renovate[bot] [Wed, 3 Jul 2024 06:41:48 +0000 (06:41 +0000)]
chore(deps): update all non-major dependencies
Haoqun Jiang [Wed, 19 Jun 2024 07:02:43 +0000 (15:02 +0800)]
chore: update snapshot
Haoqun Jiang [Wed, 19 Jun 2024 07:01:54 +0000 (15:01 +0800)]
3.10.4
renovate[bot] [Wed, 19 Jun 2024 07:00:30 +0000 (15:00 +0800)]
chore(deps): update dependency chromedriver to v126 (#536)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] [Wed, 19 Jun 2024 01:15:28 +0000 (01:15 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Mon, 10 Jun 2024 00:17:53 +0000 (00:17 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Wed, 5 Jun 2024 08:13:54 +0000 (08:13 +0000)]
chore(deps): update dependency @vitejs/plugin-vue-jsx to v4
renovate[bot] [Wed, 5 Jun 2024 08:02:43 +0000 (08:02 +0000)]
chore(deps): update all non-major dependencies
cexbrayat [Fri, 24 May 2024 14:28:03 +0000 (16:28 +0200)]
fix(cypress): remove es5 from tsconfig
It looks like this is no longer necessary and allows developers to use a more modern syntax in the spec files.
renovate[bot] [Mon, 27 May 2024 01:01:19 +0000 (01:01 +0000)]
chore(deps): update all non-major dependencies
cexbrayat [Thu, 23 May 2024 13:15:02 +0000 (15:15 +0200)]
fix: use lowercase for vueDevTools plugin
Yordan Ramchev [Thu, 23 May 2024 08:01:10 +0000 (11:01 +0300)]
chore: update snapshot from devtools to devtools-router-pinia (#523)
Fixes #522
renovate[bot] [Thu, 23 May 2024 02:09:37 +0000 (02:09 +0000)]
chore(deps): update dependency chromedriver to v125
renovate[bot] [Wed, 22 May 2024 11:19:42 +0000 (11:19 +0000)]
chore(deps): update all non-major dependencies
muluk.ma [Wed, 8 May 2024 06:25:03 +0000 (14:25 +0800)]
fix: write merged setting config
renovate[bot] [Mon, 13 May 2024 22:46:20 +0000 (22:46 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Mon, 6 May 2024 01:56:24 +0000 (01:56 +0000)]
chore(deps): update all non-major dependencies
btea [Wed, 1 May 2024 12:37:38 +0000 (20:37 +0800)]
chore: run `pnpm format`
btea [Wed, 1 May 2024 12:12:12 +0000 (20:12 +0800)]
chore: set `package-manager-strict` to false
Yordan Ramchev [Mon, 29 Apr 2024 18:55:30 +0000 (21:55 +0300)]
docs: update readme image
renovate[bot] [Mon, 29 Apr 2024 14:12:16 +0000 (14:12 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Mon, 29 Apr 2024 01:18:22 +0000 (01:18 +0000)]
chore(deps): update dependency chromedriver to v124
renovate[bot] [Mon, 29 Apr 2024 03:10:22 +0000 (03:10 +0000)]
chore(deps): update dependency eslint-plugin-cypress to v3
Yordan Ramchev [Mon, 29 Apr 2024 14:10:07 +0000 (17:10 +0300)]
doc: update readme (#509)
update image and add warning message for vue 2 EOL
Fixes #503
btea [Sun, 28 Apr 2024 01:22:16 +0000 (09:22 +0800)]
ci: test on Node.js 22
btea [Thu, 25 Apr 2024 23:49:24 +0000 (07:49 +0800)]
chore: remove ts-ignore
yordan.ramchev [Tue, 23 Apr 2024 08:46:40 +0000 (11:46 +0300)]
chore: change node version to 18.3.0 or higher
renovate[bot] [Tue, 23 Apr 2024 08:44:45 +0000 (08:44 +0000)]
chore(deps): update pnpm to v9
cexbrayat [Mon, 22 Apr 2024 05:44:56 +0000 (07:44 +0200)]
chore: drop last node v16 ci job
pnpm v9 won't run on node v16.
As node v16 is EOL, we can safely remove this job from ci.
renovate[bot] [Mon, 22 Apr 2024 03:21:01 +0000 (03:21 +0000)]
chore(deps): update all non-major dependencies
renovate[bot] [Fri, 19 Apr 2024 01:38:48 +0000 (01:38 +0000)]
chore(deps): update all non-major dependencies
Cédric Exbrayat [Thu, 18 Apr 2024 07:29:12 +0000 (09:29 +0200)]
chore: use packageManager field to set pnpm version (#495)
aisevim [Sat, 13 Apr 2024 10:55:10 +0000 (12:55 +0200)]
i18n: update tr-TR.json (#493)
Haoqun Jiang [Thu, 11 Apr 2024 07:35:38 +0000 (15:35 +0800)]
chore: update snapshot
Haoqun Jiang [Thu, 11 Apr 2024 07:34:34 +0000 (15:34 +0800)]
3.10.3
Yordan Ramchev [Wed, 10 Apr 2024 08:00:42 +0000 (11:00 +0300)]
feat: pr template (#483)