Skip to content

Commit b8e83b7

Browse files
renovate[bot]renovate-botaurelien-reeves
authored
chore(deps): update dependency tsd to v0.17.0 (#1681)
* chore(deps): update dependency tsd to v0.17.0 * Add @tsd/typescript to dependency-lint ignore list Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: aurelien-reeves <[email protected]>
1 parent 4ef9710 commit b8e83b7

File tree

3 files changed

+54
-450
lines changed

3 files changed

+54
-450
lines changed

dependency-lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ executedModules:
1212
- version
1313

1414
ignoreErrors:
15-
missing: []
15+
missing:
16+
- '@tsd/typescript'
1617
shouldBeDependency: []
1718
shouldBeDevDependency: []
1819
unused:
@@ -22,7 +23,7 @@ ignoreErrors:
2223
- '@types/*' # type definitions
2324
- coffeescript # features/compiler.feature
2425
- eslint-config-prettier # .eslintrc.yml - extends - prettier
25-
- eslint-config-standard-with-typescript # .eslintrc.yml - extends - standard-with-typescript
26+
- eslint-config-standard-with-typescript # .eslintrc.yml - extends - standard-with-typescript
2627
- eslint-plugin-import # peer dependency of eslint-config-standard-with-typescript
2728
- eslint-plugin-node # peer dependency of eslint-config-standard-with-typescript
2829
- eslint-plugin-prettier # .eslintrc.yml - extends - prettier

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
"stream-buffers": "3.0.2",
254254
"stream-to-string": "1.2.0",
255255
"ts-node": "10.0.0",
256-
"tsd": "0.14.0",
256+
"tsd": "0.17.0",
257257
"typescript": "4.3.2"
258258
},
259259
"scripts": {

0 commit comments

Comments
 (0)