Update babel-preset-react requirement from 6.11.1 to 6.24.1
Updates the requirements on babel-preset-react to permit the latest version.
Release notes
Sourced from babel-preset-react's releases.
v6.24.1 (2017-04-07)
:bug: Bug Fix
babel-plugin-transform-regenerator
- #5567 Update regenerator-transform to new version. (@​aickin)
Fixes an issue when using async arrow functions with rest parameters (crazy!)
function test(fn) { return async (...args) => { return fn(...args); }; }
babel-plugin-transform-es2015-function-name,babel-types
- #4954 Treat "await" as an invalid identifier. (@​Kovensky)
var obj = { await: function () {} }; // input var obj = { await: function _await() {} }; // output:memo: Documentation
:house: Internal
babel-generator
- #5575 Fix a typo: occurences -> occurrences. (@​felixonmars)
babel-helper-builder-react-jsx
- #5486 Removes unused lodash dependency from babel-helper-builder-react-jsx. (@​segphault)
Committers: 5
- Diogo Franco (Kovensky)
- Felix Yan (felixonmars)
- Ryan Paul (segphault)
- Sasha Aickin (aickin)
- Sven SAULEAU (xtuc)
Commits
-
f8da5e3v6.24.1 -
3534bc8Merge pull request #5567 from aickin/update-regenerator-transform -
66f8546Add test for regression 4219 -
9b4c33dFix a typo: occurences -> occurrences (#5575) -
60df9f3Updating regenerator-transform and adding a test for the issue in facebook/re... -
b3c7337Fix changelog [skip ci] -
256fcbcTreat "await" as an invalid identifier (#4954) -
8859715Removes unused lodash dependency from babel-helper-builder-react-jsx (#5486) -
ad1edc6Merge pull request #5477 from xtuc/fix-generator-doc -
e30197bdocs: [skip ci] update documentation - Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill 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:
- 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.
