-
-
Notifications
You must be signed in to change notification settings - Fork 142
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
63 lines (54 loc) · 1.76 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
63 lines (54 loc) · 1.76 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
packages:
- 'packages/*'
- 'packages/e2e-tests/*'
- 'packages/e2e-tests/_test_dependencies/*'
# package resolution settings
minimumReleaseAge: 2880
minimumReleaseAgeExclude:
- '@sveltejs/*'
- svelte
- esrap
- devalue
- zimmerframe
- prettier-plugin-svelte
- svelte-check
- esm-env
onlyBuiltDependencies:
- esbuild
ignoredBuiltDependencies:
- '@parcel/watcher'
- 'carbon-components-svelte'
- 'es5-ext'
- 'svelte-preprocess'
auditConfig:
ignoreGhsas:
- 'GHSA-67mh-4wv8-2f99'
- 'GHSA-v6h2-p8h4-qcjw'
- 'GHSA-wf6x-7x77-mvgw' # we aren't using mergeDeep from immutable with public inputs
- 'GHSA-48c2-rrv3-qjmp' # we don't consume public yaml files
- 'GHSA-f886-m6hf-6m8v' # belongs to an optional peer dependency of Vite
overrides:
# $ prefixed package names take their version from root package.json - this is like catalogs but without them
'@sveltejs/kit': '$@sveltejs/kit'
'@sveltejs/kit>@sveltejs/vite-plugin-svelte': 'workspace:^'
'@sveltejs/vite-plugin-svelte': 'workspace:^'
'svelte': '$svelte'
'vite': '$vite'
'@types/node@<=20.12.0': '20.19.43'
'@sveltejs/kit>cookie@<0.7.0': '^0.7.2'
# 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:
'@sveltejs/kit': ^2.59.1
vite: ^8.0.9
# needed for _test_dependencies
dedupeInjectedDeps: false
# enables cross-platform scripting so we don't need cross-env
shellEmulator: true
# cli output
# These are only documented as inline options and they also show an error in VS Code
# based on the schema from https://json.schemastore.org/pnpm-workspace.json
# However, they do work and are valid options
aggregateOutput: true
reporter: append-only