wc-catalogue / blaze-elements

Web Component Blaze Elements
https://wc-catalogue.github.io/blaze-elements/
MIT License
10 stars 4 forks source link

Update tslint-react to the latest version πŸš€ #301

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.5.0 of tslint-react just got published.

Dependency tslint-react
Current Version 2.4.0
Type devDependency

The version 2.5.0 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 tslint-react. 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.


Release Notes v2.5.0
  • New Rule: jsx-boolean-value (thanks @ismail-syed!)
  • Fixed a false positive failure in the jsx-wrap-multiline rule
  • πŸ”₯ Breaking: Enabled jsx-boolean-value and jsx-wrap-multiline in the built-in configuration
Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 2.6.0 just got published.

Update to this version instead πŸš€

Release Notes v2.6.0
  • New rule: jsx-no-bind
  • Bugfix: fixed some false positives in jsx-no-lambda
  • πŸ”₯ Breaking: enabled jsx-no-bind in the built-in configuration preset.

Contributors: @lvillani, @IllusionMH

greenkeeper[bot] commented 7 years ago

Version 3.0.0 just got published.

Update to this version instead πŸš€

Release Notes v3.0.0
  • πŸ”₯ Breaking: tslint-react now requires tslint v5+ and typescript v2.1+
  • Fixed: jsx-alignment rule now works with typescript 2.3 (#87)

Contributors: @Kovensky

greenkeeper[bot] commented 7 years ago

Version 3.1.0 just got published.

Update to this version instead πŸš€

Release Notes v3.1.0
  • Explicit peer dependencies on typescript and tslint #108
  • Explicit dependency on tsutils #110
  • Enhancement: jsx-no-lambda: allow lambdas on ref attribute #107
greenkeeper[bot] commented 7 years ago

Version 3.2.0 just got published.

Update to this version instead πŸš€

Release Notes v3.2.0
  • New rule: jsx-key #102
  • New rule: jsx-equals-spacing #104
  • Added empty index file in rules directory #111

Thanks to our contributors!

greenkeeper[bot] commented 6 years ago

Version 3.3.2 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 6 years ago

Version 3.3.3 just got published.

Update to this version instead πŸš€

Release Notes v3.3.3

Re-release of v3.3.0, which failed to publish due to faulty CI configuration.