-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
121 lines (114 loc) · 4.17 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
121 lines (114 loc) · 4.17 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
121
packages:
- packages/*
- apps/*
nodeLinker: hoisted
# pnpm v11 enabled this by default; @electron/rebuild pulls @electron/node-gyp via git.
blockExoticSubdeps: false
# pnpm v11 introduced a 1-day default release age; keep at 0 so Renovate-driven
# updates and regular installs aren't stalled.
minimumReleaseAge: 0
# Don't fail when corepack provides a slightly different pnpm version than packageManager declares.
pmOnFail: ignore
overrides:
# CodeMirror 6 is a swarm of packages that peer-depend on a shared runtime
# (view/state/language/...) and rely on single-instance object identity for
# facets to work. A partial bump leaves two copies in the tree, which breaks
# both typechecking (nominal type clashes) and runtime (lint markers, etc.).
# Keep every core singleton pinned here so the whole tree resolves to one copy.
"@codemirror/view": "6.43.4"
"@codemirror/state": "6.7.0"
"@codemirror/language": "6.12.4"
"@codemirror/commands": "6.10.4"
"@codemirror/autocomplete": "6.20.3"
"@codemirror/lint": "6.9.7"
"@codemirror/search": "6.7.1"
"@lezer/common": "1.5.2"
"@lezer/highlight": "1.2.3"
"@lezer/lr": "1.4.10"
"mermaid": "11.16.0"
"preact": "10.29.3"
"roughjs": "4.6.6"
"@types/express-serve-static-core": "5.1.1"
"node-abi": "4.31.0"
"flat@<5.0.1": ">=5.0.1"
"debug@>=3.2.0 <3.2.7": ">=3.2.7"
"nanoid@<3.3.8": ">=3.3.8"
"nanoid@>=4.0.0 <5.0.9": ">=5.0.9"
"dompurify@<3.2.4": ">=3.2.4"
"esbuild@<=0.24.2": ">=0.25.0"
"cookie@<0.7.0": ">=0.7.0"
"tar-fs@>=2.0.0 <2.1.3": ">=2.1.3"
"on-headers@<1.1.0": ">=1.1.0"
"form-data@>=3.0.0 <3.0.4": ">=3.0.4"
"form-data@>=4.0.0 <4.0.4": ">=4.0.4"
"tmp@<=0.2.3": ">=0.2.4"
"glob@>=10.2.0 <10.5.0": ">=10.5.0"
"glob@>=11.0.0 <11.1.0": ">=11.1.0"
"mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1"
"@smithy/config-resolver@<4.4.0": ">=4.4.0"
"diff@<4.0.4": ">=4.0.4"
"diff@>=6.0.0 <8.0.3": ">=8.0.3"
"zod": ">=4.0.0"
"rollup@>=4.0.0 <4.59.0": ">=4.59.0"
"basic-ftp@<5.2.0": ">=5.2.0"
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0"
"@tootallnate/once@<3.0.1": ">=3.0.1"
"svgo@>=3.0.0 <3.3.3": ">=3.3.3"
"immutable@>=4.0.0-rc.1 <4.3.8": ">=4.3.8"
"simple-git@>=3.15.0 <3.32.3": ">=3.32.3"
"undici@>=7.0.0 <7.24.0": ">=7.24.0"
"socket.io-parser@>=4.0.0 <4.2.6": ">=4.2.6"
"fast-xml-parser@>=4.0.0-beta.3 <5.5.7": ">=5.5.7"
"path-to-regexp@<0.1.13": ">=0.1.13"
"path-to-regexp@>=8.0.0 <8.4.0": ">=8.4.0"
"brace-expansion@<1.1.13": ">=1.1.13"
"brace-expansion@>=2.0.0 <2.0.3": ">=2.0.3"
"brace-expansion@>=4.0.0 <5.0.5": ">=5.0.5"
"picomatch@<2.3.2": ">=2.3.2"
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4"
"yaml@>=1.0.0 <1.10.3": ">=1.10.3"
"yaml@>=2.0.0 <2.8.3": ">=2.8.3"
"@xmldom/xmldom@<0.8.12": ">=0.8.12"
"plist>@xmldom/xmldom": "^0.9.0"
"flatted@<=3.4.1": ">=3.4.2"
"defu@<=6.1.4": ">=6.1.5"
"tar@<7.5.11": ">=7.5.11"
"lodash@<4.18.0": ">=4.18.0"
"lodash-es@<4.18.0": ">=4.18.0"
"node-forge@<1.4.0": ">=1.4.0"
"handlebars@<4.7.9": ">=4.7.9"
"qs@<6.14.2": ">=6.14.2"
"minimatch@<3.1.4": "^3.1.4"
"minimatch@3>brace-expansion": "^1.1.13"
"serialize-javascript@<7.0.5": ">=7.0.5"
"webpack@<5.104.1": ">=5.104.1"
"file-type@>=13.0.0 <21.3.1": ">=21.3.1"
"vite@>=7.0.0 <=7.3.1": ">=7.3.2"
"vite@>=7.1.0 <=7.3.1": ">=7.3.2"
"hono@<4.12.12": ">=4.12.12"
"hono@>=4.0.0 <=4.12.11": ">=4.12.12"
"@hono/node-server@<1.19.13": ">=1.19.13"
"basic-ftp@=5.2.0": ">=5.2.1"
# extract-zip's yauzl@2 hangs electron-forge packaging on Node >=24.16 (electron/forge#4277,
# electron/electron#51619). yauzl@>=3.3.1 is the maintainer-recommended fix.
"extract-zip>yauzl": "3.4.0"
patchedDependencies:
"@ckeditor/ckeditor5-mention": patches/@ckeditor__ckeditor5-mention.patch
"@ckeditor/ckeditor5-code-block": patches/@ckeditor__ckeditor5-code-block.patch
'@maplibre/maplibre-gl-leaflet@0.1.3': patches/@maplibre__maplibre-gl-leaflet@0.1.3.patch
leaflet@1.9.4: patches/leaflet@1.9.4.patch
allowBuilds:
better-sqlite3: true
core-js: false
edgedriver: false
electron: true
electron-winstaller: true
esbuild: true
fs-xattr: true
geckodriver: false
macos-alias: true
protobufjs: true
sharp: true
spawn-sync: true
sqlite3: false
tesseract.js: true