Skip to content

Commit

Permalink
Merge pull request #1034 from Maxim-Mazurok/dependabot/npm_and_yarn/d…
Browse files Browse the repository at this point in the history
…efinitelytyped/dtslint-0.2.10

Bump @definitelytyped/dtslint from 0.2.7 to 0.2.10
  • Loading branch information
kodiakhq[bot] committed Feb 20, 2024
2 parents 49cb698 + 9bfe331 commit 7142f0e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 25 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@definitelytyped/dtslint": "^0.2.7",
"@definitelytyped/dtslint": "^0.2.10",
"@definitelytyped/eslint-plugin": "^0.1.4",
"@expo/spawn-async": "^1.7.2",
"@octokit/rest": "^20.0.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
See https://github.com/microsoft/DefinitelyTyped-tools/issues/850

diff --git a/node_modules/@definitelytyped/dtslint/dist/index.js b/node_modules/@definitelytyped/dtslint/dist/index.js
index d40f0dd..d6c9049 100755
index 10ad089..c7cb896 100755
--- a/node_modules/@definitelytyped/dtslint/dist/index.js
+++ b/node_modules/@definitelytyped/dtslint/dist/index.js
@@ -131,10 +131,7 @@ async function runTests(dirPath, onlyTestTsNext, expectOnly, npmChecks, tsLocal)
Expand All @@ -13,6 +13,6 @@ index d40f0dd..d6c9049 100755
- throw new Error("\n\t* " + packageJson.join("\n\t* "));
- }
+ const packageJson = {nonNpm:true};
await assertNpmIgnoreExpected(dirPath);
assertNoOtherFiles(dirPath);
const warnings = [];
const errors = [];
let implementationPackage;
1 change: 0 additions & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,6 @@ export class App {
'.npmrc',
'.npmIgnore'.toLowerCase(),
'.eslintrc.json',
'tslint.json',
'tsconfig.json',
].map(fileName =>
copyFile(
Expand Down
3 changes: 0 additions & 3 deletions src/template/template.tslint.json

This file was deleted.

0 comments on commit 7142f0e

Please sign in to comment.