-
-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
120 lines (113 loc) · 3.13 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
120 lines (113 loc) · 3.13 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# pnpm's self-management rewrites pnpm-lock.yaml as a side effect of unrelated
# commands, including the read-only `pnpm store path` that actions/setup-node
# runs to locate its cache. It prepends a second YAML document recording
# '@pnpm/exe' and pnpm as packageManagerDependencies, which leaves the working
# tree dirty in every CI job before any install has run. CI already gets its
# pinned version from pnpm/action-setup reading the packageManager field, so
# nothing here needs pnpm to manage it.
managePackageManagerVersions: false
shellEmulator: true
trustPolicy: no-downgrade
# These versions predate npm provenance/trusted-publishing, while their newer
# releases publish with it, so no-downgrade flags them as trust downgrades.
# Both are long-standing, widely-audited packages (chokidar by paulmillr,
# semver by npm); the flag is a known false positive.
trustPolicyExclude:
- chokidar@4.0.3
- semver@6.3.1
packages:
- packages/*
- crates/node
- crates/node/npm/*
- crates/edge/test-worker
- examples/*
- '!examples/nextjs'
overrides:
# fflate 0.8.3 emits a trailing empty Gunzip chunk that breaks
# @arethetypeswrong/cli 0.18.2 tarball extraction (attw --pack crashes
# with "Cannot read properties of undefined (reading 'filename')").
fflate: 0.8.2
vite: npm:rolldown-vite@latest
catalog:
'@actions/core': ^3.0.1
'@actions/exec': ^3.0.0
'@antfu/eslint-config': ^9.3.0
'@arethetypeswrong/cli': ^0.18.5
'@clack/prompts': ^1.7.0
'@cloudflare/vitest-pool-workers': ^0.20.3
# napi-build 2.4 links emnapi v2 exports; keep the runtime and archive aligned.
'@emnapi/core': 2.0.0-alpha.3
'@emnapi/runtime': 2.0.0-alpha.3
'@emnapi/wasi-threads': ^2.0.1
'@napi-rs/cli': ^3.8.5
'@napi-rs/wasm-runtime': ^1.2.2
'@nuxt/devtools': 2.4.0
'@nuxt/kit': ^4.5.2
'@nuxt/module-builder': ^1.0.3
'@nuxt/schema': ^4.5.2
'@nuxt/test-utils': ^4.1.0
'@tybys/wasm-util': ^0.10.3
'@types/node': ^26.2.0
'@types/picomatch': ^4.0.3
'@vercel/ncc': ^0.44.1
'@vitejs/plugin-vue': ^6.0.8
'@vitest/browser': ^4.1.10
'@vitest/browser-playwright': ^4.1.10
bumpp: ^12.2.0
c12: ^3.3.4
cac: ^7.0.0
changelogen: ^0.6.2
compression: ^1.8.1
consola: ^3.4.2
cross-env: ^10.1.0
defu: ^6.1.7
eslint: ^10.8.1
express: ^5.2.1
hookable: ^6.1.1
knip: ^6.32.1
nuxt: ^4.5.2
nuxt-site-config: ^4.2.1
nypm: ^0.6.9
obuild: ^0.4.38
ofetch: ^1.5.1
pathe: ^2.0.3
picomatch: ^4.0.5
playwright: ^1.62.1
sirv: ^3.0.2
tinyglobby: ^0.2.17
tldts: ^7.4.10
tslib: ^2.8.1
typescript: 6.0.3
ufo: ^1.6.4
vite: ^8.2.1
vitest: ^4.1.10
vue: ^3.5.41
vue-router: ^5.2.0
vue-tsc: ^3.3.9
wrangler: ^4.118.0
catalogs:
bench:
'@kreuzberg/html-to-markdown-node': ^3.7.2
node-html-markdown: ^2.0.0
rehype-parse: ^9.0.1
rehype-remark: ^10.0.1
remark-gfm: ^4.0.1
remark-stringify: ^11.0.0
turndown: ^7.2.4
turndown-plugin-gfm: ^1.0.2
unified: ^11.0.5
onlyBuiltDependencies:
- esbuild
- '@parcel/watcher'
- better-sqlite3
- esbuild
- sharp
- vue-demi
- workerd
- maplibre-gl
allowBuilds:
'@parcel/watcher': true
esbuild: true
sharp: true
vue-demi: false
workerd: true