Skip to content

Commit 64458e6

Browse files
committed
chore: remove skott dependency and add security overrides
Remove the `skott` dependency and its `lint:deps` script from the root package. Add `markdown-it` and `undici` to pnpm overrides for security updates. Enable nested packages glob pattern in workspace config.
1 parent 0b031c7 commit 64458e6

File tree

3 files changed

+13
-1071
lines changed

3 files changed

+13
-1071
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"format:check": "dprint check",
2323
"format:write": "dprint fmt",
2424
"lint": "pnpm run lint:deps && pnpm run lint:publish && pnpm run lint:ts && pnpm run lint:examples",
25-
"lint:deps": "skott -m file-tree -e .ts -s",
2625
"lint:examples": "pnpm m -F \"./examples/*\" run lint",
2726
"lint:publish": "pnpm m run lint:publish",
2827
"lint:ts": "pnpm m run lint:ts",
@@ -43,7 +42,6 @@
4342
"dprint": "^0.51.1",
4443
"effect": "^3.19.17",
4544
"publint": "^0.3.17",
46-
"skott": "^0.35.7",
4745
"sort-package-json": "^3.6.1",
4846
"tinyglobby": "^0.2.15",
4947
"ts-pattern": "^5.9.0",

0 commit comments

Comments
 (0)