Skip to content

Commit

Permalink
Update eslint dependency to >= 8.43.0
Browse files Browse the repository at this point in the history
Earlier versions contain content that's lisensed under an unapproved
license. I adjusted the version we request in a few places.

An older version was still being pulled from one of our dependencies,
"rewire". Upon searching the sources, I could not find where this
dependency was being used and so I removed it.

Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Jan 29, 2024
1 parent ac4d706 commit 2f7a85b
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 666 deletions.
2 changes: 1 addition & 1 deletion vscode-trace-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"typescript": "^4.1.3",
"eslint": "^7.3.0",
"eslint": "^8.43.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-react": "^7.20.0"
Expand Down
4 changes: 2 additions & 2 deletions vscode-trace-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,11 @@
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"css-loader": "^5.0.1",
"eslint": "^7.3.0",
"eslint": "^8.43.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-react": "^7.20.0",
"rewire": "^4.0.1",

"rimraf": "^2.6.3",
"source-map-loader": "^1.0.2",
"style-loader": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions vscode-trace-webviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"css-loader": "^5.0.1",
"rewire": "^4.0.1",

"style-loader": "^2.0.0",
"svg-url-loader": "^7.1.1",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.20.2",
"webpack-cli": "^4.5.0",
"eslint": "^7.3.0",
"eslint": "^8.43.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-react": "^7.20.0"
Expand Down
Loading

0 comments on commit 2f7a85b

Please sign in to comment.