Skip to content

Commit

Permalink
feat(deps): bump @typescript-eslint/eslint-plugin from 5.17.0 to 5.21…
Browse files Browse the repository at this point in the history
….0 (#1079)

* build(deps-dev): bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.17.0 to 5.21.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.21.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat(ts): replace `no-parameter-properties` with `parameter-properties`

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <[email protected]>
  • Loading branch information
dependabot[bot] and ybiquitous authored May 2, 2022
1 parent d09dc47 commit bcfc382
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 95 deletions.
184 changes: 92 additions & 92 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@eslint/eslintrc": "^1.2.2",
"@tsconfig/node12": "^1.0.9",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"eslint": "^8.14.0",
"eslint-find-rules": "^4.1.0",
"eslint-plugin-jest": "^26.1.5",
Expand All @@ -45,7 +45,7 @@
"ybiq": "^14.3.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=5.13.0",
"@typescript-eslint/eslint-plugin": ">=5.21.0",
"eslint": ">=8.14.0"
},
"peerDependenciesMeta": {
Expand Down Expand Up @@ -126,6 +126,7 @@
"prettier",
"react",
"regexp",
"ts",
"typescript"
]
]
Expand Down
2 changes: 1 addition & 1 deletion rules/plugins/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ module.exports = {
"@typescript-eslint/no-meaningless-void-operator": "error",
"@typescript-eslint/no-non-null-asserted-nullish-coalescing": "error",
"@typescript-eslint/no-non-null-asserted-optional-chain": "error",
"@typescript-eslint/no-parameter-properties": "off",
"no-redeclare": "off",
"@typescript-eslint/no-redeclare": "error", // eslint-disable-line sort-keys
"@typescript-eslint/no-redundant-type-constituents": "warn",
Expand Down Expand Up @@ -83,6 +82,7 @@ module.exports = {
"@typescript-eslint/no-useless-empty-export": "error",
"@typescript-eslint/non-nullable-type-assertion-style": "warn",
"@typescript-eslint/padding-line-between-statements": "off",
"@typescript-eslint/parameter-properties": "warn",
"@typescript-eslint/prefer-as-const": "error",
"@typescript-eslint/prefer-enum-initializers": "error",
"@typescript-eslint/prefer-for-of": "error",
Expand Down

0 comments on commit bcfc382

Please sign in to comment.