Skip to content

Commit c19541e

Browse files
chore: bump eslint-plugin-unicorn from 44.0.0 to 47.0.0 in /site (#8291)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 44.0.0 to 47.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v44.0.0...v47.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 681e2db commit c19541e

File tree

2 files changed

+39
-18
lines changed

2 files changed

+39
-18
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"eslint-plugin-react": "7.31.1",
139139
"eslint-plugin-react-hooks": "4.6.0",
140140
"eslint-plugin-storybook": "0.6.11",
141-
"eslint-plugin-unicorn": "44.0.0",
141+
"eslint-plugin-unicorn": "47.0.0",
142142
"jest": "29.5.0",
143143
"jest-canvas-mock": "2.4.0",
144144
"jest-fetch-mock": "3.0.3",

site/yarn.lock

Lines changed: 38 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@
13021302
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.17.16.tgz#260f19b0a3300d22c3a3f52722c671dc561edaa3"
13031303
integrity sha512-xJ7OH/nanouJO9pf03YsL9NAFQBHd8AqfrQd7Pf5laGyyTt/gToul6QYOA/i5i/q8y9iaM5DQFNTgpi995VkOg==
13041304

1305-
"@eslint-community/eslint-utils@^4.2.0":
1305+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
13061306
version "4.4.0"
13071307
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
13081308
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
@@ -4717,7 +4717,7 @@ ci-info@^2.0.0:
47174717
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
47184718
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
47194719

4720-
ci-info@^3.2.0, ci-info@^3.4.0:
4720+
ci-info@^3.2.0, ci-info@^3.8.0:
47214721
version "3.8.0"
47224722
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91"
47234723
integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==
@@ -5864,24 +5864,26 @@ eslint-plugin-testing-library@5.10.2:
58645864
dependencies:
58655865
"@typescript-eslint/utils" "^5.43.0"
58665866

5867-
eslint-plugin-unicorn@44.0.0:
5868-
version "44.0.0"
5869-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-44.0.0.tgz#ddb2d7bf3674077d6f3b227b9a0ce22dfc1e3ceb"
5870-
integrity sha512-GbkxkdNzY7wNEfZnraAP+oA+aqqzSrNZmO37kjW1DyqnSK/ah08ySDdIecObpx46twv+zcQvH8i0CHP98Wo64w==
5867+
eslint-plugin-unicorn@47.0.0:
5868+
version "47.0.0"
5869+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-47.0.0.tgz#960e9d3789f656ba3e21982420793b069a911011"
5870+
integrity sha512-ivB3bKk7fDIeWOUmmMm9o3Ax9zbMz1Bsza/R2qm46ufw4T6VBFBaJIR1uN3pCKSmSXm8/9Nri8V+iUut1NhQGA==
58715871
dependencies:
58725872
"@babel/helper-validator-identifier" "^7.19.1"
5873-
ci-info "^3.4.0"
5873+
"@eslint-community/eslint-utils" "^4.4.0"
5874+
ci-info "^3.8.0"
58745875
clean-regexp "^1.0.0"
5875-
eslint-utils "^3.0.0"
5876-
esquery "^1.4.0"
5876+
esquery "^1.5.0"
58775877
indent-string "^4.0.0"
5878-
is-builtin-module "^3.2.0"
5878+
is-builtin-module "^3.2.1"
5879+
jsesc "^3.0.2"
58795880
lodash "^4.17.21"
58805881
pluralize "^8.0.0"
58815882
read-pkg-up "^7.0.1"
58825883
regexp-tree "^0.1.24"
5884+
regjsparser "^0.10.0"
58835885
safe-regex "^2.1.1"
5884-
semver "^7.3.7"
5886+
semver "^7.3.8"
58855887
strip-indent "^3.0.0"
58865888

58875889
eslint-scope@^5.1.1:
@@ -5976,10 +5978,10 @@ esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
59765978
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
59775979
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
59785980

5979-
esquery@^1.4.0, esquery@^1.4.2:
5980-
version "1.4.2"
5981-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.2.tgz#c6d3fee05dd665808e2ad870631f221f5617b1d1"
5982-
integrity sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==
5981+
esquery@^1.4.2, esquery@^1.5.0:
5982+
version "1.5.0"
5983+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
5984+
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
59835985
dependencies:
59845986
estraverse "^5.1.0"
59855987

@@ -7104,7 +7106,7 @@ is-buffer@^2.0.0:
71047106
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
71057107
integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
71067108

7107-
is-builtin-module@^3.2.0:
7109+
is-builtin-module@^3.2.1:
71087110
version "3.2.1"
71097111
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169"
71107112
integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==
@@ -7996,6 +7998,11 @@ jsesc@^2.5.1:
79967998
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
79977999
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
79988000

8001+
jsesc@^3.0.2:
8002+
version "3.0.2"
8003+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
8004+
integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==
8005+
79998006
jsesc@~0.5.0:
80008007
version "0.5.0"
80018008
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
@@ -10368,6 +10375,13 @@ regexpu-core@^5.3.1:
1036810375
unicode-match-property-ecmascript "^2.0.0"
1036910376
unicode-match-property-value-ecmascript "^2.1.0"
1037010377

10378+
regjsparser@^0.10.0:
10379+
version "0.10.0"
10380+
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.10.0.tgz#b1ed26051736b436f22fdec1c8f72635f9f44892"
10381+
integrity sha512-qx+xQGZVsy55CH0a1hiVwHmqjLryfh7wQyF5HO07XJ9f7dQMY/gPQHhlyDkIzJKC+x2fUCpCcUODUUUFrm7SHA==
10382+
dependencies:
10383+
jsesc "~0.5.0"
10384+
1037110385
regjsparser@^0.9.1:
1037210386
version "0.9.1"
1037310387
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.9.1.tgz#272d05aa10c7c1f67095b1ff0addae8442fc5709"
@@ -10652,7 +10666,7 @@ semver@7.3.8:
1065210666
dependencies:
1065310667
lru-cache "^6.0.0"
1065410668

10655-
semver@7.5.2, semver@^7.0.0, semver@^7.1.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0:
10669+
semver@7.5.2:
1065610670
version "7.5.2"
1065710671
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.2.tgz#5b851e66d1be07c1cdaf37dfc856f543325a2beb"
1065810672
integrity sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==
@@ -10664,6 +10678,13 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
1066410678
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1066510679
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
1066610680

10681+
semver@^7.0.0, semver@^7.1.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.0:
10682+
version "7.5.3"
10683+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
10684+
integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==
10685+
dependencies:
10686+
lru-cache "^6.0.0"
10687+
1066710688
semver@~7.0.0:
1066810689
version "7.0.0"
1066910690
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"

0 commit comments

Comments
 (0)