Skip to content

Commit

Permalink
feat(deps): update dependency eslint-plugin-unicorn to v52 (#165)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency eslint-plugin-unicorn to v52

* fix: lint errors

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jens Simon <jens.simon80@googlemail.com>
  • Loading branch information
renovate[bot] and jenssimon committed Apr 3, 2024
1 parent e6e7881 commit 4be0de3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 3 additions & 1 deletion lib/common.js
@@ -1,4 +1,4 @@
module.exports = ({
const config = ({
extends: ext,
plugins,
env,
Expand Down Expand Up @@ -106,3 +106,5 @@ module.exports = ({
...overrides || [],
],
})

module.exports = config
4 changes: 3 additions & 1 deletion lib/frontend/common.js
@@ -1,6 +1,6 @@
const common = require('../common')

module.exports = ({
const config = ({
env,
plugins,
extends: ext,
Expand Down Expand Up @@ -34,3 +34,5 @@ module.exports = ({
},
overrides,
})

module.exports = config
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-redux": "^4.0.0",
"eslint-plugin-sonarjs": "^0.25.0",
"eslint-plugin-unicorn": "^51.0.0",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-wc": "^2.0.4"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -420,7 +420,7 @@ __metadata:
eslint-plugin-react-hooks: "npm:^4.6.0"
eslint-plugin-react-redux: "npm:^4.0.0"
eslint-plugin-sonarjs: "npm:^0.25.0"
eslint-plugin-unicorn: "npm:^51.0.0"
eslint-plugin-unicorn: "npm:^52.0.0"
eslint-plugin-wc: "npm:^2.0.4"
husky: "npm:^9.0.0"
lint-staged: "npm:^15.0.2"
Expand Down Expand Up @@ -2985,9 +2985,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-unicorn@npm:^51.0.0":
version: 51.0.1
resolution: "eslint-plugin-unicorn@npm:51.0.1"
"eslint-plugin-unicorn@npm:^52.0.0":
version: 52.0.0
resolution: "eslint-plugin-unicorn@npm:52.0.0"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.22.20"
"@eslint-community/eslint-utils": "npm:^4.4.0"
Expand All @@ -3007,7 +3007,7 @@ __metadata:
strip-indent: "npm:^3.0.0"
peerDependencies:
eslint: ">=8.56.0"
checksum: 10c0/e3b019e55d60511c18aec081ff512366f917d0162db3ee122e1f881657b9a1c89e0d505bb7aec968d612ff3c757c055d5b734aaf0b3078a283315bb7db56ca04
checksum: 10c0/c68055ccbbdd4af50fd902f4fd88737f4047cbb727c8135efc578f747007a6c30a65c30af460b667f86e7a8f68d5a8ca031631018a4bdc719bb85114c77d319e
languageName: node
linkType: hard

Expand Down

0 comments on commit 4be0de3

Please sign in to comment.