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.2.0 #1

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @babel/runtime from 7.1.5 to 7.2.0.

Release notes *Sourced from [@babel/runtime's releases](https://github.com/babel/babel/releases).* > ## v7.2.0 (2018-12-03) > > Thanks to [**Gcaufy**](https://github.com/Gcaufy), [**morozRed**](https://github.com/morozRed), [**phapp88**](https://github.com/phapp88), [**tim-mc**](https://github.com/tim-mc) and [**katrotz**](https://github.com/katrotz) for their first PRs! > > You can read more about this release at https://babeljs.io/blog/2018/12/03/7.2.0. > > #### :rocket: New Feature > * `babel-parser` > * [#8289](https://github-redirect.dependabot.com/babel/babel/pull/8289) Implement Smart Pipeline proposal in @babel/parser. ([[**mAAdhaTTah**](https://github.com/mAAdhaTTah)](https://github.com/mAAdhaTTah)) > * `babel-core` > * [#8986](https://github-redirect.dependabot.com/babel/babel/pull/8986) Export @babel/parser#tokTypes in @babel/core. ([[**kaicataldo**](https://github.com/kaicataldo)](https://github.com/kaicataldo)) > * `babel-node` > * [#9078](https://github-redirect.dependabot.com/babel/babel/pull/9078) Pass `rootMode` from `@babel/node`.. ([[**wtgtybhertgeghgtwtg**](https://github.com/wtgtybhertgeghgtwtg)](https://github.com/wtgtybhertgeghgtwtg)) > * `babel-generator`, `babel-helpers`, `babel-plugin-class-features`, `babel-plugin-proposal-private-methods`, `babel-plugin-syntax-class-properties`, `babel-types` > * [#8654](https://github-redirect.dependabot.com/babel/babel/pull/8654) Private class methods stage 3. ([[**tim-mc**](https://github.com/tim-mc)](https://github.com/tim-mc)) > * `babel-preset-env` > * [#9048](https://github-redirect.dependabot.com/babel/babel/pull/9048) Update mappings for node 10 in preset-env. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > > #### :bug: Bug Fix > * `babel-parser` > * [#9114](https://github-redirect.dependabot.com/babel/babel/pull/9114) Parse non-octals with leading zeros in non strict mode correctly. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * [#9074](https://github-redirect.dependabot.com/babel/babel/pull/9074) Disallow await inside arrow functions. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * [#9069](https://github-redirect.dependabot.com/babel/babel/pull/9069) [flow] Allow type casts in array patterns inside arrow parameters. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * [#9058](https://github-redirect.dependabot.com/babel/babel/pull/9058) Fix compatibility between typescript and jsx plugins in interface declarations. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * [#9055](https://github-redirect.dependabot.com/babel/babel/pull/9055) Fix bug with parsing TS generic async arrow function. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * [#9035](https://github-redirect.dependabot.com/babel/babel/pull/9035) Fix parsing typescript function types with destructuring. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * `babel-helper-fixtures`, `babel-parser` > * [#9113](https://github-redirect.dependabot.com/babel/babel/pull/9113) Ignore empty fixture directories and fix fixtures in the parser. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * `babel-preset-env` > * [#9091](https://github-redirect.dependabot.com/babel/babel/pull/9091) Update mapping for regex unicode plugin in preset-env. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * `babel-plugin-transform-destructuring` > * [#8916](https://github-redirect.dependabot.com/babel/babel/pull/8916) Fix destructuring assignment in arrow functions without block. ([[**RubenVerborgh**](https://github.com/RubenVerborgh)](https://github.com/RubenVerborgh)) > * `babel-plugin-proposal-optional-chaining` > * [#9073](https://github-redirect.dependabot.com/babel/babel/pull/9073) Microbouji patch/8136. ([[**jridgewell**](https://github.com/jridgewell)](https://github.com/jridgewell)) > * `babel-core`, `babel-helper-wrap-function`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-function-sent`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-classes` > * [#9039](https://github-redirect.dependabot.com/babel/babel/pull/9039) Fix recursive async function expressions. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * `babel-core` > * [#9034](https://github-redirect.dependabot.com/babel/babel/pull/9034) Normalize presets before merging config with others.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > > #### :nail_care: Polish > * `babel-generator` > * [#9089](https://github-redirect.dependabot.com/babel/babel/pull/9089) Remove unused variable. ([[**Gcaufy**](https://github.com/Gcaufy)](https://github.com/Gcaufy)) > * `babel-node` > * [#9079](https://github-redirect.dependabot.com/babel/babel/pull/9079) Move `fs-readdir-recursive` and `output-file-sync` to `devDependencies` for `@babel/node`.. ([[**wtgtybhertgeghgtwtg**](https://github.com/wtgtybhertgeghgtwtg)](https://github.com/wtgtybhertgeghgtwtg)) > * `babel-parser` > * [#9046](https://github-redirect.dependabot.com/babel/babel/pull/9046) a better error message for disallowed trailing commas/additional parameters after rest elements in function params. ([[**morozRed**](https://github.com/morozRed)](https://github.com/morozRed)) > * `babel-*` > * [#8769](https://github-redirect.dependabot.com/babel/babel/pull/8769) Add plugins name. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > > #### :house: Internal > ... (truncated)
Changelog *Sourced from [@babel/runtime's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.2.0 (2018-12-03) > > You can read more about this release at https://babeljs.io/blog/2018/12/03/7.2.0. > > #### :rocket: New Feature > * `babel-parser` > * [#8289](https://github-redirect.dependabot.com/babel/babel/pull/8289) Implement Smart Pipeline proposal in @babel/parser. ([[**mAAdhaTTah**](https://github.com/mAAdhaTTah)](https://github.com/mAAdhaTTah)) > * `babel-core` > * [#8986](https://github-redirect.dependabot.com/babel/babel/pull/8986) Export @babel/parser#tokTypes in @babel/core. ([[**kaicataldo**](https://github.com/kaicataldo)](https://github.com/kaicataldo)) > * `babel-node` > * [#9078](https://github-redirect.dependabot.com/babel/babel/pull/9078) Pass `rootMode` from `@babel/node`.. ([[**wtgtybhertgeghgtwtg**](https://github.com/wtgtybhertgeghgtwtg)](https://github.com/wtgtybhertgeghgtwtg)) > * `babel-generator`, `babel-helpers`, `babel-plugin-class-features`, `babel-plugin-proposal-private-methods`, `babel-plugin-syntax-class-properties`, `babel-types` > * [#8654](https://github-redirect.dependabot.com/babel/babel/pull/8654) Private class methods stage 3. ([[**tim-mc**](https://github.com/tim-mc)](https://github.com/tim-mc)) > * `babel-preset-env` > * [#9048](https://github-redirect.dependabot.com/babel/babel/pull/9048) Update mappings for node 10 in preset-env. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > > #### :bug: Bug Fix > * `babel-parser` > * [#9114](https://github-redirect.dependabot.com/babel/babel/pull/9114) Parse non-octals with leading zeros in non strict mode correctly. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * [#9074](https://github-redirect.dependabot.com/babel/babel/pull/9074) Disallow await inside arrow functions. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * [#9069](https://github-redirect.dependabot.com/babel/babel/pull/9069) [flow] Allow type casts in array patterns inside arrow parameters. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * [#9058](https://github-redirect.dependabot.com/babel/babel/pull/9058) Fix compatibility between typescript and jsx plugins in interface declarations. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * [#9055](https://github-redirect.dependabot.com/babel/babel/pull/9055) Fix bug with parsing TS generic async arrow function. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * [#9035](https://github-redirect.dependabot.com/babel/babel/pull/9035) Fix parsing typescript function types with destructuring. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * `babel-helper-fixtures`, `babel-parser` > * [#9113](https://github-redirect.dependabot.com/babel/babel/pull/9113) Ignore empty fixture directories and fix fixtures in the parser. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * `babel-preset-env` > * [#9091](https://github-redirect.dependabot.com/babel/babel/pull/9091) Update mapping for regex unicode plugin in preset-env. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * `babel-plugin-transform-destructuring` > * [#8916](https://github-redirect.dependabot.com/babel/babel/pull/8916) Fix destructuring assignment in arrow functions without block. ([[**RubenVerborgh**](https://github.com/RubenVerborgh)](https://github.com/RubenVerborgh)) > * `babel-plugin-proposal-optional-chaining` > * [#9073](https://github-redirect.dependabot.com/babel/babel/pull/9073) Microbouji patch/8136. ([[**jridgewell**](https://github.com/jridgewell)](https://github.com/jridgewell)) > * `babel-core`, `babel-helper-wrap-function`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-function-sent`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-classes` > * [#9039](https://github-redirect.dependabot.com/babel/babel/pull/9039) Fix recursive async function expressions. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * `babel-core` > * [#9034](https://github-redirect.dependabot.com/babel/babel/pull/9034) Normalize presets before merging config with others.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > > #### :nail_care: Polish > * `babel-generator` > * [#9089](https://github-redirect.dependabot.com/babel/babel/pull/9089) Remove unused variable. ([[**Gcaufy**](https://github.com/Gcaufy)](https://github.com/Gcaufy)) > * `babel-node` > * [#9079](https://github-redirect.dependabot.com/babel/babel/pull/9079) Move `fs-readdir-recursive` and `output-file-sync` to `devDependencies` for `@babel/node`.. ([[**wtgtybhertgeghgtwtg**](https://github.com/wtgtybhertgeghgtwtg)](https://github.com/wtgtybhertgeghgtwtg)) > * `babel-parser` > * [#9046](https://github-redirect.dependabot.com/babel/babel/pull/9046) a better error message for disallowed trailing commas/additional parameters after rest elements in function params. ([[**morozRed**](https://github.com/morozRed)](https://github.com/morozRed)) > * `babel-*` > * [#8769](https://github-redirect.dependabot.com/babel/babel/pull/8769) Add plugins name. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > > #### :house: Internal > * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods` > * [#9083](https://github-redirect.dependabot.com/babel/babel/pull/9083) Make @babel/plugin-class-features a normal helper package. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > ... (truncated)
Commits - [`282129e`](https://github.com/babel/babel/commit/282129ea66dcdbfc9093eb8ff2278bed1127c861) v7.2.0 - [`fc5d49b`](https://github.com/babel/babel/commit/fc5d49b6f6265e8026c43f965d53dfea4ba19344) Add access:public to @babel/helper-create-class-features-plugin - [`6c2771c`](https://github.com/babel/babel/commit/6c2771c116759d0d84e91e25153bb228e734c17c) Add @babel/plugin-proposal-private-methods to @babel/standalone ([#9115](https://github-redirect.dependabot.com/babel/babel/issues/9115)) - [`fdc869c`](https://github.com/babel/babel/commit/fdc869ce16d47ab5cc5f14d6174ee8f370c2ef85) Merge pull request [#8289](https://github-redirect.dependabot.com/babel/babel/issues/8289) from valtech-nyc/implement-smart-pipeline-in-parser - [`fa9df67`](https://github.com/babel/babel/commit/fa9df678ac976c1cec4ca68b63ac6ae909c1e7b7) Move tests from babylon to babel-parser and enable one test that works now - [`3932830`](https://github.com/babel/babel/commit/39328305359c8deadb650d38eddb92b015eec9dd) Parse non-octals with leading zeros in non strict mode correctly ([#9114](https://github-redirect.dependabot.com/babel/babel/issues/9114)) - [`07eaa3c`](https://github.com/babel/babel/commit/07eaa3c63ff06edbeb14b4cc30aca44d294a4731) Ignore empty fixture directories and fix fixtures in the parser ([#9113](https://github-redirect.dependabot.com/babel/babel/issues/9113)) - [`3530d11`](https://github.com/babel/babel/commit/3530d114180798d71c37f3f8c8809d81db15e742) Update find-cache-dir ([#9111](https://github-redirect.dependabot.com/babel/babel/issues/9111)) - [`806e133`](https://github.com/babel/babel/commit/806e1334737f4fbf29615c04d227076b76d7f041) Export @babel/parser#tokTypes in @babel/core ([#8986](https://github-redirect.dependabot.com/babel/babel/issues/8986)) - [`2bf8dde`](https://github.com/babel/babel/commit/2bf8dde782e935b2421be1445f4b2fe86f61643e) Propagates the extensions overrides provided by CLI during files walk ([#8668](https://github-redirect.dependabot.com/babel/babel/issues/8668)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.1.5...v7.2.0)
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.


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 cancel merge` will cancel a previously requested merge - `@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.81% when pulling 805dd8866103f455522ab17b0c3b12edd6233fd1 on dependabot/npm_and_yarn/@babel/runtime-7.2.0 into 5852013f03fe205597bbc7dcb85560497f42ea3f on master.