Pajn / iterates

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

chore(deps): bump @babel/runtime from 7.1.5 to 7.4.4 #28

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @babel/runtime from 7.1.5 to 7.4.4.

Release notes *Sourced from [@babel/runtime's releases](https://github.com/babel/babel/releases).* > > ## v7.4.4 (2019-04-26) > > Thanks to [@​jpierson](https://github.com/jpierson), [@​coreyfarrell](https://github.com/coreyfarrell), [@​SamyPesse](https://github.com/SamyPesse) [@​evandervalk](https://github.com/evandervalk) and [@​nwtgck](https://github.com/nwtgck) for their first PRs :smile: > > #### :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)) > > #### Committers: 10 > - Brian Ng ([@​existentialism](https://github.com/existentialism)) > - Corey Farrell ([@​coreyfarrell](https://github.com/coreyfarrell)) > - Daniel Tschinder ([@​danez](https://github.com/danez)) > - Devon Govett ([@​devongovett](https://github.com/devongovett)) > - E. van der Valk ([@​evandervalk](https://github.com/evandervalk)) > - Henry Zhu ([@​hzoo](https://github.com/hzoo)) > - Jeff ([@​jpierson](https://github.com/jpierson)) > - Nicolò Ribaudo ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > - Samy Pessé ([@​SamyPesse](https://github.com/SamyPesse)) > - Tan Li Hau ([@​tanhauhau](https://github.com/tanhauhau)) > > ## 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)) > ... (truncated)
Changelog *Sourced from [@babel/runtime'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 - [`2c88694`](https://github.com/babel/babel/commit/2c88694388831b1e5b88e4bbed6781eb2be1edba) v7.4.4 - [`4b8546c`](https://github.com/babel/babel/commit/4b8546c07dfb15d1d784fe0676f546de9fe78c26) Force publish @babel/runtime-corejs3 [skip ci] - [`c5b5c83`](https://github.com/babel/babel/commit/c5b5c83398891a7aa4dd48bc3905c30bf02fff60) Disable "Publish to npm" in the Release workflow ([#9911](https://github-redirect.dependabot.com/babel/babel/issues/9911)) [skip ci] - [`277a262`](https://github.com/babel/babel/commit/277a2620c66914e50e53ccb4b2f484903221a8eb) allow directives and other comments before flow pragma ([#9891](https://github-redirect.dependabot.com/babel/babel/issues/9891)) - [`ca3c53a`](https://github.com/babel/babel/commit/ca3c53ae0b7b17ac467d2b7aeeb5830a76d9b326) fix flow-comments - class type paramters and implements ([#9897](https://github-redirect.dependabot.com/babel/babel/issues/9897)) - [`7101308`](https://github.com/babel/babel/commit/71013088efb3353a01c8f940757c047b4fb7a521) fix flow-comment - object destructuring ([#9893](https://github-redirect.dependabot.com/babel/babel/issues/9893)) - [`80a5a2e`](https://github.com/babel/babel/commit/80a5a2e7ddcaa034991cc46b6342b2be3266f46a) Allow node 12 and test it ([#9907](https://github-redirect.dependabot.com/babel/babel/issues/9907)) - [`8ca323e`](https://github.com/babel/babel/commit/8ca323e810724ff0021633f3bc32c7f4a3d6fc43) Disable chromeforandroid test in preset-env ([#9906](https://github-redirect.dependabot.com/babel/babel/issues/9906)) - [`30d507c`](https://github.com/babel/babel/commit/30d507c915dcdca4cedf50a089025a8b041942f1) Add TS support to @babel/parser's Scope ([#9766](https://github-redirect.dependabot.com/babel/babel/issues/9766)) - [`293f3c9`](https://github.com/babel/babel/commit/293f3c98d26c86f60bdba89ec91751607e3cddf3) Fix spelling of "Expressions" ([#9896](https://github-redirect.dependabot.com/babel/babel/issues/9896)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.1.5...v7.4.4)
Maintainer changes This version was pushed to npm by [nicolo-ribaudo](https://www.npmjs.com/~nicolo-ribaudo), a new releaser for @babel/runtime since your current version.


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.


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.
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 97.826% when pulling c5679b022cf239e3d4e842e4fb6f1a6c7b91c33d on dependabot/npm_and_yarn/@babel/runtime-7.4.4 into 97933594d547db3dbe59b7f7d85b0b74249e1e63 on master.

dependabot-preview[bot] commented 5 years ago

Superseded by #35.