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 coffee-script is breaking the build 🚨 #2686

Closed
greenkeeper bot opened this issue Jan 24, 2017 · 3 comments
Closed

An in-range update of coffee-script is breaking the build 🚨 #2686

greenkeeper bot opened this issue Jan 24, 2017 · 3 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jan 24, 2017

Version 1.12.3 of coffee-script just got published.

Branch Build failing 🚨
Dependency coffee-script
Current Version 1.12.2
Type devDependency

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

As coffee-script is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/appveyor/branch Waiting for AppVeyor build to complete Details

  • coverage/coveralls Coverage pending from Coveralls.io Details

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

Commits

The new version differs by 23 commits .

  • 635e207 Update release date for 1.12.3
  • e87d574 Merge pull request #4429 from GeoffreyBooth/1.12.3
  • b89dd04 Add other 1.12.3 updates to changelog
  • 8ce7c30 Update generated docs for 1.12.3
  • 45d0a7d Update browser compiler for 1.12.3
  • 7291277 Bump version
  • 6d27277 Update documentation for 1.12.3.
  • 3108244 Fix stack trace (#4428)
  • d0ed2de Merge pull request #4420 from GeoffreyBooth/backport-2-doc-changes
  • a61429c Updated output
  • fbdfa65 Apply SVG fill color through CSS
  • 02198eb Fix link to Try CoffeeScript
  • cd8be89 Trim the installation and usage sections; can backport to v1
  • b398c88 Fix releaseHeader for the initial release; should backport to v1
  • f4353fa Merge pull request #4417 from BrianRossmajer/patch-1

There are 23 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 18, 2017

Version 1.12.4 just got published.

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

Commits

The new version differs by 21 commits .

  • 91e3f72 Merge pull request #4441 from GeoffreyBooth/1.12.4
  • 664c7a4 Update compiled output
  • f018e94 Update changelog
  • 79d38cc Bump dependency version
  • ee8f022 Merge branch 'master' of github.com:jashkenas/coffeescript into 1.12.4
  • 98c1a3a Refactor Cake tasks (#4440)
  • d84c94d Merge pull request #4445 from alangpierce/upstream-fix-new-location-data
  • 4f714cc Merge pull request #4444 from alangpierce/upstream-fix-heregex-end-location
  • fbc77f7 Properly update location data when setting a call to use new
  • f757614 Place ending heregex tokens one index earlier
  • 94023d8 Updated compiled output for 1.12.4
  • 4547cba Bump version to 1.12.4 and update changelog
  • 856bf5e cake build:watch, based on https://github.com/GeoffreyBooth/coffeescript-gulp
  • f4a1172 Cake task to cut a new release
  • 9866224 Abstract out testing built code, to prepare for watching the build task

There are 21 commits in total. See the full diff.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 10, 2017

Version 1.12.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 32 commits .

  • 72cf485 1.12.5 (#4495)
  • fb60070 Fix #4491: import- and export-specific lexing should stop (#4492)
  • 90ec761 Merge pull request #4490 from helixbass/iss4489_regex_octal_escape_sequence_bug
  • 050aaa4 Fix #4489: Regex octal escape sequence bug
  • c1e3c02 Merge pull request #4483 from GeoffreyBooth/fix-export-default
  • dde7b0d Fix #4481: Export an imported member named default
  • 98d1644 Fix #4451: Treat default as a keyword in an export statement only when it follows export or as
  • ca0fd22 Update v2 NPM installation instructions
  • a9bd53d Merge pull request #4448 from GeoffreyBooth/2-docs-on-master
  • f8ce1a8 Teaser for CoffeeScript 2, link to 2 docs
  • cee1076 Copy the generated output CS2 docs onto master so that GitHub pages can publish them
  • 91e3f72 Merge pull request #4441 from GeoffreyBooth/1.12.4
  • 664c7a4 Update compiled output
  • f018e94 Update changelog
  • 79d38cc Bump dependency version

There are 32 commits in total. See the full diff.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 15, 2017

Version 1.12.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 16 commits0.

  • f0e9837 1.12.6 missing updated output
  • f661f91 1.12.6 (#4548)
  • e00fa5d Fix #4533: chained calls incorrectly wrapping enclosing implicit objects (#4534)
  • 51c0657 Fix #4150: Correctly outdent ternary followed by method call (#4535)
  • 26cb24a return and export default can now accept implicit objects (#4532)
  • ac1b2b5 Iss4248 unicode code point escapes (cleanup) (#4522)
  • 96b6c5f Fix #4248: Unicode code point escapes (#4498)
  • bfce054 Fix parenthesized conditions in if-else assignment (#4519)
  • ff60e6a fix 'future reserved words' test (#4518)
  • 0da9d71 Fix broken links, update redirected links (#4505)
  • fecdbac A particular REPL test is broken in Node 4.8.2 because of a regression that was fixed in Node 5.11.0; just disable the test for Node < 6. Fixes #4502. (#4510)
  • 473e8a1 Merge pull request #4507 from GeoffreyBooth/tests-exit-code
  • faf6d17 cake build:browser should just assemble the browser build, not also test it; add cake build:browser:full to additionally run the tests
  • d141d5c If the tests fail, return a non-zero exit code
  • a36b454 Merge branch 'master' of github.com:jashkenas/coffeescript

There are 16 commits in total.

See the full diff

This was referenced Sep 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant