chore(deps): update vite and vitest

This commit is contained in:
Johannes Loher 2025-02-15 17:15:33 +01:00
parent 4a79f36dcc
commit 58e1b39c34
Signed by: saluu
GPG key ID: 7CB0A9FB553DA045
3 changed files with 602 additions and 397 deletions

View file

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

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"

File diff suppressed because it is too large Load diff