From f200ac72a1dcc9127887a2a4f414d7756c82c856 Mon Sep 17 00:00:00 2001 From: Selenium CI Bot Date: Tue, 16 Dec 2025 00:42:18 +0000 Subject: [PATCH] Update pinned browser versions --- common/repositories.bzl | 66 ++++++++++++++++++++--------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/common/repositories.bzl b/common/repositories.bzl index 4dd89e8419481..b4980debb0ae1 100644 --- a/common/repositories.bzl +++ b/common/repositories.bzl @@ -11,8 +11,8 @@ def pin_browsers(): http_archive( name = "linux_firefox", - url = "https://ftp.mozilla.org/pub/firefox/releases/145.0.2/linux-x86_64/en-US/firefox-145.0.2.tar.xz", - sha256 = "dcc1fa58269877e45c5212dfc4b32ed4df0f30a52a12f13df9f0194c95cfd48b", + url = "https://ftp.mozilla.org/pub/firefox/releases/146.0/linux-x86_64/en-US/firefox-146.0.tar.xz", + sha256 = "8d56f479cc398a537a60a3fa20dca92d8a41925113d3a67f534881a4e4d7e344", build_file_content = """ load("@aspect_rules_js//js:defs.bzl", "js_library") package(default_visibility = ["//visibility:public"]) @@ -33,8 +33,8 @@ js_library( dmg_archive( name = "mac_firefox", - url = "https://ftp.mozilla.org/pub/firefox/releases/145.0.2/mac/en-US/Firefox%20145.0.2.dmg", - sha256 = "80f5851f90de88d1b8d27299cb0a3ff3b9ff3774c275de2675f651834bd9228b", + url = "https://ftp.mozilla.org/pub/firefox/releases/146.0/mac/en-US/Firefox%20146.0.dmg", + sha256 = "4b1645313887972d466cd82166ea571485c2c40a167f84624e3f3ca739993cc9", build_file_content = """ load("@aspect_rules_js//js:defs.bzl", "js_library") package(default_visibility = ["//visibility:public"]) @@ -50,8 +50,8 @@ js_library( http_archive( name = "linux_beta_firefox", - url = "https://ftp.mozilla.org/pub/firefox/releases/146.0b9/linux-x86_64/en-US/firefox-146.0b9.tar.xz", - sha256 = "ddfbf9593baa19ef442c52bdb10aac775b32c3a4154c92f1df8aba9d76371a4b", + url = "https://ftp.mozilla.org/pub/firefox/releases/147.0b4/linux-x86_64/en-US/firefox-147.0b4.tar.xz", + sha256 = "a5199b5f7975e1f488c13d3e41b6f3472b53601b9c44692b6a0096965597993b", build_file_content = """ load("@aspect_rules_js//js:defs.bzl", "js_library") package(default_visibility = ["//visibility:public"]) @@ -72,8 +72,8 @@ js_library( dmg_archive( name = "mac_beta_firefox", - url = "https://ftp.mozilla.org/pub/firefox/releases/146.0b9/mac/en-US/Firefox%20146.0b9.dmg", - sha256 = "b943d1235da598063c1f34d3f51825f8e8bab4d33b37c801f63a915b29d351f8", + url = "https://ftp.mozilla.org/pub/firefox/releases/147.0b4/mac/en-US/Firefox%20147.0b4.dmg", + sha256 = "f4137c9427e387dc73838950d647f76b598121ed1e57897c5635ccbfb4fa9319", build_file_content = """ load("@aspect_rules_js//js:defs.bzl", "js_library") package(default_visibility = ["//visibility:public"]) @@ -123,10 +123,10 @@ js_library( pkg_archive( name = "mac_edge", - url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/755247f9-4b1e-4506-b8c1-838f84a56aef/MicrosoftEdge-142.0.3595.94.pkg", - sha256 = "06bd319ff3a8a8b1d531493dc84780da391d0e1b62c52b94fa0d632bfd48074e", + url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/a266e4b4-62a7-4b4e-91c2-ec8be69d5031/MicrosoftEdge-143.0.3650.80.pkg", + sha256 = "b444c7cd3fd58138e39d76a688759dc102e0cd630a4a6a3bb6c5e6447b0366ed", move = { - "MicrosoftEdge-142.0.3595.94.pkg/Payload/Microsoft Edge.app": "Edge.app", + "MicrosoftEdge-143.0.3650.80.pkg/Payload/Microsoft Edge.app": "Edge.app", }, build_file_content = """ load("@aspect_rules_js//js:defs.bzl", "js_library") @@ -143,8 +143,8 @@ js_library( deb_archive( name = "linux_edge", - url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_142.0.3595.94-1_amd64.deb", - sha256 = "3fe98f5e0d20556aa526a052d85fd3b9fe36062927b4f3b447af77c0f0122907", + url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_143.0.3650.80-1_amd64.deb", + sha256 = "528877731d82c3b01fe1f3622b7b0fdefa69a633f4bc7b8c1582bc9e07d08f00", build_file_content = """ load("@aspect_rules_js//js:defs.bzl", "js_library") package(default_visibility = ["//visibility:public"]) @@ -165,8 +165,8 @@ js_library( http_archive( name = "linux_edgedriver", - url = "https://msedgedriver.microsoft.com/142.0.3595.94/edgedriver_linux64.zip", - sha256 = "3fc128de9e93a117e08dd51260e1795b15e98513243dd6a58d3f09e33f0f23e3", + url = "https://msedgedriver.microsoft.com/143.0.3650.80/edgedriver_linux64.zip", + sha256 = "aaad1641c4d7a0e3cac4d337435c23758643e7a82787774b88f6d08ff792d0e8", build_file_content = """ load("@aspect_rules_js//js:defs.bzl", "js_library") package(default_visibility = ["//visibility:public"]) @@ -182,8 +182,8 @@ js_library( http_archive( name = "mac_edgedriver", - url = "https://msedgedriver.microsoft.com/142.0.3595.94/edgedriver_mac64.zip", - sha256 = "a0ade2e903c17ce0c6d48bdb6897f5c14b0068b8f260945f250676f2644636ab", + url = "https://msedgedriver.microsoft.com/143.0.3650.80/edgedriver_mac64.zip", + sha256 = "8029f9c54be1a241ab3b12bd4d8c4813c05b3f0b7738d4aa7c2c90eceeea33ef", build_file_content = """ load("@aspect_rules_js//js:defs.bzl", "js_library") package(default_visibility = ["//visibility:public"]) @@ -199,8 +199,8 @@ js_library( http_archive( name = "linux_chrome", - url = "https://storage.googleapis.com/chrome-for-testing-public/143.0.7499.40/linux64/chrome-linux64.zip", - sha256 = "149b71620aaf96d94f7500995aa58baabb7702e29c0a7cbef62d14a75f865068", + url = "https://storage.googleapis.com/chrome-for-testing-public/143.0.7499.42/linux64/chrome-linux64.zip", + sha256 = "088b3c1c1668ae6f095661c5aa9dc5bab7acf2b8d9c4f3c5f97ae2dcab11ceec", build_file_content = """ load("@aspect_rules_js//js:defs.bzl", "js_library") package(default_visibility = ["//visibility:public"]) @@ -220,8 +220,8 @@ js_library( ) http_archive( name = "mac_chrome", - url = "https://storage.googleapis.com/chrome-for-testing-public/143.0.7499.40/mac-x64/chrome-mac-x64.zip", - sha256 = "5a65af8e0397461f270e17f8dc2cd75b54be4bcf3608ee3f6f682df2472996f8", + url = "https://storage.googleapis.com/chrome-for-testing-public/143.0.7499.42/mac-x64/chrome-mac-x64.zip", + sha256 = "664412fa6d087777330b6dc248fb62eb0f4391aa2a91fda8d1ff0894f28b8807", strip_prefix = "chrome-mac-x64", patch_cmds = [ "mv 'Google Chrome for Testing.app' Chrome.app", @@ -241,8 +241,8 @@ js_library( ) http_archive( name = "linux_chromedriver", - url = "https://storage.googleapis.com/chrome-for-testing-public/143.0.7499.40/linux64/chromedriver-linux64.zip", - sha256 = "1b2f4d26eca1c0c95080dc12c6518e57e648d78ad6078dc36266d71106dfa715", + url = "https://storage.googleapis.com/chrome-for-testing-public/143.0.7499.42/linux64/chromedriver-linux64.zip", + sha256 = "4641250ff00ffa7500ee6d88e2b4dabe8238d72117e661f5d48a7474e0b363fd", strip_prefix = "chromedriver-linux64", build_file_content = """ load("@aspect_rules_js//js:defs.bzl", "js_library") @@ -259,8 +259,8 @@ js_library( http_archive( name = "mac_chromedriver", - url = "https://storage.googleapis.com/chrome-for-testing-public/143.0.7499.40/mac-x64/chromedriver-mac-x64.zip", - sha256 = "7530cc8f958661450874f8d8a5ad9bbe23ae058513c08abb3a900f1dac03badf", + url = "https://storage.googleapis.com/chrome-for-testing-public/143.0.7499.42/mac-x64/chromedriver-mac-x64.zip", + sha256 = "c4e84bd04135cf660017fe11ee1aa2bf8a6dd49c864599a19f9466f574be10a3", strip_prefix = "chromedriver-mac-x64", build_file_content = """ load("@aspect_rules_js//js:defs.bzl", "js_library") @@ -277,8 +277,8 @@ js_library( http_archive( name = "linux_beta_chrome", - url = "https://storage.googleapis.com/chrome-for-testing-public/144.0.7559.4/linux64/chrome-linux64.zip", - sha256 = "4719e9fba7394d1fbaac6ceb124f76e4c9c7487fc03e6fd573354b73c9fc0fc6", + url = "https://storage.googleapis.com/chrome-for-testing-public/144.0.7559.20/linux64/chrome-linux64.zip", + sha256 = "6c59adf5fb4ec0622ce23782353c5eefdd798043ec155024571bf777c1add608", build_file_content = """ load("@aspect_rules_js//js:defs.bzl", "js_library") package(default_visibility = ["//visibility:public"]) @@ -298,8 +298,8 @@ js_library( ) http_archive( name = "mac_beta_chrome", - url = "https://storage.googleapis.com/chrome-for-testing-public/144.0.7559.4/mac-x64/chrome-mac-x64.zip", - sha256 = "b5ce0eaf8546e5383e501769c9fd9e34cb280fe3d887aa08ead34de5ef685964", + url = "https://storage.googleapis.com/chrome-for-testing-public/144.0.7559.20/mac-x64/chrome-mac-x64.zip", + sha256 = "345eeffa089bf36ac88ebdfccce654ae88a17ca4b333ca7dc297c7956828bbaa", strip_prefix = "chrome-mac-x64", patch_cmds = [ "mv 'Google Chrome for Testing.app' Chrome.app", @@ -319,8 +319,8 @@ js_library( ) http_archive( name = "linux_beta_chromedriver", - url = "https://storage.googleapis.com/chrome-for-testing-public/144.0.7559.4/linux64/chromedriver-linux64.zip", - sha256 = "c3240a3e334a7bfb98b56e047206043f98cf090ad111584c41a204669c63dd64", + url = "https://storage.googleapis.com/chrome-for-testing-public/144.0.7559.20/linux64/chromedriver-linux64.zip", + sha256 = "42e842a73a963531822f7e90fb42a9463fa8e4a44f724f2d76a08a2a374b9c3e", strip_prefix = "chromedriver-linux64", build_file_content = """ load("@aspect_rules_js//js:defs.bzl", "js_library") @@ -337,8 +337,8 @@ js_library( http_archive( name = "mac_beta_chromedriver", - url = "https://storage.googleapis.com/chrome-for-testing-public/144.0.7559.4/mac-x64/chromedriver-mac-x64.zip", - sha256 = "38bc8b7c939544e08a06db746f331daf60edad7a71ff88db4a53618ef66fce82", + url = "https://storage.googleapis.com/chrome-for-testing-public/144.0.7559.20/mac-x64/chromedriver-mac-x64.zip", + sha256 = "a4362af68e6d41fd14d7cf55cadf96c450b96ac8b5b03d4fd955cee39985b22a", strip_prefix = "chromedriver-mac-x64", build_file_content = """ load("@aspect_rules_js//js:defs.bzl", "js_library")