Skip to content

Commit b4288c2

Browse files
chore(deps): update devdependencies (non-major) (#1070)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5acf7b5 commit b4288c2

File tree

4 files changed

+80
-42
lines changed

4 files changed

+80
-42
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
},
3939
"devDependencies": {
4040
"@babel/cli": "7.17.6",
41-
"@babel/core": "7.17.8",
41+
"@babel/core": "7.17.9",
4242
"@babel/plugin-external-helpers": "7.16.7",
4343
"@babel/preset-env": "7.16.11",
4444
"@babel/preset-typescript": "7.16.7",
4545
"babel-eslint": "10.1.0",
4646
"babel-plugin-add-module-exports": "1.0.4",
4747
"babel-plugin-dev-expression": "0.2.3",
4848
"concurrently": "6.5.1",
49-
"eslint": "8.12.0",
49+
"eslint": "8.13.0",
5050
"eslint-config-prettier": "8.5.0",
51-
"eslint-plugin-import": "2.25.4",
51+
"eslint-plugin-import": "2.26.0",
5252
"eslint-plugin-react": "7.29.4",
5353
"flowgen": "1.17.0",
5454
"husky": "7.0.4",

tests/flowtype/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"scroll-into-view-if-needed": "link:../.."
55
},
66
"devDependencies": {
7-
"flow-bin": "0.175.0"
7+
"flow-bin": "0.175.1"
88
}
99
}

tests/flowtype/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ compute-scroll-into-view@^1.0.17:
77
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.17.tgz#6a88f18acd9d42e9cf4baa6bec7e0522607ab7ab"
88
integrity sha512-j4dx+Fb0URmzbwwMUrhqWM2BEWHdFGx+qZ9qqASHRPqvTYdqvWnHg0H1hIbcyLnvgnoNAVMlwkepyqM3DaIFUg==
99

10-
11-
version "0.175.0"
12-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.175.0.tgz#ba082ac5ad2306ce62754101c710757484c082fe"
13-
integrity sha512-EqIwrZFM+mQW9Iahs5pNUCMbpOkh+k2/9312/zuwyNrNRga3R4uj4M+7Lb0grM1oVYRK5TopQiKh2jWyA9x+xg==
10+
11+
version "0.175.1"
12+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.175.1.tgz#72237070ba4f293f9e04113481e18929c1de50df"
13+
integrity sha512-zMCP0BPa9BrfBSR7QTcyT/XBwzUbyLdNG0eXvBuNxfHCbMRkUzSceRoOaEZIw+R+GH0UHjVfUvPJ30hXxz1Nfw==
1414

1515
"scroll-into-view-if-needed@link:../..":
1616
version "2.0.0-dev"

yarn.lock

Lines changed: 72 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,28 @@
3838
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
3939
integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==
4040

41-
"@babel/[email protected].8":
42-
version "7.17.8"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.8.tgz#3dac27c190ebc3a4381110d46c80e77efe172e1a"
44-
integrity sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==
41+
"@babel/[email protected].9":
42+
version "7.17.9"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.9.tgz#6bae81a06d95f4d0dec5bb9d74bbc1f58babdcfe"
44+
integrity sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==
4545
dependencies:
4646
"@ampproject/remapping" "^2.1.0"
4747
"@babel/code-frame" "^7.16.7"
48-
"@babel/generator" "^7.17.7"
48+
"@babel/generator" "^7.17.9"
4949
"@babel/helper-compilation-targets" "^7.17.7"
5050
"@babel/helper-module-transforms" "^7.17.7"
51-
"@babel/helpers" "^7.17.8"
52-
"@babel/parser" "^7.17.8"
51+
"@babel/helpers" "^7.17.9"
52+
"@babel/parser" "^7.17.9"
5353
"@babel/template" "^7.16.7"
54-
"@babel/traverse" "^7.17.3"
54+
"@babel/traverse" "^7.17.9"
5555
"@babel/types" "^7.17.0"
5656
convert-source-map "^1.7.0"
5757
debug "^4.1.0"
5858
gensync "^1.0.0-beta.2"
59-
json5 "^2.1.2"
59+
json5 "^2.2.1"
6060
semver "^6.3.0"
6161

62-
"@babel/generator@^7.17.3", "@babel/generator@^7.17.7":
62+
"@babel/generator@^7.17.3":
6363
version "7.17.7"
6464
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad"
6565
integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==
@@ -68,6 +68,15 @@
6868
jsesc "^2.5.1"
6969
source-map "^0.5.0"
7070

71+
"@babel/generator@^7.17.9":
72+
version "7.17.9"
73+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.9.tgz#f4af9fd38fa8de143c29fce3f71852406fc1e2fc"
74+
integrity sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==
75+
dependencies:
76+
"@babel/types" "^7.17.0"
77+
jsesc "^2.5.1"
78+
source-map "^0.5.0"
79+
7180
"@babel/helper-annotate-as-pure@^7.16.7":
7281
version "7.16.7"
7382
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -151,6 +160,14 @@
151160
"@babel/template" "^7.16.7"
152161
"@babel/types" "^7.16.7"
153162

163+
"@babel/helper-function-name@^7.17.9":
164+
version "7.17.9"
165+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12"
166+
integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==
167+
dependencies:
168+
"@babel/template" "^7.16.7"
169+
"@babel/types" "^7.17.0"
170+
154171
"@babel/helper-get-function-arity@^7.16.7":
155172
version "7.16.7"
156173
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
@@ -266,13 +283,13 @@
266283
"@babel/traverse" "^7.16.8"
267284
"@babel/types" "^7.16.8"
268285

269-
"@babel/helpers@^7.17.8":
270-
version "7.17.8"
271-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106"
272-
integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==
286+
"@babel/helpers@^7.17.9":
287+
version "7.17.9"
288+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a"
289+
integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==
273290
dependencies:
274291
"@babel/template" "^7.16.7"
275-
"@babel/traverse" "^7.17.3"
292+
"@babel/traverse" "^7.17.9"
276293
"@babel/types" "^7.17.0"
277294

278295
"@babel/highlight@^7.16.7":
@@ -284,11 +301,16 @@
284301
chalk "^2.0.0"
285302
js-tokens "^4.0.0"
286303

287-
"@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.8", "@babel/parser@^7.7.0":
304+
"@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.7.0":
288305
version "7.17.8"
289306
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240"
290307
integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
291308

309+
"@babel/parser@^7.17.9":
310+
version "7.17.9"
311+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.9.tgz#9c94189a6062f0291418ca021077983058e171ef"
312+
integrity sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==
313+
292314
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
293315
version "7.16.7"
294316
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
@@ -936,6 +958,22 @@
936958
debug "^4.1.0"
937959
globals "^11.1.0"
938960

961+
"@babel/traverse@^7.17.9":
962+
version "7.17.9"
963+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.9.tgz#1f9b207435d9ae4a8ed6998b2b82300d83c37a0d"
964+
integrity sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==
965+
dependencies:
966+
"@babel/code-frame" "^7.16.7"
967+
"@babel/generator" "^7.17.9"
968+
"@babel/helper-environment-visitor" "^7.16.7"
969+
"@babel/helper-function-name" "^7.17.9"
970+
"@babel/helper-hoist-variables" "^7.16.7"
971+
"@babel/helper-split-export-declaration" "^7.16.7"
972+
"@babel/parser" "^7.17.9"
973+
"@babel/types" "^7.17.0"
974+
debug "^4.1.0"
975+
globals "^11.1.0"
976+
939977
"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
940978
version "7.17.0"
941979
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
@@ -2412,32 +2450,32 @@ eslint-import-resolver-node@^0.3.6:
24122450
debug "^3.2.7"
24132451
resolve "^1.20.0"
24142452

2415-
eslint-module-utils@^2.7.2:
2453+
eslint-module-utils@^2.7.3:
24162454
version "2.7.3"
24172455
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
24182456
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
24192457
dependencies:
24202458
debug "^3.2.7"
24212459
find-up "^2.1.0"
24222460

2423-
eslint-plugin-import@2.25.4:
2424-
version "2.25.4"
2425-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
2426-
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
2461+
eslint-plugin-import@2.26.0:
2462+
version "2.26.0"
2463+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
2464+
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
24272465
dependencies:
24282466
array-includes "^3.1.4"
24292467
array.prototype.flat "^1.2.5"
24302468
debug "^2.6.9"
24312469
doctrine "^2.1.0"
24322470
eslint-import-resolver-node "^0.3.6"
2433-
eslint-module-utils "^2.7.2"
2471+
eslint-module-utils "^2.7.3"
24342472
has "^1.0.3"
2435-
is-core-module "^2.8.0"
2473+
is-core-module "^2.8.1"
24362474
is-glob "^4.0.3"
2437-
minimatch "^3.0.4"
2475+
minimatch "^3.1.2"
24382476
object.values "^1.1.5"
2439-
resolve "^1.20.0"
2440-
tsconfig-paths "^3.12.0"
2477+
resolve "^1.22.0"
2478+
tsconfig-paths "^3.14.1"
24412479

24422480
24432481
version "7.29.4"
@@ -2489,10 +2527,10 @@ eslint-visitor-keys@^3.3.0:
24892527
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
24902528
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
24912529

2492-
eslint@8.12.0:
2493-
version "8.12.0"
2494-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.12.0.tgz#c7a5bd1cfa09079aae64c9076c07eada66a46e8e"
2495-
integrity sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==
2530+
eslint@8.13.0:
2531+
version "8.13.0"
2532+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.13.0.tgz#6fcea43b6811e655410f5626cfcf328016badcd7"
2533+
integrity sha512-D+Xei61eInqauAyTJ6C0q6x9mx7kTUC1KZ0m0LSEexR0V+e94K12LmWX076ZIsldwfQ2RONdaJe0re0TRGQbRQ==
24962534
dependencies:
24972535
"@eslint/eslintrc" "^1.2.1"
24982536
"@humanwhocodes/config-array" "^0.9.2"
@@ -3154,7 +3192,7 @@ is-cidr@*:
31543192
dependencies:
31553193
cidr-regex "^3.1.1"
31563194

3157-
is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.8.0, is-core-module@^2.8.1:
3195+
is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.8.1:
31583196
version "2.8.1"
31593197
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
31603198
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
@@ -3397,7 +3435,7 @@ json5@^1.0.1:
33973435
dependencies:
33983436
minimist "^1.2.0"
33993437

3400-
json5@^2.1.2:
3438+
json5@^2.2.1:
34013439
version "2.2.1"
34023440
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
34033441
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
@@ -4849,7 +4887,7 @@ resolve-from@^5.0.0:
48494887
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
48504888
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
48514889

4852-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.3.2:
4890+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.3.2:
48534891
version "1.22.0"
48544892
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
48554893
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
@@ -5558,7 +5596,7 @@ trim-newlines@^3.0.0:
55585596
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
55595597
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
55605598

5561-
tsconfig-paths@^3.12.0:
5599+
tsconfig-paths@^3.14.1:
55625600
version "3.14.1"
55635601
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
55645602
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==

0 commit comments

Comments
 (0)