Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dry-aged-deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"eslint-plugin-jsonc": "Major version upgrade; blocked by eslint 8.x constraint",
"eslint-plugin-no-secrets": "Major version upgrade; blocked by eslint 8.x constraint",
"eslint-plugin-unicorn": "Major version upgrade; blocked by eslint 8.x constraint",
"husky": "Major version upgrade; requires migration to new config format",
"jest": "Pinned to ^27; upgrade requires ts-jest migration",
"jest-junit": "Major version upgrade; blocked by jest 27.x constraint",
"ts-jest": "Pinned to jest 27.x; upgrade requires jest migration"
Expand Down
4 changes: 1 addition & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no -- cspell lint --show-suggestions "${1}"
npx --no -- commitlint --edit "${1}"
npx --no -- commitlint --edit "${1}"
4 changes: 1 addition & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
git diff --name-only --staged | npx cspell lint --dot --gitignore --show-suggestions --no-must-find-files --file-list stdin
git diff --name-only --staged | npx cspell lint --dot --gitignore --show-suggestions --no-must-find-files --file-list stdin
4 changes: 1 addition & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run test
npm run eslint
npx dry-aged-deps --check
npx dry-aged-deps --check
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"eslint": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern src test build-tools",
"eslint:json": "eslint --no-eslintrc --no-error-on-unmatched-pattern --config .eslintrc-json.json --ext .json .",
"package": "mkdir -p dist/js && npm pack --pack-destination dist/js",
"prepare": "husky install",
"prepare": "husky",
"spellcheck": "cspell lint --gitignore --dot --show-suggestions -e \".git/**\" \"**\"",
"test": "jest --passWithNoTests --all --updateSnapshot && npm run eslint && npm run spellcheck && npm run eslint:json",
"test:update": "jest --updateSnapshot",
Expand Down Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-prettier": "^5",
"eslint-plugin-unicorn": "^42.0.0",
"http-status-codes": "^2.2.0",
"husky": "^8.0.1",
"husky": "^9",
"jest": "^27",
"jest-junit": "^13",
"json-schema": "^0.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading