main
Name already in use
Commits on Dec 12, 2022
-
-
chore: use "npm create" in the screenshot
Makes the instructions more consistent. Fixes #194
Commits on Dec 10, 2022
-
-
chore(deps): update dependency @vitejs/plugin-vue-jsx to v3 (#208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Commits on Dec 9, 2022
-
chore(deps): update all non-major dependencies (#200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
chore(deps): update dependency @vitejs/plugin-vue to v4 (#206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
chore(deps): update dependency vite to v4 (#207)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
chore(deps): update dependency cypress to v12 (#205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Commits on Nov 24, 2022
-
chore(deps): update dependency @types/node to v18 (#189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
fix: add
private: true
to avoid "No license field" warning (#192)Co-authored-by: Haoqun Jiang <[email protected]>
-
-
chore(deps): update all non-major dependencies (#188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Commits on Nov 21, 2022
-
chore(deps): update dependency cypress to v11 (#196)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Commits on Nov 18, 2022
-
fix: add tsconfig.json for playwright tests
1. Avoid "The file must be included in at least one of the projects provided" error when using type-aware ESLint configurations; 2. It's recommended by the [playwright documentation](https://playwright.dev/docs/test-typescript#tsconfigjson): > We recommend setting up a separate `tsconfig.json` in the tests directory so that you can change some preferences specifically for the tests.
Commits on Oct 24, 2022
Commits on Oct 21, 2022
-
-
chore(deps): update all non-major dependencies (#178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
refactor(playwright)!: use prod bundle & preview server on CI (#182)
Co-authored-by: Max Schmitt <[email protected]>
Commits on Oct 19, 2022
Commits on Oct 18, 2022
Commits on Oct 17, 2022
-
-
-
-
chore(deps): update dependency vue-tsc to v1 (#173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
chore(deps): update dependency @types/node to v16 (#179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> - We already have a Node.js 16 CI environment to ensure this project works correctly on Node.js 16 - The project templates depend on the active LTS version of `@types/node`, which is 16.x, and will soon be 18.x. It's better to keep that in sync with the version that the project itself uses.