Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Conversation

@greenkeeperio-bot
Copy link
Contributor

Hello lovely humans,

babylon just published its new version 6.13.0.

State Update 🚀
Dependency babylon
New version 6.13.0
Type dependency

This version is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of babylon.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project ✨

You rock!

🌴


GitHub Release

v6.13.0 (2016-10-21)

👓 Spec Compliancy

Property variance type annotations for Flow plugin (#161) (Sam Goldman)

See https://flowtype.org/docs/variance.html for more information

type T = { +p: T };
interface T { -p: T };
declare class T { +[k:K]: V };
class T { -[k:K]: V };
class C2 { +p: T = e };

Raise error on duplicate definition of proto (#183) (Moti Zilberman)

({ __proto__: 1, __proto__: 2 }) // Throws an error now

🐛 Bug Fix

Flow: Allow class properties to be named static (#184) (Moti Zilberman)

declare class A {
  static: T;
}

Allow "async" as identifier for object literal property shorthand (#187) (Andrew Levine)

var foo = { async, bar };

💅 Polish

Fix flowtype and add inType to state (#189) (Daniel Tschinder)

This improves the performance slightly (because of hidden classes)

🏠 Internal

Fix .gitattributes line ending setting (#191) (Moti Zilberman)

Increase test coverage (#175 (Moti Zilberman)

Readd missing .eslinignore for IDEs (Daniel Tschinder)

Error on missing expected.json fixture in CI (#188) (Moti Zilberman)

Add .gitattributes and .editorconfig for LF line endings (#179) (Moti Zilberman)

Fixes two tests that are failing after the merge of #172 (#177) (Moti Zilberman)


The new version differs by 14 commits .

  • 930cdd0 6.13.0
  • b77a57f Changelog 6.13.0 (#193) [skip ci]
  • e047a1b Flow: Allow class properties to be named static (#184)
  • d14c8bd Fix .gitattributes line ending setting (#191)
  • 0d72a89 Fix flowtype and add inType to state (#189)
  • 01e984f Allow "async" as identifier for object literal property shorthand (#187)
  • 9b6e243 Raise error on duplicate definition of proto (#183)
  • 7c18bf8 Increase test coverage (#175)
  • 490ae9a Error on missing expected.json fixture in CI (#188)
  • 394c954 Add .gitattributes and .editorconfig for LF line endings (#179)
  • 0bbe1e1 Readd missin .eslinignore for IDEs
  • 26809e8 Property variance type annotations for Flow plugin (#161)
  • b5877f0 Fix up #172 (#177)
  • 3525c00 v6.12.0 changelog skip ci

See the full diff.


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? ⚡ greenkeeper upgrade

@KnisterPeter KnisterPeter merged commit 89548d4 into master Oct 22, 2016
@KnisterPeter KnisterPeter deleted the greenkeeper-babylon-6.13.0 branch October 22, 2016 10:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants