-
Notifications
You must be signed in to change notification settings - Fork 932
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
Update caniuse-lite
and drop unused browserslist IE string
#6145
base: develop
Are you sure you want to change the base?
Conversation
caniuse-lite
and drop unused browserslist IE string
Note This work originates from PR #5889. In that PR, @mejiaj added this helpful comment that highlights the open question related to IE11:
To keep support for IE11, we will need to reorder the |
UpdateThe USWDS core team discussed this and confirmed that formally removing IE 11 from the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me! Thanks @anselmbradford for this submission and your helpful PR description.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
Confirming browsers list.
npx browserslist
➜ npx browserslist
and_chr 130
and_ff 130
and_qq 14.9
and_uc 15.5
android 130
chrome 130
chrome 129
chrome 128
chrome 127
edge 130
edge 129
edge 127
firefox 132
firefox 131
ios_saf 18.0
ios_saf 17.6
ios_saf 17.5
kaios 3.0-3.1
kaios 2.5
op_mini all
op_mob 80
opera 114
opera 113
safari 18.0
safari 17.6
samsung 25
samsung 24
Moved from #5889
Summary
caniuse-lite
database, which was last updated 4 months ago (updated vianpx update-browserslist-db@latest
).IE 11
string from the.browserslistrc
config file. You can see via runningnpx browserslist
that theIE 11
string does not make a difference, because IE 11 is included in thedead
browsers set, and this project's browserslist config specifiesnot dead
(see https://github.com/browserslist/browserslist?tab=readme-ov-file#full-list).Dependency updates