Skip to content

Commit 3a0c5d1

Browse files
chore(deps): update devdependencies (non-major) (#1026)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b7ea483 commit 3a0c5d1

File tree

7 files changed

+82
-763
lines changed

7 files changed

+82
-763
lines changed

package.json

Lines changed: 7 additions & 7 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.4",
40+
"@babel/cli": "7.15.7",
4141
"@babel/core": "7.15.5",
4242
"@babel/plugin-external-helpers": "7.14.5",
43-
"@babel/preset-env": "7.15.4",
43+
"@babel/preset-env": "7.15.6",
4444
"@babel/preset-typescript": "7.15.0",
4545
"babel-eslint": "10.1.0",
4646
"babel-plugin-add-module-exports": "1.0.4",
4747
"babel-plugin-dev-expression": "0.2.2",
48-
"concurrently": "6.2.1",
48+
"concurrently": "6.2.2",
4949
"eslint": "7.32.0",
5050
"eslint-config-prettier": "8.3.0",
5151
"eslint-plugin-import": "2.24.2",
52-
"eslint-plugin-react": "7.25.1",
52+
"eslint-plugin-react": "7.26.1",
5353
"flowgen": "1.14.1",
5454
"husky": "5.2.0",
5555
"lint-staged": "10.5.4",
56-
"prettier": "2.3.2",
56+
"prettier": "2.4.1",
5757
"prettier-package-json": "2.6.0",
5858
"rimraf": "3.0.2",
59-
"rollup": "2.56.3",
59+
"rollup": "2.57.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.2"
68+
"typescript": "4.4.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.159.0"
7+
"flow-bin": "0.161.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.159.0:
11-
version "0.159.0"
12-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.159.0.tgz#f788480d54db6da021e3440648c1dbb5dbc8aee8"
13-
integrity sha512-5SugX7mOdfruzn2/+42DF74bxJO2SGmSEzCvTH9wOoBi98Ie87D5Hmb9OoGfwAE5SnXJmB6OCwN2WDiJe4lI+w==
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==
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.3.1"
19+
"cypress": "8.5.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.11.1",
17+
"@wdio/junit-reporter": "7.13.2",
1818
"@wdio/local-runner": "^7.0.0",
19-
"@wdio/mocha-framework": "7.11.1",
20-
"cypress": "8.3.1"
19+
"@wdio/mocha-framework": "7.13.2",
20+
"cypress": "8.5.0"
2121
}
2222
}

tests/web-platform/yarn.lock

Lines changed: 22 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -367,15 +367,15 @@
367367
"@wdio/types" "7.13.2"
368368
chalk "^4.0.0"
369369

370-
"@wdio/junit-reporter@7.11.1":
371-
version "7.11.1"
372-
resolved "https://registry.yarnpkg.com/@wdio/junit-reporter/-/junit-reporter-7.11.1.tgz#81639c7a680b1e7e87bbb9f9673885d343bd48a2"
373-
integrity sha512-QcPNtGnzRFGk7UxDr9a8X0G8cQkBC1XjKiX3ZcKBBLU7bKvEoYLL1jFPXvUoQ1gLjObUrf3zcFa4ryinzO8hlA==
370+
"@wdio/junit-reporter@7.13.2":
371+
version "7.13.2"
372+
resolved "https://registry.yarnpkg.com/@wdio/junit-reporter/-/junit-reporter-7.13.2.tgz#d5a61b23f0351d5c17ae93f25d04e673c61545a5"
373+
integrity sha512-oCVYBNOKZJXXG2OrXHzOL6aExDtVMSR2a9F4IDyQYoJOJTWAlOPJ8IJxYcSYPKPmUW/5c6JLoYcAfN4TtboWeA==
374374
dependencies:
375375
"@types/json-stringify-safe" "^5.0.0"
376376
"@types/validator" "^13.1.3"
377-
"@wdio/reporter" "7.10.1"
378-
"@wdio/types" "7.10.1"
377+
"@wdio/reporter" "7.13.2"
378+
"@wdio/types" "7.13.2"
379379
json-stringify-safe "^5.0.1"
380380
junit-report-builder "^3.0.0"
381381
validator "^13.0.0"
@@ -404,15 +404,15 @@
404404
loglevel-plugin-prefix "^0.8.4"
405405
strip-ansi "^6.0.0"
406406

407-
"@wdio/mocha-framework@7.11.1":
408-
version "7.11.1"
409-
resolved "https://registry.yarnpkg.com/@wdio/mocha-framework/-/mocha-framework-7.11.1.tgz#d70ea0f09dda0430824cf7f01aa05b709bcac60b"
410-
integrity sha512-66P2eTOso9W9Y0IMzhHmYZ98bfBDIkwswqJzGCrAbhuFpvOnqboF8wlrfUUADJ3b2rIVmsw02FCECNPS2EnQyQ==
407+
"@wdio/mocha-framework@7.13.2":
408+
version "7.13.2"
409+
resolved "https://registry.yarnpkg.com/@wdio/mocha-framework/-/mocha-framework-7.13.2.tgz#59600bc823b249d8cd2cb91d6d00204294a44ded"
410+
integrity sha512-NR73KcZrKZYIgly26jTDUIOhC0YvYDdBUgKN/LsIbp63gQsOmx0/QGuh2O58OxMT5Z1ri7vfcnJhf8H73Adu2Q==
411411
dependencies:
412412
"@types/mocha" "^9.0.0"
413413
"@wdio/logger" "7.7.0"
414-
"@wdio/types" "7.10.1"
415-
"@wdio/utils" "7.11.0"
414+
"@wdio/types" "7.13.2"
415+
"@wdio/utils" "7.13.2"
416416
expect-webdriverio "^3.0.0"
417417
mocha "^9.0.0"
418418

@@ -428,21 +428,6 @@
428428
dependencies:
429429
"@wdio/utils" "7.13.2"
430430

431-
432-
version "7.10.1"
433-
resolved "https://registry.yarnpkg.com/@wdio/reporter/-/reporter-7.10.1.tgz#ad679d9fc4760293da6263d7aa0291c95c65081e"
434-
integrity sha512-zgyHQc6j+GzlOnwlu3yhCQ8yAaTfo0MpNQG1GCiqtSKJ2c50J2HR5d9LYWrM7L8v13X4YWMxhW+3oYT+f35Gjw==
435-
dependencies:
436-
"@types/diff" "^5.0.0"
437-
"@types/node" "^15.12.5"
438-
"@types/object-inspect" "^1.8.0"
439-
"@types/supports-color" "^8.1.0"
440-
"@wdio/types" "7.10.1"
441-
diff "^5.0.0"
442-
fs-extra "^10.0.0"
443-
object-inspect "^1.10.3"
444-
supports-color "8.1.1"
445-
446431
447432
version "7.13.2"
448433
resolved "https://registry.yarnpkg.com/@wdio/reporter/-/reporter-7.13.2.tgz#039de4ec8d57b29363d1bc3c51ebf891ff1269ea"
@@ -472,14 +457,6 @@
472457
webdriver "7.13.2"
473458
webdriverio "7.13.2"
474459

475-
476-
version "7.10.1"
477-
resolved "https://registry.yarnpkg.com/@wdio/types/-/types-7.10.1.tgz#063d43c807cc27cd912b6aa70b241dce285fd1e5"
478-
integrity sha512-wEDmdux2VCGO4wWVj7v9UbVRqQG7liHnDVPYJuQURPj3hJMiQQTIHwRi7EmwYfbJ9/mRoHBOGeZt7nSvtcjeaQ==
479-
dependencies:
480-
"@types/node" "^15.12.5"
481-
got "^11.8.1"
482-
483460
484461
version "7.13.2"
485462
resolved "https://registry.yarnpkg.com/@wdio/types/-/types-7.13.2.tgz#7ad775145f3af26225349838ac893ef09008f701"
@@ -488,15 +465,6 @@
488465
"@types/node" "^15.12.5"
489466
got "^11.8.1"
490467

491-
492-
version "7.11.0"
493-
resolved "https://registry.yarnpkg.com/@wdio/utils/-/utils-7.11.0.tgz#29ea610b4e99275f85b49bc0cfe778de567c3433"
494-
integrity sha512-0n5mZha2QktV0181nMhw+IQ8MgYrqyvVDjP20P7JEnl6hehSkyXTAYQcYuKaw5AAVqipV3Eh96JBi5CnhpsoKQ==
495-
dependencies:
496-
"@wdio/logger" "7.7.0"
497-
"@wdio/types" "7.10.1"
498-
p-iteration "^1.1.8"
499-
500468
501469
version "7.13.2"
502470
resolved "https://registry.yarnpkg.com/@wdio/utils/-/utils-7.13.2.tgz#1e3aa228451365ee1b4812d6fd5298b11455f238"
@@ -1221,10 +1189,10 @@ css-value@^0.0.1:
12211189
resolved "https://registry.yarnpkg.com/css-value/-/css-value-0.0.1.tgz#5efd6c2eea5ea1fd6b6ac57ec0427b18452424ea"
12221190
integrity sha1-Xv1sLupeof1rasV+wEJ7GEUkJOo=
12231191

1224-
cypress@8.3.1:
1225-
version "8.3.1"
1226-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.3.1.tgz#c6760dbb907df2570b0e1ac235fa31c30f9260a6"
1227-
integrity sha512-1v6pfx+/5cXhaT5T6QKOvnkawmEHWHLiVzm3MYMoQN1fkX2Ma1C32STd3jBStE9qT5qPSTILjGzypVRxCBi40g==
1192+
cypress@8.5.0:
1193+
version "8.5.0"
1194+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.5.0.tgz#5712ca170913f8344bf167301205c4217c1eb9bd"
1195+
integrity sha512-MMkXIS+Ro2KETn4gAlG3tIc/7FiljuuCZP0zpd9QsRG6MZSyZW/l1J3D4iQM6WHsVxuX4rFChn5jPFlC2tNSvQ==
12281196
dependencies:
12291197
"@cypress/request" "^2.88.6"
12301198
"@cypress/xvfb" "^1.2.4"
@@ -1260,6 +1228,7 @@ [email protected]:
12601228
minimist "^1.2.5"
12611229
ospath "^1.2.2"
12621230
pretty-bytes "^5.6.0"
1231+
proxy-from-env "1.0.0"
12631232
ramda "~0.27.1"
12641233
request-progress "^3.0.0"
12651234
supports-color "^8.1.1"
@@ -2896,6 +2865,11 @@ [email protected]:
28962865
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.1.tgz#c9242169342b1c29d275889c95734621b1952e31"
28972866
integrity sha512-OE+a6vzqazc+K6LxJrX5UPyKFvGnL5CYmq2jFGNIBWHpc4QyE49/YOumcrpQFJpfejmvRtbJzgO1zPmMCqlbBg==
28982867

2868+
2869+
version "1.0.0"
2870+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.0.0.tgz#33c50398f70ea7eb96d21f7b817630a55791c7ee"
2871+
integrity sha1-M8UDmPcOp+uW0h97gXYwpVeRx+4=
2872+
28992873
29002874
version "1.1.0"
29012875
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"

0 commit comments

Comments
 (0)