Skip to content

Commit 41cd3c0

Browse files
Yordan-Ramchevrenovate[bot]bteahaoqunjiangzhhbstudio
authored
Sync fork - create vue (#18)
* chore(deps): update dependency lint-staged to v14 (vuejs#329) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency chromedriver to v115 (vuejs#324) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update all non-major dependencies (vuejs#323) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: add npm and node badge (vuejs#330) * fix: remove `transformMode` from vitest config It's no longer needed in vitest 0.34: > By default, tests with `jsdom` or `happy-dom` use `web` transform mode https://github.com/vitest-dev/vitest/releases/tag/v0.34.0 * chore: import both `mergeConfig` and `defineConfig` from `vitest/config` With the typing fix in Vitest 0.34, it is again possible to use `defineConfig` and `mergeConfig` from the `vitest` package. * feat: add VSCode extension recommendations (vuejs#325) * 3.7.3 * chore: update snapshot * chore: add `rel="noopener"` to the link to `Cypress Component Testing` (vuejs#333) * chore(deps): update all non-major dependencies (vuejs#331) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency chromedriver to v116 (vuejs#332) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency cypress to v13 (vuejs#336) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update actions/checkout action to v4 (vuejs#340) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update all non-major dependencies (vuejs#339) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: add playground directory to prettierignore The code is generated so it makes no sense to format it. * style: format * chore: dependency maintenance * feat: replace npm-run-all with npm-run-all2 https://www.npmjs.com/package/npm-run-all2 It is a maintained fork of npm-run-all, which is not maintained anymore. Both maintainers of the fork also maintain some other popular packages, so I consider it a safe replacement. Another popular alternative is [concurrently](https://www.npmjs.com/package/concurrently). But [its size](https://packagephobia.com/[email protected]) is too big, I think it would be an overkill. Closes vuejs#306 * fix(config/typescript): pass build arguments to build-only command (vuejs#338) * 3.7.4 * chore: update snapshot * chore: don't ignore zx updates Now we are in the same supported Node.js version range as zx, we can safely upgrade it. * chore: also check for typescript updates with renovate * feat: replace npm-run-all with npm-run-all2 (vuejs#343) * chore(deps): update all non-major dependencies (vuejs#344) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency typescript to ~5.2.0 (vuejs#345) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency chromedriver to v117 (vuejs#346) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * 3.7.5 * chore: update snapshot --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: btea <[email protected]> Co-authored-by: Haoqun Jiang <[email protected]> Co-authored-by: zhhbstudio <[email protected]> Co-authored-by: 汪心禾 <[email protected]> Co-authored-by: Alex <[email protected]> Co-authored-by: Cédric Exbrayat <[email protected]>
1 parent 7b43d2c commit 41cd3c0

File tree

31 files changed

+5293
-1647
lines changed

31 files changed

+5293
-1647
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
name: Build the package
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: pnpm/action-setup@v2
2020
with:
2121
version: 8
@@ -101,7 +101,7 @@ jobs:
101101
# Sometimes the Linux runner can't verify Cypress in 30s
102102
CYPRESS_VERIFY_TIMEOUT: 60000
103103
steps:
104-
- uses: actions/checkout@v3
104+
- uses: actions/checkout@v4
105105
- uses: pnpm/action-setup@v2
106106
with:
107107
version: 8

.prettierignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ pnpm-lock.yaml
66
**/*.spec.ts
77
**/dist
88
# https://github.com/prettier/prettier/issues/5246
9-
**/*.html
9+
**/*.html
10+
11+
playground

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Create Vue Fork
1+
# Create Vue Fork <a href="https://npmjs.com/package/create-vue"><img src="https://badgen.net/npm/v/create-vue" alt="npm package"></a> <a href="https://nodejs.org/en/about/releases/"><img src="https://img.shields.io/node/v/create-vue" alt="node compatibility"></a>
22

33
TODO - Update github related stuff when transferred
44

0 commit comments

Comments
 (0)