mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
chore: add dependency overrides for various packages in pnpm workspace (#819)
* chore: add dependency overrides for various packages in pnpm workspace * chore: add dependency overrides for various packages in pnpm workspace * chore: Added nvmrc file * chore: Remove breaking deps * chore: update Playwright image version and remove Vitest configuration settings
This commit is contained in:
2
.github/workflows/ci-pipeline.yml
vendored
2
.github/workflows/ci-pipeline.yml
vendored
@@ -136,7 +136,7 @@ jobs:
|
|||||||
if: ${{ needs.check_changes.outputs.exists == 'true' }}
|
if: ${{ needs.check_changes.outputs.exists == 'true' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: mcr.microsoft.com/playwright:v1.54.1-noble
|
image: mcr.microsoft.com/playwright:v1.56.1-noble
|
||||||
options: --user 1001
|
options: --user 1001
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
961
pnpm-lock.yaml
generated
961
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -4,3 +4,14 @@ onlyBuiltDependencies:
|
|||||||
- sharp
|
- sharp
|
||||||
- unrs-resolver
|
- unrs-resolver
|
||||||
- workerd
|
- workerd
|
||||||
|
|
||||||
|
overrides:
|
||||||
|
"@eslint/plugin-kit@<0.3.4": ">=0.3.4"
|
||||||
|
astro@<5.14.3: ">=5.14.3"
|
||||||
|
astro@>=5.0.0-alpha.0 <=5.13.0: ">=5.13.2"
|
||||||
|
astro@>=5.2.0 <5.12.8: ">=5.12.8"
|
||||||
|
devalue@<5.3.2: ">=5.3.2"
|
||||||
|
form-data@>=4.0.0 <4.0.4: ">=4.0.4"
|
||||||
|
playwright@<1.55.1: ">=1.55.1"
|
||||||
|
vite@>=6.0.0 <=6.3.5: ">=6.3.6"
|
||||||
|
vite@>=6.0.0 <=6.4.0: ">=6.4.1"
|
||||||
|
|||||||
@@ -1,14 +1,4 @@
|
|||||||
/// <reference types="vitest" />
|
/// <reference types="vitest" />
|
||||||
import { getViteConfig } from 'astro/config'
|
import { getViteConfig } from 'astro/config'
|
||||||
import { defaultExclude } from 'vitest/config'
|
|
||||||
|
|
||||||
export default getViteConfig({
|
export default getViteConfig({})
|
||||||
test: {
|
|
||||||
exclude: [...defaultExclude, '**/*.spec.ts'],
|
|
||||||
setupFiles: ['./src/tests/vitest.setup.ts'],
|
|
||||||
coverage: {
|
|
||||||
provider: 'istanbul',
|
|
||||||
reporter: ['text', 'html'],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|||||||
Reference in New Issue
Block a user