Skip to content

Commit

Permalink
Stop skipping dependency type checks (#490)
Browse files Browse the repository at this point in the history
* changelog

* Fix dep types
  • Loading branch information
Half-Shot committed Jan 8, 2024
1 parent 8b4ca39 commit de44c31
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/490.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Start checking types on dependencies to avoid publishing broken type releases.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"@types/nedb": "^1.8.16",
"@types/node": "^20",
"@types/nopt": "^3.0.32",
"@types/jsbn": "^1.2.33",
"@types/pkginfo": "^0.4.3",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"checkJs": false,
"declaration": true,
"sourceMap": true,
"skipLibCheck": false,
"outDir": "./lib",
"composite": false,
"strictNullChecks": true,
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,11 @@
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.9.tgz#cd82382c4f902fed9691a2ed79ec68c5898af4c2"
integrity sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==

"@types/jsbn@^1.2.33":
version "1.2.33"
resolved "https://registry.yarnpkg.com/@types/jsbn/-/jsbn-1.2.33.tgz#470a4ff059f40fa6ca59838a8fa3f30c62a8c5ac"
integrity sha512-ZlLkHfu8xqqVFSbCe1FSPtAMUs7LKxk7TPskMb+sI5IbuzqyVqIEt9SVaQfFD2vrFcQunqKAmEBOuBEkoNLw4g==

"@types/json-schema@^7.0.12":
version "7.0.15"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
Expand Down

0 comments on commit de44c31

Please sign in to comment.