Skip to content

Commit fc7e561

Browse files
chore(deps): update dependency babel-eslint to v10.1.0
1 parent b726d2f commit fc7e561

File tree

72 files changed

+7139
-468
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+7139
-468
lines changed

instantsearch.js/algolia-insights/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint:fix": "npm run lint -- --fix"
1010
},
1111
"devDependencies": {
12-
"babel-eslint": "10.0.1",
12+
"babel-eslint": "10.1.0",
1313
"eslint": "4.19.1",
1414
"eslint-config-algolia": "13.3.0",
1515
"eslint-config-prettier": "4.1.0",

instantsearch.js/algolia-insights/yarn.lock

Lines changed: 196 additions & 11 deletions
Large diffs are not rendered by default.

instantsearch.js/autocomplete-results-page/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint:fix": "npm run lint -- --fix"
1010
},
1111
"devDependencies": {
12-
"babel-eslint": "10.0.1",
12+
"babel-eslint": "10.1.0",
1313
"eslint": "5.5.0",
1414
"eslint-config-algolia": "13.3.0",
1515
"eslint-config-prettier": "4.1.0",

instantsearch.js/autocomplete-results-page/yarn.lock

Lines changed: 195 additions & 18 deletions
Large diffs are not rendered by default.

instantsearch.js/conditional-request/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint:fix": "npm run lint -- --fix"
1010
},
1111
"devDependencies": {
12-
"babel-eslint": "10.0.1",
12+
"babel-eslint": "10.1.0",
1313
"eslint": "5.7.0",
1414
"eslint-config-algolia": "13.3.0",
1515
"eslint-config-prettier": "3.6.0",

instantsearch.js/conditional-request/yarn.lock

Lines changed: 210 additions & 33 deletions
Large diffs are not rendered by default.

instantsearch.js/facet-dropdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint:fix": "npm run lint -- --fix"
1111
},
1212
"devDependencies": {
13-
"babel-eslint": "10.0.3",
13+
"babel-eslint": "10.1.0",
1414
"eslint": "5.7.0",
1515
"eslint-config-algolia": "13.2.3",
1616
"eslint-config-prettier": "3.6.0",

instantsearch.js/facet-dropdown/yarn.lock

Lines changed: 152 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
dependencies:
1010
"@babel/highlight" "^7.12.13"
1111

12+
"@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5":
13+
version "7.23.5"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
15+
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
16+
dependencies:
17+
"@babel/highlight" "^7.23.4"
18+
chalk "^2.4.2"
19+
1220
"@babel/compat-data@^7.12.13":
1321
version "7.12.13"
1422
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8"
@@ -44,6 +52,16 @@
4452
jsesc "^2.5.1"
4553
source-map "^0.5.0"
4654

55+
"@babel/generator@^7.23.6":
56+
version "7.23.6"
57+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
58+
integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==
59+
dependencies:
60+
"@babel/types" "^7.23.6"
61+
"@jridgewell/gen-mapping" "^0.3.2"
62+
"@jridgewell/trace-mapping" "^0.3.17"
63+
jsesc "^2.5.1"
64+
4765
"@babel/helper-annotate-as-pure@^7.12.13":
4866
version "7.12.13"
4967
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -88,6 +106,11 @@
88106
"@babel/helper-annotate-as-pure" "^7.12.13"
89107
regexpu-core "^4.7.1"
90108

109+
"@babel/helper-environment-visitor@^7.22.20":
110+
version "7.22.20"
111+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
112+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
113+
91114
"@babel/helper-explode-assignable-expression@^7.12.13":
92115
version "7.12.13"
93116
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.13.tgz#0e46990da9e271502f77507efa4c9918d3d8634a"
@@ -104,6 +127,14 @@
104127
"@babel/template" "^7.12.13"
105128
"@babel/types" "^7.12.13"
106129

130+
"@babel/helper-function-name@^7.23.0":
131+
version "7.23.0"
132+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
133+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
134+
dependencies:
135+
"@babel/template" "^7.22.15"
136+
"@babel/types" "^7.23.0"
137+
107138
"@babel/helper-get-function-arity@^7.12.13":
108139
version "7.12.13"
109140
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
@@ -118,6 +149,13 @@
118149
dependencies:
119150
"@babel/types" "^7.12.13"
120151

152+
"@babel/helper-hoist-variables@^7.22.5":
153+
version "7.22.5"
154+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
155+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
156+
dependencies:
157+
"@babel/types" "^7.22.5"
158+
121159
"@babel/helper-member-expression-to-functions@^7.12.13":
122160
version "7.12.13"
123161
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz#c5715695b4f8bab32660dbdcdc2341dec7e3df40"
@@ -199,11 +237,28 @@
199237
dependencies:
200238
"@babel/types" "^7.12.13"
201239

240+
"@babel/helper-split-export-declaration@^7.22.6":
241+
version "7.22.6"
242+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
243+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
244+
dependencies:
245+
"@babel/types" "^7.22.5"
246+
247+
"@babel/helper-string-parser@^7.23.4":
248+
version "7.23.4"
249+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
250+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
251+
202252
"@babel/helper-validator-identifier@^7.12.11":
203253
version "7.12.11"
204254
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
205255
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
206256

257+
"@babel/helper-validator-identifier@^7.22.20":
258+
version "7.22.20"
259+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
260+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
261+
207262
"@babel/helper-validator-option@^7.12.11":
208263
version "7.12.11"
209264
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f"
@@ -237,11 +292,25 @@
237292
chalk "^2.0.0"
238293
js-tokens "^4.0.0"
239294

240-
"@babel/parser@^7.0.0", "@babel/parser@^7.12.13", "@babel/parser@^7.4.4":
295+
"@babel/highlight@^7.23.4":
296+
version "7.23.4"
297+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
298+
integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
299+
dependencies:
300+
"@babel/helper-validator-identifier" "^7.22.20"
301+
chalk "^2.4.2"
302+
js-tokens "^4.0.0"
303+
304+
"@babel/parser@^7.12.13", "@babel/parser@^7.4.4":
241305
version "7.12.15"
242306
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
243307
integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==
244308

309+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.6", "@babel/parser@^7.7.0":
310+
version "7.23.6"
311+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
312+
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
313+
245314
"@babel/plugin-proposal-async-generator-functions@^7.12.13":
246315
version "7.12.13"
247316
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.13.tgz#d1c6d841802ffb88c64a2413e311f7345b9e66b5"
@@ -813,7 +882,16 @@
813882
"@babel/parser" "^7.12.13"
814883
"@babel/types" "^7.12.13"
815884

816-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.4.4":
885+
"@babel/template@^7.22.15":
886+
version "7.22.15"
887+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
888+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
889+
dependencies:
890+
"@babel/code-frame" "^7.22.13"
891+
"@babel/parser" "^7.22.15"
892+
"@babel/types" "^7.22.15"
893+
894+
"@babel/traverse@^7.12.13", "@babel/traverse@^7.4.4":
817895
version "7.12.13"
818896
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0"
819897
integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==
@@ -828,7 +906,23 @@
828906
globals "^11.1.0"
829907
lodash "^4.17.19"
830908

831-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.4.4":
909+
"@babel/traverse@^7.7.0":
910+
version "7.23.7"
911+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7.tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305"
912+
integrity sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==
913+
dependencies:
914+
"@babel/code-frame" "^7.23.5"
915+
"@babel/generator" "^7.23.6"
916+
"@babel/helper-environment-visitor" "^7.22.20"
917+
"@babel/helper-function-name" "^7.23.0"
918+
"@babel/helper-hoist-variables" "^7.22.5"
919+
"@babel/helper-split-export-declaration" "^7.22.6"
920+
"@babel/parser" "^7.23.6"
921+
"@babel/types" "^7.23.6"
922+
debug "^4.3.1"
923+
globals "^11.1.0"
924+
925+
"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.4.4":
832926
version "7.12.13"
833927
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611"
834928
integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==
@@ -837,11 +931,52 @@
837931
lodash "^4.17.19"
838932
to-fast-properties "^2.0.0"
839933

934+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.7.0":
935+
version "7.23.6"
936+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
937+
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==
938+
dependencies:
939+
"@babel/helper-string-parser" "^7.23.4"
940+
"@babel/helper-validator-identifier" "^7.22.20"
941+
to-fast-properties "^2.0.0"
942+
840943
"@iarna/toml@^2.2.0":
841944
version "2.2.5"
842945
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
843946
integrity sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==
844947

948+
"@jridgewell/gen-mapping@^0.3.2":
949+
version "0.3.3"
950+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
951+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
952+
dependencies:
953+
"@jridgewell/set-array" "^1.0.1"
954+
"@jridgewell/sourcemap-codec" "^1.4.10"
955+
"@jridgewell/trace-mapping" "^0.3.9"
956+
957+
"@jridgewell/resolve-uri@^3.1.0":
958+
version "3.1.1"
959+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
960+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
961+
962+
"@jridgewell/set-array@^1.0.1":
963+
version "1.1.2"
964+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
965+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
966+
967+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
968+
version "1.4.15"
969+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
970+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
971+
972+
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
973+
version "0.3.21"
974+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.21.tgz#5dc1df7b3dc4a6209e503a924e1ca56097a2bb15"
975+
integrity sha512-SRfKmRe1KvYnxjEMtxEr+J4HIeMX5YBg/qhRHpxEIGjhX1rshcHlnFUE9K0GazhVKWM7B+nARSkV8LuvJdJ5/g==
976+
dependencies:
977+
"@jridgewell/resolve-uri" "^3.1.0"
978+
"@jridgewell/sourcemap-codec" "^1.4.14"
979+
845980
"@mrmlnc/readdir-enhanced@^2.2.1":
846981
version "2.2.1"
847982
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
@@ -1118,15 +1253,15 @@ aws4@^1.8.0:
11181253
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
11191254
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
11201255

1121-
babel-eslint@10.0.3:
1122-
version "10.0.3"
1123-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a"
1124-
integrity sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA==
1256+
babel-eslint@10.1.0:
1257+
version "10.1.0"
1258+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
1259+
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
11251260
dependencies:
11261261
"@babel/code-frame" "^7.0.0"
1127-
"@babel/parser" "^7.0.0"
1128-
"@babel/traverse" "^7.0.0"
1129-
"@babel/types" "^7.0.0"
1262+
"@babel/parser" "^7.7.0"
1263+
"@babel/traverse" "^7.7.0"
1264+
"@babel/types" "^7.7.0"
11301265
eslint-visitor-keys "^1.0.0"
11311266
resolve "^1.12.0"
11321267

@@ -1949,6 +2084,13 @@ debug@^4.0.1, debug@^4.1.0:
19492084
dependencies:
19502085
ms "2.1.2"
19512086

2087+
debug@^4.3.1:
2088+
version "4.3.4"
2089+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
2090+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
2091+
dependencies:
2092+
ms "2.1.2"
2093+
19522094
decode-uri-component@^0.2.0:
19532095
version "0.2.0"
19542096
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"

instantsearch.js/geo-search-control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint:fix": "npm run lint -- --fix"
1010
},
1111
"devDependencies": {
12-
"babel-eslint": "10.0.1",
12+
"babel-eslint": "10.1.0",
1313
"eslint": "5.7.0",
1414
"eslint-config-algolia": "13.3.0",
1515
"eslint-config-prettier": "4.1.0",

0 commit comments

Comments
 (0)