Skip to content

Conversation

selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented Aug 26, 2025

User description

This is an automated pull request to update pinned browsers and drivers

Merge after verify the new browser versions properly passing the tests and no bugs need to be filed


PR Type

Other


Description

  • Update Microsoft Edge browser version from 139.0.3405.111 to 139.0.3405.119

  • Update SHA256 checksums for both macOS and Linux Edge packages

  • Update package file paths to reflect new version numbers


Diagram Walkthrough

flowchart LR
  A["Edge 139.0.3405.111"] --> B["Edge 139.0.3405.119"]
  B --> C["Updated SHA256 checksums"]
  B --> D["Updated package paths"]
Loading

File Walkthrough

Relevant files
Dependencies
repositories.bzl
Update Edge browser version and checksums                               

common/repositories.bzl

  • Updated Microsoft Edge version from 139.0.3405.111 to 139.0.3405.119
  • Updated SHA256 checksums for macOS and Linux Edge packages
  • Updated package file paths to match new version numbers
+5/-5     

@selenium-ci selenium-ci added the B-build Includes scripting, bazel and CI integrations label Aug 26, 2025
Copy link
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Integrity Mismatch Risk

Verify the new SHA256 checksums actually match the downloaded artifacts at the specified URLs for both macOS and Linux. Mismatches will break fetches in CI.

        url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/95344cbf-d116-4494-8485-b96014e98901/MicrosoftEdge-139.0.3405.119.pkg",
        sha256 = "31b3ddce353180a706179d64086ed01b53cfd20a7daea45597a7e9e405fc553f",
        move = {
            "MicrosoftEdge-139.0.3405.119.pkg/Payload/Microsoft Edge.app": "Edge.app",
        },
        build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])

exports_files(["Edge.app"])

js_library(
    name = "edge-js",
    data = glob(["Edge.app/**/*"]),
)
""",
    )

    deb_archive(
        name = "linux_edge",
        url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_139.0.3405.119-1_amd64.deb",
        sha256 = "e51e4e36cde5e7be2031fd9145ac9bf26444f734a88ff43858e05c7782e60c7b",
Path Consistency

Ensure the 'move' path matches the exact contents and directory structure inside the new .pkg (MicrosoftEdge-139.0.3405.119.pkg). A minor path change inside the package would cause extraction failures.

move = {
    "MicrosoftEdge-139.0.3405.119.pkg/Payload/Microsoft Edge.app": "Edge.app",
},

Copy link
Contributor

qodo-merge-pro bot commented Aug 26, 2025

PR Code Suggestions ✨

No code suggestions found for the PR.

@navin772 navin772 merged commit d808465 into trunk Aug 26, 2025
32 checks passed
@navin772 navin772 deleted the pinned-browser-updates branch August 26, 2025 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

B-build Includes scripting, bazel and CI integrations Review effort 2/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants