Skip to content

Commit

Permalink
feat(deps): bump eslint from 8.3.0 to 8.6.0 (#1033)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump eslint from 8.3.0 to 8.6.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.3.0 to 8.6.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.3.0...v8.6.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* feat(core): add `prefer-object-has-own`

* chore: update peer dependency

* fixup! chore: update peer dependency

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ybiquitous authored Jan 15, 2022
1 parent fff3c13 commit c8a133e
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 44 deletions.
84 changes: 42 additions & 42 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 @@ -35,7 +35,7 @@
"@eslint/eslintrc": "^1.0.5",
"@tsconfig/node12": "^1.0.9",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"eslint": "^8.3.0",
"eslint": "^8.6.0",
"eslint-find-rules": "^4.0.0",
"eslint-plugin-jest": "^25.3.4",
"jest": "^27.4.5",
Expand All @@ -46,7 +46,7 @@
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=5.4.0",
"eslint": ">=8.3.0"
"eslint": ">=8.6.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
Expand Down
1 change: 1 addition & 0 deletions rules/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ module.exports = {
"prefer-exponentiation-operator": "warn",
"prefer-named-capture-group": "error",
"prefer-numeric-literals": "error",
"prefer-object-has-own": "warn",
"prefer-object-spread": "error",
"prefer-promise-reject-errors": "error",
"prefer-rest-params": "error",
Expand Down

0 comments on commit c8a133e

Please sign in to comment.