]>
git.ipfire.org Git - thirdparty/vuejs/create-vue.git/log
Haoqun Jiang [Fri, 3 Jun 2022 09:19:04 +0000 (17:19 +0800)]
chore: fix submodule pointer
Jess [Fri, 3 Jun 2022 08:39:20 +0000 (10:39 +0200)]
fix: move Cypress links to "on" links so they do not break. (#109)
Haoqun Jiang [Fri, 3 Jun 2022 08:19:21 +0000 (16:19 +0800)]
fix: clean up Cypress tsconfigs
Haoqun Jiang [Fri, 3 Jun 2022 08:06:28 +0000 (16:06 +0800)]
fix: add `--component` to `test:unit`
Haoqun Jiang [Fri, 3 Jun 2022 02:53:21 +0000 (10:53 +0800)]
fix: unlike Vitest, Cypress CT runs in full DOM environment, so no need to empty the `lib` option
Haoqun Jiang [Fri, 3 Jun 2022 02:52:50 +0000 (10:52 +0800)]
style: add trailing newline
Haoqun Jiang [Fri, 3 Jun 2022 02:41:43 +0000 (10:41 +0800)]
fix: fix syntax errors
Haoqun Jiang [Fri, 3 Jun 2022 02:38:25 +0000 (10:38 +0800)]
feat: update to Cypress 10
Haoqun Jiang [Wed, 1 Jun 2022 07:29:22 +0000 (15:29 +0800)]
chore: revert "chore: add minimum Node version to .npmrc to avoid accidental breakage"
This reverts commit
0b16bd50bffb637dfd8b41258fbefee673a0913e .
Seems `packageExtensions` cannot be used to patch `engines` field
reliably (it works on the first install, but would fail on a subsequent
`pnpm i`)
Anyway, we have Node.js 14 environment in the CI, so it's not a
must-have.
Haoqun Jiang [Wed, 1 Jun 2022 06:43:04 +0000 (14:43 +0800)]
chore: update snapshot
Haoqun Jiang [Wed, 1 Jun 2022 06:42:48 +0000 (14:42 +0800)]
3.1.12
Haoqun Jiang [Wed, 1 Jun 2022 06:16:51 +0000 (14:16 +0800)]
chore: change default preview port to 4173
The default preview port was changed to 4173 in Vite 2.8:
<https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md#280-2022-02-09>
To avoid Vite preview server auto-increment the port number in the case
that port 4173 is occupied, therefore failing E2E tests unexpectedly,
we still have to explicitly set the port number in the npm scripts.
Haoqun Jiang [Wed, 1 Jun 2022 05:16:14 +0000 (13:16 +0800)]
fix: build task should do type-check when vitest is used (#107)
Haoqun Jiang [Tue, 31 May 2022 12:56:44 +0000 (20:56 +0800)]
chore: add minimum Node version to .npmrc to avoid accidental breakage
Tips from https://twitter.com/pnpmjs/status/
1530528148080799744
Had to add the `packageExtensions` field as the dev-only dependency
`zx` requires Node.js >= 16.0.0
Haoqun Jiang [Tue, 31 May 2022 12:10:52 +0000 (20:10 +0800)]
chore!: bump minimal Node.js version requirement (from 14.13.1 to 14.16.0)
BREAKING CHANGE:
It's because `vitest` requires >= 14.16.0.
I expect few people will be affected though.
Haoqun Jiang [Tue, 31 May 2022 12:06:40 +0000 (20:06 +0800)]
chore: update vitest, typescript, vue-tsc, and husky
These are major version updates but I don't find breaking changes to
`create-vue` users (except that `vue-tsc` and `typescript` versions must
be in sync), so it should be fine.
Haoqun Jiang [Tue, 31 May 2022 09:11:44 +0000 (17:11 +0800)]
chore: update all non-breaking deps
Haoqun Jiang [Mon, 30 May 2022 08:47:31 +0000 (16:47 +0800)]
chore: update snapshot
Haoqun Jiang [Mon, 30 May 2022 08:47:17 +0000 (16:47 +0800)]
3.1.11
Haoqun Jiang [Mon, 30 May 2022 08:08:08 +0000 (16:08 +0800)]
chore: remove the "open in vscode" badge
Haoqun Jiang [Mon, 30 May 2022 07:08:14 +0000 (15:08 +0800)]
docs: `vue` -> `Vue` to be consistent with the publisher account name
Julien Ripouteau [Mon, 30 May 2022 07:07:26 +0000 (09:07 +0200)]
docs: update the links to the vscode marketplace extensions in the generated readme (#98)
Patrik Švikruha [Thu, 12 May 2022 06:03:55 +0000 (08:03 +0200)]
chore: change extensions to Vue organization (#95)
Haoqun Jiang [Tue, 19 Apr 2022 07:15:44 +0000 (15:15 +0800)]
chore: update snapshot
Haoqun Jiang [Tue, 19 Apr 2022 07:15:25 +0000 (15:15 +0800)]
3.1.10
Haoqun Jiang [Mon, 18 Apr 2022 14:00:34 +0000 (22:00 +0800)]
chore: update dependencies
Haoqun Jiang [Fri, 1 Apr 2022 14:04:11 +0000 (22:04 +0800)]
chore: update snapshot
Haoqun Jiang [Fri, 1 Apr 2022 14:03:58 +0000 (22:03 +0800)]
3.1.9
Haoqun Jiang [Fri, 1 Apr 2022 08:59:07 +0000 (16:59 +0800)]
chore: update dependencies
Haoqun Jiang [Mon, 28 Mar 2022 10:38:38 +0000 (18:38 +0800)]
ci: allow all pull requests to trigger CI
Haoqun Jiang [Tue, 15 Mar 2022 07:56:53 +0000 (15:56 +0800)]
chore: update snapshot
Haoqun Jiang [Tue, 15 Mar 2022 07:56:32 +0000 (15:56 +0800)]
3.1.8
Haoqun Jiang [Tue, 15 Mar 2022 07:04:18 +0000 (15:04 +0800)]
refactor: migrate the codebase to typescript
zhhbstudio [Fri, 11 Mar 2022 08:02:20 +0000 (16:02 +0800)]
feat: use `??` instead of `||` (#78)
Co-authored-by: zhaohebin <zhaohebin@360.cn>
Haoqun Jiang [Tue, 8 Mar 2022 13:13:34 +0000 (21:13 +0800)]
fix: only add vitest type when it is chosen
Haoqun Jiang [Tue, 22 Feb 2022 08:11:18 +0000 (16:11 +0800)]
chore: update snapshot
Haoqun Jiang [Tue, 22 Feb 2022 08:11:03 +0000 (16:11 +0800)]
3.1.7
Haoqun Jiang [Mon, 21 Feb 2022 14:20:45 +0000 (22:20 +0800)]
feat: update vitest from 0.2 to 0.5
Haoqun Jiang [Mon, 21 Feb 2022 13:57:01 +0000 (21:57 +0800)]
chore: update esbuild
Haoqun Jiang [Mon, 21 Feb 2022 13:50:51 +0000 (21:50 +0800)]
fix: fix build script
Haoqun Jiang [Mon, 21 Feb 2022 13:50:00 +0000 (21:50 +0800)]
chore: update zx
Haoqun Jiang [Mon, 21 Feb 2022 11:22:42 +0000 (19:22 +0800)]
chore: dependency maintenance (update all none-major versions)
Haoqun Jiang [Mon, 21 Feb 2022 06:58:46 +0000 (14:58 +0800)]
fix(cypress-ct): avoid cypress types polluting normal source files (#62)
Haoqun Jiang [Wed, 16 Feb 2022 07:57:41 +0000 (15:57 +0800)]
docs: note that the version number must not be omitted
Haoqun Jiang [Wed, 16 Feb 2022 06:35:14 +0000 (14:35 +0800)]
chore: update snapshot
Haoqun Jiang [Wed, 16 Feb 2022 06:34:50 +0000 (14:34 +0800)]
3.1.6
Haoqun Jiang [Wed, 16 Feb 2022 06:34:28 +0000 (14:34 +0800)]
fix: vitest tsconfig should include all files under `src` (#56)
Haoqun Jiang [Fri, 11 Feb 2022 09:48:44 +0000 (17:48 +0800)]
chore: update snapshot
Haoqun Jiang [Fri, 11 Feb 2022 09:48:26 +0000 (17:48 +0800)]
3.1.5
chenpeng991105 [Fri, 11 Feb 2022 08:08:08 +0000 (16:08 +0800)]
fix: fix packageName when npm init vue set valid targetDir (#51)
Haoqun Jiang [Fri, 11 Feb 2022 08:03:47 +0000 (16:03 +0800)]
ci: ignore changes in markdown files
Cédric Exbrayat [Fri, 11 Feb 2022 07:49:18 +0000 (08:49 +0100)]
fix(vitest): allow to typecheck tests (#47)
chenpeng991105 [Thu, 10 Feb 2022 07:08:12 +0000 (15:08 +0800)]
fix: typo (#49)
Cédric Exbrayat [Thu, 10 Feb 2022 07:00:11 +0000 (08:00 +0100)]
fix(vitest): allow to use path mapping in tests (#46)
Haoqun Jiang [Mon, 7 Feb 2022 08:20:32 +0000 (16:20 +0800)]
chore: update snapshot
Haoqun Jiang [Mon, 7 Feb 2022 08:20:21 +0000 (16:20 +0800)]
3.1.4
Haoqun Jiang [Mon, 7 Feb 2022 08:03:46 +0000 (16:03 +0800)]
chore: update sponsor link
Haoqun Jiang [Mon, 7 Feb 2022 07:55:26 +0000 (15:55 +0800)]
chore: update links as Vue 3 becomes the new default
Haoqun Jiang [Thu, 3 Feb 2022 08:13:42 +0000 (16:13 +0800)]
chore: update snapshot
Haoqun Jiang [Thu, 3 Feb 2022 08:13:20 +0000 (16:13 +0800)]
3.1.3
Haoqun Jiang [Thu, 3 Feb 2022 07:12:04 +0000 (15:12 +0800)]
chore: update dependencies
Haoqun Jiang [Tue, 1 Feb 2022 08:50:56 +0000 (16:50 +0800)]
chore: update snapshot
Haoqun Jiang [Tue, 1 Feb 2022 08:50:41 +0000 (16:50 +0800)]
3.1.2
Haoqun Jiang [Mon, 31 Jan 2022 13:30:50 +0000 (21:30 +0800)]
build: add license plugin to include licenses of bundled dependencies
Haoqun Jiang [Mon, 31 Jan 2022 06:27:23 +0000 (22:27 -0800)]
feat: use solution-style tsconfigs for more accurate type checking (#40)
Cédric Exbrayat [Sat, 29 Jan 2022 02:55:30 +0000 (03:55 +0100)]
chore: add coverage to gitignore (#41)
Haoqun Jiang [Fri, 28 Jan 2022 12:52:09 +0000 (20:52 +0800)]
ci: skip Node.js 17 CI until https://github.com/cypress-io/cypress/issues/19600 is resolved
Haoqun Jiang [Fri, 28 Jan 2022 08:24:04 +0000 (16:24 +0800)]
chore: should also push tags before publishing
Haoqun Jiang [Fri, 28 Jan 2022 08:23:17 +0000 (16:23 +0800)]
chore: update snapshot
Haoqun Jiang [Fri, 28 Jan 2022 08:23:05 +0000 (16:23 +0800)]
3.1.1
Haoqun Jiang [Fri, 28 Jan 2022 08:21:50 +0000 (16:21 +0800)]
refactor: get rid of `baseUrl` option in tsconfig
Haoqun Jiang [Mon, 24 Jan 2022 08:00:55 +0000 (16:00 +0800)]
fix: show `npm run lint` in messages if user installs prettier
Because the generated template code style doesn't conform to the default
prettier configuration
Haoqun Jiang [Thu, 20 Jan 2022 09:20:40 +0000 (17:20 +0800)]
ci: uncomment
Haoqun Jiang [Thu, 20 Jan 2022 08:01:03 +0000 (16:01 +0800)]
ci: fix windows ci
Haoqun Jiang [Wed, 19 Jan 2022 12:36:12 +0000 (20:36 +0800)]
ci: re-enable windows CI now that we have supported Vitest
Haoqun Jiang [Wed, 19 Jan 2022 08:55:56 +0000 (16:55 +0800)]
chore: automatically update the playground submodule pointer
Haoqun Jiang [Wed, 19 Jan 2022 08:54:10 +0000 (16:54 +0800)]
chore: update snapshot
Haoqun Jiang [Wed, 19 Jan 2022 08:53:23 +0000 (16:53 +0800)]
3.1.0
Cédric Exbrayat [Wed, 19 Jan 2022 08:23:11 +0000 (09:23 +0100)]
chore: remove outdated comment (#31)
Cédric Exbrayat [Wed, 19 Jan 2022 08:22:06 +0000 (09:22 +0100)]
chore: remove console.log (#30)
Haoqun Jiang [Wed, 19 Jan 2022 08:19:22 +0000 (16:19 +0800)]
fix: fix peer dependency warnings in templates
Haoqun Jiang [Wed, 19 Jan 2022 08:07:29 +0000 (16:07 +0800)]
fix: fix `--force` feature when targetDir doesn't exist yet
Haoqun Jiang [Wed, 19 Jan 2022 07:55:23 +0000 (15:55 +0800)]
chore: update all non-major dependencies
Haoqun Jiang [Wed, 19 Jan 2022 07:50:21 +0000 (15:50 +0800)]
fix: use npm_config_user_agent, which is more reliable
Ref https://github.com/facebook/create-react-app/pull/11322#issuecomment-
906621551
Haoqun Jiang [Wed, 19 Jan 2022 07:49:56 +0000 (15:49 +0800)]
chore: add target in the build command
Haoqun Jiang [Wed, 19 Jan 2022 04:20:56 +0000 (12:20 +0800)]
feat!: add Vitest template (#29)
Haoqun Jiang [Mon, 17 Jan 2022 08:11:08 +0000 (16:11 +0800)]
chore: update the link for take over mode
The new link contains instructions with screenshots, which is more
user-friendly.
Haoqun Jiang [Mon, 17 Jan 2022 06:24:16 +0000 (14:24 +0800)]
fix: more accurate package manager inferring
Haoqun Jiang [Mon, 17 Jan 2022 06:01:33 +0000 (14:01 +0800)]
chore: use zx for all npm scripts
Haoqun Jiang [Mon, 10 Jan 2022 09:00:58 +0000 (17:00 +0800)]
chore: update snapshot
Haoqun Jiang [Mon, 10 Jan 2022 08:58:23 +0000 (16:58 +0800)]
3.0.7
Haoqun Jiang [Mon, 10 Jan 2022 08:41:32 +0000 (16:41 +0800)]
feat: drop .vue shim and recommend typescript vue plugin by default (#26)
Haoqun Jiang [Fri, 7 Jan 2022 05:27:28 +0000 (13:27 +0800)]
docs: fix typo
Haoqun Jiang [Thu, 6 Jan 2022 14:47:18 +0000 (22:47 +0800)]
3.0.6
Haoqun Jiang [Thu, 6 Jan 2022 14:47:08 +0000 (22:47 +0800)]
workflow: fix error catching
Cédric Exbrayat [Thu, 6 Jan 2022 14:40:32 +0000 (15:40 +0100)]
fix: eslint with prettier (#25)
Haoqun Jiang [Thu, 6 Jan 2022 11:00:50 +0000 (19:00 +0800)]
ci: also checkout submodules
Haoqun Jiang [Thu, 6 Jan 2022 10:57:51 +0000 (18:57 +0800)]
workflow: add prepublish script to build and push to the playground submodule
Haoqun Jiang [Thu, 6 Jan 2022 07:29:29 +0000 (15:29 +0800)]
docs: add CONTRIBUTING.md
Haoqun Jiang [Thu, 6 Jan 2022 06:41:07 +0000 (14:41 +0800)]
workflow: add playground as a submodule