-
-
Notifications
You must be signed in to change notification settings - Fork 115
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
65 lines (58 loc) · 1.71 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
65 lines (58 loc) · 1.71 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
packages:
- packages/*
overrides:
prebuild-install: latest
node-addon-api: "^7.1.1"
# file-stream-rotator 1.0.0 removes the moment dependency.
# winston-daily-rotate-file hasn't updated its range yet, so override it here.
file-stream-rotator: 1.0.0
# Security fixes for transitive deps via prebuild-install -> rc / tar-stream
# Scoped to parent to avoid cross-major overrides for other consumers
"rc>ini": "^1.3.8"
"tar-stream>bl": "^4.1.0"
peerDependencyRules:
ignoreMissing:
- moment
- moment-hijri
- moment-jalaali
onlyBuiltDependencies:
- "@swc/core"
- better-sqlite3
- dprint
- dugite
- electron
- electron-winstaller
- esbuild
- nsfw
- registry-js
- unrs-resolver
nodeLinker: hoisted
allowBuilds:
'@swc/core': true
better-sqlite3: true
dprint: true
dugite: true
electron: true
electron-winstaller: true
esbuild: true
nsfw: true
registry-js: true
unrs-resolver: true
# pnpm 11 blocks exotic subdependencies by default. Allow them for @reforged/maker-appimage git deps.
# Duplicated from .npmrc because CI occasionally fails to read .npmrc for this setting.
blockExoticSubdeps: false
minimumReleaseAgeExclude:
- '@typescript-eslint/eslint-plugin@8.61.0'
- '@typescript-eslint/parser@8.61.0'
- '@typescript-eslint/project-service@8.61.0'
- '@typescript-eslint/scope-manager@8.61.0'
- '@typescript-eslint/tsconfig-utils@8.61.0'
- '@typescript-eslint/type-utils@8.61.0'
- '@typescript-eslint/types@8.61.0'
- '@typescript-eslint/typescript-estree@8.61.0'
- '@typescript-eslint/utils@8.61.0'
- '@typescript-eslint/visitor-keys@8.61.0'
- eslint-config-tidgi@3.1.0
- eslint-plugin-unicorn@65.0.1
- git-sync-js@2.4.0
- typescript-eslint@8.61.0