Skip to content

Commit

Permalink
Merge pull request #2152 from snyk/chore/remove-update-notifier
Browse files Browse the repository at this point in the history
chore: remove update notifier
  • Loading branch information
maxjeffos committed Aug 12, 2021
2 parents fa5bc2e + 6b91de7 commit 37a1fa1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 84 deletions.
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -140,7 +140,6 @@
"strip-ansi": "^5.2.0",
"tar": "^6.1.2",
"tempy": "^1.0.1",
"update-notifier": "^5.1.0",
"uuid": "^8.3.2",
"wrap-ansi": "^5.1.0",
"yaml": "^1.10.2"
Expand All @@ -155,7 +154,6 @@
"@types/restify": "^8.4.2",
"@types/sarif": "^2.1.2",
"@types/sinon": "^7.5.0",
"@types/update-notifier": "^4.1.0",
"@typescript-eslint/eslint-plugin": "2.18.0",
"@typescript-eslint/parser": "^2.0.0",
"ajv": "^6.12.6",
Expand Down
2 changes: 0 additions & 2 deletions src/cli/index.ts
Expand Up @@ -22,7 +22,6 @@ import spinner = require('../lib/spinner');
import errors = require('../lib/errors/legacy-errors');
import ansiEscapes = require('ansi-escapes');
import { isPathToPackageFile } from '../lib/detect';
import { updateCheck } from '../lib/updater';
import {
MissingTargetFileError,
FileFlagBadInputError,
Expand Down Expand Up @@ -236,7 +235,6 @@ function checkPaths(args) {
type AllSupportedCliOptions = Options & MonitorOptions & TestOptions;

async function main() {
updateCheck();
checkRuntime();

let res;
Expand Down
30 changes: 0 additions & 30 deletions src/lib/updater.ts

This file was deleted.

49 changes: 0 additions & 49 deletions test/updater.test.ts

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.settings.json
Expand Up @@ -5,7 +5,7 @@
"pretty": true,
"moduleResolution": "node",
"target": "es2018",
"lib": ["ES2018", "dom"],
"lib": ["ES2018", "ES2019", "dom"],
"module": "commonjs",
"allowJs": true,
"sourceMap": true,
Expand Down

0 comments on commit 37a1fa1

Please sign in to comment.