-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: bump deps, use object spread, add alauda browserslist
- Loading branch information
Showing
34 changed files
with
1,115 additions
and
1,108 deletions.
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,2 +1 @@ | ||
extends @1stg/browserslist-config/modern | ||
>0% |
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* @see http://confluence.alauda.cn/pages/viewpage.action?pageId=67557669 | ||
*/ | ||
module.exports = ['Chrome >= 85', 'Firefox >= 80'] |
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,7 +1 @@ | ||
module.exports = [ | ||
'defaults', | ||
'last 5 versions', | ||
'> 0.5% in CN', | ||
// it seems out of date too long | ||
'not and_qq < 2', | ||
] | ||
module.exports = ['defaults', 'last 5 versions', '> 0.5% in CN'] |
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,8 +1 @@ | ||
module.exports = [ | ||
'last 1 Android version', | ||
'last 1 Chrome version', | ||
'last 1 ChromeAndroid version', | ||
'last 1 FireFox version', | ||
'last 1 iOS version', | ||
'last 1 Safari version', | ||
] | ||
module.exports = ['defaults and last 1 version'] |
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,17 +1,5 @@ | ||
module.exports = require('.') | ||
.filter(_ => !(_.includes('last') || _.includes('CN'))) | ||
.concat( | ||
'> 1%', | ||
'last 3 versions', | ||
'not and_qq < 2', | ||
'not and_uc < 13', | ||
'not baidu < 8', | ||
'not bb < 11', | ||
'not ie <= 11', | ||
'not ie_mob <= 11', | ||
'not kaios < 3', | ||
'not op_mini all', | ||
'not op_mob < 50', | ||
'not safari < 6', | ||
'not samsung < 10', | ||
) | ||
module.exports = [ | ||
require('.') | ||
.filter(_ => !_.includes('last') && !_.includes('CN')) | ||
.join(',') + ' and > 1% and last 3 versions and supports es6-module', | ||
] |
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
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
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
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
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
Oops, something went wrong.