joscha / gulp-rewrite-css

A gulp plugin that allows rewriting url references in CSS
MIT License
17 stars 12 forks source link

Update coffeescript to the latest version 🚀 #107

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 2.3.0 of coffeescript was just published.

Dependency coffeescript
Current Version 2.2.4
Type devDependency

The version 2.3.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of coffeescript.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 8 commits.

  • 8061ecf 2.3.0 (#5043)
  • 6df8f5f Remove references to Node's experimental modules support
  • 776e7e5 Docs improvements (#5042)
  • 871079b Fix #4876: remove polyfill for object rest/spread (#4884)
  • be2b243 Fix: a test relied on faulty behavior (#5028)
  • 1f9cd4e Fix #4875: Asynchronous iterators (#4893)
  • 47c491f Regular expressions s (dotAll) flag (#4880)
  • 195a46a Fix #4877: Exponentiation operators (#4881)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 97.849% when pulling 96dd08afa62bec55619adb2c60cc6b4d75e35353 on greenkeeper/coffeescript-2.3.0 into f96560f7d686e82c826e51efd4f73a92679b677b on master.

greenkeeper[bot] commented 6 years ago

Version 2.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • be702d6 2.3.1 (#5069)
  • 68302e6 Docs headings and changelog refactor (#5067)
  • 0e7677a Fix #5046: Adjacent JSX (#5049)
  • 7cf739e Lexer, helpers and comments cleanup (#5063)
  • 41185ca Normalize :: syntax (#5048)
  • 7dbdca8 Allow implicit call with class with no body (#5053)
  • 8e66ae4 fix JSX expression indentation bug (#5056)
  • 7beb631 Create CNAME
  • c2792e4 Delete CNAME
  • d82272b Fix #1832: Browser compiler should run code using globally-scoped eval (#5047)
  • fe75548 Fix #5034: Adjacent JSX elements must be wrapped in an enclosing tag (#5046)
  • 708e575 Fix README ASCII art

See the full diff