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.3.1 #9

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @babel/runtime from 7.1.5 to 7.3.1.

Release notes *Sourced from [@babel/runtime's releases](https://github.com/babel/babel/releases).* > ## v7.3.1 (2019-01-22) > > This release fixes some regressions introduced in v7.3.0 > > #### :bug: Bug Fix > * `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` > * [#9379](https://github-redirect.dependabot.com/babel/babel/pull/9379) Revert "Differentiate object spread and non-spread properties ([#9341](https://github-redirect.dependabot.com/babel/babel/issues/9341))". ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * `babel-parser` > * [#9377](https://github-redirect.dependabot.com/babel/babel/pull/9377) fix new keyword broken by recent refactoring. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > > #### Committers: 1 > - Daniel Tschinder ([danez](https://github.com/danez)) > > ## v7.3.0 (2019-01-21) > > Thanks to [**jamesgeorge007**](https://github.com/jamesgeorge007) and [**armano2**](https://github.com/armano2) for their first PR! > > #### :eyeglasses: Spec Compliancy > * `babel-parser` > * [#9314](https://github-redirect.dependabot.com/babel/babel/pull/9314) Disallow async functions as loop body. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * [#9315](https://github-redirect.dependabot.com/babel/babel/pull/9315) Parse class heritage as strict mode code. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * [#9313](https://github-redirect.dependabot.com/babel/babel/pull/9313) Disallow `new import(x)` and `import(x,)`. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * [#9311](https://github-redirect.dependabot.com/babel/babel/pull/9311) Disallow trailing comma after rest. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > > #### :rocket: New Feature > * `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-private-methods` > * [#9101](https://github-redirect.dependabot.com/babel/babel/pull/9101) Private Class Methods Stage 3: Private Accessors. ([[**tim-mc**](https://github.com/tim-mc)](https://github.com/tim-mc)) > * `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` > * [#9179](https://github-redirect.dependabot.com/babel/babel/pull/9179) Transform for the smart pipeline operator proposal. ([[**thiagoarrais**](https://github.com/thiagoarrais)](https://github.com/thiagoarrais)) > * `babel-preset-env-standalone`, `babel-preset-env` > * [#9345](https://github-redirect.dependabot.com/babel/babel/pull/9345) Add support for transform-named-capturing-groups-regex in preset-env. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * `babel-helpers`, `babel-plugin-transform-named-capturing-groups-regex` > * [#7105](https://github-redirect.dependabot.com/babel/babel/pull/7105) Add @babel/plugin-transform-named-capturing-groups-regex. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * `babel-preset-env` > * [#9323](https://github-redirect.dependabot.com/babel/babel/pull/9323) Add support for proposal-json-strings in preset-env. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * `babel-generator`, `babel-types` > * [#9309](https://github-redirect.dependabot.com/babel/babel/pull/9309) Add emit and builder for TSImportType. ([[**hzoo**](https://github.com/hzoo)](https://github.com/hzoo)) > * `babel-parser` > * [#9302](https://github-redirect.dependabot.com/babel/babel/pull/9302) @babel/parser(ts): Add parsing of type import. ([[**armano2**](https://github.com/armano2)](https://github.com/armano2)) > > #### :bug: Bug Fix > * `babel-parser` > * [#9336](https://github-redirect.dependabot.com/babel/babel/pull/9336) Disallow usage of invalid keyword after export abstract statement in Typescript. ([[**armano2**](https://github.com/armano2)](https://github.com/armano2)) > * [#9328](https://github-redirect.dependabot.com/babel/babel/pull/9328) Fix handling newline with TypeScript declare and abstract classes. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * [#9335](https://github-redirect.dependabot.com/babel/babel/pull/9335) Fix range on TypeScript index signature parameters. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * [#9292](https://github-redirect.dependabot.com/babel/babel/pull/9292) Throw error if TypeScript class has empty implements. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * [#9284](https://github-redirect.dependabot.com/babel/babel/pull/9284) Fix location for typescript type assertions in AST. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * [#9276](https://github-redirect.dependabot.com/babel/babel/pull/9276) Ensure modifiers are included in TSParameterProperty ranges. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * [#9230](https://github-redirect.dependabot.com/babel/babel/pull/9230) babel-parser: typescript: add missing bigint keyword. ([[**armano2**](https://github.com/armano2)](https://github.com/armano2)) > * `babel-types` > ... (truncated)
Changelog *Sourced from [@babel/runtime's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > # Changelog > > > **Tags:** > > - :boom: [Breaking Change] > > - :eyeglasses: [Spec Compliancy] > > - :rocket: [New Feature] > > - :bug: [Bug Fix] > > - :memo: [Documentation] > > - :house: [Internal] > > - :nail_care: [Polish] > > _Note: Gaps between patch versions are faulty, broken or test releases._ > > See [CHANGELOG - v4](https://github.com/babel/babel/blob/master/.github/CHANGELOG-v4.md), [CHANGELOG - v5](https://github.com/babel/babel/blob/master/.github/CHANGELOG-v5.md), and [CHANGELOG - v6](https://github.com/babel/babel/blob/master/.github/CHANGELOG-v6.md) for v4.x-v6.x changes. > See [CHANGELOG - 6to5](https://github.com/babel/babel/blob/master/.github/CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. > See [Babylon's CHANGELOG](https://github.com/babel/babel/blob/master/packages/babylon/CHANGELOG.md) for the Babylon pre-7.0.0-beta.29 version changelog. > > ## v7.2.1 (2018-12-04) > > This release fixes a regression introduced in v7.2.0 (https://github-redirect.dependabot.com/babel/babel/issues/9120) > > #### :bug: Bug Fix > * `babel-helper-create-class-features-plugin` > * [#9121](https://github-redirect.dependabot.com/babel/babel/pull/9121) Don't use isClassPrivateMethod because it isn't supported in <7.2.0. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > > ## 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` > ... (truncated)
Commits - [`f2af6c1`](https://github.com/babel/babel/commit/f2af6c1170ebbea22bd29a2bae01efaec800dfe9) v7.3.1 - [`43b83f8`](https://github.com/babel/babel/commit/43b83f8ed7545b9c049eeed85541fa162842fb8f) Revert "Differentiate object spread and non-spread properties ([#9341](https://github-redirect.dependabot.com/babel/babel/issues/9341))" ([#9379](https://github-redirect.dependabot.com/babel/babel/issues/9379)) - [`af88e63`](https://github.com/babel/babel/commit/af88e63dff5a549507bb91593386ef21da9f9fef) fix new keyword broken by recent refactoring ([#9377](https://github-redirect.dependabot.com/babel/babel/issues/9377)) - [`f6ee26c`](https://github.com/babel/babel/commit/f6ee26c3da4c903818fd61fd9e5e8e1970185f77) v7.3.0 - [`e8de6fa`](https://github.com/babel/babel/commit/e8de6fa5d49c2856cf77fd9e3f0822d7f5d3a606) Private Class Methods Stage 3: Private Accessors ([#9101](https://github-redirect.dependabot.com/babel/babel/issues/9101)) - [`3ae5e79`](https://github.com/babel/babel/commit/3ae5e79ec8ab1e6d1c6927f35d4a1eeac04faf9a) Differentiate object spread and non-spread properties ([#9341](https://github-redirect.dependabot.com/babel/babel/issues/9341)) - [`e9331aa`](https://github.com/babel/babel/commit/e9331aa0c08e0c34c84df8c089cbc6dd7e995b61) Transform for the smart pipeline operator proposal ([#9179](https://github-redirect.dependabot.com/babel/babel/issues/9179)) - [`ba41419`](https://github.com/babel/babel/commit/ba4141934fae621bb0c3b52e7e1ae78c04069251) add v7 downloads [skip ci] ([#9370](https://github-redirect.dependabot.com/babel/babel/issues/9370)) - [`96a7343`](https://github.com/babel/babel/commit/96a73431424f4691b5dda004e860e4b2e61a305e) Merge pull request [#9348](https://github-redirect.dependabot.com/babel/babel/issues/9348) from danez/perf - [`a2e6d8e`](https://github.com/babel/babel/commit/a2e6d8e96807b15908ef3640239b5421457807f7) Disallow usage of invalid keyword after export abstract statement in Typescri... - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.1.5...v7.3.1)
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 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.826% when pulling 1430218b34e67e8ebb6f24088b3ba70caf83ae09 on dependabot/npm_and_yarn/@babel/runtime-7.3.1 into 97933594d547db3dbe59b7f7d85b0b74249e1e63 on master.

dependabot-preview[bot] commented 5 years ago

Superseded by #17.