-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
62 lines (57 loc) · 1.93 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
62 lines (57 loc) · 1.93 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
packages:
- "packages/*"
- "apps/*"
- "tests/*"
- "website"
autoInstallPeers: false
linkWorkspacePackages: true
packageManagerStrict: true
packageManagerStrictVersion: false
updateNotifier: false
overrides:
"caniuse-lite": ^1.0.30001774
# Security fixes for advisories in @module-federation/dts-plugin, which pins
# these to exact versions - no parent upgrade can reach them.
"koa@2": ^2.16.4
"koa@3": ^3.1.2
"ws@8": ^8.21.1
"adm-zip": ^0.6.0
"@module-federation/dts-plugin@2.8.0>undici": 7.29.0
# Security fix for GHSA-67mh-4wv8-2f99, reached only through
# @modern-js/node-bundle-require inside @module-federation/cli.
"esbuild@<0.25.0": ^0.25.0
# Security fix for GHSA-w5hq-g745-h8pq. xcode pins uuid to ^7 and is
# unmaintained; it only calls uuid.v4(), which is unaffected either way.
"uuid@7": ^11.1.1
# Held: vite 8 is rolldown-based; rolldown requires Node >=20.19, which
# would drop Node 18 from the supported test matrix.
"vite": ^7.3.1
allowBuilds:
"@biomejs/biome": true
"@swc/core": true
"core-js": true
"esbuild": true
catalog:
# Pinned: 1.6.2+ breaks MF v2 polyfill ordering; 1.6.4+ fails typecheck.
"@rspack/core": 1.6.0
"@rslib/core": ^0.6.3
"@swc/helpers": ~0.5.17
"@types/node": ^20.19.31
# Pinned: 5.6+ silently skips minification (#1390).
"terser-webpack-plugin": 5.5.0
"typescript": ^7.0.2
# Held: 5.106+ removes a webpack internal needed by @module-federation/enhanced <2.4.0.
"webpack": ~5.105.0
"react": "19.2.8"
"react-native": "0.86.0"
"vitest": ^4.1.0
catalogs:
testers:
"@types/react": ^19.2.0
# Held: 5.4.5 is the newest release, and it caps react-native at <0.87.
"react-native-test-app": 5.4.5
"@react-native/babel-preset": "0.86.0"
"@react-native/typescript-config": "0.86.0"
"@react-native-community/cli": "20.2.0"
"@react-native-community/cli-platform-android": "20.2.0"
"@react-native-community/cli-platform-ios": "20.2.0"