@savvy-web/lint-staged 0.6.3 → 0.6.5
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/878.js +2 -2
- package/package.json +5 -5
package/878.js
CHANGED
|
@@ -979,7 +979,7 @@ function buildSchemaUrl(version) {
|
|
|
979
979
|
return `${SCHEMA_URL_PREFIX}${version}${SCHEMA_URL_SUFFIX}`;
|
|
980
980
|
}
|
|
981
981
|
function getBiomePeerVersion() {
|
|
982
|
-
const raw = "
|
|
982
|
+
const raw = "catalog:silk";
|
|
983
983
|
if (!raw) return;
|
|
984
984
|
return extractSemver(raw);
|
|
985
985
|
}
|
|
@@ -1841,7 +1841,7 @@ const rootCommand = Command.make("savvy-lint").pipe(Command.withSubcommands([
|
|
|
1841
1841
|
]));
|
|
1842
1842
|
const cli = Command.run(rootCommand, {
|
|
1843
1843
|
name: "savvy-lint",
|
|
1844
|
-
version: "0.6.
|
|
1844
|
+
version: "0.6.5"
|
|
1845
1845
|
});
|
|
1846
1846
|
function runCli() {
|
|
1847
1847
|
const main = Effect.suspend(()=>cli(process.argv)).pipe(Effect.provide(NodeContext.layer));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/lint-staged",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Composable, configurable lint-staged handlers for pre-commit hooks. Provides reusable handlers for Biome, Markdown, YAML, TypeScript, and more.",
|
|
6
6
|
"keywords": [
|
|
@@ -51,19 +51,19 @@
|
|
|
51
51
|
"jsonc-effect": "^0.2.1",
|
|
52
52
|
"prettier": "^3.8.1",
|
|
53
53
|
"sort-package-json": "^3.6.1",
|
|
54
|
-
"workspace-tools": "
|
|
55
|
-
"yaml": "^2.8.
|
|
54
|
+
"workspace-tools": "0.41.0",
|
|
55
|
+
"yaml": "^2.8.3",
|
|
56
56
|
"yaml-lint": "^1.7.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@biomejs/biome": "2.4.
|
|
59
|
+
"@biomejs/biome": "2.4.9",
|
|
60
60
|
"@types/node": "^25.5.0",
|
|
61
61
|
"@typescript/native-preview": "^7.0.0-dev.20260124.1",
|
|
62
62
|
"husky": "^9.1.0",
|
|
63
63
|
"lint-staged": "^16.4.0",
|
|
64
64
|
"markdownlint-cli2": "^0.22.0",
|
|
65
65
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
66
|
-
"turbo": "^2.8.
|
|
66
|
+
"turbo": "^2.8.0",
|
|
67
67
|
"typescript": "^5.9.3"
|
|
68
68
|
},
|
|
69
69
|
"peerDependenciesMeta": {
|