@savvy-web/silk 2.3.1 → 2.4.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/biome/silk.jsonc +1 -0
- package/lint.d.ts +1 -1
- package/package.json +5 -5
- package/tsconfig/node/dist/tsconfig.tsbuildinfo +1 -1
package/biome/silk.jsonc
CHANGED
package/lint.d.ts
CHANGED
|
@@ -142,7 +142,7 @@ declare const MARKDOWNLINT_TEMPLATE: {
|
|
|
142
142
|
readonly fix: true;
|
|
143
143
|
readonly gitignore: true;
|
|
144
144
|
readonly noBanner: true;
|
|
145
|
-
readonly ignores: readonly ["**/.git", "**/node_modules", "**/.cache", "**/coverage", "**/.coverage", "**/dist", "**/CHANGELOG.md", "**/.claude/plans", "**/docs/superpowers", "**/__test__/**/fixtures/**", "**/__fixtures__/**"];
|
|
145
|
+
readonly ignores: readonly ["**/.git", "**/node_modules", "**/.cache", "**/coverage", "**/.coverage", "**/dist", "**/CHANGELOG.md", "**/.claude/plans", "**/docs/superpowers", "**/__test__/**/fixtures/**", "**/__fixtures__/**", "**/.repos"];
|
|
146
146
|
readonly customRules: readonly ["@savvy-web/silk/changesets/markdownlint"];
|
|
147
147
|
readonly config: {
|
|
148
148
|
readonly default: true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/silk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.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",
|
|
@@ -67,15 +67,15 @@
|
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@effect/platform": "^0.96.2",
|
|
69
69
|
"@savvy-web/changelog": "0.1.1",
|
|
70
|
-
"@savvy-web/cli": "1.
|
|
71
|
-
"@savvy-web/mcp": "1.
|
|
72
|
-
"@savvy-web/silk-effects": "3.
|
|
70
|
+
"@savvy-web/cli": "1.6.0",
|
|
71
|
+
"@savvy-web/mcp": "1.8.0",
|
|
72
|
+
"@savvy-web/silk-effects": "3.3.0",
|
|
73
73
|
"effect": "^3.21.4",
|
|
74
74
|
"semver": "^7.8.5"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"@biomejs/biome": "~2.5.0",
|
|
78
|
-
"@changesets/cli": "^3.0.0
|
|
78
|
+
"@changesets/cli": "^3.0.0",
|
|
79
79
|
"@commitlint/cli": "^21.2.1",
|
|
80
80
|
"@commitlint/config-conventional": "^21.2.0",
|
|
81
81
|
"@types/node": "^26.1.0",
|