@7n/rules 1.28.0 → 1.28.1
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/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/schemas/v8r-catalog.json +10 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.28.1] - 2026-07-19
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- schemas/v8r-catalog: записи для knip-canonical.json (офіційна схема knip@5) і oxlint-canonical.json (any-заглушка) — прибирає «Could not find a schema» у v8r по data-файлах правила js/tooling
|
|
8
|
+
|
|
3
9
|
## [1.28.0] - 2026-07-19
|
|
4
10
|
|
|
5
11
|
### Changed
|
package/package.json
CHANGED
package/schemas/v8r-catalog.json
CHANGED
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"**/.licensee.json",
|
|
23
23
|
"docs/specs/**/*.json",
|
|
24
24
|
"docs/plans/**/*.json",
|
|
25
|
-
"any.json"
|
|
25
|
+
"any.json",
|
|
26
|
+
"**/data/tooling/oxlint-canonical.json"
|
|
26
27
|
]
|
|
27
28
|
},
|
|
28
29
|
{
|
|
@@ -270,6 +271,14 @@
|
|
|
270
271
|
"**/docs/layers.json",
|
|
271
272
|
"layers.json"
|
|
272
273
|
]
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"name": "knip-canonical.json",
|
|
277
|
+
"description": "Канонічний knip-конфіг правила js/tooling (@7n/rules-lang-js) — офіційна схема knip@5",
|
|
278
|
+
"url": "https://unpkg.com/knip@5/schema.json",
|
|
279
|
+
"fileMatch": [
|
|
280
|
+
"**/data/tooling/knip-canonical.json"
|
|
281
|
+
]
|
|
273
282
|
}
|
|
274
283
|
]
|
|
275
284
|
}
|