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

fix: require Safari 14 minimum #13282

Merged
merged 2 commits into from
Mar 14, 2022

Conversation

joheriks
Copy link
Contributor

Safari 13 does not support the EventTarget constructor,
used in @vaadin/components-base:
https://caniuse.com/?search=EventTarget()

Fixes #13271

Safari 13 does not support the EventTarget constructor,
used in @vaadin/components-base:
https://caniuse.com/?search=EventTarget()
caalador
caalador previously approved these changes Mar 11, 2022
@github-actions
Copy link

github-actions bot commented Mar 11, 2022

Unit Test Results

   952 files  +4     952 suites  +4   46m 39s ⏱️ + 9m 24s
6 174 tests +8  6 125 ✔️ +8  49 💤 ±0  0 ±0 
6 390 runs  +6  6 335 ✔️ +6  55 💤 ±0  0 ±0 

Results for commit f8426ee. ± Comparison against base commit 4b10fd4.

♻️ This comment has been updated with latest results.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@joheriks joheriks merged commit d22aa01 into master Mar 14, 2022
@joheriks joheriks deleted the joheriks/update-safari-min-version-to-14 branch March 14, 2022 09:03
vaadin-bot pushed a commit that referenced this pull request Mar 14, 2022
Safari 13 does not support the EventTarget constructor,
used in @vaadin/components-base:
https://caniuse.com/?search=EventTarget()
joheriks pushed a commit that referenced this pull request Mar 14, 2022
Safari 13 does not support the EventTarget constructor,
used in @vaadin/components-base:
https://caniuse.com/?search=EventTarget()

Co-authored-by: Johannes Eriksson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vaadin 22: Safari 13 should be detected as too old
4 participants