]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/shortlog
thirdparty/vuejs/create-vue.git
2022-09-04  Haoqun Jiangchore: update lockfile
2022-09-04  Haoqun Jiangfix: update type-check command for projects with Cypres...
2022-09-04  renovate[bot]chore(deps): update all non-major dependencies (#144)
2022-09-04  Haoqun Jiangrefactor!: use `@vue/create-eslint-config` for ESLint...
2022-08-23  Haoqun Jiangrefactor: shouldn't use `@` without absolute necessity
2022-08-23  Haoqun Jiangfeat: use setup stores in pinia example
2022-08-19  renovate[bot]chore(deps): update all non-major dependencies (#142)
2022-08-17  Evan Youchore: add screenshot [ci skip]
2022-08-17  Evan Youchore: add information for Vue CLI users [ci skip]
2022-08-16  Haoqun Jiangchore: don't automatically bump esbuild & typescript...
2022-08-12  Haoqun Jiangfix: add `rel="noopener"` to external links
2022-08-11  Haoqun Jiangchore: lockfile maintenance
2022-08-11  Haoqun Jiangchore: update snapshot
2022-08-11  Haoqun Jiang3.3.2 v3.3.2
2022-08-11  Haoqun Jiangfix(eslint): set `ecmaVersion` to `latest` to support...
2022-08-11  Haoqun Jiangchore: also skip `.git` in preOrderDirectoryTraverse
2022-08-11  bteafix: the .git should be ignored when emptying the dir...
2022-08-08  renovate[bot]chore(deps): update all non-major dependencies (#136)
2022-08-08  renovate[bot]chore(deps): update actions/checkout action to v3 ...
2022-08-04  renovate[bot]chore(deps): update actions/setup-node action to v3...
2022-08-04  renovate[bot]chore(deps): update dependency @types/jsdom to v20...
2022-08-03  renovate[bot]chore(deps): update all non-major dependencies (#133)
2022-08-03  renovate[bot]workflow: Configure Renovate (#128)
2022-07-29  Haoqun Jiangchore: update snapshot
2022-07-29  Haoqun Jiang3.3.1 v3.3.1
2022-07-29  Haoqun Jiangfix: move vue from devDependencies to dependencies...
2022-07-25  Haoqun Jiangfix: should use packageName in README if created in...
2022-07-22  Haoqun Jiangchore: `pnpm create` already comes with `npm_config_use...
2022-07-18  Haoqun Jiangchore: update snapshot
2022-07-18  Haoqun Jiang3.3.0 v3.3.0
2022-07-18  Haoqun Jiangfix: wait on localhost:4173 instead of 127.0.0.1
2022-07-18  Haoqun Jiangrefactor: use 'node:' protocols for Node.js built-in...
2022-07-18  Haoqun Jiangci: add Node.js 18 CI
2022-07-18  Haoqun Jiangchore!: bump minimum Node.js version requirement
2022-07-18  Haoqun Jiangfeat!: update to vite 3
2022-07-15  Haoqun Jiangfix: fix Cypress Component Testing TypeScript & ESLint...
2022-07-13  Haoqun Jiangchore: update snapshot
2022-07-13  Haoqun Jiang3.2.3 v3.2.3
2022-07-12  Haoqun Jiangfixup! fixup! feat: import `main.css` in Cypress Compon...
2022-07-12  Haoqun Jiangfixup! feat: import `main.css` in Cypress Component...
2022-07-12  Haoqun Jiangrefactor: no need to use `@` path alias when `.` is...
2022-07-12  Haoqun Jiangfeat: import `main.css` in Cypress Component Testing...
2022-07-12  Haoqun Jiangrefactor: move global styles to `main.css`; use only...
2022-07-12  Haoqun Jiangrefactor: all code templates share the same `src/assets...
2022-07-12  Haoqun Jiangfeat: don't empty directories with only `.git` folder
2022-07-12  Haoqun Jiangchore: remove unused types
2022-07-12  Haoqun Jiangrefactor: use import assertions for json imports
2022-07-12  翠 / greenperf: exclude transpiled prompts code (#121)
2022-07-11  Haoqun Jiangchore: update vitest
2022-07-11  Haoqun Jiangchore: update dependencies
2022-06-21  Haoqun Jiangchore: update snapshot
2022-06-21  Haoqun Jiang3.2.2 v3.2.2
2022-06-21  Haoqun Jiangchore: downgrade zx to 4.x to support Node.js 14
2022-06-21  Haoqun Jiangfeat: update some major dependences, too.
2022-06-21  Haoqun Jiangchore: update all non-major dependencies
2022-06-14  Haoqun Jiangworkflow: allow empty commits when updating the snapsho...
2022-06-14  Haoqun Jiang3.2.1 v3.2.1
2022-06-14  Haoqun Jiangfeat: update TypeScript ESLint config
2022-06-03  Haoqun Jiangchore: update snapshot
2022-06-03  Haoqun Jiang3.2.0 v3.2.0
2022-06-03  Haoqun Jiangchore: fix submodule pointer
2022-06-03  Jessfix: move Cypress links to "on" links so they do not...
2022-06-03  Haoqun Jiangfix: clean up Cypress tsconfigs
2022-06-03  Haoqun Jiangfix: add `--component` to `test:unit`
2022-06-03  Haoqun Jiangfix: unlike Vitest, Cypress CT runs in full DOM environ...
2022-06-03  Haoqun Jiangstyle: add trailing newline
2022-06-03  Haoqun Jiangfix: fix syntax errors
2022-06-03  Haoqun Jiangfeat: update to Cypress 10
2022-06-01  Haoqun Jiangchore: revert "chore: add minimum Node version to ...
2022-06-01  Haoqun Jiangchore: update snapshot
2022-06-01  Haoqun Jiang3.1.12 v3.1.12
2022-06-01  Haoqun Jiangchore: change default preview port to 4173
2022-06-01  Haoqun Jiangfix: build task should do type-check when vitest is...
2022-05-31  Haoqun Jiangchore: add minimum Node version to .npmrc to avoid...
2022-05-31  Haoqun Jiangchore!: bump minimal Node.js version requirement (from...
2022-05-31  Haoqun Jiangchore: update vitest, typescript, vue-tsc, and husky
2022-05-31  Haoqun Jiangchore: update all non-breaking deps
2022-05-30  Haoqun Jiangchore: update snapshot
2022-05-30  Haoqun Jiang3.1.11 v3.1.11
2022-05-30  Haoqun Jiangchore: remove the "open in vscode" badge
2022-05-30  Haoqun Jiangdocs: `vue` -> `Vue` to be consistent with the publishe...
2022-05-30  Julien Ripouteaudocs: update the links to the vscode marketplace extens...
2022-05-12  Patrik Švikruhachore: change extensions to Vue organization (#95)
2022-04-19  Haoqun Jiangchore: update snapshot
2022-04-19  Haoqun Jiang3.1.10 v3.1.10
2022-04-18  Haoqun Jiangchore: update dependencies
2022-04-01  Haoqun Jiangchore: update snapshot
2022-04-01  Haoqun Jiang3.1.9 v3.1.9
2022-04-01  Haoqun Jiangchore: update dependencies
2022-03-28  Haoqun Jiangci: allow all pull requests to trigger CI
2022-03-15  Haoqun Jiangchore: update snapshot
2022-03-15  Haoqun Jiang3.1.8 v3.1.8
2022-03-15  Haoqun Jiangrefactor: migrate the codebase to typescript
2022-03-11  zhhbstudiofeat: use `??` instead of `||` (#78)
2022-03-08  Haoqun Jiangfix: only add vitest type when it is chosen
2022-02-22  Haoqun Jiangchore: update snapshot
2022-02-22  Haoqun Jiang3.1.7 v3.1.7
2022-02-21  Haoqun Jiangfeat: update vitest from 0.2 to 0.5
2022-02-21  Haoqun Jiangchore: update esbuild
2022-02-21  Haoqun Jiangfix: fix build script
next