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 js-beautify is breaking the build 🚨 #88

Closed
greenkeeper bot opened this issue Sep 4, 2018 · 7 comments
Closed

An in-range update of js-beautify is breaking the build 🚨 #88

greenkeeper bot opened this issue Sep 4, 2018 · 7 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Sep 4, 2018

Version 1.8.3 of js-beautify was just published.

Branch Build failing 🚨
Dependency js-beautify
Current Version 1.8.1
Type devDependency

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

js-beautify is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 51 commits.

  • b8d4f5c Release: 1.8.3
  • 8f827c7 Merge remote-tracking branch 'origin/master' into release
  • d33e70d Bump version numbers for 1.8.3
  • b092116 Update Changelog
  • f76d933 Merge pull request #1529 from MacKLess/last_token
  • b5ef9b4 Refactor _flags.last_text to _flags.last_token.text
  • cfa13d9 Merge pull request #1528 from MacKLess/reserved_word
  • e849cb9 Refactor TOKEN.RESERVED to reserved_word and reserved_array functions
  • 866cfca Simplified error handling
  • d46410f Fix unicode test for windows
  • 418fc7a Refactor end_with_newline in Output settings
  • a46d717 Refactor indent_string calculation into Output
  • 02d8969 Added single selection options
  • de834fd Python test should not run node build
  • b89cdb9 Better output for unicode decoding errors

There are 51 commits in total.

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 Sep 4, 2018

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 4, 2018

Version 1.8.4 just got published.

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

Commits

The new version differs by 7 commits.

  • 732c27b Release: 1.8.4
  • e19bc32 Merge remote-tracking branch 'origin/master' into release
  • 930c050 Bump version numbers for 1.8.4
  • ae5c953 Update Changelog
  • 0ef7b81 Fix for unformatted and content_unformatted
  • ab54c74 Fix merge error
  • 886f6d3 Fixed unindent chained methods under-indent

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2018

Version 1.8.5 just got published.

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

Commits

The new version differs by 23 commits.

  • 4b0a862 Release: 1.8.5
  • c6bb41d Merge remote-tracking branch 'origin/master' into release
  • 082ffb6 Bump version numbers for 1.8.5
  • 928d849 Merge pull request #1545 from MacKLess/declare
  • 837226e Merge pull request #1546 from MacKLess/comments
  • bae5a5a Fixes indentation in second comment on webpage
  • 677b0dc Fix formatting for Typescript declare
  • 5681ad4 Merge pull request #1543 from bitwiseman/io-move
  • 6469217 Merge branch 'master' into io-move
  • 5aec460 Merge pull request #1540 from bitwiseman/uri
  • ee99c9b Merge branch 'master' into io-move
  • 7f36731 Merge pull request #1541 from bitwiseman/issue-1469
  • e287d16 Fixed #1408
  • 2d48af8 Move all references to beautifier.io
  • aadec2b Preserve new line at start of handlebars contents

There are 23 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2018

Version 1.8.6 just got published.

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

Commits

The new version differs by 26 commits.

  • aa2ed90 Merge remote-tracking branch 'origin/master' into release
  • 04fab5b Bump version numbers for 1.8.6
  • c0cd2e6 Update Changelog
  • 4b0a862 Release: 1.8.5
  • c6bb41d Merge remote-tracking branch 'origin/master' into release
  • 082ffb6 Bump version numbers for 1.8.5
  • 928d849 Merge pull request #1545 from MacKLess/declare
  • 837226e Merge pull request #1546 from MacKLess/comments
  • bae5a5a Fixes indentation in second comment on webpage
  • 677b0dc Fix formatting for Typescript declare
  • 5681ad4 Merge pull request #1543 from bitwiseman/io-move
  • 6469217 Merge branch 'master' into io-move
  • 5aec460 Merge pull request #1540 from bitwiseman/uri
  • ee99c9b Merge branch 'master' into io-move
  • 7f36731 Merge pull request #1541 from bitwiseman/issue-1469

There are 26 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 12, 2018

  • The devDependency js-beautify was updated from 1.8.6 to 1.8.7.

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

Commits

The new version differs by 54 commits.

  • d3a982b Release: 1.8.7
  • f6823c3 Merge remote-tracking branch 'origin/master' into release
  • d621adb Bump version numbers for 1.8.7
  • 2f8e4f0 Merge pull request #1571 from MacKLess/preserve
  • c413de0 Add preserve and preserve_align to html
  • 7b20e88 Merge pull request #1566 from zilioti/core-options-test
  • 96a0f67 Minor tweaks
  • 2801952 Merge remote-tracking branch 'beautify-web/master' into core-options-test
  • ab85ff6 Added newlines to end of files
  • 58d339a Add unit tests for core options in python
  • bdc7701 Fix core options tests after running make ci
  • bfdea6e Add unit tests for core options
  • d98c27b Merge pull request #1563 from MacKLess/scripts
  • 096a070 Add tests for indent scripts option
  • 234369d Merge pull request #1476 from ganes1410/add-tests

There are 54 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 18, 2018

  • The devDependency js-beautify was updated from 1.8.7 to 1.8.8.

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

Commits

The new version differs by 62 commits.

  • 87eee68 Release: 1.8.8
  • 0d6ec2f Merge remote-tracking branch 'origin/master' into release
  • 62e2fc9 Bump version numbers for 1.8.8
  • 3d1e8eb Update Changelog
  • 74cb7c4 Merge pull request #1574 from bitwiseman/object-async
  • a2ba20b Fix object literal async indenting
  • 07f7da9 Merge pull request #1570 from mesqueeb/patch-1
  • d3a982b Release: 1.8.7
  • f6823c3 Merge remote-tracking branch 'origin/master' into release
  • d621adb Bump version numbers for 1.8.7
  • 2f8e4f0 Merge pull request #1571 from MacKLess/preserve
  • c413de0 Add preserve and preserve_align to html
  • 2397383 Update "space_after_anon_function": false,
  • 7b20e88 Merge pull request #1566 from zilioti/core-options-test
  • 96a0f67 Minor tweaks

There are 62 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 6, 2018

  • The devDependency js-beautify was updated from 1.8.8 to 1.8.9.

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

Commits

The new version differs by 98 commits.

  • 4ee8f02 Release: 1.8.9
  • af3e8f1 Merge remote-tracking branch 'origin/master' into release
  • 6217492 Bump version numbers for 1.8.9
  • 212077a Update Changelog
  • 678ec2f Merge pull request #1597 from bitwiseman/file-param
  • c070272 Fix globs and tests
  • 5bc3776 Fix indenting
  • 13b6abc Merge pull request #1580 from StefanKoenen/issue-787
  • e1c147d Add glob support to python
  • 4cb57d5 Added support for globs.
  • 44a83e7 Merge pull request #1436 from 121595113/master
  • d7d901a Fixed up method shorthand
  • a715e0d in the .vue file space_after_anon_function is invalid #1425
  • d573cf9 More informative CI matrix names
  • e31f5a2 Merge pull request #1595 from bitwiseman/azure-macos

There are 98 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
Development

No branches or pull requests

1 participant