anikethsaha / mern

:tada: This is boilerplate for MERN stack with integrations like Redux and SSR :tada:
https://mern.netlify.com
MIT License
98 stars 44 forks source link

Bump @babel/runtime from 7.4.4 to 7.5.1 #69

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @babel/runtime from 7.4.4 to 7.5.1.

Release notes *Sourced from [@babel/runtime's releases](https://github.com/babel/babel/releases).* > > ## v7.5.1 (2019-07-06) > > #### :bug: Bug Fix > * `babel-helpers`, `babel-plugin-proposal-object-rest-spread` > * [#10170](https://github-redirect.dependabot.com/babel/babel/pull/10170) Fix objectSpread2 backward compatibility ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-transform-typescript` > * [#10167](https://github-redirect.dependabot.com/babel/babel/pull/10167) Retain typescript export-from-source ([@​Wolvereness](https://github.com/Wolvereness)) > > #### Committers: 2 > - Nicolò Ribaudo ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > - Wesley Wolfe ([@​Wolvereness](https://github.com/Wolvereness)) > > > ## v7.5.0 (2019-07-04) > > #### :eyeglasses: Spec Compliance > * `babel-parser` > * [#10099](https://github-redirect.dependabot.com/babel/babel/pull/10099) Disallow "let" as name at lexical bindings ([[@​g](https://github.com/g)-plane](https://github.com/g-plane)) > > #### :rocket: New Feature > * `babel-parser` > * [#10091](https://github-redirect.dependabot.com/babel/babel/pull/10091) BigInt type for Flow ([@​tanhauhau](https://github.com/tanhauhau)) > * [#9450](https://github-redirect.dependabot.com/babel/babel/pull/9450) Implement f# pipeline in parser ([@​mAAdhaTTah](https://github.com/mAAdhaTTah)) > * [#9912](https://github-redirect.dependabot.com/babel/babel/pull/9912) [legacy decorators] Allow decorating generator methods ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * [#9864](https://github-redirect.dependabot.com/babel/babel/pull/9864) [@babel/parser] Add "allowUndeclaredExports" option ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-proposal-dynamic-import`, `babel-preset-env-standalone`, `babel-preset-env` > * [#10109](https://github-redirect.dependabot.com/babel/babel/pull/10109) Add @babel/plugin-proposal-dynamic-import to @babel/preset-env ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-proposal-dynamic-import`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs` > * [#9552](https://github-redirect.dependabot.com/babel/babel/pull/9552) Create @babel/plugin-proposal-dynamic-import ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` > * [#9984](https://github-redirect.dependabot.com/babel/babel/pull/9984) Transform for F# Pipeline ([@​thiagoarrais](https://github.com/thiagoarrais)) > * `babel-plugin-transform-typescript`, `babel-types` > * [#9785](https://github-redirect.dependabot.com/babel/babel/pull/9785) Implement TypeScript namespace support ([@​Wolvereness](https://github.com/Wolvereness)) > > #### :bug: Bug Fix > * `babel-plugin-proposal-do-expressions`, `babel-traverse` > * [#10072](https://github-redirect.dependabot.com/babel/babel/pull/10072) fix await and yield for do expression ([@​tanhauhau](https://github.com/tanhauhau)) > * `babel-helpers`, `babel-plugin-transform-react-constant-elements` > * [#10155](https://github-redirect.dependabot.com/babel/babel/pull/10155) Added es3 backward compatibility for react helper code ([@​sormy](https://github.com/sormy)) > * `babel-preset-env` > * [#10127](https://github-redirect.dependabot.com/babel/babel/pull/10127) Bump compat-table and updating preset-env mappings ([@​existentialism](https://github.com/existentialism)) > * [#8897](https://github-redirect.dependabot.com/babel/babel/pull/8897) Allow `defaults` query in preset-env ([@​existentialism](https://github.com/existentialism)) > * `babel-parser` > * [#10132](https://github-redirect.dependabot.com/babel/babel/pull/10132) fix import typeof in declare module ([@​tanhauhau](https://github.com/tanhauhau)) > * [#10084](https://github-redirect.dependabot.com/babel/babel/pull/10084) flow - allow type parameter defaults in function declarations ([@​tanhauhau](https://github.com/tanhauhau)) > * `babel-types` > * [#10126](https://github-redirect.dependabot.com/babel/babel/pull/10126) fix exportKind declaration in babel-types ([@​zxbodya](https://github.com/zxbodya)) > * `babel-node` > * [#9951](https://github-redirect.dependabot.com/babel/babel/pull/9951) Prevents exception on PnP ([@​arcanis](https://github.com/arcanis)) > ... (truncated)
Changelog *Sourced from [@babel/runtime's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.5.1 (2019-07-06) > > #### :bug: Bug Fix > * `babel-helpers`, `babel-plugin-proposal-object-rest-spread` > * [#10170](https://github-redirect.dependabot.com/babel/babel/pull/10170) Fix objectSpread2 backward compatibility ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-transform-typescript` > * [#10167](https://github-redirect.dependabot.com/babel/babel/pull/10167) Retain typescript export-from-source ([@​Wolvereness](https://github.com/Wolvereness)) > > ## v7.5.0 (2019-07-04) > > #### :eyeglasses: Spec Compliance > * `babel-parser` > * [#10099](https://github-redirect.dependabot.com/babel/babel/pull/10099) Disallow "let" as name at lexical bindings ([[@​g](https://github.com/g)-plane](https://github.com/g-plane)) > > #### :rocket: New Feature > * `babel-parser` > * [#10091](https://github-redirect.dependabot.com/babel/babel/pull/10091) BigInt type for Flow ([@​tanhauhau](https://github.com/tanhauhau)) > * [#9450](https://github-redirect.dependabot.com/babel/babel/pull/9450) Implement f# pipeline in parser ([@​mAAdhaTTah](https://github.com/mAAdhaTTah)) > * [#9912](https://github-redirect.dependabot.com/babel/babel/pull/9912) [legacy decorators] Allow decorating generator methods ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * [#9864](https://github-redirect.dependabot.com/babel/babel/pull/9864) [@babel/parser] Add "allowUndeclaredExports" option ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-proposal-dynamic-import`, `babel-preset-env-standalone`, `babel-preset-env` > * [#10109](https://github-redirect.dependabot.com/babel/babel/pull/10109) Add @babel/plugin-proposal-dynamic-import to @babel/preset-env ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-proposal-dynamic-import`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs` > * [#9552](https://github-redirect.dependabot.com/babel/babel/pull/9552) Create @babel/plugin-proposal-dynamic-import ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` > * [#9984](https://github-redirect.dependabot.com/babel/babel/pull/9984) Transform for F# Pipeline ([@​thiagoarrais](https://github.com/thiagoarrais)) > * `babel-plugin-transform-typescript`, `babel-types` > * [#9785](https://github-redirect.dependabot.com/babel/babel/pull/9785) Implement TypeScript namespace support ([@​Wolvereness](https://github.com/Wolvereness)) > > #### :bug: Bug Fix > * `babel-plugin-proposal-do-expressions`, `babel-traverse` > * [#10072](https://github-redirect.dependabot.com/babel/babel/pull/10072) fix await and yield for do expression ([@​tanhauhau](https://github.com/tanhauhau)) > * `babel-helpers`, `babel-plugin-transform-react-constant-elements` > * [#10155](https://github-redirect.dependabot.com/babel/babel/pull/10155) Added es3 backward compatibility for react helper code ([@​sormy](https://github.com/sormy)) > * `babel-preset-env` > * [#10127](https://github-redirect.dependabot.com/babel/babel/pull/10127) Bump compat-table and updating preset-env mappings ([@​existentialism](https://github.com/existentialism)) > * [#8897](https://github-redirect.dependabot.com/babel/babel/pull/8897) Allow `defaults` query in preset-env ([@​existentialism](https://github.com/existentialism)) > * `babel-parser` > * [#10132](https://github-redirect.dependabot.com/babel/babel/pull/10132) fix import typeof in declare module ([@​tanhauhau](https://github.com/tanhauhau)) > * [#10084](https://github-redirect.dependabot.com/babel/babel/pull/10084) flow - allow type parameter defaults in function declarations ([@​tanhauhau](https://github.com/tanhauhau)) > * `babel-types` > * [#10126](https://github-redirect.dependabot.com/babel/babel/pull/10126) fix exportKind declaration in babel-types ([@​zxbodya](https://github.com/zxbodya)) > * `babel-node` > * [#9951](https://github-redirect.dependabot.com/babel/babel/pull/9951) Prevents exception on PnP ([@​arcanis](https://github.com/arcanis)) > * `babel-generator` > * [#10041](https://github-redirect.dependabot.com/babel/babel/pull/10041) Fix printer for explicitly inexact Flow types ([@​mrtnzlml](https://github.com/mrtnzlml)) > * `babel-plugin-transform-typescript` > * [#10034](https://github-redirect.dependabot.com/babel/babel/pull/10034) Use scope for typescript export removals ([@​Wolvereness](https://github.com/Wolvereness)) > * [#10019](https://github-redirect.dependabot.com/babel/babel/pull/10019) fix(typescript): erase default export if exporting a TS type ([@​airato](https://github.com/airato)) > * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-traverse` > ... (truncated)
Commits - [`d0519fa`](https://github.com/babel/babel/commit/d0519fa9076ad2b50fe0a4d745c863c61c226117) v7.5.1 - [`019fbca`](https://github.com/babel/babel/commit/019fbca3f649da86c4d868933cff8b87c48f76c2) Update lerna - [`24dde2e`](https://github.com/babel/babel/commit/24dde2e8e81c7658bf97316add81fea4ba917732) Fix objectSpread2 backward compatibility ([#10170](https://github-redirect.dependabot.com/babel/babel/issues/10170)) - [`bff79e1`](https://github.com/babel/babel/commit/bff79e198a040686e4805f0d84130296cd2bb834) Retain typescript export-from-source ([#10167](https://github-redirect.dependabot.com/babel/babel/issues/10167)) - [`106bb41`](https://github.com/babel/babel/commit/106bb41d47fddb92d3c2d7ff14e99bedeffaa57d) change pkg name back from used-by [skip ci] - [`d19f053`](https://github.com/babel/babel/commit/d19f0534821fa0edd6e5fe5b6b49e782d32d69b2) Add v7.5.0 to CHANGELOG.md [skip ci] - [`49da9a0`](https://github.com/babel/babel/commit/49da9a07c81156e997e60146eb001ea77b7044c4) v7.5.0 - [`b066633`](https://github.com/babel/babel/commit/b06663320e42d406db164f732fd776f3a046c755) Update babel-preset-stage (0,1,2,3) readme files ([#10111](https://github-redirect.dependabot.com/babel/babel/issues/10111)) [skip ci] - [`d50e78d`](https://github.com/babel/babel/commit/d50e78d45b608f6e0f6cc33aeb22f5db5027b153) fix await and yield for do expression ([#10072](https://github-redirect.dependabot.com/babel/babel/issues/10072)) - [`5b86353`](https://github.com/babel/babel/commit/5b86353b35534a1824fa4c7a3ee71f601a73c798) Added es3 backward compatibility for react helper code ([#10155](https://github-redirect.dependabot.com/babel/babel/issues/10155)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.4.4...v7.5.1)


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). To ignore the version in this PR you can just close it - `@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) - 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 #76.