chore(deps): update vite and vitest
This commit is contained in:
parent
4a79f36dcc
commit
58e1b39c34
3 changed files with 602 additions and 397 deletions
|
@ -12,6 +12,7 @@ variables:
|
|||
|
||||
when:
|
||||
- event: push
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
- event: pull_request
|
||||
- event: tag
|
||||
- event: manual
|
||||
|
@ -23,36 +24,36 @@ steps:
|
|||
- <<: *enable_pnpm
|
||||
- pnpm install --frozen-lockfile
|
||||
lint:
|
||||
group: check
|
||||
depends_on: install
|
||||
image: *node_image
|
||||
commands:
|
||||
- <<: *enable_pnpm
|
||||
- pnpm lint
|
||||
formatcheck:
|
||||
group: check
|
||||
depends_on: install
|
||||
image: *node_image
|
||||
commands:
|
||||
- <<: *enable_pnpm
|
||||
- pnpm format:check
|
||||
typecheck:
|
||||
group: check
|
||||
depends_on: install
|
||||
image: *node_image
|
||||
commands:
|
||||
- <<: *enable_pnpm
|
||||
- pnpm typecheck
|
||||
test:
|
||||
group: check
|
||||
depends_on: install
|
||||
image: *node_image
|
||||
commands:
|
||||
- <<: *enable_pnpm
|
||||
- pnpm test
|
||||
reuse:
|
||||
group: check
|
||||
depends_on: install
|
||||
image: fsfe/reuse:latest
|
||||
commands:
|
||||
- reuse lint
|
||||
commitlint:
|
||||
group: check
|
||||
depends_on: install
|
||||
image: *node_image
|
||||
commands:
|
||||
- <<: *enable_pnpm
|
||||
|
@ -61,7 +62,7 @@ steps:
|
|||
when:
|
||||
event: pull_request
|
||||
build:
|
||||
group: build
|
||||
depends_on: [lint, formatcheck, typecheck, test, reuse]
|
||||
image: *node_image
|
||||
commands:
|
||||
- export APPDATA=$(pwd)
|
||||
|
|
|
@ -89,8 +89,8 @@
|
|||
"semver": "7.6.3",
|
||||
"tslib": "2.8.0",
|
||||
"typescript": "5.6.3",
|
||||
"vite": "4.5.5",
|
||||
"vitest": "0.34.6",
|
||||
"vite": "6.1.0",
|
||||
"vitest": "3.0.5",
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"packageManager": "pnpm@9.12.2"
|
||||
|
|
980
pnpm-lock.yaml
980
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue