@savvy-web/silk 3.10.9 → 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.
|
@@ -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",
|
|
@@ -192,5 +183,6 @@
|
|
|
192
183
|
"defaultBranch": "main",
|
|
193
184
|
"enabled": true,
|
|
194
185
|
"useIgnoreFile": true
|
|
195
|
-
}
|
|
186
|
+
},
|
|
187
|
+
"root": true
|
|
196
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"
|