@savvy-web/silk 3.10.8 → 3.11.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://biomejs.dev/schemas/2.5.
|
|
2
|
+
"$schema": "https://biomejs.dev/schemas/2.5.10/schema.json",
|
|
3
3
|
"assist": {
|
|
4
4
|
"actions": {
|
|
5
5
|
"source": {
|
|
@@ -51,11 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"javascript": {
|
|
53
53
|
"resolver": {
|
|
54
|
-
|
|
55
|
-
// friends understand `catalog:` / `catalog:<name>` specs in package.json.
|
|
56
|
-
// Requires Biome >= 2.5. Consumers are carried onto it by silk-update-action
|
|
57
|
-
// and `savvy init`, which rewrite the $schema URL CI installs from.
|
|
58
|
-
"experimentalPnpmCatalogs": true
|
|
54
|
+
"experimentalPnpmCatalogs": false
|
|
59
55
|
}
|
|
60
56
|
},
|
|
61
57
|
"json": {
|
|
@@ -92,11 +88,6 @@
|
|
|
92
88
|
"useImportExtensions": {
|
|
93
89
|
"level": "error",
|
|
94
90
|
"options": {
|
|
95
|
-
// forceJsExtensions rewrote EVERY import to `.js`, including correct
|
|
96
|
-
// `.json` asset imports (breaking resolution — see systems#359 and
|
|
97
|
-
// upstream biomejs/biome#7734). extensionMappings only rewrites the
|
|
98
|
-
// listed source extensions; unmapped extensions (json, css, ...) keep
|
|
99
|
-
// the imported file's real extension.
|
|
100
91
|
"extensionMappings": {
|
|
101
92
|
"cts": "cjs",
|
|
102
93
|
"mts": "mjs",
|
|
@@ -187,11 +178,11 @@
|
|
|
187
178
|
}
|
|
188
179
|
}
|
|
189
180
|
],
|
|
190
|
-
"root": true,
|
|
191
181
|
"vcs": {
|
|
192
182
|
"clientKind": "git",
|
|
193
183
|
"defaultBranch": "main",
|
|
194
184
|
"enabled": true,
|
|
195
185
|
"useIgnoreFile": true
|
|
196
|
-
}
|
|
186
|
+
},
|
|
187
|
+
"root": true
|
|
197
188
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/silk",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.11.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The single Silk Suite dev-tooling package — changeset, commitlint, lint, and biome conventions",
|
|
6
6
|
"homepage": "https://github.com/savvy-web/systems/tree/main/packages/silk",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"import": "./lint.js",
|
|
69
69
|
"default": "./lint.js"
|
|
70
70
|
},
|
|
71
|
-
"./biome": "./biome/silk.
|
|
71
|
+
"./biome": "./biome/silk.json",
|
|
72
72
|
"./tsconfig/node/root.json": "./tsconfig/node/root.json",
|
|
73
73
|
"./tsconfig/rspress/website.json": "./tsconfig/rspress/website.json",
|
|
74
74
|
"./package.json": "./package.json"
|