Skip to content

Commit ff3fa53

Browse files
chore(deps-dev): bump eslint-plugin-unicorn from 59.0.1 to 60.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 59.0.1 to 60.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v59.0.1...v60.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-version: 60.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 46508ee commit ff3fa53

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-no-use-extend-native": "^0.7.2",
4040
"eslint-plugin-node": "^11.1.0",
4141
"eslint-plugin-promise": "^7.0.0",
42-
"eslint-plugin-unicorn": "^59.0.0",
42+
"eslint-plugin-unicorn": "^60.0.0",
4343
"grunt": "^1.6.1",
4444
"grunt-bower-concat": "git+https://github.com/miigotu/grunt-bower-concat.git",
4545
"grunt-bower-task": "^0.6.2",

yarn.lock

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@
973973
"@eslint/core" "^0.13.0"
974974
levn "^0.4.1"
975975

976-
"@eslint/plugin-kit@^0.3.4":
976+
"@eslint/plugin-kit@^0.3.3", "@eslint/plugin-kit@^0.3.4":
977977
version "0.3.4"
978978
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz#c6b9f165e94bf4d9fdd493f1c028a94aaf5fc1cc"
979979
integrity sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==
@@ -3405,6 +3405,11 @@ chalk@~0.4.0:
34053405
has-color "~0.1.0"
34063406
strip-ansi "~0.1.0"
34073407

3408+
change-case@^5.4.4:
3409+
version "5.4.4"
3410+
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.4.tgz#0d52b507d8fb8f204343432381d1a6d7bff97a02"
3411+
integrity sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==
3412+
34083413
chardet@^0.7.0:
34093414
version "0.7.0"
34103415
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
@@ -3807,7 +3812,7 @@ copy-webpack-plugin@^13.0.0:
38073812
serialize-javascript "^6.0.2"
38083813
tinyglobby "^0.2.12"
38093814

3810-
core-js-compat@^3.41.0, core-js-compat@^3.43.0:
3815+
core-js-compat@^3.41.0, core-js-compat@^3.43.0, core-js-compat@^3.44.0:
38113816
version "3.45.0"
38123817
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.45.0.tgz#bc0017525dcb7a42ba3241d02f6fce9bae8e5c33"
38133818
integrity sha512-gRoVMBawZg0OnxaVv3zpqLLxaHmsubEGyTnqdpI/CEBvX4JadI1dMSHxagThprYRtSVbuQxvi6iUatdPxohHpA==
@@ -4843,7 +4848,7 @@ eslint-plugin-react@^7.37.4:
48434848
string.prototype.matchall "^4.0.12"
48444849
string.prototype.repeat "^1.0.0"
48454850

4846-
eslint-plugin-unicorn@^59.0.0, eslint-plugin-unicorn@^59.0.1:
4851+
eslint-plugin-unicorn@^59.0.1:
48474852
version "59.0.1"
48484853
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-59.0.1.tgz#e76ca18f6b92633440973e5442923a36544a1422"
48494854
integrity sha512-EtNXYuWPUmkgSU2E7Ttn57LbRREQesIP1BiLn7OZLKodopKfDXfBUkC/0j6mpw2JExwf43Uf3qLSvrSvppgy8Q==
@@ -4866,6 +4871,30 @@ eslint-plugin-unicorn@^59.0.0, eslint-plugin-unicorn@^59.0.1:
48664871
semver "^7.7.1"
48674872
strip-indent "^4.0.0"
48684873

4874+
eslint-plugin-unicorn@^60.0.0:
4875+
version "60.0.0"
4876+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-60.0.0.tgz#68f712bcb17e94bd176cce7312647ba1d1409c3c"
4877+
integrity sha512-QUzTefvP8stfSXsqKQ+vBQSEsXIlAiCduS/V1Em+FKgL9c21U/IIm20/e3MFy1jyCf14tHAhqC1sX8OTy6VUCg==
4878+
dependencies:
4879+
"@babel/helper-validator-identifier" "^7.27.1"
4880+
"@eslint-community/eslint-utils" "^4.7.0"
4881+
"@eslint/plugin-kit" "^0.3.3"
4882+
change-case "^5.4.4"
4883+
ci-info "^4.3.0"
4884+
clean-regexp "^1.0.0"
4885+
core-js-compat "^3.44.0"
4886+
esquery "^1.6.0"
4887+
find-up-simple "^1.0.1"
4888+
globals "^16.3.0"
4889+
indent-string "^5.0.0"
4890+
is-builtin-module "^5.0.0"
4891+
jsesc "^3.1.0"
4892+
pluralize "^8.0.0"
4893+
regexp-tree "^0.1.27"
4894+
regjsparser "^0.12.0"
4895+
semver "^7.7.2"
4896+
strip-indent "^4.0.0"
4897+
48694898
eslint-rule-docs@^1.1.235:
48704899
version "1.1.235"
48714900
resolved "https://registry.yarnpkg.com/eslint-rule-docs/-/eslint-rule-docs-1.1.235.tgz#be6ef1fc3525f17b3c859ae2997fedadc89bfb9b"

0 commit comments

Comments
 (0)