Skip to content

Commit feb76b2

Browse files
chore(deps): update devdependencies (non-major) (#1072)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 7d41727 commit feb76b2

File tree

7 files changed

+98
-137
lines changed

7 files changed

+98
-137
lines changed

package.json

Lines changed: 8 additions & 8 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.17.6",
41-
"@babel/core": "7.17.9",
40+
"@babel/cli": "7.17.10",
41+
"@babel/core": "7.17.10",
4242
"@babel/plugin-external-helpers": "7.16.7",
43-
"@babel/preset-env": "7.16.11",
43+
"@babel/preset-env": "7.17.10",
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.13.0",
49+
"eslint": "8.14.0",
5050
"eslint-config-prettier": "8.5.0",
5151
"eslint-plugin-import": "2.26.0",
5252
"eslint-plugin-react": "7.29.4",
53-
"flowgen": "1.17.0",
53+
"flowgen": "1.19.0",
5454
"husky": "7.0.4",
55-
"lint-staged": "12.3.7",
55+
"lint-staged": "12.4.1",
5656
"prettier": "2.6.2",
5757
"prettier-package-json": "2.6.3",
5858
"rimraf": "3.0.2",
59-
"rollup": "2.70.1",
59+
"rollup": "2.71.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.3"
68+
"typescript": "4.6.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.175.1"
7+
"flow-bin": "0.176.3"
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.175.1:
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==
10+
flow-bin@0.176.3:
11+
version "0.176.3"
12+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.176.3.tgz#d32de04e044ab474afe543b9fd245608bb6a6ac8"
13+
integrity sha512-lbNqgjr2GlGLAEVp5+dhG4LdnFE7ekbvVNifAdlvTx58/nE8GrCOMiUwEQy4dLnfL2NIRMk2dbEVTrugeQJ3mA==
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.3"
19+
"cypress": "9.6.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.19.1",
17+
"@wdio/junit-reporter": "7.19.5",
1818
"@wdio/local-runner": "^7.0.0",
19-
"@wdio/mocha-framework": "7.19.3",
20-
"cypress": "9.5.3"
19+
"@wdio/mocha-framework": "7.19.5",
20+
"cypress": "9.6.0"
2121
}
2222
}

tests/web-platform/yarn.lock

Lines changed: 16 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -366,15 +366,15 @@
366366
"@wdio/types" "7.19.5"
367367
chalk "^4.0.0"
368368

369-
370-
version "7.19.1"
371-
resolved "https://registry.yarnpkg.com/@wdio/junit-reporter/-/junit-reporter-7.19.1.tgz#48be5179ca8a53add004d4d1080331173f3be15b"
372-
integrity sha512-bL2+Y8MeW2Uyv+NM60nBFRLrnMIHhVaIwdYPbGABAxfBw3Uj8W+jT5QGxNt6ROCgFWeomEACJmsBUgx+ApN6mg==
369+
370+
version "7.19.5"
371+
resolved "https://registry.yarnpkg.com/@wdio/junit-reporter/-/junit-reporter-7.19.5.tgz#de3a6bbc5ea8a95f71dc49ae4704147475d06e91"
372+
integrity sha512-x9nnhl6mTgOVl6dbd8W8o2Eo5nC6cNaTxGMURWNREh63faweeOddjdwY89N4odobaidhBhlxSPzFNjtfdUC39Q==
373373
dependencies:
374374
"@types/json-stringify-safe" "^5.0.0"
375375
"@types/validator" "^13.1.3"
376-
"@wdio/reporter" "7.19.1"
377-
"@wdio/types" "7.19.1"
376+
"@wdio/reporter" "7.19.5"
377+
"@wdio/types" "7.19.5"
378378
json-stringify-safe "^5.0.1"
379379
junit-report-builder "^3.0.0"
380380
validator "^13.0.0"
@@ -403,15 +403,15 @@
403403
loglevel-plugin-prefix "^0.8.4"
404404
strip-ansi "^6.0.0"
405405

406-
407-
version "7.19.3"
408-
resolved "https://registry.yarnpkg.com/@wdio/mocha-framework/-/mocha-framework-7.19.3.tgz#db126c469ed4fabaae13517a7b9116829c816417"
409-
integrity sha512-pT/mgvpFYG4R5QNu/pSdEP01Ae3A3Mt9R99GJcbl36lblvPOY7rRbCuyYEFINH5lQS7VAYk5aXXVVvNMQCrcgQ==
406+
407+
version "7.19.5"
408+
resolved "https://registry.yarnpkg.com/@wdio/mocha-framework/-/mocha-framework-7.19.5.tgz#33f1965a52e8974ffc45f7ad2dc7ec642e7b6191"
409+
integrity sha512-dZ2Xhl1LX/KOz/kAQ0bYcdsfr+rpMeLimwk2t9hPxtLt+xRYQNuJ8MnUyetJ7OqWsqtV/txe+JFxnfjuDg/HXg==
410410
dependencies:
411411
"@types/mocha" "^9.0.0"
412412
"@wdio/logger" "7.19.0"
413-
"@wdio/types" "7.19.1"
414-
"@wdio/utils" "7.19.3"
413+
"@wdio/types" "7.19.5"
414+
"@wdio/utils" "7.19.5"
415415
expect-webdriverio "^3.0.0"
416416
mocha "^9.0.0"
417417

@@ -427,22 +427,6 @@
427427
dependencies:
428428
"@wdio/utils" "7.19.5"
429429

430-
431-
version "7.19.1"
432-
resolved "https://registry.yarnpkg.com/@wdio/reporter/-/reporter-7.19.1.tgz#5c996247c0ac33d215a6b596ef1a4a5e9e1a7c69"
433-
integrity sha512-sWmBBV4dPCZkGk9Qq0m35T/vHGen0N10nH4osQcVP3IZJqpo2eLIH4w+X6EUbjZ2GdgOA2bLMMzb1bl9JqnGPg==
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.19.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-
446430
447431
version "7.19.5"
448432
resolved "https://registry.yarnpkg.com/@wdio/reporter/-/reporter-7.19.5.tgz#2099bd46df6ed4af753d9f56f4bb6c8f66131c54"
@@ -473,14 +457,6 @@
473457
webdriver "7.19.5"
474458
webdriverio "7.19.5"
475459

476-
477-
version "7.19.1"
478-
resolved "https://registry.yarnpkg.com/@wdio/types/-/types-7.19.1.tgz#9e7d67cb7b25876f26e20c7c22a8ce78fb294685"
479-
integrity sha512-mOodKlmvYxpj8P5BhjggEGpXuiRSlsyn2ClG8QqJ3lfXgOtOVEzFNfv/Ai7TkHr+lHDQNXLjllCjSqoCHhwlqg==
480-
dependencies:
481-
"@types/node" "^17.0.4"
482-
got "^11.8.1"
483-
484460
485461
version "7.19.5"
486462
resolved "https://registry.yarnpkg.com/@wdio/types/-/types-7.19.5.tgz#e05790f61dfab54ee6683ac799cb5f96615d1d0f"
@@ -489,15 +465,6 @@
489465
"@types/node" "^17.0.4"
490466
got "^11.8.1"
491467

492-
493-
version "7.19.3"
494-
resolved "https://registry.yarnpkg.com/@wdio/utils/-/utils-7.19.3.tgz#1aa9e740d684bcc5f79d458a752fb738243bbf21"
495-
integrity sha512-ZchrBeho8cj3lV6z44yiREJcEBm8Uw2mCX8o+P6YiSOrsnEdB9Oivo+6wkU8g9vI/7ZHIHps3w35P7sH9NryzA==
496-
dependencies:
497-
"@wdio/logger" "7.19.0"
498-
"@wdio/types" "7.19.1"
499-
p-iteration "^1.1.8"
500-
501468
502469
version "7.19.5"
503470
resolved "https://registry.yarnpkg.com/@wdio/utils/-/utils-7.19.5.tgz#9c2d17e1ae3d21824409806f80faec1d7c78baff"
@@ -1199,10 +1166,10 @@ css-value@^0.0.1:
11991166
resolved "https://registry.yarnpkg.com/css-value/-/css-value-0.0.1.tgz#5efd6c2eea5ea1fd6b6ac57ec0427b18452424ea"
12001167
integrity sha1-Xv1sLupeof1rasV+wEJ7GEUkJOo=
12011168

1202-
cypress@9.5.3:
1203-
version "9.5.3"
1204-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.5.3.tgz#7c56b50fc1f1aa69ef10b271d895aeb4a1d7999e"
1205-
integrity sha512-ItelIVmqMTnKYbo1JrErhsGgQGjWOxCpHT1TfMvwnIXKXN/OSlPjEK7rbCLYDZhejQL99PmUqul7XORI24Ik0A==
1169+
cypress@9.6.0:
1170+
version "9.6.0"
1171+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.6.0.tgz#84473b3362255fa8f5e627a596e58575c9e5320f"
1172+
integrity sha512-nNwt9eBQmSENamwa8LxvggXksfyzpyYaQ7lNBLgks3XZ6dPE/6BCQFBzeAyAPt/bNXfH3tKPkAyhiAZPYkWoEg==
12061173
dependencies:
12071174
"@cypress/request" "^2.88.10"
12081175
"@cypress/xvfb" "^1.2.4"

0 commit comments

Comments
 (0)