@savvy-web/pnpm-plugin-silk 0.16.1 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -23
- package/_virtual/_rolldown-pnpm-config/virtual/catalogs.js +103 -0
- package/index.d.ts +2 -163
- package/index.js +2 -2
- package/package.json +5 -4
- package/pnpmfile.cjs +573 -13917
- package/pnpmfile.mjs +573 -13917
- package/catalogs/generated.js +0 -204
package/catalogs/generated.js
DELETED
|
@@ -1,204 +0,0 @@
|
|
|
1
|
-
//#region src/catalogs/generated.ts
|
|
2
|
-
/**
|
|
3
|
-
* The complete Silk catalogs generated from pnpm-workspace.yaml.
|
|
4
|
-
*/
|
|
5
|
-
const silkCatalogs = {
|
|
6
|
-
silk: {
|
|
7
|
-
"@effect/ai": "^0.36.0",
|
|
8
|
-
"@effect/ai-amazon-bedrock": "^0.16.1",
|
|
9
|
-
"@effect/ai-anthropic": "^0.26.0",
|
|
10
|
-
"@effect/ai-google": "^0.15.0",
|
|
11
|
-
"@effect/ai-openai": "^0.40.1",
|
|
12
|
-
"@effect/cli": "^0.75.2",
|
|
13
|
-
"@effect/cluster": "^0.59.0",
|
|
14
|
-
"@effect/experimental": "^0.60.0",
|
|
15
|
-
"@effect/language-service": "^0.86.2",
|
|
16
|
-
"@effect/opentelemetry": "^0.63.0",
|
|
17
|
-
"@effect/platform": "^0.96.2",
|
|
18
|
-
"@effect/platform-browser": "^0.76.0",
|
|
19
|
-
"@effect/platform-bun": "^0.90.0",
|
|
20
|
-
"@effect/platform-node": "^0.107.0",
|
|
21
|
-
"@effect/platform-node-shared": "^0.60.0",
|
|
22
|
-
"@effect/printer": "^0.49.0",
|
|
23
|
-
"@effect/printer-ansi": "^0.49.0",
|
|
24
|
-
"@effect/rpc": "^0.75.1",
|
|
25
|
-
"@effect/sql": "^0.51.1",
|
|
26
|
-
"@effect/sql-clickhouse": "^0.49.0",
|
|
27
|
-
"@effect/sql-d1": "^0.49.0",
|
|
28
|
-
"@effect/sql-drizzle": "^0.50.0",
|
|
29
|
-
"@effect/sql-kysely": "^0.47.0",
|
|
30
|
-
"@effect/sql-libsql": "^0.41.0",
|
|
31
|
-
"@effect/sql-mssql": "^0.52.0",
|
|
32
|
-
"@effect/sql-mysql2": "^0.52.0",
|
|
33
|
-
"@effect/sql-pg": "^0.52.1",
|
|
34
|
-
"@effect/sql-sqlite-bun": "^0.52.0",
|
|
35
|
-
"@effect/sql-sqlite-do": "^0.29.0",
|
|
36
|
-
"@effect/sql-sqlite-node": "^0.52.0",
|
|
37
|
-
"@effect/sql-sqlite-react-native": "^0.54.0",
|
|
38
|
-
"@effect/sql-sqlite-wasm": "^0.52.0",
|
|
39
|
-
"@effect/tsgo": "^0.14.5",
|
|
40
|
-
"@effect/typeclass": "^0.40.0",
|
|
41
|
-
"@effect/vitest": "^0.29.0",
|
|
42
|
-
"@effect/workflow": "^0.18.2",
|
|
43
|
-
"@types/node": "^26.0.0",
|
|
44
|
-
"@types/react": "^19.2.17",
|
|
45
|
-
"@types/react-dom": "^19.2.3",
|
|
46
|
-
"@typescript/native-preview": "^7.0.0-dev.20260621.1",
|
|
47
|
-
"@vitest/coverage-istanbul": "^4.1.9",
|
|
48
|
-
"@vitest/coverage-v8": "^4.1.9",
|
|
49
|
-
effect: "^3.21.4",
|
|
50
|
-
react: "^19.2.7",
|
|
51
|
-
"react-dom": "^19.2.7",
|
|
52
|
-
tsx: "^4.22.4",
|
|
53
|
-
typescript: "^6.0.3",
|
|
54
|
-
vitest: "^4.1.9"
|
|
55
|
-
},
|
|
56
|
-
silkPeers: {
|
|
57
|
-
"@effect/ai": ">=0.36.0",
|
|
58
|
-
"@effect/ai-amazon-bedrock": ">=0.16.1",
|
|
59
|
-
"@effect/ai-anthropic": ">=0.26.0",
|
|
60
|
-
"@effect/ai-google": ">=0.15.0",
|
|
61
|
-
"@effect/ai-openai": ">=0.40.1",
|
|
62
|
-
"@effect/cli": ">=0.75.2",
|
|
63
|
-
"@effect/cluster": ">=0.59.0",
|
|
64
|
-
"@effect/experimental": ">=0.60.0",
|
|
65
|
-
"@effect/language-service": ">=0.86.2",
|
|
66
|
-
"@effect/opentelemetry": ">=0.63.0",
|
|
67
|
-
"@effect/platform": ">=0.96.0",
|
|
68
|
-
"@effect/platform-browser": ">=0.76.0",
|
|
69
|
-
"@effect/platform-bun": ">=0.90.0",
|
|
70
|
-
"@effect/platform-node": ">=0.107.0",
|
|
71
|
-
"@effect/platform-node-shared": ">=0.60.0",
|
|
72
|
-
"@effect/printer": ">=0.49.0",
|
|
73
|
-
"@effect/printer-ansi": ">=0.49.0",
|
|
74
|
-
"@effect/rpc": ">=0.75.1",
|
|
75
|
-
"@effect/sql": ">=0.51.0",
|
|
76
|
-
"@effect/sql-clickhouse": ">=0.49.0",
|
|
77
|
-
"@effect/sql-d1": ">=0.49.0",
|
|
78
|
-
"@effect/sql-drizzle": ">=0.50.0",
|
|
79
|
-
"@effect/sql-kysely": ">=0.47.0",
|
|
80
|
-
"@effect/sql-libsql": ">=0.41.0",
|
|
81
|
-
"@effect/sql-mssql": ">=0.52.0",
|
|
82
|
-
"@effect/sql-mysql2": ">=0.52.0",
|
|
83
|
-
"@effect/sql-pg": ">=0.52.1",
|
|
84
|
-
"@effect/sql-sqlite-bun": ">=0.52.0",
|
|
85
|
-
"@effect/sql-sqlite-do": ">=0.29.0",
|
|
86
|
-
"@effect/sql-sqlite-node": ">=0.52.0",
|
|
87
|
-
"@effect/sql-sqlite-react-native": ">=0.54.0",
|
|
88
|
-
"@effect/sql-sqlite-wasm": ">=0.52.0",
|
|
89
|
-
"@effect/tsgo": ">=0.14.5",
|
|
90
|
-
"@effect/typeclass": ">=0.40.0",
|
|
91
|
-
"@effect/vitest": ">=0.29.0",
|
|
92
|
-
"@effect/workflow": ">=0.18.2",
|
|
93
|
-
"@types/node": "^26.0.0",
|
|
94
|
-
"@types/react": "^19.2.0",
|
|
95
|
-
"@types/react-dom": "^19.2.0",
|
|
96
|
-
"@typescript/native-preview": "^7.0.0-dev.20260612.1",
|
|
97
|
-
"@vitest/coverage-istanbul": "^4.1.0",
|
|
98
|
-
"@vitest/coverage-v8": "^4.1.0",
|
|
99
|
-
effect: ">=3.21.0",
|
|
100
|
-
react: "^19.2.0",
|
|
101
|
-
"react-dom": "^19.2.0",
|
|
102
|
-
tsx: "^4.22.0",
|
|
103
|
-
typescript: "^6.0.0",
|
|
104
|
-
vitest: "^4.1.0"
|
|
105
|
-
},
|
|
106
|
-
silkOverrides: {
|
|
107
|
-
"@isaacs/brace-expansion": "^5.0.1",
|
|
108
|
-
"@types/node": "catalog:silk",
|
|
109
|
-
lodash: "^4.17.23",
|
|
110
|
-
"markdown-it": "^14.1.1",
|
|
111
|
-
minimatch: ">=10.2.3",
|
|
112
|
-
"smol-toml": ">=1.6.1",
|
|
113
|
-
tmp: "^0.2.7"
|
|
114
|
-
},
|
|
115
|
-
silkPublicHoistPattern: [
|
|
116
|
-
"@changesets/cli",
|
|
117
|
-
"@commitlint/cli",
|
|
118
|
-
"@commitlint/config-conventional",
|
|
119
|
-
"@commitlint/cz-commitlint",
|
|
120
|
-
"@rslib/core",
|
|
121
|
-
"@savvy-web/cli",
|
|
122
|
-
"@savvy-web/mcp",
|
|
123
|
-
"@types/bun",
|
|
124
|
-
"@types/node",
|
|
125
|
-
"@types/react",
|
|
126
|
-
"@types/react-dom",
|
|
127
|
-
"@typescript/native-preview",
|
|
128
|
-
"@vitest-agent/cli",
|
|
129
|
-
"@vitest-agent/mcp",
|
|
130
|
-
"@vitest/coverage-istanbul",
|
|
131
|
-
"@vitest/coverage-v8",
|
|
132
|
-
"commitizen",
|
|
133
|
-
"husky",
|
|
134
|
-
"lint-staged",
|
|
135
|
-
"markdownlint-cli2",
|
|
136
|
-
"markdownlint-cli2-formatter-codequality",
|
|
137
|
-
"tsx",
|
|
138
|
-
"turbo",
|
|
139
|
-
"typescript",
|
|
140
|
-
"vitest",
|
|
141
|
-
"vitest-agent-reporter"
|
|
142
|
-
],
|
|
143
|
-
silkAllowBuilds: {
|
|
144
|
-
"@parcel/watcher": true,
|
|
145
|
-
"@savvy-web/github-action-builder": true,
|
|
146
|
-
"@savvy-web/vitest": true,
|
|
147
|
-
"better-sqlite3": true,
|
|
148
|
-
"core-js": true,
|
|
149
|
-
esbuild: true,
|
|
150
|
-
"msgpackr-extract": true
|
|
151
|
-
},
|
|
152
|
-
silkStrictDepBuilds: true,
|
|
153
|
-
silkBlockExoticSubdeps: true,
|
|
154
|
-
silkMinimumReleaseAge: 1440,
|
|
155
|
-
silkMinimumReleaseAgeExclude: [
|
|
156
|
-
"@savvy-web/*",
|
|
157
|
-
"@spencerbeggs/*",
|
|
158
|
-
"@typescript/native-preview*",
|
|
159
|
-
"@vitest/agent/*",
|
|
160
|
-
"api-extractor-llms",
|
|
161
|
-
"config-file-effect",
|
|
162
|
-
"json-schema-effect",
|
|
163
|
-
"jsonc-effect",
|
|
164
|
-
"package-json-effect",
|
|
165
|
-
"reposets",
|
|
166
|
-
"rspress-plugin-api-extractor",
|
|
167
|
-
"runtime-resolver",
|
|
168
|
-
"semver-effect",
|
|
169
|
-
"std-osc8",
|
|
170
|
-
"type-registry-effect",
|
|
171
|
-
"vitest-bats",
|
|
172
|
-
"workspaces-effect",
|
|
173
|
-
"xdg-effect",
|
|
174
|
-
"yaml-effect"
|
|
175
|
-
],
|
|
176
|
-
silkPackageExtensions: {},
|
|
177
|
-
silkAllowedDeprecatedVersions: {
|
|
178
|
-
glob: "7.2.3",
|
|
179
|
-
inflight: "1.0.6",
|
|
180
|
-
"prebuild-install": "7.1.3"
|
|
181
|
-
},
|
|
182
|
-
silkSupportedArchitectures: {},
|
|
183
|
-
silkAuditConfig: {},
|
|
184
|
-
silkConfirmModulesPurge: false
|
|
185
|
-
};
|
|
186
|
-
/**
|
|
187
|
-
* Peer dependency rules generated from pnpm-workspace.yaml.
|
|
188
|
-
*/
|
|
189
|
-
const silkPeerDependencyRules = {
|
|
190
|
-
allowedVersions: {
|
|
191
|
-
"@effect/vitest>vitest": "^4.1.0",
|
|
192
|
-
"@typescript-eslint/project-service>typescript": "^6.0.0",
|
|
193
|
-
"@typescript-eslint/tsconfig-utils>typescript": "^6.0.0",
|
|
194
|
-
"@typescript-eslint/typescript-estree>typescript": "^6.0.0",
|
|
195
|
-
"@typescript-eslint/util>typescript": "^6.0.0",
|
|
196
|
-
"@typescript-eslint/utils>typescript": "^6.0.0",
|
|
197
|
-
"eslint-plugin-tsdoc>typescript": "^6.0.0"
|
|
198
|
-
},
|
|
199
|
-
ignoreMissing: [],
|
|
200
|
-
allowAny: []
|
|
201
|
-
};
|
|
202
|
-
|
|
203
|
-
//#endregion
|
|
204
|
-
export { silkCatalogs, silkPeerDependencyRules };
|