-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
85 lines (84 loc) · 2.6 KB
/
pnpm-workspace.yaml
File metadata and controls
85 lines (84 loc) · 2.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
packages:
- packages/*
- packages/adapter-cloudflare/test/apps/*
- packages/adapter-netlify/test/apps/*
- packages/adapter-vercel/test/apps/*
- packages/adapter-static/test/apps/*
- packages/enhanced-img/test/apps/*
- packages/kit/test/apps/*
- packages/kit/test/prerendering/*
- packages/kit/test/build-errors/**
- packages/kit/test/build-errors/apps/*
- '!.test-tmp/**'
- playgrounds/*
allowBuilds:
'@parcel/watcher': true
esbuild: true
protobufjs: true
rolldown: true
sharp: true
svelte-preprocess: true
unix-dgram: true
workerd: true
# pnpm catalogs are currently only suitable for dependencies that
# wouldn't require publishing a new package version
# see https://github.com/changesets/changesets/issues/1707
catalog:
'@changesets/cli': ^3.0.0-next.2
'@fontsource/libre-barcode-128-text': ^5.1.0
'@netlify/dev': ^4.11.2
'@netlify/edge-functions': ^3.0.0
'@netlify/functions': ^5.0.0
'@opentelemetry/sdk-node': ^0.218.0
'@opentelemetry/sdk-trace-node': ^2.0.1
'@playwright/test': ^1.59.1
'@polka/url': ^1.0.0-next.28
'@rollup/plugin-commonjs': ^29.0.0
'@rollup/plugin-json': ^6.1.0
'@rollup/plugin-node-resolve': ^16.0.0
'@sveltejs/eslint-config': ^10.0.0
'@sveltejs/vite-plugin-svelte': ^6.0.0-next.3
'@svitejs/changesets-changelog-github.qkg1.toppact': ^1.2.0
'@types/connect': ^3.4.38
'@types/estree': ^1.0.5
'@types/node': ^18.19.130
'@types/semver': ^7.5.6
'@types/set-cookie-parser': ^2.4.7
dropcss: ^1.0.16
esbuild: ^0.25.4
eslint: ^10.0.0
polka: ^1.0.0-next.28
publint: ^0.3.0
prettier: ^3.8.1
prettier-plugin-svelte: ^3.5.1
semver: ^7.5.4
sirv-cli: ^3.0.0
svelte: ^5.55.7
svelte-check: ^4.4.6
svelte-preprocess: ^6.0.0
typescript: ^6.0.2
valibot: ^1.1.0
vite: ^6.4.2
wrangler: ^4.14.3
# unit test deps that should be upgraded together
'@vitest/browser-playwright': ^4.1.7
vitest: ^4.1.7
jsdom: ^26.1.0
catalogs:
vite-baseline:
vite: ^5.4.21 # should be 5.0.3 but older versions cause errors in some tests
'@sveltejs/vite-plugin-svelte': ^4.0.0
vitest: 4.0.18
'vitest>vite': ^6.0.0 # vitest@4 doesn't work with vite@5, vite@7 doesn't work on node18
'@vitest/browser-playwright': 4.0.18
vite-beta:
vite: ^8.0.0
'@sveltejs/vite-plugin-svelte': ^7.0.0-next.0
node-18:
vite: ^6.4.2 # vite7 requires node20
'@sveltejs/vite-plugin-svelte': ^5.0.0 #vps6 requires node20
vitest: 4.0.18
'@vitest/browser-playwright': 4.0.18
overrides:
# ci script replaces all overrides with the vite-xxx or node-xx catalogs above.
# if you want to introduce an override, make sure to add it to all of them too