Skip to content

Commit

Permalink
chore(deps): update dependency tsd to v0.17.0 (#1681)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency tsd to v0.17.0

* Add @tsd/typescript to dependency-lint ignore list

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: aurelien-reeves <aurelien.reeves@smartbear.com>
  • Loading branch information
3 people authored Jun 30, 2021
1 parent 4ef9710 commit b8e83b7
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 450 deletions.
5 changes: 3 additions & 2 deletions dependency-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ executedModules:
- version

ignoreErrors:
missing: []
missing:
- '@tsd/typescript'
shouldBeDependency: []
shouldBeDevDependency: []
unused:
Expand All @@ -22,7 +23,7 @@ ignoreErrors:
- '@types/*' # type definitions
- coffeescript # features/compiler.feature
- eslint-config-prettier # .eslintrc.yml - extends - prettier
- eslint-config-standard-with-typescript # .eslintrc.yml - extends - standard-with-typescript
- eslint-config-standard-with-typescript # .eslintrc.yml - extends - standard-with-typescript
- eslint-plugin-import # peer dependency of eslint-config-standard-with-typescript
- eslint-plugin-node # peer dependency of eslint-config-standard-with-typescript
- eslint-plugin-prettier # .eslintrc.yml - extends - prettier
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"stream-buffers": "3.0.2",
"stream-to-string": "1.2.0",
"ts-node": "10.0.0",
"tsd": "0.14.0",
"tsd": "0.17.0",
"typescript": "4.3.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit b8e83b7

Please sign in to comment.