chore(deps): update vite and vitest

This commit is contained in:
Johannes Loher 2025-02-15 17:15:33 +01:00
commit 5648175c78
Signed by: saluu
GPG key ID: 7CB0A9FB553DA045
3 changed files with 602 additions and 398 deletions

View file

@ -23,36 +23,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
@ -60,8 +60,8 @@ steps:
- pnpm exec commitlint --from origin/${CI_COMMIT_TARGET_BRANCH}
when:
event: pull_request
build:
group: build
build: [lint, formatcheck, typecheck, test, reuse]
depends_on:
image: *node_image
commands:
- export APPDATA=$(pwd)

View file

@ -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 generated

File diff suppressed because it is too large Load diff