Skip to content

Commit 984ffa9

Browse files
chore(deps): update devdependencies (non-major) (#1030)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f626bbf commit 984ffa9

File tree

7 files changed

+236
-313
lines changed

7 files changed

+236
-313
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,26 @@
3737
"compute-scroll-into-view": "^1.0.17"
3838
},
3939
"devDependencies": {
40-
"@babel/cli": "7.15.7",
41-
"@babel/core": "7.15.5",
42-
"@babel/plugin-external-helpers": "7.14.5",
43-
"@babel/preset-env": "7.15.6",
44-
"@babel/preset-typescript": "7.15.0",
40+
"@babel/cli": "7.16.0",
41+
"@babel/core": "7.16.0",
42+
"@babel/plugin-external-helpers": "7.16.0",
43+
"@babel/preset-env": "7.16.0",
44+
"@babel/preset-typescript": "7.16.0",
4545
"babel-eslint": "10.1.0",
4646
"babel-plugin-add-module-exports": "1.0.4",
47-
"babel-plugin-dev-expression": "0.2.2",
48-
"concurrently": "6.2.2",
47+
"babel-plugin-dev-expression": "0.2.3",
48+
"concurrently": "6.3.0",
4949
"eslint": "7.32.0",
5050
"eslint-config-prettier": "8.3.0",
51-
"eslint-plugin-import": "2.24.2",
51+
"eslint-plugin-import": "2.25.2",
5252
"eslint-plugin-react": "7.26.1",
53-
"flowgen": "1.14.1",
53+
"flowgen": "1.15.0",
5454
"husky": "5.2.0",
5555
"lint-staged": "10.5.4",
5656
"prettier": "2.4.1",
5757
"prettier-package-json": "2.6.0",
5858
"rimraf": "3.0.2",
59-
"rollup": "2.57.0",
59+
"rollup": "2.59.0",
6060
"rollup-plugin-babel": "4.4.0",
6161
"rollup-plugin-commonjs": "10.1.0",
6262
"rollup-plugin-node-resolve": "5.2.0",
@@ -65,7 +65,7 @@
6565
"semantic-release": "17.4.7",
6666
"tslint": "5.20.1",
6767
"tslint-config-prettier": "1.18.0",
68-
"typescript": "4.4.3"
68+
"typescript": "4.4.4"
6969
},
7070
"keywords": [
7171
"behavior-smooth",

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.161.0"
7+
"flow-bin": "0.163.0"
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-
flow-bin@0.161.0:
11-
version "0.161.0"
12-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.161.0.tgz#1c03ea4a9e3036a8bc639f050bd8dc6f5288e8bb"
13-
integrity sha512-5BKQi+sjOXz67Kbc1teiBwd5e0Da6suW7S5oUCm9VclnzSZ3nlfNZUdrkvgJ5S4w5KDBDToEL7rREpn8rKF1zg==
10+
flow-bin@0.163.0:
11+
version "0.163.0"
12+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.163.0.tgz#c2cb62e336cfdeac035a4cc86e143e1e5ff4d1d0"
13+
integrity sha512-4rNdO/lT38/c+8SR4eZK+PthE9c3MFiDnr8TYBpIM77EkM2yl9Ug8N2oPPk0UJs6kG93Yb61G14s95dfSoUARA==
1414

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

tests/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"react-dom": "17.0.2"
1717
},
1818
"devDependencies": {
19-
"cypress": "8.5.0"
19+
"cypress": "8.7.0"
2020
}
2121
}

tests/web-platform/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"@wdio/browserstack-service": "^7.0.0",
1515
"@wdio/cli": "^7.0.0",
1616
"@wdio/dot-reporter": "^7.0.0",
17-
"@wdio/junit-reporter": "7.13.2",
17+
"@wdio/junit-reporter": "7.16.3",
1818
"@wdio/local-runner": "^7.0.0",
19-
"@wdio/mocha-framework": "7.13.2",
20-
"cypress": "8.5.0"
19+
"@wdio/mocha-framework": "7.16.3",
20+
"cypress": "8.7.0"
2121
}
2222
}

tests/web-platform/yarn.lock

Lines changed: 17 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,6 @@
196196
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.32.tgz#2ca61c9ef8c77f6fa1733be9e623ceb0d372ad96"
197197
integrity sha512-JcII3D5/OapPGx+eJ+Ik1SQGyt6WvuqdRfh9jUwL6/iHGjmyOriBDciBUu7lEIBTL2ijxwrR70WUnw5AEDmFvQ==
198198

199-
"@types/node@^15.12.5":
200-
version "15.14.9"
201-
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
202-
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
203-
204199
"@types/object-inspect@^1.8.0":
205200
version "1.8.1"
206201
resolved "https://registry.yarnpkg.com/@types/object-inspect/-/object-inspect-1.8.1.tgz#7c08197ad05cc0e513f529b1f3919cc99f720e1f"
@@ -362,15 +357,15 @@
362357
"@wdio/types" "7.16.3"
363358
chalk "^4.0.0"
364359

365-
"@wdio/junit-reporter@7.13.2":
366-
version "7.13.2"
367-
resolved "https://registry.yarnpkg.com/@wdio/junit-reporter/-/junit-reporter-7.13.2.tgz#d5a61b23f0351d5c17ae93f25d04e673c61545a5"
368-
integrity sha512-oCVYBNOKZJXXG2OrXHzOL6aExDtVMSR2a9F4IDyQYoJOJTWAlOPJ8IJxYcSYPKPmUW/5c6JLoYcAfN4TtboWeA==
360+
"@wdio/junit-reporter@7.16.3":
361+
version "7.16.3"
362+
resolved "https://registry.yarnpkg.com/@wdio/junit-reporter/-/junit-reporter-7.16.3.tgz#5ca91ab86d1546754828c156fa7c11b008642b4a"
363+
integrity sha512-KOHmSBZk6qJx95qDLOyyFRO6UK9+jOTCUDExUVOsGYpsaDm/e1rAE031FskOzLdkNVfnI4zjHBb0gxCjT90Ubg==
369364
dependencies:
370365
"@types/json-stringify-safe" "^5.0.0"
371366
"@types/validator" "^13.1.3"
372-
"@wdio/reporter" "7.13.2"
373-
"@wdio/types" "7.13.2"
367+
"@wdio/reporter" "7.16.3"
368+
"@wdio/types" "7.16.3"
374369
json-stringify-safe "^5.0.1"
375370
junit-report-builder "^3.0.0"
376371
validator "^13.0.0"
@@ -399,25 +394,15 @@
399394
loglevel-plugin-prefix "^0.8.4"
400395
strip-ansi "^6.0.0"
401396

402-
403-
version "7.7.0"
404-
resolved "https://registry.yarnpkg.com/@wdio/logger/-/logger-7.7.0.tgz#cac834008b7570f3b6ae30ed731545618c51da40"
405-
integrity sha512-XX/OkC8NlvsBdhKsb9j7ZbuQtF/Vuo0xf38PXdqYtVezOrYbDuba0hPG++g/IGNuAF34ZbSi+49cvz4u5w92kQ==
406-
dependencies:
407-
chalk "^4.0.0"
408-
loglevel "^1.6.0"
409-
loglevel-plugin-prefix "^0.8.4"
410-
strip-ansi "^6.0.0"
411-
412-
413-
version "7.13.2"
414-
resolved "https://registry.yarnpkg.com/@wdio/mocha-framework/-/mocha-framework-7.13.2.tgz#59600bc823b249d8cd2cb91d6d00204294a44ded"
415-
integrity sha512-NR73KcZrKZYIgly26jTDUIOhC0YvYDdBUgKN/LsIbp63gQsOmx0/QGuh2O58OxMT5Z1ri7vfcnJhf8H73Adu2Q==
397+
398+
version "7.16.3"
399+
resolved "https://registry.yarnpkg.com/@wdio/mocha-framework/-/mocha-framework-7.16.3.tgz#cbc7942c818290474f8d2b31f288900c1dd6029f"
400+
integrity sha512-vGm8KYfmI+1L+QniXsHdUvfWs3U4d3a6otfpBqFzS2LfSgsRbdUtIFz8NDqpIIm+HXr8noH1qMR8fe0Ay64Now==
416401
dependencies:
417402
"@types/mocha" "^9.0.0"
418-
"@wdio/logger" "7.7.0"
419-
"@wdio/types" "7.13.2"
420-
"@wdio/utils" "7.13.2"
403+
"@wdio/logger" "7.16.0"
404+
"@wdio/types" "7.16.3"
405+
"@wdio/utils" "7.16.3"
421406
expect-webdriverio "^3.0.0"
422407
mocha "^9.0.0"
423408

@@ -433,21 +418,6 @@
433418
dependencies:
434419
"@wdio/utils" "7.16.3"
435420

436-
437-
version "7.13.2"
438-
resolved "https://registry.yarnpkg.com/@wdio/reporter/-/reporter-7.13.2.tgz#039de4ec8d57b29363d1bc3c51ebf891ff1269ea"
439-
integrity sha512-R5tqFybwfXyvopAcmYXZOb3pG0I8b3sB9S3OYLGGVeYhv21aFuEn3+2LBth65cVpRQ+vlqoYBxmcJ7A4BvoS5g==
440-
dependencies:
441-
"@types/diff" "^5.0.0"
442-
"@types/node" "^15.12.5"
443-
"@types/object-inspect" "^1.8.0"
444-
"@types/supports-color" "^8.1.0"
445-
"@wdio/types" "7.13.2"
446-
diff "^5.0.0"
447-
fs-extra "^10.0.0"
448-
object-inspect "^1.10.3"
449-
supports-color "8.1.1"
450-
451421
452422
version "7.16.3"
453423
resolved "https://registry.yarnpkg.com/@wdio/reporter/-/reporter-7.16.3.tgz#9cd3f62914ca60b5628a5217fdcdf55a445fbcad"
@@ -478,14 +448,6 @@
478448
webdriver "7.16.3"
479449
webdriverio "7.16.3"
480450

481-
482-
version "7.13.2"
483-
resolved "https://registry.yarnpkg.com/@wdio/types/-/types-7.13.2.tgz#7ad775145f3af26225349838ac893ef09008f701"
484-
integrity sha512-uTU9e4QjOIME0z4HIEwefitGNjvgeekA4G8EnOGPpgI9JCoR6kjl3X6T58tilDtZVpTC54XwjpjHESz5MwQt2w==
485-
dependencies:
486-
"@types/node" "^15.12.5"
487-
got "^11.8.1"
488-
489451
490452
version "7.16.3"
491453
resolved "https://registry.yarnpkg.com/@wdio/types/-/types-7.16.3.tgz#7fff2f2b8d13e3ef23f641fcd8f6ace52befedfd"
@@ -494,15 +456,6 @@
494456
"@types/node" "^16.11.1"
495457
got "^11.8.1"
496458

497-
498-
version "7.13.2"
499-
resolved "https://registry.yarnpkg.com/@wdio/utils/-/utils-7.13.2.tgz#1e3aa228451365ee1b4812d6fd5298b11455f238"
500-
integrity sha512-FvOMpwDu56PadYuHyd0GFOHQzdm/zK1A2DC2ZRalVOgaZ6adG3HrtYtFfbbVFio9XaQxoefO9OOiRphGjg8tzg==
501-
dependencies:
502-
"@wdio/logger" "7.7.0"
503-
"@wdio/types" "7.13.2"
504-
p-iteration "^1.1.8"
505-
506459
507460
version "7.16.3"
508461
resolved "https://registry.yarnpkg.com/@wdio/utils/-/utils-7.16.3.tgz#d4fe7dbdd4cdcb99de95cfacfe8c18f6f508e86a"
@@ -1219,10 +1172,10 @@ css-value@^0.0.1:
12191172
resolved "https://registry.yarnpkg.com/css-value/-/css-value-0.0.1.tgz#5efd6c2eea5ea1fd6b6ac57ec0427b18452424ea"
12201173
integrity sha1-Xv1sLupeof1rasV+wEJ7GEUkJOo=
12211174

1222-
cypress@8.5.0:
1223-
version "8.5.0"
1224-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.5.0.tgz#5712ca170913f8344bf167301205c4217c1eb9bd"
1225-
integrity sha512-MMkXIS+Ro2KETn4gAlG3tIc/7FiljuuCZP0zpd9QsRG6MZSyZW/l1J3D4iQM6WHsVxuX4rFChn5jPFlC2tNSvQ==
1175+
cypress@8.7.0:
1176+
version "8.7.0"
1177+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.7.0.tgz#2ee371f383d8f233d3425b6cc26ddeec2668b6da"
1178+
integrity sha512-b1bMC3VQydC6sXzBMFnSqcvwc9dTZMgcaOzT0vpSD+Gq1yFc+72JDWi55sfUK5eIeNLAtWOGy1NNb6UlhMvB+Q==
12261179
dependencies:
12271180
"@cypress/request" "^2.88.6"
12281181
"@cypress/xvfb" "^1.2.4"

0 commit comments

Comments
 (0)