-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: Update browser targets to ~2016 browsers (#9729)
* ui: Reduce range of browsers in targets.js `'Chrome 55', 'Firefox 53', 'Safari 13', 'Edge 15'` * ui: Remove auto-prefixer
- Loading branch information
Showing
5 changed files
with
21 additions
and
76 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:improvement | ||
ui: Use older (~2016) native ES6 features to reduce transpilation and UI JS payload | ||
``` |
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,14 +1,13 @@ | ||
'use strict'; | ||
|
||
const browsers = ['last 1 Chrome versions', 'last 1 Firefox versions', 'last 1 Safari versions']; | ||
|
||
const isCI = !!process.env.CI; | ||
const isProduction = process.env.EMBER_ENV === 'production'; | ||
|
||
if (isCI || isProduction) { | ||
browsers.push('ie 11'); | ||
} | ||
|
||
// async/await support came with the below specified versions for Chrome, | ||
// Firefox and Edge. Async/await is is the newest ES6 feature we are not | ||
// transpiling. Safari's template literal support is a little problematic during | ||
// v12 in that it has a GC bug for tagged template literals. We don't currently | ||
// rely on this functionality so the bug wouldn't effect us, but in order to use | ||
// browser versions as a measure for ES6 features we need to specify Safari 13 | ||
// for native, non-transpiled template literals. In reality template literals | ||
// came in Safari 9.1. Safari's async/await support came in Safari 10, so thats | ||
// the earliest Safari we cover in reality here. | ||
module.exports = { | ||
browsers, | ||
browsers: ['Chrome 55', 'Firefox 53', 'Safari 13', 'Edge 15'], | ||
}; |
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 |
---|---|---|
|
@@ -3985,18 +3985,6 @@ atob@^2.1.2: | |
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" | ||
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== | ||
|
||
autoprefixer@^7.0.0: | ||
version "7.2.6" | ||
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-7.2.6.tgz#256672f86f7c735da849c4f07d008abb056067dc" | ||
integrity sha512-Iq8TRIB+/9eQ8rbGhcP7ct5cYb/3qjNYAR2SnzLCEcwF6rvVOax8+9+fccgXk4bEhQGjOZd5TLhsksmAdsbGqQ== | ||
dependencies: | ||
browserslist "^2.11.3" | ||
caniuse-lite "^1.0.30000805" | ||
normalize-range "^0.1.2" | ||
num2fraction "^1.2.2" | ||
postcss "^6.0.17" | ||
postcss-value-parser "^3.2.3" | ||
|
||
autoprefixer@^9.7.2: | ||
version "9.8.6" | ||
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f" | ||
|
@@ -5209,15 +5197,6 @@ broccoli-asset-rewrite@^2.0.0: | |
dependencies: | ||
broccoli-filter "^1.2.3" | ||
|
||
broccoli-autoprefixer@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/broccoli-autoprefixer/-/broccoli-autoprefixer-5.0.0.tgz#68c9f3bfdfff9df2d39e46545b9cf9d4443d6a16" | ||
integrity sha1-aMnzv9//nfLTnkZUW5z51EQ9ahY= | ||
dependencies: | ||
autoprefixer "^7.0.0" | ||
broccoli-persistent-filter "^1.1.6" | ||
postcss "^6.0.1" | ||
|
||
broccoli-babel-transpiler@^6.5.0: | ||
version "6.5.1" | ||
resolved "https://registry.yarnpkg.com/broccoli-babel-transpiler/-/broccoli-babel-transpiler-6.5.1.tgz#a4afc8d3b59b441518eb9a07bd44149476e30738" | ||
|
@@ -5893,14 +5872,6 @@ [email protected]: | |
node-releases "^1.1.52" | ||
pkg-up "^3.1.0" | ||
|
||
browserslist@^2.11.3: | ||
version "2.11.3" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-2.11.3.tgz#fe36167aed1bbcde4827ebfe71347a2cc70b99b2" | ||
integrity sha512-yWu5cXT7Av6mVwzWc8lMsJMHWn4xyjSuGYi4IozbVTLUOEYPSagUB8kiMDUHA1fS3zjr8nkxkn9jdvug4BBRmA== | ||
dependencies: | ||
caniuse-lite "^1.0.30000792" | ||
electron-to-chromium "^1.3.30" | ||
|
||
browserslist@^3.2.6: | ||
version "3.2.8" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-3.2.8.tgz#b0005361d6471f0f5952797a76fc985f1f978fc6" | ||
|
@@ -6115,7 +6086,7 @@ can-symlink@^1.0.0: | |
dependencies: | ||
tmp "0.0.28" | ||
|
||
caniuse-lite@^1.0.30000792, caniuse-lite@^1.0.30000805, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001135: | ||
caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001135: | ||
version "1.0.30001148" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001148.tgz#dc97c7ed918ab33bf8706ddd5e387287e015d637" | ||
integrity sha512-E66qcd0KMKZHNJQt9hiLZGE3J4zuTqE1OnU53miEVtylFbwOEmeA5OsRu90noZful+XGSQOni1aT2tiqu/9yYw== | ||
|
@@ -7620,16 +7591,16 @@ ejs@^3.1.2: | |
dependencies: | ||
jake "^10.6.1" | ||
|
||
electron-to-chromium@^1.3.30, electron-to-chromium@^1.3.47, electron-to-chromium@^1.3.571: | ||
version "1.3.582" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.582.tgz#1adfac5affce84d85b3d7b3dfbc4ade293a6ffc4" | ||
integrity sha512-0nCJ7cSqnkMC+kUuPs0YgklFHraWGl/xHqtZWWtOeVtyi+YqkoAOMGuZQad43DscXCQI/yizcTa3u6B5r+BLww== | ||
|
||
electron-to-chromium@^1.3.378: | ||
version "1.3.584" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.584.tgz#506cf7ba5895aafa8241876ab028654b61fd9ceb" | ||
integrity sha512-NB3DzrTzJFhWkUp+nl2KtUtoFzrfGXTir2S+BU4tXGyXH9vlluPuFpE3pTKeH7+PY460tHLjKzh6K2+TWwW+Ww== | ||
|
||
electron-to-chromium@^1.3.47, electron-to-chromium@^1.3.571: | ||
version "1.3.582" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.582.tgz#1adfac5affce84d85b3d7b3dfbc4ade293a6ffc4" | ||
integrity sha512-0nCJ7cSqnkMC+kUuPs0YgklFHraWGl/xHqtZWWtOeVtyi+YqkoAOMGuZQad43DscXCQI/yizcTa3u6B5r+BLww== | ||
|
||
element-resize-detector@^1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/element-resize-detector/-/element-resize-detector-1.2.1.tgz#b0305194447a4863155e58f13323a0aef30851d1" | ||
|
@@ -7797,14 +7768,6 @@ ember-cli-app-version@^3.2.0: | |
ember-cli-babel "^6.12.0" | ||
git-repo-version "^1.0.2" | ||
|
||
ember-cli-autoprefixer@^0.8.1: | ||
version "0.8.1" | ||
resolved "https://registry.yarnpkg.com/ember-cli-autoprefixer/-/ember-cli-autoprefixer-0.8.1.tgz#071dd9574451057b03dcc03b71f5bd9cb07ef332" | ||
integrity sha1-Bx3ZV0RRBXsD3MA7cfW9nLB+8zI= | ||
dependencies: | ||
broccoli-autoprefixer "^5.0.0" | ||
lodash "^4.0.0" | ||
|
||
ember-cli-babel-plugin-helpers@^1.0.0, ember-cli-babel-plugin-helpers@^1.1.0, ember-cli-babel-plugin-helpers@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/ember-cli-babel-plugin-helpers/-/ember-cli-babel-plugin-helpers-1.1.1.tgz#5016b80cdef37036c4282eef2d863e1d73576879" | ||
|
@@ -12724,7 +12687,7 @@ lodash.uniqby@^4.7.0: | |
resolved "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz#d99c07a669e9e6d24e1362dfe266c67616af1302" | ||
integrity sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI= | ||
|
||
lodash@^4.0.0, lodash@^4.0.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.5.1: | ||
lodash@^4.0.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.5.1: | ||
version "4.17.20" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" | ||
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== | ||
|
@@ -14430,25 +14393,11 @@ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2: | |
uniq "^1.0.1" | ||
util-deprecate "^1.0.2" | ||
|
||
postcss-value-parser@^3.2.3: | ||
version "3.3.1" | ||
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" | ||
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== | ||
|
||
postcss-value-parser@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" | ||
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== | ||
|
||
postcss@^6.0.1, postcss@^6.0.17: | ||
version "6.0.23" | ||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324" | ||
integrity sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag== | ||
dependencies: | ||
chalk "^2.4.1" | ||
source-map "^0.6.1" | ||
supports-color "^5.4.0" | ||
|
||
postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.26, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6: | ||
version "7.0.35" | ||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.35.tgz#d2be00b998f7f211d8a276974079f2e92b970e24" | ||
|
@@ -16647,7 +16596,7 @@ supports-color@^2.0.0: | |
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" | ||
integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= | ||
|
||
supports-color@^5.3.0, supports-color@^5.4.0: | ||
supports-color@^5.3.0: | ||
version "5.5.0" | ||
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" | ||
integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== | ||
|