Skip to content

Bump babel-plugin-syntax-flow from 6.13.0 to 6.18.0#44

Open
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/babel-plugin-syntax-flow-6.18.0
Open

Bump babel-plugin-syntax-flow from 6.13.0 to 6.18.0#44
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/babel-plugin-syntax-flow-6.18.0

Conversation

@dependabot-preview
Copy link
Copy Markdown

Bumps babel-plugin-syntax-flow from 6.13.0 to 6.18.0.

Changelog

Sourced from babel-plugin-syntax-flow's changelog.

v6.18.0 (2016-10-24)

🚀 New Feature

  • babel-generator, babel-plugin-transform-flow-strip-types
    • #4697 Add variance node type and generate property variance annotations. (@samwgoldman)

Check out the flow docs for more info:

type T = { +p: T };
interface T { -p: T };
declare class T { +[k:K]: V };
class T { -[k:K]: V };
class C2 { +p: T = e };
  • babel-core, babel-traverse
    • #4746 Support ObjectExpression in static path evaluation. (@motiz88)
// in
['a' + 'b']: 10 * 20, 'z': [1, 2, 3]}
// out
{ab: 200, z: [1, 2, 3]}
  • babel-plugin-syntax-dynamic-import, babel-preset-stage-2
    • #4699 [import()] Initial support for dynamic-import. (@kesne)

Parser support was added in https://github.com/babel/babylon/releases/tag/v6.12.0.

Just the plugin to enable it in babel.

// install
$ npm install babel-plugin-syntax-dynamic-import --save-dev

or use the new parserOpts

// .babelrc
{
  "parserOpts": {
    "plugins": ['dynamicImport']
  }
}
  • babel-helper-builder-react-jsx, babel-plugin-transform-react-jsx
... (truncated)
Commits
  • 12f9cd0 v6.18.0
  • aae09a2 update readme [skip ci]
  • 094096c v6.18.0 changelog (#4726) [skip ci]
  • 555ee0c Don't treat JSXIdentifier in JSXMemberExpression as HTML tag. Closes #4027 (#...
  • de46827 Handle remapping of JSXIdentifier to MemberExpression in CommonJS transform. ...
  • 7cfe5c1 Add TEST_DEBUG env var option for test.sh, to enable node 6 debugger (#4764)
  • 905efd1 chore(package): update browserify to version 13.1.1 (#4762)
  • fd4667e Increase test coverage (#4742)
  • beda884 Make getBinding ignore labels; add Scope#getLabel, Scope#registerLabel (#4758)
  • 7bb430a Add variance node type and generate property variance annotations (#4697)
  • Additional commits viewable in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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:

  • 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)

Bumps [babel-plugin-syntax-flow](https://github.com/babel/babel) from 6.13.0 to 6.18.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/v6.18.0/CHANGELOG.md)
- [Commits](babel/babel@v6.13.0...v6.18.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants