Release notes
*Sourced from [babel-preset-env's releases](https://github.com/babel/babel-preset-env/releases).*
> ## 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://github-redirect.dependabot.com/babel/babel-preset-env/pull/445)) ([@danez](https://github.com/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://github-redirect.dependabot.com/babel/babel-preset-env/pull/441)) ([@danez](https://github.com/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://github-redirect.dependabot.com/babel/babel-preset-env/pull/376)) ([@rtsao](https://github.com/rtsao))
Changelog
*Sourced from [babel-preset-env's changelog](https://github.com/babel/babel-preset-env/blob/1.x/CHANGELOG.md).*
> # Changelog
>
> ## v1.6.1 (2017-10-17)
>
> ### :bug: Bug Fix
>
> - Update compat table to fix two small issues ([#445](https://github-redirect.dependabot.com/babel/babel-preset-env/pull/445)) ([@danez](https://github.com/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://github-redirect.dependabot.com/babel/babel-preset-env/pull/441)) ([@danez](https://github.com/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://github-redirect.dependabot.com/babel/babel-preset-env/pull/376)) ([@rtsao](https://github.com/rtsao))
Commits
- [`31f33e3`](https://github.com/babel/babel-preset-env/commit/31f33e3656e1bd8036317c54128fdc2812a2e8aa) 1.7.0
- [`d022193`](https://github.com/babel/babel-preset-env/commit/d0221937fdacf603c485371e6b1c42705dfdff2d) Update yarn.lock
- [`2f39655`](https://github.com/babel/babel-preset-env/commit/2f396550c5bb1e0fad9b3cf61b80358b3ba36e7f) Update browserslist to the latest ([#458](https://github-redirect.dependabot.com/babel/babel-preset-env/issues/458))
- [`24b99ec`](https://github.com/babel/babel-preset-env/commit/24b99ec69e8e38a32a599f4da8c0776dd46eb1ae) update readme [skip ci]
- [`5098275`](https://github.com/babel/babel-preset-env/commit/5098275b65969a19aa5aa4f5441fd9b457c88570) update readme [skip ci]
- [`bb8d651`](https://github.com/babel/babel-preset-env/commit/bb8d651974c74935b3efd1a9e9274b0b00f414fd) Update Changelog [skip ci]
- [`58b64d5`](https://github.com/babel/babel-preset-env/commit/58b64d50eec228381d65418ff61ee6d38d9d1087) 1.6.1
- [`0d32122`](https://github.com/babel/babel-preset-env/commit/0d321220325c17af49e10f9fcd4af2baf032bbf7) Update Changelog
- [`801e3a2`](https://github.com/babel/babel-preset-env/commit/801e3a21fb5005d6e02a3861b6957aa6dc69b313) Merge pull request [#445](https://github-redirect.dependabot.com/babel/babel-preset-env/issues/445) from babel/update-compat-table
- [`a90509a`](https://github.com/babel/babel-preset-env/commit/a90509a12f567353fbaf2c0a10cab74cb20abc36) Update compat table to fix two small issues
- Additional commits viewable in [compare view](https://github.com/babel/babel-preset-env/compare/v1.6.0...v1.7.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps babel-preset-env from 1.6.0 to 1.7.0.
Release notes
*Sourced from [babel-preset-env's releases](https://github.com/babel/babel-preset-env/releases).* > ## 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://github-redirect.dependabot.com/babel/babel-preset-env/pull/445)) ([@danez](https://github.com/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://github-redirect.dependabot.com/babel/babel-preset-env/pull/441)) ([@danez](https://github.com/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://github-redirect.dependabot.com/babel/babel-preset-env/pull/376)) ([@rtsao](https://github.com/rtsao))Changelog
*Sourced from [babel-preset-env's changelog](https://github.com/babel/babel-preset-env/blob/1.x/CHANGELOG.md).* > # Changelog > > ## v1.6.1 (2017-10-17) > > ### :bug: Bug Fix > > - Update compat table to fix two small issues ([#445](https://github-redirect.dependabot.com/babel/babel-preset-env/pull/445)) ([@danez](https://github.com/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://github-redirect.dependabot.com/babel/babel-preset-env/pull/441)) ([@danez](https://github.com/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://github-redirect.dependabot.com/babel/babel-preset-env/pull/376)) ([@rtsao](https://github.com/rtsao))Commits
- [`31f33e3`](https://github.com/babel/babel-preset-env/commit/31f33e3656e1bd8036317c54128fdc2812a2e8aa) 1.7.0 - [`d022193`](https://github.com/babel/babel-preset-env/commit/d0221937fdacf603c485371e6b1c42705dfdff2d) Update yarn.lock - [`2f39655`](https://github.com/babel/babel-preset-env/commit/2f396550c5bb1e0fad9b3cf61b80358b3ba36e7f) Update browserslist to the latest ([#458](https://github-redirect.dependabot.com/babel/babel-preset-env/issues/458)) - [`24b99ec`](https://github.com/babel/babel-preset-env/commit/24b99ec69e8e38a32a599f4da8c0776dd46eb1ae) update readme [skip ci] - [`5098275`](https://github.com/babel/babel-preset-env/commit/5098275b65969a19aa5aa4f5441fd9b457c88570) update readme [skip ci] - [`bb8d651`](https://github.com/babel/babel-preset-env/commit/bb8d651974c74935b3efd1a9e9274b0b00f414fd) Update Changelog [skip ci] - [`58b64d5`](https://github.com/babel/babel-preset-env/commit/58b64d50eec228381d65418ff61ee6d38d9d1087) 1.6.1 - [`0d32122`](https://github.com/babel/babel-preset-env/commit/0d321220325c17af49e10f9fcd4af2baf032bbf7) Update Changelog - [`801e3a2`](https://github.com/babel/babel-preset-env/commit/801e3a21fb5005d6e02a3861b6957aa6dc69b313) Merge pull request [#445](https://github-redirect.dependabot.com/babel/babel-preset-env/issues/445) from babel/update-compat-table - [`a90509a`](https://github.com/babel/babel-preset-env/commit/a90509a12f567353fbaf2c0a10cab74cb20abc36) Update compat table to fix two small issues - Additional commits viewable in [compare view](https://github.com/babel/babel-preset-env/compare/v1.6.0...v1.7.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.