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:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
- event: tag
|
- event: tag
|
||||||
- event: manual
|
- event: manual
|
||||||
|
@ -23,36 +24,36 @@ steps:
|
||||||
- <<: *enable_pnpm
|
- <<: *enable_pnpm
|
||||||
- pnpm install --frozen-lockfile
|
- pnpm install --frozen-lockfile
|
||||||
lint:
|
lint:
|
||||||
group: check
|
depends_on: install
|
||||||
image: *node_image
|
image: *node_image
|
||||||
commands:
|
commands:
|
||||||
- <<: *enable_pnpm
|
- <<: *enable_pnpm
|
||||||
- pnpm lint
|
- pnpm lint
|
||||||
formatcheck:
|
formatcheck:
|
||||||
group: check
|
depends_on: install
|
||||||
image: *node_image
|
image: *node_image
|
||||||
commands:
|
commands:
|
||||||
- <<: *enable_pnpm
|
- <<: *enable_pnpm
|
||||||
- pnpm format:check
|
- pnpm format:check
|
||||||
typecheck:
|
typecheck:
|
||||||
group: check
|
depends_on: install
|
||||||
image: *node_image
|
image: *node_image
|
||||||
commands:
|
commands:
|
||||||
- <<: *enable_pnpm
|
- <<: *enable_pnpm
|
||||||
- pnpm typecheck
|
- pnpm typecheck
|
||||||
test:
|
test:
|
||||||
group: check
|
depends_on: install
|
||||||
image: *node_image
|
image: *node_image
|
||||||
commands:
|
commands:
|
||||||
- <<: *enable_pnpm
|
- <<: *enable_pnpm
|
||||||
- pnpm test
|
- pnpm test
|
||||||
reuse:
|
reuse:
|
||||||
group: check
|
depends_on: install
|
||||||
image: fsfe/reuse:latest
|
image: fsfe/reuse:latest
|
||||||
commands:
|
commands:
|
||||||
- reuse lint
|
- reuse lint
|
||||||
commitlint:
|
commitlint:
|
||||||
group: check
|
depends_on: install
|
||||||
image: *node_image
|
image: *node_image
|
||||||
commands:
|
commands:
|
||||||
- <<: *enable_pnpm
|
- <<: *enable_pnpm
|
||||||
|
@ -61,7 +62,7 @@ steps:
|
||||||
when:
|
when:
|
||||||
event: pull_request
|
event: pull_request
|
||||||
build:
|
build:
|
||||||
group: build
|
depends_on: [lint, formatcheck, typecheck, test, reuse]
|
||||||
image: *node_image
|
image: *node_image
|
||||||
commands:
|
commands:
|
||||||
- export APPDATA=$(pwd)
|
- export APPDATA=$(pwd)
|
||||||
|
|
|
@ -89,8 +89,8 @@
|
||||||
"semver": "7.6.3",
|
"semver": "7.6.3",
|
||||||
"tslib": "2.8.0",
|
"tslib": "2.8.0",
|
||||||
"typescript": "5.6.3",
|
"typescript": "5.6.3",
|
||||||
"vite": "4.5.5",
|
"vite": "6.1.0",
|
||||||
"vitest": "0.34.6",
|
"vitest": "3.0.5",
|
||||||
"yargs": "17.7.2"
|
"yargs": "17.7.2"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.12.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