blackjackkent / RPThreadTrackerV3.FrontEnd

GNU General Public License v3.0
4 stars 5 forks source link

Bump @babel/plugin-proposal-object-rest-spread from 7.0.0 to 7.2.0 #123

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @babel/plugin-proposal-object-rest-spread from 7.0.0 to 7.2.0.

Release notes *Sourced from [@babel/plugin-proposal-object-rest-spread'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-plugin-external-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-json-strings`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-proposal-numeric-separator`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-catch-binding`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-syntax-async-generators`, `babel-plugin-syntax-bigint`, `babel-plugin-syntax-class-properties`, `babel-plugin-syntax-decorators`, `babel-plugin-syntax-do-expressions`, `babel-plugin-syntax-dynamic-import`, `babel-plugin-syntax-export-default-from`, `babel-plugin-syntax-export-namespace-from`, `babel-plugin-syntax-flow`, `babel-plugin-syntax-function-bind`, `babel-plugin-syntax-function-sent`, `babel-plugin-syntax-import-meta`, `babel-plugin-syntax-json-strings`, `babel-plugin-syntax-jsx`, `babel-plugin-syntax-logical-assignment-operators`, `babel-plugin-syntax-nullish-coalescing-operator`, `babel-plugin-syntax-numeric-separator`, `babel-plugin-syntax-object-rest-spread`, `babel-plugin-syntax-optional-catch-binding`, `babel-plugin-syntax-optional-chaining`, `babel-plugin-syntax-pipeline-operator`, `babel-plugin-syntax-throw-expressions`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-function-name`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-literals`, `babel-plugin-transform-member-expression-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-object-assign`, `babel-plugin-transform-object-set-prototype-of-to-assign`, `babel-plugin-transform-object-super`, `babel-plugin-transform-parameters`, `babel-plugin-transform-property-literals`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-compat`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-reserved-words`, `babel-plugin-transform-runtime`, `babel-plugin-transform-shorthand-properties`, `babel-plugin-transform-spread`, `babel-plugin-transform-sticky-regex`, `babel-plugin-transform-strict-mode`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-plugin-transform-unicode-regex` > * [#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/plugin-proposal-object-rest-spread'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](/.github/CHANGELOG-v4.md), [CHANGELOG - v5](/.github/CHANGELOG-v5.md), and [CHANGELOG - v6](/.github/CHANGELOG-v6.md) for v4.x-v6.x changes. > See [CHANGELOG - 6to5](/.github/CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. > See [Babylon's CHANGELOG](packages/babylon/CHANGELOG.md) for the Babylon pre-7.0.0-beta.29 version changelog. > > ## 7.1.2 (2018-09-28) > > Same as v7.1.1, except compiled against Node 6 instead of Node 8 by accident (e.g had `async functions`). > > ## v7.1.1 (2018-09-28) > > > EDIT: had a publish issue here as well where it compiled against Node 8 instead of Node 6 so 7.1.2 will fix this. > > Also force publish `@babel/runtime` and `@babel/runtime-corejs2`. We need to fix the publishing around that since Lerna doesn't pickup the `@babel/helpers` changes as there is no "dependency" > > #### :bug: Bug Fix > * `babel-generator`, `babel-parser`, `babel-types` > * [#8755](https://github-redirect.dependabot.com/babel/babel/pull/8755) TypeScript: reserve `unknown` as TSUnknownKeyword. ([[**g-plane**](https://github.com/g-plane)](https://github.com/g-plane)) > * `babel-plugin-transform-destructuring` > * [#8535](https://github-redirect.dependabot.com/babel/babel/pull/8535) Do not unpack array patterns that update a referenced binding. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * `babel-plugin-proposal-decorators` > * [#8742](https://github-redirect.dependabot.com/babel/babel/pull/8742) [decorators] Support async and generator methods. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * `babel-helpers`, `babel-plugin-proposal-decorators` > * [#8761](https://github-redirect.dependabot.com/babel/babel/pull/8761) [decorators] Fields are enumerable. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * `babel-generator` > * [#8751](https://github-redirect.dependabot.com/babel/babel/pull/8751) Fix some missing parens cases with OptionalMemberExpression in generator. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * [#8727](https://github-redirect.dependabot.com/babel/babel/pull/8727) Handle throw expressions in generator. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > > #### :house: Internal > * Other > * [#8780](https://github-redirect.dependabot.com/babel/babel/pull/8780) Run test262 tests for exportNamespaceFrom. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * `babel-helper-transform-fixture-test-runner` > * [#8768](https://github-redirect.dependabot.com/babel/babel/pull/8768) Use babel-check-duplicated-nodes. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > > ## v7.1.0 (2018-09-17) > > Check http://babeljs.io/blog/2018/09/17/7.1.0 > > #### :rocket: New Feature > ... (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.0.0...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/plugin-proposal-object-rest-spread 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.
codecov-io commented 5 years ago

Codecov Report

Merging #123 into development will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           development   #123   +/-   ##
==========================================
  Coverage          100%   100%           
==========================================
  Files              267    267           
  Lines             2205   2205           
  Branches           221    221           
==========================================
  Hits              2205   2205

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5bcafc8...e6a8af1. Read the comment docs.