Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(zone.js): remove legacy browser support #55745

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JeanMeche
Copy link
Member

@JeanMeche JeanMeche commented May 9, 2024

This commit removes the support for legacy browsers.

BREAKING CHANGE: IE/Non-Chromium Edge are not supported anymore.

Fixes #46773

This commit removes the support for legacy browsers.

BREAKING CHANGE: IE/Non-Chromium Edge are not supported anymore.
@angular-robot angular-robot bot added the detected: breaking change PR contains a commit with a breaking change label May 9, 2024
@JeanMeche JeanMeche marked this pull request as ready for review May 9, 2024 18:23
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@AndrewKushnir AndrewKushnir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@@ -46,18 +46,6 @@ module.exports = function (config, ignoredLaunchers) {
// 'SL_IOS9': {base: 'SauceLabs', browserName: 'iphone', platform: 'OS X 10.10', version:
// '9.3'},
'SL_IOS10': {base: 'SauceLabs', browserName: 'iphone', platform: 'OS X 10.10', version: '10.3'},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit for some followup PRs: we may need to update the list of supported browsers and corresponding versions, it looks like some of the browsers in the list are pretty old.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not even sure this config is used.
It seems the zone.js saucelabs tests run the same versions as the FW (Android 11/12). See https://github.com/angular/angular/actions/runs/9021600666/job/24789278467?pr=55745

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, we can revisit testing config and update it in a followup PR.

@AndrewKushnir AndrewKushnir added target: rc This PR is targeted for the next release-candidate area: zones labels May 9, 2024
@ngbot ngbot bot added this to the Backlog milestone May 9, 2024
@AndrewKushnir AndrewKushnir added the action: presubmit The PR is in need of a google3 presubmit label May 9, 2024
@AndrewKushnir
Copy link
Contributor

Presubmit.

@AndrewKushnir AndrewKushnir added the requires: TGP This PR requires a passing TGP before merging is allowed label May 10, 2024
@pullapprove pullapprove bot removed the requires: TGP This PR requires a passing TGP before merging is allowed label May 10, 2024
@AndrewKushnir AndrewKushnir added target: major This PR is targeted for the next major release and removed target: rc This PR is targeted for the next release-candidate labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: presubmit The PR is in need of a google3 presubmit area: zones detected: breaking change PR contains a commit with a breaking change target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clarify IE11 support state for zone.js / and clean-up zone.js code/tests for IE11-specific logic
3 participants