Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-etc to v1 (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Felix Becker <felix.b@outlook.com>
  • Loading branch information
3 people committed Nov 1, 2020
1 parent 6ac43d9 commit 26bd99a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ module.exports = {
'rxjs/no-subject-unsubscribe': 'error',

'etc/throw-error': 'error',
'etc/deprecation': 'warn',
'etc/no-deprecated': 'warn',

'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/prefer-regexp-exec': 'off',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@typescript-eslint/parser": "^4.5.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-ban": "^1.4.0",
"eslint-plugin-etc": "^0.0.3-beta.48",
"eslint-plugin-etc": "^1.1.5",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.7.6",
"eslint-plugin-react": "^7.21.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1723,10 +1723,10 @@ eslint-plugin-ban@^1.4.0:
dependencies:
requireindex "~1.2.0"

eslint-plugin-etc@^0.0.3-beta.48:
version "0.0.3-beta.48"
resolved "https://registry.npmjs.org/eslint-plugin-etc/-/eslint-plugin-etc-0.0.3-beta.48.tgz#33473119d3d83fd2bb0dcf50356fa95fb299c2f1"
integrity sha512-62dIqkn9RhOZ29pMdX80b4JTrXQy94TY78lU0xgmwcYbgWDPjIe+rE/XupB+hab1H5r6Mb1Ss+MFf6DHMU7z0Q==
eslint-plugin-etc@^1.1.5:
version "1.1.5"
resolved "https://registry.yarnpkg.com/eslint-plugin-etc/-/eslint-plugin-etc-1.1.5.tgz#29102203ed4475ca17d2230ccb1236a9148443c0"
integrity sha512-3xL62PJiDEPSy1XJGFOViT+pTnfzIe18LYZEWcShBjvf/MMGZBo+hbtb0gJ+u/3UCNkW+cx7+XLpfcEp3UzYcQ==
dependencies:
"@phenomnomnominal/tsquery" "^4.0.0"
"@typescript-eslint/experimental-utils" "^4.0.0"
Expand Down

0 comments on commit 26bd99a

Please sign in to comment.