Skip to content

Commit

Permalink
upgrade to tslin dependencies from 2.30 to 4.28 (#2885)
Browse files Browse the repository at this point in the history
* Removing githead attribute from package.json files from lerna erroring out

* upgrade to tslin dependencies from 2.30 to 4.28

* re enabling ts lint

* fixing calculateEffectiveBoundaries test

* small identation, types fixes
  • Loading branch information
tropicadri committed Jul 12, 2021
1 parent 1ec2689 commit ad9b029
Show file tree
Hide file tree
Showing 106 changed files with 657 additions and 524 deletions.
3 changes: 0 additions & 3 deletions .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ module.exports = {
// See https://github.com/GoogleChrome/workbox/issues/2479
'@octokit/rest',
'service-worker-mock',
// See https://github.com/GoogleChrome/workbox/issues/2602
'@typescript-eslint/eslint-plugin',
'@typescript-eslint/parser',
],
};
2 changes: 1 addition & 1 deletion gulp-tasks/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ module.exports = {
lint_js,
lint_ts,
// Temporarily disable lint_ts until we upgrade our ESLint dependencies.
lint: parallel(lint_js /* , lint_ts */ ),
lint: parallel(lint_js, lint_ts),
};
263 changes: 222 additions & 41 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"@types/fs-extra": "^9.0.5",
"@types/lodash": "^4.14.165",
"@types/stringify-object": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"acorn": "^8.0.1",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"babylon": "^6.18.0",
Expand Down
Loading

0 comments on commit ad9b029

Please sign in to comment.