szb512 / etcher

Flash OS images to SD cards & USB drives, safely and easily.
https://etcher.io
Apache License 2.0
0 stars 0 forks source link

Bump @babel/preset-env from 7.3.1 to 7.3.4 #28

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @babel/preset-env from 7.3.1 to 7.3.4.

Release notes *Sourced from [@babel/preset-env's releases](https://github.com/babel/babel/releases).* > > ## v7.3.4 (2019-02-25) > > #### :bug: Bug Fix > * `babel-parser` > * [#9572](https://github-redirect.dependabot.com/babel/babel/pull/9572) Fix TypeScript parsers missing token check ([#9571](https://github-redirect.dependabot.com/babel/babel/issues/9571)) ([@​elevatebart](https://github.com/elevatebart)) > * [#9521](https://github-redirect.dependabot.com/babel/babel/pull/9521) Also check AssignmentPatterns for duplicate export name ([@​danez](https://github.com/danez)) > * `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-traverse` > * [#9508](https://github-redirect.dependabot.com/babel/babel/pull/9508) Use correct "this" in static fields ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-preset-env` > * [#9566](https://github-redirect.dependabot.com/babel/babel/pull/9566) Closes [#9465](https://github-redirect.dependabot.com/babel/babel/issues/9465) ([@​zloirock](https://github.com/zloirock)) > * `babel-types` > * [#9539](https://github-redirect.dependabot.com/babel/babel/pull/9539) babel-types is* type checks accept null | undefiend as value TS type ([[@​ian](https://github.com/ian)-craig](https://github.com/ian-craig)) > * `babel-plugin-transform-block-scoping`, `babel-traverse` > * [#9532](https://github-redirect.dependabot.com/babel/babel/pull/9532) Migrate some duplicate binding tests to traverse ([@​danez](https://github.com/danez)) > * `babel-generator` > * [#9524](https://github-redirect.dependabot.com/babel/babel/pull/9524) Fix typescript generator params ([@​tanhauhau](https://github.com/tanhauhau)) > * [#9523](https://github-redirect.dependabot.com/babel/babel/pull/9523) Fix flow babel-generator function parantheses ([@​tanhauhau](https://github.com/tanhauhau)) > > #### :house: Internal > * Other > * [#9561](https://github-redirect.dependabot.com/babel/babel/pull/9561) Update CHANGELOG.md using the "Trigger GitHub release" action ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-modules-systemjs` > * [#9541](https://github-redirect.dependabot.com/babel/babel/pull/9541) Enable eqeqeq rule in eslint ([@​danez](https://github.com/danez)) > * `babel-generator`, `babel-parser`, `babel-plugin-transform-flow-strip-types`, `babel-traverse` > * [#9522](https://github-redirect.dependabot.com/babel/babel/pull/9522) Make tests spec compliant by avoiding duplicate declarations in input files ([@​danez](https://github.com/danez)) > * `babel-plugin-transform-proto-to-assign` > * [#9533](https://github-redirect.dependabot.com/babel/babel/pull/9533) Add import/no-extraneous-dependencies to ESLint ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > > #### Committers: 10 > - Barthélémy Ledoux ([@​elevatebart](https://github.com/elevatebart)) > - Daniel Tschinder ([@​danez](https://github.com/danez)) > - Denis Pushkarev ([@​zloirock](https://github.com/zloirock)) > - Erik Arvidsson ([@​arv](https://github.com/arv)) > - Ian Craig ([[@​ian](https://github.com/ian)-craig](https://github.com/ian-craig)) > - Jacob Clark ([@​imjacobclark](https://github.com/imjacobclark)) > - Nicolò Ribaudo ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > - Rohit Bhatia ([@​irohitb](https://github.com/irohitb)) > - Tan Li Hau ([@​tanhauhau](https://github.com/tanhauhau)) > - Tim McClure ([[@​tim](https://github.com/tim)-mc](https://github.com/tim-mc)) > > > ## v7.3.3 (2019-02-15) > > #### :eyeglasses: Spec Compliancy > * `babel-generator` > * [#9501](https://github-redirect.dependabot.com/babel/babel/pull/9501) Correctly output escapes in directives ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :bug: Bug Fix > * `babel-parser` > ... (truncated)
Changelog *Sourced from [@babel/preset-env's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.3.4 (2019-02-25) > > #### :bug: Bug Fix > * `babel-parser` > * [#9572](https://github-redirect.dependabot.com/babel/babel/pull/9572) Fix TypeScript parsers missing token check ([#9571](https://github-redirect.dependabot.com/babel/babel/issues/9571)) ([@​elevatebart](https://github.com/elevatebart)) > * [#9521](https://github-redirect.dependabot.com/babel/babel/pull/9521) Also check AssignmentPatterns for duplicate export name ([@​danez](https://github.com/danez)) > * `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-traverse` > * [#9508](https://github-redirect.dependabot.com/babel/babel/pull/9508) Use correct "this" in static fields ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-preset-env` > * [#9566](https://github-redirect.dependabot.com/babel/babel/pull/9566) Closes [#9465](https://github-redirect.dependabot.com/babel/babel/issues/9465) ([@​zloirock](https://github.com/zloirock)) > * `babel-types` > * [#9539](https://github-redirect.dependabot.com/babel/babel/pull/9539) babel-types is* type checks accept null | undefiend as value TS type ([[@​ian](https://github.com/ian)-craig](https://github.com/ian-craig)) > * `babel-plugin-transform-block-scoping`, `babel-traverse` > * [#9532](https://github-redirect.dependabot.com/babel/babel/pull/9532) Migrate some duplicate binding tests to traverse ([@​danez](https://github.com/danez)) > * `babel-generator` > * [#9524](https://github-redirect.dependabot.com/babel/babel/pull/9524) Fix typescript generator params ([@​tanhauhau](https://github.com/tanhauhau)) > * [#9523](https://github-redirect.dependabot.com/babel/babel/pull/9523) Fix flow babel-generator function parantheses ([@​tanhauhau](https://github.com/tanhauhau)) > > #### :house: Internal > * Other > * [#9561](https://github-redirect.dependabot.com/babel/babel/pull/9561) Update CHANGELOG.md using the "Trigger GitHub release" action ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-modules-systemjs` > * [#9541](https://github-redirect.dependabot.com/babel/babel/pull/9541) Enable eqeqeq rule in eslint ([@​danez](https://github.com/danez)) > * `babel-generator`, `babel-parser`, `babel-plugin-transform-flow-strip-types`, `babel-traverse` > * [#9522](https://github-redirect.dependabot.com/babel/babel/pull/9522) Make tests spec compliant by avoiding duplicate declarations in input files ([@​danez](https://github.com/danez)) > * `babel-plugin-transform-proto-to-assign` > * [#9533](https://github-redirect.dependabot.com/babel/babel/pull/9533) Add import/no-extraneous-dependencies to ESLint ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > > ## v7.3.3 (2019-02-15) > > #### :eyeglasses: Spec Compliancy > * `babel-generator` > * [#9501](https://github-redirect.dependabot.com/babel/babel/pull/9501) Correctly output escapes in directives ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :bug: Bug Fix > * `babel-parser` > * [#9477](https://github-redirect.dependabot.com/babel/babel/pull/9477) Fix regression with let ([@​danez](https://github.com/danez)) > * [#9431](https://github-redirect.dependabot.com/babel/babel/pull/9431) Typescript function destructured params ([@​mhcgrq](https://github.com/mhcgrq)) > * [#9463](https://github-redirect.dependabot.com/babel/babel/pull/9463) Fix range for TypeScript optional parameter in arrow function ([@​existentialism](https://github.com/existentialism)) > > #### :nail_care: Polish > * `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters` > * [#9458](https://github-redirect.dependabot.com/babel/babel/pull/9458) Fix duplicated assertThisInitialized calls in constructors ([@​rubennorte](https://github.com/rubennorte)) > > #### :house: Internal > * Other > * [#9517](https://github-redirect.dependabot.com/babel/babel/pull/9517) Add duplicate-package-checker-webpack-plugin ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * [#9469](https://github-redirect.dependabot.com/babel/babel/pull/9469) Exclude generate @babel/types files from coverage report ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-parser` > * [#9491](https://github-redirect.dependabot.com/babel/babel/pull/9491) Better error output in parser tests ([@​danez](https://github.com/danez)) > ... (truncated)
Commits - [`1f6454c`](https://github.com/babel/babel/commit/1f6454cc90fe33e0a32260871212e2f719f35741) v7.3.4 - [`4540f26`](https://github.com/babel/babel/commit/4540f2653ba2056b2f996926c26035b926c5b6e8) Update CHAMGELOG.md using the "Trigger GitHub release" action ([#9561](https://github-redirect.dependabot.com/babel/babel/issues/9561)) - [`fc1ea7f`](https://github.com/babel/babel/commit/fc1ea7f496ae3d67a8f3ef1b6c7fdc4c73bee168) Revert "Parenthesized expressions ([#8025](https://github-redirect.dependabot.com/babel/babel/issues/8025))" - [`9f34577`](https://github.com/babel/babel/commit/9f3457797ff9b90f4cc794c173d626163f9a6046) Fix TypeScript parsers missing token check ([#9571](https://github-redirect.dependabot.com/babel/babel/issues/9571)) ([#9572](https://github-redirect.dependabot.com/babel/babel/issues/9572)) - [`0b01b52`](https://github.com/babel/babel/commit/0b01b5217b133e20a81f4549329006455c0741e8) Use correct "this" in static fields ([#9508](https://github-redirect.dependabot.com/babel/babel/issues/9508)) - [`cade33c`](https://github.com/babel/babel/commit/cade33c6471a673b5d80d3a7d4a46c0e243fb6ec) Update compat-table ([#9566](https://github-redirect.dependabot.com/babel/babel/issues/9566)) - [`dd8b700`](https://github.com/babel/babel/commit/dd8b700a2c4c975584c7b2ea43023aa275c16167) Parenthesized expressions ([#8025](https://github-redirect.dependabot.com/babel/babel/issues/8025)) - [`417e72e`](https://github.com/babel/babel/commit/417e72ebfd458cc04b36fdf9d52e51379e58c505) Fix flow and TS types of babel-types is* type checks to accept null | undefin... - [`b8d045f`](https://github.com/babel/babel/commit/b8d045f5cf46449afff8766931698e18e4424adf) Update regenerator-transform ([#9558](https://github-redirect.dependabot.com/babel/babel/issues/9558)) - [`879a590`](https://github.com/babel/babel/commit/879a59085b4c6bf7fae744abe758774047427a58) Pull in chokidar 2.0.4 to pull in patched braces ([#9550](https://github-redirect.dependabot.com/babel/babel/issues/9550)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.3.1...v7.3.4)


Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.