From 0d075e682c7c16130532c76e672b8d6750958125 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Thu, 7 May 2026 07:42:00 +0000 Subject: [PATCH] build: update BASELINE_DATE to 2026-05-07 Update baseline date. --- constants.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.bzl b/constants.bzl index 7c791830e40d..afa5dafa48a8 100644 --- a/constants.bzl +++ b/constants.bzl @@ -13,7 +13,7 @@ NG_PACKAGR_PEER_DEP = "^22.0.0-next.0" # default browser set used to determine what downleveling is necessary. # # See: https://web.dev/baseline -BASELINE_DATE = "2025-10-20" +BASELINE_DATE = "2026-05-07" SNAPSHOT_REPOS = { "@angular/cli": "angular/cli-builds",