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: remove workarounds for Safari 14 and 15 #28682

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

alan-agius4
Copy link
Collaborator

Both of these versions are no longer supported by Angular and thus these workers are no longer required.

Both of these versions are no longer supported by Angular and thus these workers are no longer required.
@alan-agius4 alan-agius4 changed the title [refactor: remove workarounds for Safari 14 and 15 refactor: remove workarounds for Safari 14 and 15 Oct 22, 2024
@alan-agius4 alan-agius4 added action: review The PR is still awaiting reviews from at least one requested reviewer target: major This PR is targeted for the next major release labels Oct 22, 2024
@alan-agius4 alan-agius4 requested review from clydin and dgp1130 and removed request for clydin October 22, 2024 10:38
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Oct 22, 2024
@alan-agius4 alan-agius4 merged commit b893a6a into angular:main Oct 22, 2024
32 of 33 checks passed
@alan-agius4 alan-agius4 deleted the safari-15-workarounds branch October 22, 2024 17:18
@devversion
Copy link
Member

I was leaning towards not doing this but waiting a bit longer because:

  • the issues caused by the Safari bug are out of this world; and super difficult to track; I remember debugging and trying to figure out why the lexical scope of some code randomly was broken
  • its low effort to keep this a bit longer
  • even though those versions aren't officially supporter anymore, a few teams may still build for it

@alan-agius4
Copy link
Collaborator Author

I’m not very strongly about this, but we haven’t officially supported Safari 15 for quite a while now, and currently, we support the two most recent major versions of Safari, which are 17 and 18.

I agree that keeping this code is low maintenance, though.

//cc @dgp1130 thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants