Skip to content

Commit 146ad10

Browse files
chore(deps): bump cypress to ^12.0.0 (#977)
* chore(deps): bump cypress to ^12.0.0 * chore(deps): bump cypress to ^12.0.0 * asd * Resolve breaking changes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: eps1lon <[email protected]>
1 parent b27f460 commit 146ad10

File tree

5 files changed

+25
-18
lines changed

5 files changed

+25
-18
lines changed

.babelrc.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ module.exports = {
44
require.resolve("@babel/preset-env"),
55
// for jest we need to transpile esmodules
66
// otherwise transform-commonjs takes care of the correct module syntax
7-
{ modules: process.env.NODE_ENV === "test" ? "auto" : false },
7+
{
8+
modules: process.env.NODE_ENV === "test" ? "auto" : false,
9+
targets: [
10+
"ie 11",
11+
"edge >= 14",
12+
"firefox >= 52",
13+
"chrome >= 49",
14+
"safari >= 10",
15+
"node 10.0",
16+
],
17+
},
818
],
919
require.resolve("@babel/preset-typescript"),
1020
],

.browserslistrc

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ safari >= 10
3535
node 10.0
3636
```
3737

38-
or check the published `.browserslistrc`
39-
4038
## progress
4139

4240
Using https://github.com/web-platform-tests/wpt. Be sure to init submodules when

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"url": "https://github.com/eps1lon/dom-accessibility-api.git"
1616
},
1717
"files": [
18-
".browserslistrc",
1918
"dist/"
2019
],
2120
"scripts": {

yarn.lock

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@
12341234
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
12351235
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
12361236

1237-
"@cypress/request@^2.88.11":
1237+
"@cypress/[email protected].12":
12381238
version "2.88.12"
12391239
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-2.88.12.tgz#ba4911431738494a85e93fb04498cb38bc55d590"
12401240
integrity sha512-tOn+0mDZxASFM+cuAP9szGUGPI1HwWVSvdzm7V4cCsPdFTx6qMj29CwaQmRAMIEhORIUBFBsYROYJcveK4uOjA==
@@ -1749,9 +1749,9 @@
17491749
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
17501750

17511751
"@types/node@*", "@types/node@^16.18.39":
1752-
version "16.18.39"
1753-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.39.tgz#aa39a1a87a40ef6098ee69689a1acb0c1b034832"
1754-
integrity sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ==
1752+
version "16.18.41"
1753+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.41.tgz#61b14360fd3f7444b326ac3207c83005371e3f8a"
1754+
integrity sha512-YZJjn+Aaw0xihnpdImxI22jqGbp0DCgTFKRycygjGx/Y27NnWFJa5FJ7P+MRT3u07dogEeMVh70pWpbIQollTA==
17551755

17561756
"@types/node@^12.7.1":
17571757
version "12.20.55"
@@ -2750,11 +2750,11 @@ csv@^5.5.3:
27502750
stream-transform "^2.1.3"
27512751

27522752
cypress@^12.0.0:
2753-
version "12.17.3"
2754-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.3.tgz#1e2b19037236fc60e4a4b3a14f0846be17a1fc0e"
2755-
integrity sha512-/R4+xdIDjUSLYkiQfwJd630S81KIgicmQOLXotFxVXkl+eTeVO+3bHXxdi5KBh/OgC33HWN33kHX+0tQR/ZWpg==
2753+
version "12.17.4"
2754+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.4.tgz#b4dadf41673058493fa0d2362faa3da1f6ae2e6c"
2755+
integrity sha512-gAN8Pmns9MA5eCDFSDJXWKUpaL3IDd89N9TtIupjYnzLSmlpVr+ZR+vb4U/qaMp+lB6tBvAmt7504c3Z4RU5KQ==
27562756
dependencies:
2757-
"@cypress/request" "^2.88.11"
2757+
"@cypress/request" "2.88.12"
27582758
"@cypress/xvfb" "^1.2.4"
27592759
"@types/node" "^16.18.39"
27602760
"@types/sinonjs__fake-timers" "8.1.1"
@@ -2789,6 +2789,7 @@ cypress@^12.0.0:
27892789
minimist "^1.2.8"
27902790
ospath "^1.2.2"
27912791
pretty-bytes "^5.6.0"
2792+
process "^0.11.10"
27922793
proxy-from-env "1.0.0"
27932794
request-progress "^3.0.0"
27942795
semver "^7.5.3"
@@ -5558,6 +5559,11 @@ pretty-format@^29.0.0, pretty-format@^29.6.3:
55585559
ansi-styles "^5.0.0"
55595560
react-is "^18.0.0"
55605561

5562+
process@^0.11.10:
5563+
version "0.11.10"
5564+
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
5565+
integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==
5566+
55615567
progress@^2.0.0:
55625568
version "2.0.3"
55635569
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"

0 commit comments

Comments
 (0)