Skip to content

Commit 2141a93

Browse files
chore(deps): bump eslint-plugin-unicorn from 58.0.0 to 59.0.0 (#1114)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 58.0.0 to 59.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v58.0.0...v59.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-version: 59.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39977eb commit 2141a93

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-plugin-promise": "^7.1.0",
5757
"eslint-plugin-react": "^7.37.5",
5858
"eslint-plugin-react-hooks": "^5.2.0",
59-
"eslint-plugin-unicorn": "^58.0.0"
59+
"eslint-plugin-unicorn": "^59.0.0"
6060
},
6161
"devDependencies": {
6262
"@commitlint/cli": "^19.8.0",

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ __metadata:
10021002
eslint-plugin-promise: "npm:^7.1.0"
10031003
eslint-plugin-react: "npm:^7.37.5"
10041004
eslint-plugin-react-hooks: "npm:^5.2.0"
1005-
eslint-plugin-unicorn: "npm:^58.0.0"
1005+
eslint-plugin-unicorn: "npm:^59.0.0"
10061006
husky: "npm:^9.1.7"
10071007
lint-staged: "npm:^15.5.1"
10081008
pinst: "npm:^3.0.0"
@@ -3507,9 +3507,9 @@ __metadata:
35073507
languageName: node
35083508
linkType: hard
35093509

3510-
"eslint-plugin-unicorn@npm:^58.0.0":
3511-
version: 58.0.0
3512-
resolution: "eslint-plugin-unicorn@npm:58.0.0"
3510+
"eslint-plugin-unicorn@npm:^59.0.0":
3511+
version: 59.0.0
3512+
resolution: "eslint-plugin-unicorn@npm:59.0.0"
35133513
dependencies:
35143514
"@babel/helper-validator-identifier": "npm:^7.25.9"
35153515
"@eslint-community/eslint-utils": "npm:^4.5.1"
@@ -3518,19 +3518,19 @@ __metadata:
35183518
clean-regexp: "npm:^1.0.0"
35193519
core-js-compat: "npm:^3.41.0"
35203520
esquery: "npm:^1.6.0"
3521+
find-up-simple: "npm:^1.0.1"
35213522
globals: "npm:^16.0.0"
35223523
indent-string: "npm:^5.0.0"
35233524
is-builtin-module: "npm:^5.0.0"
35243525
jsesc: "npm:^3.1.0"
35253526
pluralize: "npm:^8.0.0"
3526-
read-package-up: "npm:^11.0.0"
35273527
regexp-tree: "npm:^0.1.27"
35283528
regjsparser: "npm:^0.12.0"
35293529
semver: "npm:^7.7.1"
35303530
strip-indent: "npm:^4.0.0"
35313531
peerDependencies:
35323532
eslint: ">=9.22.0"
3533-
checksum: 10c0/3b76a6c5ca422d1c27e53e24244718bf8a3acce8e2dccc744824c3ad66098265a201c9d305afeb1372f40f622ead36510aa6e930fa7f426021fdd02fdb519250
3533+
checksum: 10c0/2d2d4b8632bdd0f47a819300f03134b881c81bcbf4374f112a8800ba64ce40cd3a084cb118dbb07011841a3af3722b418be0fbbb871cb85409e0d95812e28151
35343534
languageName: node
35353535
linkType: hard
35363536

@@ -3826,6 +3826,13 @@ __metadata:
38263826
languageName: node
38273827
linkType: hard
38283828

3829+
"find-up-simple@npm:^1.0.1":
3830+
version: 1.0.1
3831+
resolution: "find-up-simple@npm:1.0.1"
3832+
checksum: 10c0/ad34de157b7db925d50ff78302fefb28e309f3bc947c93ffca0f9b0bccf9cf1a2dc57d805d5c94ec9fc60f4838f5dbdfd2a48ecd77c23015fa44c6dd5f60bc40
3833+
languageName: node
3834+
linkType: hard
3835+
38293836
"find-up@npm:^2.0.0":
38303837
version: 2.1.0
38313838
resolution: "find-up@npm:2.1.0"

0 commit comments

Comments
 (0)