Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of coffeescript is breaking the build 🚨 #50

Open
greenkeeper bot opened this issue Apr 29, 2018 · 6 comments
Open

An in-range update of coffeescript is breaking the build 🚨 #50

greenkeeper bot opened this issue Apr 29, 2018 · 6 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Apr 29, 2018

Version 2.3.0 of coffeescript was just published.

Branch Build failing 🚨
Dependency coffeescript
Current Version 2.2.4
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

coffeescript is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

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. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 29, 2018

After pinning to 2.2.4 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 22, 2018

Version 2.3.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 20, 2018

  • The dependency coffeescript was updated from 2.3.1 to 2.3.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 20 commits.

  • 6e86b67 Release 2.3.2 (#5110)
  • b4dceae Fix #5086: Don't generate unnecessary interpolations in JSX tags when the tags contain only here (/* ... */) comments (#5108)
  • 6225627 Fix #4609: support new.target (#5106)
  • c4245e5 Babel 7 (#5105)
  • 98b2a69 Update dependencies; disable some babel-minify transforms to work around babel/minify#893 (#5095)
  • 7f8b36a Revert "fix momentum scrolling on iOS (#5083)" (#5084)
  • 8125718 fix momentum scrolling on iOS (#5083)
  • 70f6cb7 Allow yield indented object (#5072)
  • 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)

There are 20 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2019

  • The dependency coffeescript was updated from 2.3.2 to 2.4.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 11 commits.

  • e6f6aa8 Version bump in lockfile
  • c09d8fb Release 2.4.0 (#5182)
  • f6d6377 ES module version of compiler for use in browsers; dynamic import() docs; revised Stage 3 policy (#5177)
  • 41b31c7 Fix repl.rli deprecation (#5178)
  • ec034e2 Fix tests (#5176)
  • ff24e5c Dynamic import (#5169)
  • ca275c2 Fix #5128: parens around default param (#5167)
  • 63ffe0a Fix 5085 (#5145)
  • 247b511 Remove extra word in comment in src/nodes.coffee (#5158)
  • 2f82b75 implement coffeescript.registerCompiled method (#5130)
  • 294bb47 Fix #5112: A string of ', ' in an array should not be detected as an elision (#5113)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2019

  • The dependency coffeescript was updated from 2.4.0 to 2.4.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 15 commits.

  • f4fcf65 Don't publish .DS_Store to npm
  • 92f69b2 Release 2.4.1 (#5195)
  • 7422244 Actually publish the browser compilers to NPM (#5186)
  • d23919c Preserve environment when calling coffee from test (#5191)
  • e6f6aa8 Version bump in lockfile
  • c09d8fb Release 2.4.0 (#5182)
  • f6d6377 ES module version of compiler for use in browsers; dynamic import() docs; revised Stage 3 policy (#5177)
  • 41b31c7 Fix repl.rli deprecation (#5178)
  • ec034e2 Fix tests (#5176)
  • ff24e5c Dynamic import (#5169)
  • ca275c2 Fix #5128: parens around default param (#5167)
  • 63ffe0a Fix 5085 (#5145)
  • 247b511 Remove extra word in comment in src/nodes.coffee (#5158)
  • 2f82b75 implement coffeescript.registerCompiled method (#5130)
  • 294bb47 Fix #5112: A string of ', ' in an array should not be detected as an elision (#5113)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 31, 2020

  • The dependency coffeescript was updated from 2.5.0 to 2.5.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 156 commits.

  • 26a7ba1 2.5.1 (#5297)
  • 9cef39d Handle implicit object as end of outer implicit object property value (#5296)
  • 92ad04b Allow soaks and prototype shorthands in object splats (#5293)
  • 6fe980e Improve performance of location data compensation (#5294)
  • bb8df1e Fix typos (#5287)
  • 61d408f 2.5.0 (#5284)
  • ba41b44 Allow linebreak/indent in destructured for variable (#5286)
  • 33bbef9 Merge pull request #5285 from helixbass/browser-compiler-call-parsing-error
  • c4f0c9e don't return boolean from grammar rule
  • 8677a0d Update output from #5275
  • ee2a107 AST: Refactor marking nodes that return (#5275)
  • 8fb5c1b Make it clearer that we're adding a property to an object
  • b2b2f97 Fix comments after colons getting lost (#5276)
  • 0045cb2 Colons are apparently another token type that doesn't survive passing through the parser, so rescue any comments attached to colons
  • a8273bf No need for separate ast returns method, as it's never overridden

There are 156 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants