Skip to content

Commit 7d1994f

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

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": "^61.0.2",
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
@@ -988,7 +988,7 @@
988988
"@eslint/core" "^0.13.0"
989989
levn "^0.4.1"
990990

991-
"@eslint/plugin-kit@^0.3.5":
991+
"@eslint/plugin-kit@^0.3.3", "@eslint/plugin-kit@^0.3.5":
992992
version "0.3.5"
993993
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5"
994994
integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
@@ -3450,6 +3450,11 @@ chalk@~0.4.0:
34503450
has-color "~0.1.0"
34513451
strip-ansi "~0.1.0"
34523452

3453+
change-case@^5.4.4:
3454+
version "5.4.4"
3455+
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.4.tgz#0d52b507d8fb8f204343432381d1a6d7bff97a02"
3456+
integrity sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==
3457+
34533458
chardet@^2.1.0:
34543459
version "2.1.0"
34553460
resolved "https://registry.yarnpkg.com/chardet/-/chardet-2.1.0.tgz#1007f441a1ae9f9199a4a67f6e978fb0aa9aa3fe"
@@ -3852,7 +3857,7 @@ copy-webpack-plugin@^13.0.0:
38523857
serialize-javascript "^6.0.2"
38533858
tinyglobby "^0.2.12"
38543859

3855-
core-js-compat@^3.41.0, core-js-compat@^3.43.0:
3860+
core-js-compat@^3.41.0, core-js-compat@^3.43.0, core-js-compat@^3.44.0:
38563861
version "3.45.1"
38573862
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.45.1.tgz#424f3f4af30bf676fd1b67a579465104f64e9c7a"
38583863
integrity sha512-tqTt5T4PzsMIZ430XGviK4vzYSoeNJ6CXODi6c/voxOT6IZqBht5/EKaSNnYiEjjRYxjVz7DQIsOsY0XNi8PIA==
@@ -4888,7 +4893,7 @@ eslint-plugin-react@^7.37.4:
48884893
string.prototype.matchall "^4.0.12"
48894894
string.prototype.repeat "^1.0.0"
48904895

4891-
eslint-plugin-unicorn@^59.0.0, eslint-plugin-unicorn@^59.0.1:
4896+
eslint-plugin-unicorn@^59.0.1:
48924897
version "59.0.1"
48934898
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-59.0.1.tgz#e76ca18f6b92633440973e5442923a36544a1422"
48944899
integrity sha512-EtNXYuWPUmkgSU2E7Ttn57LbRREQesIP1BiLn7OZLKodopKfDXfBUkC/0j6mpw2JExwf43Uf3qLSvrSvppgy8Q==
@@ -4911,6 +4916,30 @@ eslint-plugin-unicorn@^59.0.0, eslint-plugin-unicorn@^59.0.1:
49114916
semver "^7.7.1"
49124917
strip-indent "^4.0.0"
49134918

4919+
eslint-plugin-unicorn@^61.0.2:
4920+
version "61.0.2"
4921+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-61.0.2.tgz#fe410b1203666cef4d6a5b13b05caef814a6a2e4"
4922+
integrity sha512-zLihukvneYT7f74GNbVJXfWIiNQmkc/a9vYBTE4qPkQZswolWNdu+Wsp9sIXno1JOzdn6OUwLPd19ekXVkahRA==
4923+
dependencies:
4924+
"@babel/helper-validator-identifier" "^7.27.1"
4925+
"@eslint-community/eslint-utils" "^4.7.0"
4926+
"@eslint/plugin-kit" "^0.3.3"
4927+
change-case "^5.4.4"
4928+
ci-info "^4.3.0"
4929+
clean-regexp "^1.0.0"
4930+
core-js-compat "^3.44.0"
4931+
esquery "^1.6.0"
4932+
find-up-simple "^1.0.1"
4933+
globals "^16.3.0"
4934+
indent-string "^5.0.0"
4935+
is-builtin-module "^5.0.0"
4936+
jsesc "^3.1.0"
4937+
pluralize "^8.0.0"
4938+
regexp-tree "^0.1.27"
4939+
regjsparser "^0.12.0"
4940+
semver "^7.7.2"
4941+
strip-indent "^4.0.0"
4942+
49144943
eslint-rule-docs@^1.1.235:
49154944
version "1.1.235"
49164945
resolved "https://registry.yarnpkg.com/eslint-rule-docs/-/eslint-rule-docs-1.1.235.tgz#be6ef1fc3525f17b3c859ae2997fedadc89bfb9b"

0 commit comments

Comments
 (0)