Skip to content

Commit

Permalink
chore: upgrade knip to v3.7 with dev depencies typescript 5.0.4 and
Browse files Browse the repository at this point in the history
node types

Also set explicit anntations in knip.yml.
  • Loading branch information
gitcoindev committed Dec 14, 2023
1 parent 2243c38 commit 970419c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/knip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
verbose: true
comment_id: ${{ github.workflow }}-reporter
command_script_name: knip-ci
annotations: true
ignore_results: false
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "tsc",
"clean": "rimraf ./dist ./node_modules",
"knip": "knip",
"knip-ci": "knip --no-exit-code --reporter jsonExt",
"knip-ci": "knip --no-exit-code --reporter json",
"preformat": "yarn lint:prettier",
"format": "yarn lint:eslint",
"lint": "yarn lint:prettier:check && yarn lint:eslint",
Expand Down Expand Up @@ -76,16 +76,16 @@
"@types/libsodium-wrappers": "^0.7.10",
"@types/lodash": "^4.14.197",
"@types/markdown-it": "^13.0.4",
"@types/node": "^14.18.37",
"@types/node": "^18.0.0",
"@types/source-map-support": "^0.5.6",
"eslint": "^8.43.0",
"jest": "^29.6.2",
"knip": "^2.43.0",
"knip": "^3.7.1",
"octokit": "^3.1.2",
"rimraf": "3.0.2",
"source-map-support": "^0.5.21",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
"typescript": "^5.0.4"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 970419c

Please sign in to comment.