Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #238 from github/cbraynor/fix201
Resolve violations of import/no-extraneous-dependencies lint
Chris Raynor authored and GitHub committed Oct 5, 2020

Unverified

No user is associated with the committer email.
2 parents a1fc3a5 + 0907cd5 commit d0afe92
Showing 93 changed files with 3,002 additions and 249 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
@@ -18,7 +18,7 @@
"import/no-amd": "error",
"import/no-commonjs": "error",
"import/no-dynamic-require": "error",
"import/no-extraneous-dependencies": ["error", {"devDependencies": false}],
"import/no-extraneous-dependencies": ["error"],
"import/no-namespace": "off",
"import/no-unresolved": "error",
"import/no-webpack-loader-syntax": "error",
@@ -49,7 +49,6 @@
"@typescript-eslint/restrict-template-expressions": "off",
"func-style": "off",
"github/no-then": "off",
"import/no-extraneous-dependencies": "off",
"no-shadow": "off"
}
}]
7 changes: 2 additions & 5 deletions lib/codeql.js

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

2 changes: 1 addition & 1 deletion lib/codeql.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node_modules/.bin/uuid

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

1 change: 1 addition & 0 deletions node_modules/@actions/tool-cache/node_modules/.bin/uuid

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

File renamed without changes.
119 changes: 119 additions & 0 deletions node_modules/@actions/tool-cache/node_modules/uuid/CHANGELOG.md

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

21 changes: 21 additions & 0 deletions node_modules/@actions/tool-cache/node_modules/uuid/LICENSE.md

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

276 changes: 276 additions & 0 deletions node_modules/@actions/tool-cache/node_modules/uuid/README.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
49 changes: 49 additions & 0 deletions node_modules/@actions/tool-cache/node_modules/uuid/package.json
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
186 changes: 142 additions & 44 deletions node_modules/uuid/CHANGELOG.md
18 changes: 18 additions & 0 deletions node_modules/uuid/CONTRIBUTING.md
20 changes: 4 additions & 16 deletions node_modules/uuid/LICENSE.md
499 changes: 342 additions & 157 deletions node_modules/uuid/README.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions node_modules/uuid/dist/bin/uuid
9 changes: 9 additions & 0 deletions node_modules/uuid/dist/esm-browser/index.js
215 changes: 215 additions & 0 deletions node_modules/uuid/dist/esm-browser/md5.js
1 change: 1 addition & 0 deletions node_modules/uuid/dist/esm-browser/nil.js
35 changes: 35 additions & 0 deletions node_modules/uuid/dist/esm-browser/parse.js
1 change: 1 addition & 0 deletions node_modules/uuid/dist/esm-browser/regex.js
14 changes: 14 additions & 0 deletions node_modules/uuid/dist/esm-browser/rng.js
96 changes: 96 additions & 0 deletions node_modules/uuid/dist/esm-browser/sha1.js
30 changes: 30 additions & 0 deletions node_modules/uuid/dist/esm-browser/stringify.js
95 changes: 95 additions & 0 deletions node_modules/uuid/dist/esm-browser/v1.js
4 changes: 4 additions & 0 deletions node_modules/uuid/dist/esm-browser/v3.js
64 changes: 64 additions & 0 deletions node_modules/uuid/dist/esm-browser/v35.js
24 changes: 24 additions & 0 deletions node_modules/uuid/dist/esm-browser/v4.js
4 changes: 4 additions & 0 deletions node_modules/uuid/dist/esm-browser/v5.js
7 changes: 7 additions & 0 deletions node_modules/uuid/dist/esm-browser/validate.js
11 changes: 11 additions & 0 deletions node_modules/uuid/dist/esm-browser/version.js
9 changes: 9 additions & 0 deletions node_modules/uuid/dist/esm-node/index.js
13 changes: 13 additions & 0 deletions node_modules/uuid/dist/esm-node/md5.js
1 change: 1 addition & 0 deletions node_modules/uuid/dist/esm-node/nil.js
35 changes: 35 additions & 0 deletions node_modules/uuid/dist/esm-node/parse.js
1 change: 1 addition & 0 deletions node_modules/uuid/dist/esm-node/regex.js
5 changes: 5 additions & 0 deletions node_modules/uuid/dist/esm-node/rng.js
13 changes: 13 additions & 0 deletions node_modules/uuid/dist/esm-node/sha1.js
29 changes: 29 additions & 0 deletions node_modules/uuid/dist/esm-node/stringify.js
95 changes: 95 additions & 0 deletions node_modules/uuid/dist/esm-node/v1.js
4 changes: 4 additions & 0 deletions node_modules/uuid/dist/esm-node/v3.js
64 changes: 64 additions & 0 deletions node_modules/uuid/dist/esm-node/v35.js
24 changes: 24 additions & 0 deletions node_modules/uuid/dist/esm-node/v4.js
4 changes: 4 additions & 0 deletions node_modules/uuid/dist/esm-node/v5.js
7 changes: 7 additions & 0 deletions node_modules/uuid/dist/esm-node/validate.js
11 changes: 11 additions & 0 deletions node_modules/uuid/dist/esm-node/version.js
79 changes: 79 additions & 0 deletions node_modules/uuid/dist/index.js
223 changes: 223 additions & 0 deletions node_modules/uuid/dist/md5-browser.js
23 changes: 23 additions & 0 deletions node_modules/uuid/dist/md5.js
8 changes: 8 additions & 0 deletions node_modules/uuid/dist/nil.js
45 changes: 45 additions & 0 deletions node_modules/uuid/dist/parse.js
8 changes: 8 additions & 0 deletions node_modules/uuid/dist/regex.js
21 changes: 21 additions & 0 deletions node_modules/uuid/dist/rng-browser.js
16 changes: 16 additions & 0 deletions node_modules/uuid/dist/rng.js
104 changes: 104 additions & 0 deletions node_modules/uuid/dist/sha1-browser.js
23 changes: 23 additions & 0 deletions node_modules/uuid/dist/sha1.js
39 changes: 39 additions & 0 deletions node_modules/uuid/dist/stringify.js
1 change: 1 addition & 0 deletions node_modules/uuid/dist/umd/uuid.min.js
1 change: 1 addition & 0 deletions node_modules/uuid/dist/umd/uuidNIL.min.js
1 change: 1 addition & 0 deletions node_modules/uuid/dist/umd/uuidParse.min.js
1 change: 1 addition & 0 deletions node_modules/uuid/dist/umd/uuidStringify.min.js
1 change: 1 addition & 0 deletions node_modules/uuid/dist/umd/uuidValidate.min.js
1 change: 1 addition & 0 deletions node_modules/uuid/dist/umd/uuidVersion.min.js
1 change: 1 addition & 0 deletions node_modules/uuid/dist/umd/uuidv1.min.js
1 change: 1 addition & 0 deletions node_modules/uuid/dist/umd/uuidv3.min.js
1 change: 1 addition & 0 deletions node_modules/uuid/dist/umd/uuidv4.min.js
1 change: 1 addition & 0 deletions node_modules/uuid/dist/umd/uuidv5.min.js

0 comments on commit d0afe92

Please sign in to comment.