gae-init / gae-init-docs

Documentation and Tutorial for gae-init
http://docs.gae-init.appspot.com
MIT License
14 stars 18 forks source link

Bump @babel/preset-env from 7.1.6 to 7.4.4 #379

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @babel/preset-env from 7.1.6 to 7.4.4.

Release notes *Sourced from [@babel/preset-env's releases](https://github.com/babel/babel/releases).* > ## v7.4.3 (2019-04-02) > > #### :eyeglasses: Spec Compliance > * `babel-parser` > * [#9769](https://github-redirect.dependabot.com/babel/babel/pull/9769) Don't accept '\08' or '\09' in strict mode. ([@​danez](https://github.com/danez)) > * [#9768](https://github-redirect.dependabot.com/babel/babel/pull/9768) Correctly check for-in and for-of loop for invalid left-hand side. ([@​danez](https://github.com/danez)) > * [#9767](https://github-redirect.dependabot.com/babel/babel/pull/9767) Parse right-hand-side of for/of as an assignment expression. ([@​danez](https://github.com/danez)) > * [#9748](https://github-redirect.dependabot.com/babel/babel/pull/9748) [typescript] parsing template literal as type . ([@​tanhauhau](https://github.com/tanhauhau)) > > #### :rocket: New Feature > * `babel-plugin-transform-runtime` > * [#9754](https://github-redirect.dependabot.com/babel/babel/pull/9754) [runtime-corejs3] Only polyfill instance methods when it might be needed. ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :bug: Bug Fix > * `babel-polyfill` > * [#9780](https://github-redirect.dependabot.com/babel/babel/pull/9780) Closes [#9232](https://github-redirect.dependabot.com/babel/babel/issues/9232), add some missed modules to `@babel/polyfill/noConflict`. ([@​zloirock](https://github.com/zloirock)) > * `babel-cli` > * [#9807](https://github-redirect.dependabot.com/babel/babel/pull/9807) Upgrade lodash to 4.17.11. ([@​danez](https://github.com/danez)) > * `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` > * [#9802](https://github-redirect.dependabot.com/babel/babel/pull/9802) Fix lazy option of babel-plugin-transform-modules-commonjs. ([@​AndreasCag](https://github.com/AndreasCag)) > * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-private-methods` > * [#9801](https://github-redirect.dependabot.com/babel/babel/pull/9801) Fix super method call in private instance method calling overridden method. ([@​MattiasBuelens](https://github.com/MattiasBuelens)) > * `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-destructuring` > * [#9416](https://github-redirect.dependabot.com/babel/babel/pull/9416) Destructuring: Fix handling of impure computed keys with object rest. ([@​motiz88](https://github.com/motiz88)) > * `babel-plugin-transform-destructuring` > * [#9412](https://github-redirect.dependabot.com/babel/babel/pull/9412) Destructuring: Fix array unpacking assignments with holes on RHS. ([@​motiz88](https://github.com/motiz88)) > * `babel-traverse` > * [#9415](https://github-redirect.dependabot.com/babel/babel/pull/9415) @babel/traverse: Fix NodePath.getData. ([@​71](https://github.com/71)) > * `babel-parser` > * [#9760](https://github-redirect.dependabot.com/babel/babel/pull/9760) Allow HTML comments on first line. ([@​danez](https://github.com/danez)) > * [#9700](https://github-redirect.dependabot.com/babel/babel/pull/9700) Fix compatibility between estree and TS plugin. ([@​danez](https://github.com/danez)) > * `babel-helpers` > * [#9756](https://github-redirect.dependabot.com/babel/babel/pull/9756) Allow coreJS Symbol to be type object. ([@​conartist6](https://github.com/conartist6)) > * `babel-preset-env` > * [#9752](https://github-redirect.dependabot.com/babel/babel/pull/9752) Normalize `core-js` entry points. ([@​zloirock](https://github.com/zloirock)) > > #### :nail_care: Polish > * `babel-parser` > * [#9762](https://github-redirect.dependabot.com/babel/babel/pull/9762) Optimize parseBindingAtom code to get better error messages. ([@​danez](https://github.com/danez)) > * `babel-core`, `babel-plugin-transform-for-of` > * [#9698](https://github-redirect.dependabot.com/babel/babel/pull/9698) Move array reference into `for` head initializer. ([@​danez](https://github.com/danez)) > > #### :house: Internal > * Other > * [#9806](https://github-redirect.dependabot.com/babel/babel/pull/9806) Update test262. ([@​danez](https://github.com/danez)) > * `babel-parser`, `babel-preset-typescript` > * [#9761](https://github-redirect.dependabot.com/babel/babel/pull/9761) Explicit labels for tokenTypes. ([@​danez](https://github.com/danez)) > > #### Committers: 12 > - Andrew Anikin ([AndreasCag](https://github.com/AndreasCag)) > ... (truncated)
Changelog *Sourced from [@babel/preset-env's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.4.4 (2019-04-26) > > #### :bug: Bug Fix > * `babel-plugin-transform-flow-comments` > * [#9897](https://github-redirect.dependabot.com/babel/babel/pull/9897) fix flow-comments - class type paramters and implements ([@​tanhauhau](https://github.com/tanhauhau)) > * [#9893](https://github-redirect.dependabot.com/babel/babel/pull/9893) fix flow-comment - object destructuring ([@​tanhauhau](https://github.com/tanhauhau)) > * `babel-parser` > * [#9766](https://github-redirect.dependabot.com/babel/babel/pull/9766) Add TS support to @babel/parser's Scope ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * [#9865](https://github-redirect.dependabot.com/babel/babel/pull/9865) Always register global bindings as exportable ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * [#9887](https://github-redirect.dependabot.com/babel/babel/pull/9887) Fix TypeScript readonly error location ([@​existentialism](https://github.com/existentialism)) > * [#9869](https://github-redirect.dependabot.com/babel/babel/pull/9869) ! remove constant context assertions ([@​tanhauhau](https://github.com/tanhauhau)) > * [#9890](https://github-redirect.dependabot.com/babel/babel/pull/9890) Fix parsing typescript bodiless methods with the estree plugin also enabled ([@​devongovett](https://github.com/devongovett)) > * `babel-traverse` > * [#9870](https://github-redirect.dependabot.com/babel/babel/pull/9870) Fix flow types in traverse/path/family and enable flow ([@​danez](https://github.com/danez)) > * `babel-plugin-proposal-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-types` > * [#9861](https://github-redirect.dependabot.com/babel/babel/pull/9861) Fix: PrivateName Identifier should not be isReferenced. ([@​coreyfarrell](https://github.com/coreyfarrell)) > * `babel-types` > * [#9832](https://github-redirect.dependabot.com/babel/babel/pull/9832) Fix typo in cloneNode. ([@​evandervalk](https://github.com/evandervalk)) > > > ## v7.4.3 (2019-04-02) > > #### :eyeglasses: Spec Compliance > * `babel-parser` > * [#9769](https://github-redirect.dependabot.com/babel/babel/pull/9769) Don't accept '\08' or '\09' in strict mode. ([@​danez](https://github.com/danez)) > * [#9768](https://github-redirect.dependabot.com/babel/babel/pull/9768) Correctly check for-in and for-of loop for invalid left-hand side. ([@​danez](https://github.com/danez)) > * [#9767](https://github-redirect.dependabot.com/babel/babel/pull/9767) Parse right-hand-side of for/of as an assignment expression. ([@​danez](https://github.com/danez)) > * [#9748](https://github-redirect.dependabot.com/babel/babel/pull/9748) [typescript] parsing template literal as type . ([@​tanhauhau](https://github.com/tanhauhau)) > > #### :rocket: New Feature > * `babel-plugin-transform-runtime` > * [#9754](https://github-redirect.dependabot.com/babel/babel/pull/9754) [runtime-corejs3] Only polyfill instance methods when it might be needed. ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :bug: Bug Fix > * `babel-polyfill` > * [#9780](https://github-redirect.dependabot.com/babel/babel/pull/9780) Closes [#9232](https://github-redirect.dependabot.com/babel/babel/issues/9232), add some missed modules to `@babel/polyfill/noConflict`. ([@​zloirock](https://github.com/zloirock)) > * `babel-cli` > * [#9807](https://github-redirect.dependabot.com/babel/babel/pull/9807) Upgrade lodash to 4.17.11. ([@​danez](https://github.com/danez)) > * `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` > * [#9802](https://github-redirect.dependabot.com/babel/babel/pull/9802) Fix lazy option of babel-plugin-transform-modules-commonjs. ([@​AndreasCag](https://github.com/AndreasCag)) > * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-private-methods` > * [#9801](https://github-redirect.dependabot.com/babel/babel/pull/9801) Fix super method call in private instance method calling overridden method. ([@​MattiasBuelens](https://github.com/MattiasBuelens)) > * `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-destructuring` > * [#9416](https://github-redirect.dependabot.com/babel/babel/pull/9416) Destructuring: Fix handling of impure computed keys with object rest. ([@​motiz88](https://github.com/motiz88)) > * `babel-plugin-transform-destructuring` > * [#9412](https://github-redirect.dependabot.com/babel/babel/pull/9412) Destructuring: Fix array unpacking assignments with holes on RHS. ([@​motiz88](https://github.com/motiz88)) > * `babel-traverse` > * [#9415](https://github-redirect.dependabot.com/babel/babel/pull/9415) @babel/traverse: Fix NodePath.getData. ([@​71](https://github.com/71)) > * `babel-parser` > * [#9760](https://github-redirect.dependabot.com/babel/babel/pull/9760) Allow HTML comments on first line. ([@​danez](https://github.com/danez)) > ... (truncated)
Commits - See full diff in [compare view](https://github.com/babel/babel/commits)


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.

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.
dependabot-preview[bot] commented 5 years ago

Superseded by #392.