Skip to content

Commit 26bd99a

Browse files
renovate[bot]renovate-botfelixfbecker
authored
fix(deps): update dependency eslint-plugin-etc to v1 (#164)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Felix Becker <[email protected]>
1 parent 6ac43d9 commit 26bd99a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ module.exports = {
203203
'rxjs/no-subject-unsubscribe': 'error',
204204

205205
'etc/throw-error': 'error',
206-
'etc/deprecation': 'warn',
206+
'etc/no-deprecated': 'warn',
207207

208208
'@typescript-eslint/no-var-requires': 'off',
209209
'@typescript-eslint/prefer-regexp-exec': 'off',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@typescript-eslint/parser": "^4.5.0",
4040
"eslint-config-prettier": "^6.15.0",
4141
"eslint-plugin-ban": "^1.4.0",
42-
"eslint-plugin-etc": "^0.0.3-beta.48",
42+
"eslint-plugin-etc": "^1.1.5",
4343
"eslint-plugin-import": "^2.22.1",
4444
"eslint-plugin-jsdoc": "^30.7.6",
4545
"eslint-plugin-react": "^7.21.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,10 +1723,10 @@ eslint-plugin-ban@^1.4.0:
17231723
dependencies:
17241724
requireindex "~1.2.0"
17251725

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

0 commit comments

Comments
 (0)