Skip to content

Commit 5acf7b5

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

File tree

7 files changed

+80
-117
lines changed

7 files changed

+80
-117
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,25 @@
3838
},
3939
"devDependencies": {
4040
"@babel/cli": "7.17.6",
41-
"@babel/core": "7.17.5",
41+
"@babel/core": "7.17.8",
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.10.0",
49+
"eslint": "8.12.0",
5050
"eslint-config-prettier": "8.5.0",
5151
"eslint-plugin-import": "2.25.4",
52-
"eslint-plugin-react": "7.29.3",
52+
"eslint-plugin-react": "7.29.4",
5353
"flowgen": "1.17.0",
5454
"husky": "7.0.4",
55-
"lint-staged": "12.3.5",
56-
"prettier": "2.5.1",
55+
"lint-staged": "12.3.7",
56+
"prettier": "2.6.2",
5757
"prettier-package-json": "2.6.3",
5858
"rimraf": "3.0.2",
59-
"rollup": "2.69.1",
59+
"rollup": "2.70.1",
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.6.2"
68+
"typescript": "4.6.3"
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.173.0"
7+
"flow-bin": "0.175.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.173.0:
11-
version "0.173.0"
12-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.173.0.tgz#4eb4b0143ffcef3ef3ee64638554a8dff6b89735"
13-
integrity sha512-CIvShSnB4I7SsfkE9S7ECpUCkBNqDQGDWr+0uzulKGYEBnCYwFzITE1T84weLmINQwO1dR6ntsH0LlWLoGCquQ==
10+
flow-bin@0.175.0:
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==
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": "18.0.0"
1717
},
1818
"devDependencies": {
19-
"cypress": "9.5.1"
19+
"cypress": "9.5.3"
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.16.15",
17+
"@wdio/junit-reporter": "7.19.1",
1818
"@wdio/local-runner": "^7.0.0",
19-
"@wdio/mocha-framework": "7.16.15",
20-
"cypress": "9.5.1"
19+
"@wdio/mocha-framework": "7.19.3",
20+
"cypress": "9.5.3"
2121
}
2222
}

tests/web-platform/yarn.lock

Lines changed: 19 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -356,15 +356,15 @@
356356
"@wdio/types" "7.19.1"
357357
chalk "^4.0.0"
358358

359-
"@wdio/junit-reporter@7.16.15":
360-
version "7.16.15"
361-
resolved "https://registry.yarnpkg.com/@wdio/junit-reporter/-/junit-reporter-7.16.15.tgz#b9e05da20360a85d957ca6d9daefa76340333c2f"
362-
integrity sha512-uTCIy1xPHI0eXRnqpS4BdKIhvAC7C4FbsrnPPx3zrbFcaXKpTsUkEGmivdwbIpsNpNB97wyZZgZDElsPlILUvw==
359+
"@wdio/junit-reporter@7.19.1":
360+
version "7.19.1"
361+
resolved "https://registry.yarnpkg.com/@wdio/junit-reporter/-/junit-reporter-7.19.1.tgz#48be5179ca8a53add004d4d1080331173f3be15b"
362+
integrity sha512-bL2+Y8MeW2Uyv+NM60nBFRLrnMIHhVaIwdYPbGABAxfBw3Uj8W+jT5QGxNt6ROCgFWeomEACJmsBUgx+ApN6mg==
363363
dependencies:
364364
"@types/json-stringify-safe" "^5.0.0"
365365
"@types/validator" "^13.1.3"
366-
"@wdio/reporter" "7.16.14"
367-
"@wdio/types" "7.16.14"
366+
"@wdio/reporter" "7.19.1"
367+
"@wdio/types" "7.19.1"
368368
json-stringify-safe "^5.0.1"
369369
junit-report-builder "^3.0.0"
370370
validator "^13.0.0"
@@ -383,16 +383,6 @@
383383
split2 "^4.0.0"
384384
stream-buffers "^3.0.2"
385385

386-
387-
version "7.16.0"
388-
resolved "https://registry.yarnpkg.com/@wdio/logger/-/logger-7.16.0.tgz#40f116ebffc23c638b8e421e350f110a058523e9"
389-
integrity sha512-/6lOGb2Iow5eSsy7RJOl1kCwsP4eMlG+/QKro5zUJsuyNJSQXf2ejhpkzyKWLgQbHu83WX6cM1014AZuLkzoQg==
390-
dependencies:
391-
chalk "^4.0.0"
392-
loglevel "^1.6.0"
393-
loglevel-plugin-prefix "^0.8.4"
394-
strip-ansi "^6.0.0"
395-
396386
397387
version "7.19.0"
398388
resolved "https://registry.yarnpkg.com/@wdio/logger/-/logger-7.19.0.tgz#23697a4b4aaea56c3bd477a0393af2a5c175fc85"
@@ -403,15 +393,15 @@
403393
loglevel-plugin-prefix "^0.8.4"
404394
strip-ansi "^6.0.0"
405395

406-
"@wdio/mocha-framework@7.16.15":
407-
version "7.16.15"
408-
resolved "https://registry.yarnpkg.com/@wdio/mocha-framework/-/mocha-framework-7.16.15.tgz#3eec88296ad637c3fc6a85ac8d37772b9c7f886b"
409-
integrity sha512-XRya85/RYPZk4MZ7Cvl3oudTdrOo+RyO8b5Ff+dH8hD3GBCACaWgW9AjbsyhvbSTdUlF0gNLPdqOCsxV5XyM3w==
396+
"@wdio/mocha-framework@7.19.3":
397+
version "7.19.3"
398+
resolved "https://registry.yarnpkg.com/@wdio/mocha-framework/-/mocha-framework-7.19.3.tgz#db126c469ed4fabaae13517a7b9116829c816417"
399+
integrity sha512-pT/mgvpFYG4R5QNu/pSdEP01Ae3A3Mt9R99GJcbl36lblvPOY7rRbCuyYEFINH5lQS7VAYk5aXXVVvNMQCrcgQ==
410400
dependencies:
411401
"@types/mocha" "^9.0.0"
412-
"@wdio/logger" "7.16.0"
413-
"@wdio/types" "7.16.14"
414-
"@wdio/utils" "7.16.14"
402+
"@wdio/logger" "7.19.0"
403+
"@wdio/types" "7.19.1"
404+
"@wdio/utils" "7.19.3"
415405
expect-webdriverio "^3.0.0"
416406
mocha "^9.0.0"
417407

@@ -427,22 +417,6 @@
427417
dependencies:
428418
"@wdio/utils" "7.19.3"
429419

430-
431-
version "7.16.14"
432-
resolved "https://registry.yarnpkg.com/@wdio/reporter/-/reporter-7.16.14.tgz#940b63b34210a007a7fb84f08ba699f04b20d46a"
433-
integrity sha512-e/I2oGfqjx9+zI4NT/garqxm7Afnos1EcrGSNu75WmP3PNJt4i+9DKkROu4PM6XWcpUB4v2UF7Mv/NrL3TU9aA==
434-
dependencies:
435-
"@types/diff" "^5.0.0"
436-
"@types/node" "^17.0.4"
437-
"@types/object-inspect" "^1.8.0"
438-
"@types/supports-color" "^8.1.0"
439-
"@types/tmp" "^0.2.0"
440-
"@wdio/types" "7.16.14"
441-
diff "^5.0.0"
442-
fs-extra "^10.0.0"
443-
object-inspect "^1.10.3"
444-
supports-color "8.1.1"
445-
446420
447421
version "7.19.1"
448422
resolved "https://registry.yarnpkg.com/@wdio/reporter/-/reporter-7.19.1.tgz#5c996247c0ac33d215a6b596ef1a4a5e9e1a7c69"
@@ -473,14 +447,6 @@
473447
webdriver "7.19.3"
474448
webdriverio "7.19.3"
475449

476-
477-
version "7.16.14"
478-
resolved "https://registry.yarnpkg.com/@wdio/types/-/types-7.16.14.tgz#0ee52315a024710c2e7cbdc94343093543a02831"
479-
integrity sha512-AyNI9iBSos9xWBmiFAF3sBs6AJXO/55VppU/eeF4HRdbZMtMarnvMuahM+jlUrA3vJSmDW+ufelG0MT//6vrnw==
480-
dependencies:
481-
"@types/node" "^17.0.4"
482-
got "^11.8.1"
483-
484450
485451
version "7.19.1"
486452
resolved "https://registry.yarnpkg.com/@wdio/types/-/types-7.19.1.tgz#9e7d67cb7b25876f26e20c7c22a8ce78fb294685"
@@ -489,15 +455,6 @@
489455
"@types/node" "^17.0.4"
490456
got "^11.8.1"
491457

492-
493-
version "7.16.14"
494-
resolved "https://registry.yarnpkg.com/@wdio/utils/-/utils-7.16.14.tgz#62603bd2ac85c5f0b8d465925b6b1e0abe783ef5"
495-
integrity sha512-wwin8nVpIlhmXJkq6GJw9aDDzgLOJKgXTcEua0T2sdXjoW78u5Ly/GZrFXTjMGhacFvoZfitTrjyfyy4CxMVvw==
496-
dependencies:
497-
"@wdio/logger" "7.16.0"
498-
"@wdio/types" "7.16.14"
499-
p-iteration "^1.1.8"
500-
501458
502459
version "7.19.3"
503460
resolved "https://registry.yarnpkg.com/@wdio/utils/-/utils-7.19.3.tgz#1aa9e740d684bcc5f79d458a752fb738243bbf21"
@@ -1204,10 +1161,10 @@ css-value@^0.0.1:
12041161
resolved "https://registry.yarnpkg.com/css-value/-/css-value-0.0.1.tgz#5efd6c2eea5ea1fd6b6ac57ec0427b18452424ea"
12051162
integrity sha1-Xv1sLupeof1rasV+wEJ7GEUkJOo=
12061163

1207-
1208-
version "9.5.1"
1209-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.5.1.tgz#51162f3688cedf5ffce311b914ef49a7c1ece076"
1210-
integrity sha512-H7lUWB3Svr44gz1rNnj941xmdsCljXoJa2cDneAltjI9leKLMQLm30x6jLlpQ730tiVtIbW5HdUmBzPzwzfUQg==
1164+
1165+
version "9.5.3"
1166+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.5.3.tgz#7c56b50fc1f1aa69ef10b271d895aeb4a1d7999e"
1167+
integrity sha512-ItelIVmqMTnKYbo1JrErhsGgQGjWOxCpHT1TfMvwnIXKXN/OSlPjEK7rbCLYDZhejQL99PmUqul7XORI24Ik0A==
12111168
dependencies:
12121169
"@cypress/request" "^2.88.10"
12131170
"@cypress/xvfb" "^1.2.4"
@@ -1241,7 +1198,7 @@ [email protected]:
12411198
listr2 "^3.8.3"
12421199
lodash "^4.17.21"
12431200
log-symbols "^4.0.0"
1244-
minimist "^1.2.5"
1201+
minimist "^1.2.6"
12451202
ospath "^1.2.2"
12461203
pretty-bytes "^5.6.0"
12471204
proxy-from-env "1.0.0"
@@ -2500,7 +2457,7 @@ minimatch@~3.0.2:
25002457
dependencies:
25012458
brace-expansion "^1.1.7"
25022459

2503-
minimist@^1.2.0, minimist@^1.2.5:
2460+
minimist@^1.2.0, minimist@^1.2.6:
25042461
version "1.2.6"
25052462
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
25062463
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==

0 commit comments

Comments
 (0)