-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next' into next-master-candidate
- Loading branch information
Showing
41,923 changed files
with
883,534 additions
and
236,476 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,69 @@ | ||
[modern] | ||
last 1 chrome version | ||
last 1 edge version | ||
last 1 firefox version | ||
last 1 safari version | ||
node 14 | ||
|
||
# Default/Fallback | ||
# `npx browserslist --mobile-to-desktop "> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"` when the last major is released. | ||
# Manually downgrading to ios_saf 12.4 for iPhone 6 and webpack 4 support. | ||
# On update, sync references where "#stable-snapshot" is mentioned in the codebase. | ||
[stable] | ||
and_chr 91 | ||
and_ff 89 | ||
and_qq 10.4 | ||
and_uc 12.12 | ||
android 91 | ||
baidu 7.12 | ||
chrome 90 | ||
edge 91 | ||
firefox 78 | ||
ios_saf 12.4 | ||
kaios 2.5 | ||
op_mini all | ||
op_mob 76 | ||
opera 76 | ||
safari 14 | ||
samsung 13.0 | ||
|
||
# Same as `stable` but with IE 11 | ||
[legacy] | ||
ie 11 | ||
edge >= 14 | ||
firefox >= 52 | ||
chrome >= 49 | ||
safari >= 10 | ||
node 8.0 | ||
and_chr 91 | ||
and_ff 89 | ||
and_qq 10.4 | ||
and_uc 12.12 | ||
android 91 | ||
baidu 7.12 | ||
chrome 90 | ||
edge 91 | ||
firefox 78 | ||
ios_saf 12.4 | ||
kaios 2.5 | ||
op_mini all | ||
op_mob 76 | ||
opera 76 | ||
safari 14 | ||
samsung 13.0 | ||
|
||
# snapshot of `npx browserslist "maintained node versions"` | ||
# On update check all #stable-snapshot markers | ||
[node] | ||
node 12.0 | ||
|
||
# same as `node` | ||
[coverage] | ||
node 12.0 | ||
|
||
# same as `node` | ||
[development] | ||
node 12.0 | ||
|
||
# same as `node` | ||
[test] | ||
node 12.0 | ||
|
||
# same as `node` | ||
[benchmark] | ||
node 12.0 |
Oops, something went wrong.