Skip to content

Commit d41599a

Browse files
authored
chore: Update cypress to latest version (#4346)
* chore: Update cypress to latest version * Set the locale for cypress * Locale messing about * Now with sudo * more tries * clean up
1 parent 037d7fc commit d41599a

File tree

3 files changed

+59
-51
lines changed

3 files changed

+59
-51
lines changed

.github/workflows/e2e.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ concurrency:
1212
cancel-in-progress: true
1313
permissions:
1414
contents: read
15+
env:
16+
LANG: en_US.UTF-8
17+
LC_ALL: en_US.UTF-8
1518
jobs:
1619
regular-path:
1720
strategy:
@@ -40,7 +43,7 @@ jobs:
4043
run: sudo apt-get update && sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
4144
- run: make build
4245
- name: Cypress run
43-
uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
46+
uses: cypress-io/github-action@b8ba51a856ba5f4c15cf39007636d4ab04f23e3c # v6.10.2
4447
with:
4548
wait-on: http://localhost:4040/ready
4649
start: make run
@@ -74,7 +77,7 @@ jobs:
7477
- name: run nginx with /foobar/
7578
run: docker compose -f scripts/base-url/docker-compose.yaml up -d
7679
- name: Cypress run
77-
uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
80+
uses: cypress-io/github-action@b8ba51a856ba5f4c15cf39007636d4ab04f23e3c # v6.10.2
7881
with:
7982
wait-on: http://localhost:8080/foobar/ready
8083
start: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"clean-webpack-plugin": "^3.0.0",
6363
"conventional-changelog-cli": "^2.1.1",
6464
"copy-webpack-plugin": "^11.0.0",
65-
"cypress": "13.0.0",
65+
"cypress": "14.5.3",
6666
"esbuild-loader": "^3.0.1",
6767
"eslint": "^8.40.0",
6868
"eslint-config-airbnb": "18.2.1",

yarn.lock

Lines changed: 53 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -677,23 +677,18 @@
677677
resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-7.0.1.tgz#457233b0a18741b7711855044102b82bae7a070b"
678678
integrity sha512-URg8UM6lfC9ZYqFipItRSxYJdgpU5d2Z4KnjsJ+rj6tgAmGme7E+PQNCiud8g0HDaZKMovu2qjfa0f5Ge0Vlsg==
679679

680-
681-
version "1.5.0"
682-
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
683-
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
684-
685-
"@cypress/request@^3.0.0":
686-
version "3.0.8"
687-
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.8.tgz#992f1f42ba03ebb14fa5d97290abe9d015ed0815"
688-
integrity sha512-h0NFgh1mJmm1nr4jCwkGHwKneVYKghUyWe6TMNrk0B9zsjAJxpg8C4/+BAcmLgCPa1vj1V8rNUaILl+zYRUWBQ==
680+
"@cypress/request@^3.0.9":
681+
version "3.0.9"
682+
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.9.tgz#8ed6e08fea0c62998b5552301023af7268f11625"
683+
integrity sha512-I3l7FdGRXluAS44/0NguwWlO83J18p0vlr2FYHrJkWdNYhgVoiYo61IXPqaOsL+vNxU1ZqMACzItGK3/KKDsdw==
689684
dependencies:
690685
aws-sign2 "~0.7.0"
691686
aws4 "^1.8.0"
692687
caseless "~0.12.0"
693688
combined-stream "~1.0.6"
694689
extend "~3.0.2"
695690
forever-agent "~0.6.1"
696-
form-data "~4.0.0"
691+
form-data "~4.0.4"
697692
http-signature "~1.4.0"
698693
is-typedarray "~1.0.0"
699694
isstream "~0.1.2"
@@ -3124,11 +3119,6 @@
31243119
dependencies:
31253120
undici-types "~6.20.0"
31263121

3127-
"@types/node@^16.18.39":
3128-
version "16.18.126"
3129-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.126.tgz#27875faa2926c0f475b39a8bb1e546c0176f8d4b"
3130-
integrity sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==
3131-
31323122
"@types/normalize-package-data@^2.4.0":
31333123
version "2.4.1"
31343124
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -4578,7 +4568,7 @@ buffer-from@^1.0.0:
45784568
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
45794569
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
45804570

4581-
buffer@^5.6.0:
4571+
buffer@^5.7.1:
45824572
version "5.7.1"
45834573
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
45844574
integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
@@ -4803,6 +4793,11 @@ ci-info@^3.2.0:
48034793
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91"
48044794
integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==
48054795

4796+
ci-info@^4.1.0:
4797+
version "4.3.0"
4798+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.3.0.tgz#c39b1013f8fdbd28cd78e62318357d02da160cd7"
4799+
integrity sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==
4800+
48064801
cjs-module-lexer@^1.0.0:
48074802
version "1.2.2"
48084803
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz#9f84ba3244a512f3a54e5277e8eef4c489864e40"
@@ -4852,14 +4847,14 @@ cli-cursor@^4.0.0:
48524847
dependencies:
48534848
restore-cursor "^4.0.0"
48544849

4855-
cli-table3@~0.6.1:
4856-
version "0.6.3"
4857-
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2"
4858-
integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==
4850+
4851+
version "0.6.1"
4852+
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.1.tgz#36ce9b7af4847f288d3cdd081fbd09bf7bd237b8"
4853+
integrity sha512-w0q/enDHhPLq44ovMGdQeeDLvwxwavsJX7oQGYt/LrBlYsyaxyDnp6z3QzFut/6kLLKnlcUVJLrpB7KBfgG/RA==
48594854
dependencies:
48604855
string-width "^4.2.0"
48614856
optionalDependencies:
4862-
"@colors/colors" "1.5.0"
4857+
colors "1.4.0"
48634858

48644859
cli-truncate@^2.1.0:
48654860
version "2.1.0"
@@ -4993,6 +4988,11 @@ colorette@^2.0.16, colorette@^2.0.20:
49934988
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
49944989
integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==
49954990

4991+
4992+
version "1.4.0"
4993+
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
4994+
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
4995+
49964996
combined-stream@^1.0.8, combined-stream@~1.0.6:
49974997
version "1.0.8"
49984998
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
@@ -5523,25 +5523,25 @@ csstype@^3.1.1, csstype@^3.1.2:
55235523
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b"
55245524
integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==
55255525

5526-
cypress@13.0.0:
5527-
version "13.0.0"
5528-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.0.0.tgz#8fe8f13dbb46f76ad30fa2d47be1c3489de625d2"
5529-
integrity sha512-nWHU5dUxP2Wm/zrMd8SWTTl706aJex/l+H4vi/tbu2SWUr17BUcd/sIYeqyxeoSPW1JFV2pT1pf4JEImH/POMg==
5526+
cypress@14.5.3:
5527+
version "14.5.3"
5528+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.5.3.tgz#1b402bc1f6a3042d5068901ef9f9affd382ecf36"
5529+
integrity sha512-syLwKjDeMg77FRRx68bytLdlqHXDT4yBVh0/PPkcgesChYDjUZbwxLqMXuryYKzAyJsPsQHUDW1YU74/IYEUIA==
55305530
dependencies:
5531-
"@cypress/request" "^3.0.0"
5531+
"@cypress/request" "^3.0.9"
55325532
"@cypress/xvfb" "^1.2.4"
5533-
"@types/node" "^16.18.39"
55345533
"@types/sinonjs__fake-timers" "8.1.1"
55355534
"@types/sizzle" "^2.3.2"
55365535
arch "^2.2.0"
55375536
blob-util "^2.0.2"
55385537
bluebird "^3.7.2"
5539-
buffer "^5.6.0"
5538+
buffer "^5.7.1"
55405539
cachedir "^2.3.0"
55415540
chalk "^4.1.0"
55425541
check-more-types "^2.24.0"
5542+
ci-info "^4.1.0"
55435543
cli-cursor "^3.1.0"
5544-
cli-table3 "~0.6.1"
5544+
cli-table3 "0.6.1"
55455545
commander "^6.2.1"
55465546
common-tags "^1.8.0"
55475547
dayjs "^1.10.4"
@@ -5554,7 +5554,7 @@ [email protected]:
55545554
figures "^3.2.0"
55555555
fs-extra "^9.1.0"
55565556
getos "^3.2.1"
5557-
is-ci "^3.0.0"
5557+
hasha "5.2.2"
55585558
is-installed-globally "~0.4.0"
55595559
lazy-ass "^1.6.0"
55605560
listr2 "^3.8.3"
@@ -5566,9 +5566,10 @@ [email protected]:
55665566
process "^0.11.10"
55675567
proxy-from-env "1.0.0"
55685568
request-progress "^3.0.0"
5569-
semver "^7.5.3"
5569+
semver "^7.7.1"
55705570
supports-color "^8.1.1"
5571-
tmp "~0.2.1"
5571+
tmp "~0.2.3"
5572+
tree-kill "1.2.2"
55725573
untildify "^4.0.0"
55735574
yauzl "^2.10.0"
55745575

@@ -7463,7 +7464,7 @@ forever-agent@~0.6.1:
74637464
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
74647465
integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==
74657466

7466-
form-data@^4.0.0, form-data@~4.0.0:
7467+
form-data@^4.0.0, form-data@~4.0.4:
74677468
version "4.0.4"
74687469
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
74697470
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
@@ -8005,6 +8006,14 @@ has@^1.0.3:
80058006
dependencies:
80068007
function-bind "^1.1.1"
80078008

8009+
8010+
version "5.2.2"
8011+
resolved "https://registry.yarnpkg.com/hasha/-/hasha-5.2.2.tgz#a48477989b3b327aea3c04f53096d816d97522a1"
8012+
integrity sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==
8013+
dependencies:
8014+
is-stream "^2.0.0"
8015+
type-fest "^0.8.0"
8016+
80088017
hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2:
80098018
version "2.0.2"
80108019
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
@@ -8404,13 +8413,6 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
84048413
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
84058414
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
84068415

8407-
is-ci@^3.0.0:
8408-
version "3.0.1"
8409-
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.1.tgz#db6ecbed1bd659c43dac0f45661e7674103d1867"
8410-
integrity sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==
8411-
dependencies:
8412-
ci-info "^3.2.0"
8413-
84148416
is-core-module@^2.11.0:
84158417
version "2.12.0"
84168418
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.0.tgz#36ad62f6f73c8253fd6472517a12483cf03e7ec4"
@@ -12367,7 +12369,7 @@ selection-is-backward@^1.0.0:
1236712369
resolved "https://registry.yarnpkg.com/selection-is-backward/-/selection-is-backward-1.0.0.tgz#97a54633188a511aba6419fc5c1fa91b467e6be1"
1236812370
integrity sha512-C+6PCOO55NLCfS8uQjUKV/6E5XMuUcfOVsix5m0QqCCCKi495NgeQVNfWtAaD71NKHsdmFCJoXUGfir3qWdr9A==
1236912371

12370-
"semver@2 || 3 || 4 || 5", semver@^6.0.0, semver@^6.3.0, semver@^6.3.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.1, semver@^7.5.2, semver@^7.5.3, semver@^7.6.3:
12372+
"semver@2 || 3 || 4 || 5", semver@^6.0.0, semver@^6.3.0, semver@^6.3.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.1, semver@^7.5.2, semver@^7.6.3, semver@^7.7.1:
1237112373
version "7.5.4"
1237212374
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
1237312375
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
@@ -13299,12 +13301,10 @@ titleize@^3.0.0:
1329913301
resolved "https://registry.yarnpkg.com/titleize/-/titleize-3.0.0.tgz#71c12eb7fdd2558aa8a44b0be83b8a76694acd53"
1330013302
integrity sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==
1330113303

13302-
tmp@~0.2.1:
13303-
version "0.2.1"
13304-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
13305-
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
13306-
dependencies:
13307-
rimraf "^3.0.0"
13304+
tmp@~0.2.3:
13305+
version "0.2.3"
13306+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
13307+
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
1330813308

1330913309
1331013310
version "1.0.5"
@@ -13369,6 +13369,11 @@ tr46@~0.0.3:
1336913369
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
1337013370
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
1337113371

13372+
13373+
version "1.2.2"
13374+
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
13375+
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
13376+
1337213377
trim-newlines@>4.0.1, trim-newlines@^3.0.0:
1337313378
version "5.0.0"
1337413379
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-5.0.0.tgz#fbe350dc9d5fe15e80793b86c09bc7436a3da383"
@@ -13525,7 +13530,7 @@ type-fest@^0.6.0:
1352513530
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
1352613531
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
1352713532

13528-
type-fest@^0.8.1:
13533+
type-fest@^0.8.0, type-fest@^0.8.1:
1352913534
version "0.8.1"
1353013535
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
1353113536
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==

0 commit comments

Comments
 (0)