Closed dependencies[bot] closed 5 years ago
Merging #379 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #379 +/- ##
=======================================
Coverage 96.04% 96.04%
=======================================
Files 19 19
Lines 253 253
Branches 31 31
=======================================
Hits 243 243
Misses 10 10
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 5baa118...11d382e. Read the comment docs.
Dependencies.io has updated
babel-preset-env
(a npm dependency in/packages/oc-template-react-compiler
) from "1.6.0" to "1.7.0".1.7.0
_No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found._1.6.1
> FYI we are moving this repo/package into https://github.com/babel/babel ### :bug: Bug Fix - Update compat table to fix two small issues ([#445](https://www.dependencies.io/github-redirect/babel/babel-preset-env/pull/445)) (danez) ES2015 destructuring is not fully supported in Edge 15 and the polyfill required again. `es6.math.imul` is supported on Android as of version 4.4 - Add polyfills for ES6 static Object methods ([#441](https://www.dependencies.io/github-redirect/babel/babel-preset-env/pull/441)) (danez) Functions such as `Object.keys`, `Object.freeze`, ... do already exist in ES5, but their behaviour changed in ES2015. `babel-preset-env` with `builtIns: true` now adds the core-js polyfills for this methods if the browser only supports the ES5 variant of the method (like IE11 for example) - Normalize module format of plugins/built-ins data ([#376](https://www.dependencies.io/github-redirect/babel/babel-preset-env/pull/376)) (rtsao)