Skip to content

Commit 1fbb797

Browse files
authored
chore: update chromedriver to 136 (SAP#11693)
1 parent 230edfb commit 1fbb797

File tree

7 files changed

+14
-47
lines changed

7 files changed

+14
-47
lines changed

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"devDependencies": {
5757
"@ui5/cypress-internal": "0.0.0",
5858
"@ui5/webcomponents-tools": "2.11.0",
59-
"chromedriver": "^135.0.0"
59+
"chromedriver": "^136.0.0"
6060
}
6161
}

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@openui5/sap.ui.core": "1.120.17",
6464
"@ui5/cypress-internal": "0.0.0",
6565
"@ui5/webcomponents-tools": "2.11.0",
66-
"chromedriver": "^135.0.0",
66+
"chromedriver": "^136.0.0",
6767
"clean-css": "^5.2.2",
6868
"copy-and-watch": "^0.1.5",
6969
"cross-env": "^7.0.3",

packages/compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"devDependencies": {
5757
"@ui5/cypress-internal": "0.0.0",
5858
"@ui5/webcomponents-tools": "2.11.0",
59-
"chromedriver": "^135.0.0"
59+
"chromedriver": "^136.0.0"
6060
}
6161
}

packages/fiori/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"devDependencies": {
6464
"@ui5/cypress-internal": "0.0.0",
6565
"@ui5/webcomponents-tools": "2.11.0",
66-
"chromedriver": "^135.0.0",
66+
"chromedriver": "^136.0.0",
6767
"lit": "^2.0.0"
6868
}
6969
}

packages/localization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@openui5/sap.ui.core": "1.120.17",
3636
"@ui5/webcomponents-tools": "2.11.0",
3737
"babel-plugin-amd-to-esm": "^2.0.3",
38-
"chromedriver": "^135.0.0",
38+
"chromedriver": "^136.0.0",
3939
"estree-walk": "^2.2.0",
4040
"mkdirp": "^1.0.4",
4141
"resolve": "^1.20.0"

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"devDependencies": {
6565
"@ui5/cypress-internal": "0.0.0",
6666
"@ui5/webcomponents-tools": "2.11.0",
67-
"chromedriver": "^135.0.0",
67+
"chromedriver": "^136.0.0",
6868
"jsdom": "^26.0.0",
6969
"lit": "^2.0.0",
7070
"vitest": "^3.0.2"

yarn.lock

Lines changed: 8 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2197,7 +2197,7 @@
21972197
"@docusaurus/theme-search-algolia" "3.1.1"
21982198
"@docusaurus/types" "3.1.1"
21992199

2200-
"@docusaurus/[email protected]":
2200+
"@docusaurus/[email protected]", "react-loadable@npm:@docusaurus/[email protected]":
22012201
version "5.5.2"
22022202
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
22032203
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
@@ -7000,10 +7000,10 @@ chrome-trace-event@^1.0.2:
70007000
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
70017001
integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
70027002

7003-
chromedriver@^135.0.0:
7004-
version "135.0.0"
7005-
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-135.0.0.tgz#9bdbd8363d2ad0dae8f848ec7241fd58f4b9e221"
7006-
integrity sha512-ilE3cIrIieiRU/a6MNpt0CL0UZs2tu0lQAes+el5SV03MB1zYIEXy+dDeueid/g8AmT1loy7TB2fjWwcHLY8lg==
7003+
chromedriver@^136.0.0:
7004+
version "136.0.3"
7005+
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-136.0.3.tgz#70c25ce4f0fc7969355e745e6702224e0845710d"
7006+
integrity sha512-bE27WxCr8Fd12ZFvRWbkWgTvm9MF+le59U6MlxejO9bC9bPHp+IQfttsDMXThb05/M+/FOx8x2/0mQ50zG0kDg==
70077007
dependencies:
70087008
"@testim/chrome-version" "^1.1.4"
70097009
axios "^1.7.4"
@@ -16634,14 +16634,6 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
1663416634
dependencies:
1663516635
"@babel/runtime" "^7.10.3"
1663616636

16637-
"react-loadable@npm:@docusaurus/[email protected]":
16638-
version "5.5.2"
16639-
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
16640-
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
16641-
dependencies:
16642-
"@types/react" "*"
16643-
prop-types "^15.6.2"
16644-
1664516637
react-router-config@^5.1.1:
1664616638
version "5.1.1"
1664716639
resolved "https://registry.yarnpkg.com/react-router-config/-/react-router-config-5.1.1.tgz#0f4263d1a80c6b2dc7b9c1902c9526478194a988"
@@ -18186,16 +18178,7 @@ stream-combiner@~0.0.4:
1818618178
dependencies:
1818718179
duplexer "~0.1.1"
1818818180

18189-
"string-width-cjs@npm:string-width@^4.2.0":
18190-
version "4.2.3"
18191-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
18192-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
18193-
dependencies:
18194-
emoji-regex "^8.0.0"
18195-
is-fullwidth-code-point "^3.0.0"
18196-
strip-ansi "^6.0.1"
18197-
18198-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
18181+
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1819918182
version "4.2.3"
1820018183
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1820118184
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -18321,7 +18304,7 @@ stringify-object@^3.3.0:
1832118304
is-obj "^1.0.1"
1832218305
is-regexp "^1.0.0"
1832318306

18324-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
18307+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1832518308
version "6.0.1"
1832618309
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1832718310
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -18342,13 +18325,6 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
1834218325
dependencies:
1834318326
ansi-regex "^4.1.0"
1834418327

18345-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
18346-
version "6.0.1"
18347-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
18348-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
18349-
dependencies:
18350-
ansi-regex "^5.0.1"
18351-
1835218328
strip-ansi@^7.0.1:
1835318329
version "7.1.0"
1835418330
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -20220,7 +20196,7 @@ [email protected]:
2022020196
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
2022120197
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
2022220198

20223-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
20199+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
2022420200
version "7.0.0"
2022520201
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2022620202
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -20247,15 +20223,6 @@ wrap-ansi@^6.2.0:
2024720223
string-width "^4.1.0"
2024820224
strip-ansi "^6.0.0"
2024920225

20250-
wrap-ansi@^7.0.0:
20251-
version "7.0.0"
20252-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
20253-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
20254-
dependencies:
20255-
ansi-styles "^4.0.0"
20256-
string-width "^4.1.0"
20257-
strip-ansi "^6.0.0"
20258-
2025920226
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
2026020227
version "8.1.0"
2026120228
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)