Skip to content

Commit 7fd2b7b

Browse files
committed
build: update baseline date to October 2025
The baseline date used for determining necessary browser feature downleveling has been updated to October 20, 2025. This ensures that the build process aligns with the latest web standards and browser support.
1 parent 3ae097b commit 7fd2b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constants.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ NG_PACKAGR_PEER_DEP = "^21.0.0-next.0"
1313
# default browser set used to determine what downleveling is necessary.
1414
#
1515
# See: https://web.dev/baseline
16-
BASELINE_DATE = "2025-08-20"
16+
BASELINE_DATE = "2025-10-20"
1717

1818
SNAPSHOT_REPOS = {
1919
"@angular/cli": "angular/cli-builds",

0 commit comments

Comments
 (0)