mDibyo / with-hooks-support

Higher-order component for unlocking React Hooks inside class components
4 stars 1 forks source link

Bump @babel/core from 7.2.2 to 7.4.5 #9

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @babel/core from 7.2.2 to 7.4.5.

Release notes *Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).* > ## v7.4.5 (2019-05-21) > > Thanks [@​airato](https://github.com/airato), [@​schu34](https://github.com/schu34), [@​divbhasin](https://github.com/divbhasin), [@​eps1lon](https://github.com/eps1lon) and [@​pnavarrc](https://github.com/pnavarrc) for their first PRs! :smile: > > #### :bug: Bug Fix > * `babel-parser` > * [#9998](https://github-redirect.dependabot.com/babel/babel/pull/9998) Fix location for optional params in arrow functions ([@​danez](https://github.com/danez)) > * [#9982](https://github-redirect.dependabot.com/babel/babel/pull/9982) Avoid unnecessary work during lookahead ([@​danez](https://github.com/danez)) > * [#9922](https://github-redirect.dependabot.com/babel/babel/pull/9922) fix: allow shebang directive ([@​tanhauhau](https://github.com/tanhauhau)) > * `babel-preset-env` > * [#10002](https://github-redirect.dependabot.com/babel/babel/pull/10002) Update preset-env dependencies and fix fixtures ([@​danez](https://github.com/danez)) > * [#9978](https://github-redirect.dependabot.com/babel/babel/pull/9978) Fix mobile browsers support in preset-env ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * [#9902](https://github-redirect.dependabot.com/babel/babel/pull/9902) Fix destructuring assignments being transpiled for edge 15 ([@​eps1lon](https://github.com/eps1lon)) > * `babel-plugin-transform-typescript` > * [#9944](https://github-redirect.dependabot.com/babel/babel/pull/9944) fix(typescript): erase type exports ([@​airato](https://github.com/airato)) > > #### :nail_care: Polish > * `babel-parser` > * [#9995](https://github-redirect.dependabot.com/babel/babel/pull/9995) Do not use lookahead when parsing construct signature declarations in TS ([@​danez](https://github.com/danez)) > * [#9989](https://github-redirect.dependabot.com/babel/babel/pull/9989) Only compute Position if not already in state ([@​danez](https://github.com/danez)) > * [#9988](https://github-redirect.dependabot.com/babel/babel/pull/9988) Do not use lookahead when parsing jsx expression containers ([@​danez](https://github.com/danez)) > * [#9987](https://github-redirect.dependabot.com/babel/babel/pull/9987) Do not use lookahead when parsing imports in declare module in flow ([@​danez](https://github.com/danez)) > * [#9985](https://github-redirect.dependabot.com/babel/babel/pull/9985) Do not use lookahead when parsing declare module or declare module.exports in flow ([@​danez](https://github.com/danez)) > * [#9983](https://github-redirect.dependabot.com/babel/babel/pull/9983) Do not use lookahead when parsing dynamic import or import.meta ([@​danez](https://github.com/danez)) > * [#9979](https://github-redirect.dependabot.com/babel/babel/pull/9979) Remove guardedHandlers from ASTs ([@​danez](https://github.com/danez)) > * `babel-preset-env` > * [#9992](https://github-redirect.dependabot.com/babel/babel/pull/9992) use console.warn for warning ([@​schu34](https://github.com/schu34)) > * `babel-core` > * [#9945](https://github-redirect.dependabot.com/babel/babel/pull/9945) Fixed null error in plugin opts and added a test for it ([@​divbhasin](https://github.com/divbhasin)) > * `babel-core`, `babel-traverse` > * [#9909](https://github-redirect.dependabot.com/babel/babel/pull/9909) Add missing space in error messages ([@​pnavarrc](https://github.com/pnavarrc)) > > #### :house: Internal > * `babel-node` > * [#9914](https://github-redirect.dependabot.com/babel/babel/pull/9914) [babel-node] Do not hardcode node flags ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > > #### Committers: 9 > - Airat Aminev ([@​airato](https://github.com/airato)) > - Daniel Tschinder ([@​danez](https://github.com/danez)) > - Divyam Bhasin ([@​divbhasin](https://github.com/divbhasin)) > - Matthew Robertson ([@​matthewrobertson](https://github.com/matthewrobertson)) > - Matthew Schupack ([@​schu34](https://github.com/schu34)) > - Nicolò Ribaudo ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > - Pablo Navarro ([@​pnavarrc](https://github.com/pnavarrc)) > - Sebastian Silbermann ([@​eps1lon](https://github.com/eps1lon)) > - Tan Li Hau ([@​tanhauhau](https://github.com/tanhauhau)) > > > ## v7.4.4 (2019-04-26) > > ... (truncated)
Changelog *Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.4.5 (2019-05-21) > > #### :bug: Bug Fix > * `babel-parser` > * [#9998](https://github-redirect.dependabot.com/babel/babel/pull/9998) Fix location for optional params in arrow functions ([@​danez](https://github.com/danez)) > * [#9982](https://github-redirect.dependabot.com/babel/babel/pull/9982) Avoid unnecessary work during lookahead ([@​danez](https://github.com/danez)) > * [#9922](https://github-redirect.dependabot.com/babel/babel/pull/9922) fix: allow shebang directive ([@​tanhauhau](https://github.com/tanhauhau)) > * `babel-preset-env` > * [#10002](https://github-redirect.dependabot.com/babel/babel/pull/10002) Update preset-env dependencies and fix fixtures ([@​danez](https://github.com/danez)) > * [#9978](https://github-redirect.dependabot.com/babel/babel/pull/9978) Fix mobile browsers support in preset-env ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * [#9902](https://github-redirect.dependabot.com/babel/babel/pull/9902) Fix destructuring assignments being transpiled for edge 15 ([@​eps1lon](https://github.com/eps1lon)) > * `babel-plugin-transform-typescript` > * [#9944](https://github-redirect.dependabot.com/babel/babel/pull/9944) fix(typescript): erase type exports ([@​airato](https://github.com/airato)) > > #### :nail_care: Polish > * `babel-parser` > * [#9995](https://github-redirect.dependabot.com/babel/babel/pull/9995) Do not use lookahead when parsing construct signature declarations in TS ([@​danez](https://github.com/danez)) > * [#9989](https://github-redirect.dependabot.com/babel/babel/pull/9989) Only compute Position if not already in state ([@​danez](https://github.com/danez)) > * [#9988](https://github-redirect.dependabot.com/babel/babel/pull/9988) Do not use lookahead when parsing jsx expression containers ([@​danez](https://github.com/danez)) > * [#9987](https://github-redirect.dependabot.com/babel/babel/pull/9987) Do not use lookahead when parsing imports in declare module in flow ([@​danez](https://github.com/danez)) > * [#9985](https://github-redirect.dependabot.com/babel/babel/pull/9985) Do not use lookahead when parsing declare module or declare module.exports in flow ([@​danez](https://github.com/danez)) > * [#9983](https://github-redirect.dependabot.com/babel/babel/pull/9983) Do not use lookahead when parsing dynamic import or import.meta ([@​danez](https://github.com/danez)) > * [#9979](https://github-redirect.dependabot.com/babel/babel/pull/9979) Remove guardedHandlers from ASTs ([@​danez](https://github.com/danez)) > * `babel-preset-env` > * [#9992](https://github-redirect.dependabot.com/babel/babel/pull/9992) use console.warn for warning ([@​schu34](https://github.com/schu34)) > * `babel-core` > * [#9945](https://github-redirect.dependabot.com/babel/babel/pull/9945) Fixed null error in plugin opts and added a test for it ([@​divbhasin](https://github.com/divbhasin)) > * `babel-core`, `babel-traverse` > * [#9909](https://github-redirect.dependabot.com/babel/babel/pull/9909) Add missing space in error messages ([@​pnavarrc](https://github.com/pnavarrc)) > > #### :house: Internal > * `babel-node` > * [#9914](https://github-redirect.dependabot.com/babel/babel/pull/9914) [babel-node] Do not hardcode node flags ([[@​nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > > ## 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)) > ... (truncated)
Commits - [`fc38638`](https://github.com/babel/babel/commit/fc38638aeb1fde724d92e8e855c80e888bbf2ad8) Add v7.4.5 to CHANGELOG.md [skip ci] - [`33ab4f1`](https://github.com/babel/babel/commit/33ab4f166117e2380de3955a0842985f578b01b8) v7.4.5 - [`54d257c`](https://github.com/babel/babel/commit/54d257c10577e3cd3639de76f624f8c3786a0084) Fix location for optional params in arrow functions ([#9998](https://github-redirect.dependabot.com/babel/babel/issues/9998)) - [`9c06e4e`](https://github.com/babel/babel/commit/9c06e4ed4d2f0db9416e109d776770d0df77a736) avoid exceptions for control flow ([#9974](https://github-redirect.dependabot.com/babel/babel/issues/9974)) - [`f5b8140`](https://github.com/babel/babel/commit/f5b8140580e9cb2ee38ee3691f5354468036a6ce) Do not use lookahead when parsing construct signature declarations ([#9995](https://github-redirect.dependabot.com/babel/babel/issues/9995)) - [`0430a48`](https://github.com/babel/babel/commit/0430a4877551dd92ef22d578001033613a30a077) Update preset-env dependencies and fix fixtures ([#10002](https://github-redirect.dependabot.com/babel/babel/issues/10002)) - [`45ca675`](https://github.com/babel/babel/commit/45ca6751fa7696ea61aa7378aa95a55effd205b6) use console.warn for warning ([#9992](https://github-redirect.dependabot.com/babel/babel/issues/9992)) - [`b1826bf`](https://github.com/babel/babel/commit/b1826bf0a0c4d675125991cba32c9f1095813452) Only compute Position if not already in state ([#9989](https://github-redirect.dependabot.com/babel/babel/issues/9989)) - [`2080042`](https://github.com/babel/babel/commit/2080042808b18b005fb54aeaf9ab708f64cb1005) fix(typescript): erase type exports ([#9944](https://github-redirect.dependabot.com/babel/babel/issues/9944)) - [`3f0590d`](https://github.com/babel/babel/commit/3f0590de2a747128f8f51c351dce0899bdde07ad) Do not use lookahead when parsing jsx expression containers ([#9988](https://github-redirect.dependabot.com/babel/babel/issues/9988)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.2.2...v7.4.5)


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 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.

Dependabot has been acquired by GitHub  🎉

dependabot-preview[bot] commented 5 years ago

Superseded by #27.