⬆️ bump various dependencies (#5886)

* bump various dependencies

* note

* update playwright images

* globals 16.4.0

* react-router 7.9.4
This commit is contained in:
Matt Fiddaman
2025-10-08 21:01:27 +01:00
committed by GitHub
parent 244140314c
commit 2e439aacba
12 changed files with 274 additions and 241 deletions

View File

@@ -28,5 +28,5 @@ echo "Running VRT tests with the following parameters:"
echo "E2E_START_URL: $E2E_START_URL"
echo "VRT_ARGS: $VRT_ARGS"
MSYS_NO_PATHCONV=1 docker run --rm --network host -v "$(pwd)":/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.55.1-jammy /bin/bash \
MSYS_NO_PATHCONV=1 docker run --rm --network host -v "$(pwd)":/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.56.0-jammy /bin/bash \
-c "E2E_START_URL=$E2E_START_URL yarn vrt $VRT_ARGS"