Skip to content

Commit 7bb955e

Browse files
committed
chore(ci): upgrade playwright version
1 parent afa4ca6 commit 7bb955e

File tree

4 files changed

+22
-14
lines changed

4 files changed

+22
-14
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.20.2
1+
18.20.2

.teamcity/tests/buildTypes/E2EProductionTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object E2EProductionTest : BuildType({
3636
yarn install --immutable
3737
yarn test:production:ci
3838
""".trimIndent()
39-
dockerImage = "mcr.microsoft.com/playwright:v1.50.0-noble"
39+
dockerImage = "mcr.microsoft.com/playwright:v1.53.0-noble"
4040
dockerImagePlatform = ScriptBuildStep.ImagePlatform.Linux
4141
}
4242
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"whatwg-fetch": "2.0.2"
8484
},
8585
"devDependencies": {
86-
"@playwright/test": "1.22.2",
86+
"@playwright/test": "1.53.0",
8787
"@types/react": "17.0.43",
8888
"eslint": "8.14.0",
8989
"eslint-config-next": "12.1.6",

yarn.lock

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,13 +1634,12 @@
16341634
mkdirp "^1.0.4"
16351635
rimraf "^3.0.2"
16361636

1637-
"@playwright/test@1.22.2":
1638-
version "1.22.2"
1639-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.22.2.tgz#b848f25f8918140c2d0bae8e9227a40198f2dd4a"
1640-
integrity sha512-cCl96BEBGPtptFz7C2FOSN3PrTnJ3rPpENe+gYCMx4GNNDlN4tmo2D89y13feGKTMMAIVrXfSQ/UmaQKLy1XLA==
1637+
"@playwright/test@1.53.0":
1638+
version "1.53.0"
1639+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.53.0.tgz#23e0abac142f05b6b315c2da19129178aebb94e4"
1640+
integrity sha512-15hjKreZDcp7t6TL/7jkAo6Df5STZN09jGiv5dbP9A6vMVncXRqE7/B2SncsyOwrkZRBH2i6/TPOL8BVmm3c7w==
16411641
dependencies:
1642-
"@types/node" "*"
1643-
playwright-core "1.22.2"
1642+
playwright "1.53.0"
16441643

16451644
"@popperjs/core@^2.9.2":
16461645
version "2.11.7"
@@ -4875,7 +4874,7 @@ fs.realpath@^1.0.0:
48754874
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
48764875
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
48774876

4878-
fsevents@~2.3.1, fsevents@~2.3.2:
4877+
fsevents@2.3.2, fsevents@~2.3.1, fsevents@~2.3.2:
48794878
version "2.3.2"
48804879
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
48814880
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
@@ -6952,10 +6951,19 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
69526951
dependencies:
69536952
find-up "^4.0.0"
69546953

6955-
6956-
version "1.22.2"
6957-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.22.2.tgz#ed2963d79d71c2a18d5a6fd25b60b9f0a344661a"
6958-
integrity sha512-w/hc/Ld0RM4pmsNeE6aL/fPNWw8BWit2tg+TfqJ3+p59c6s3B6C8mXvXrIPmfQEobkcFDc+4KirNzOQ+uBSP1Q==
6954+
6955+
version "1.53.0"
6956+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.53.0.tgz#bf2738cc143116b6130b78e0c644edf2e7e53ff4"
6957+
integrity sha512-mGLg8m0pm4+mmtB7M89Xw/GSqoNC+twivl8ITteqvAndachozYe2ZA7srU6uleV1vEdAHYqjq+SV8SNxRRFYBw==
6958+
6959+
6960+
version "1.53.0"
6961+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.53.0.tgz#4eae78aa24e3c714bf71981f80b3310b838692fd"
6962+
integrity sha512-ghGNnIEYZC4E+YtclRn4/p6oYbdPiASELBIYkBXfaTVKreQUYbMUYQDwS12a8F0/HtIjr/CkGjtwABeFPGcS4Q==
6963+
dependencies:
6964+
playwright-core "1.53.0"
6965+
optionalDependencies:
6966+
fsevents "2.3.2"
69596967

69606968
popper-max-size-modifier@^0.2.0:
69616969
version "0.2.0"

0 commit comments

Comments
 (0)