Kronos-JMF / jmf

Base model of the Java script Modelling Framework
0 stars 0 forks source link

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.8.0 of js-beautify was just published.

Branch Build failing 🚨
Dependency js-beautify
Current Version 1.7.5
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](https://travis-ci.org/Kronos-JMF/jmf/builds/421323507?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 402 commits.

  • 12087be 1.8.0
  • e905c7c Python 1.8.0
  • 7b32b88 Bump version numbers in README.md
  • 498a550 Merge pull request #1513 from MacKLess/hbs
  • 2fd78a6 Add test for handlebars with wrap attributes
  • f6e38be Merge pull request #1512 from MacKLess/svg
  • 8d6bf68 Add test for SVG formatting
  • d9b36ad Merge pull request #1511 from MacKLess/media
  • 9bedbe1 Add test for newlines in css @media blocks
  • 72f06b6 Merge pull request #1510 from MacKLess/wrap
  • e3979f5 Add test for wrapping negative expressions that end a line
  • a1bfc05 Add CLI values
  • 47231ba Add tests
  • f97b8f8 Merge pull request #1509 from MacKLess/test
  • 391f19e Merge pull request #1508 from MacKLess/force

There are 250 commits in total.

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:

greenkeeper[bot] commented 6 years ago

After pinning to 1.7.5 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 1.8.1 just got published.

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

Commits

The new version differs by 8 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.8.3 just got published.

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

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

greenkeeper[bot] commented 6 years ago

Version 1.8.4 just got published.

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

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[bot] commented 6 years ago

Version 1.8.5 just got published.

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

Commits

The new version differs by 16 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 16 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.8.6 just got published.

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

Commits

The new version differs by 3 commits.

  • aa2ed90 Merge remote-tracking branch 'origin/master' into release
  • 04fab5b Bump version numbers for 1.8.6
  • c0cd2e6 Update Changelog

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 28 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 28 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 44 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 44 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.9.0

Description

  • Fixed Tab indenting - when tabs indenting enabled, they are used universally. Also, tab size customizable: 8-space tabs would mean each tab is treated as 8 spaces. (#1294, #1551)
  • Accurate line wrapping - Layout always wraps when line length exceed specified column, unless wrapping would not reduce line length. (#284, #1238)
  • Improved Template handling in HTML - Go, Django, Handlebars, ERB/EJS/ASP, PHP (still only handlebars indenting) (#881, #1602, #1620)
  • Improved Template handling in Javascript - ERB/EJS/ASP, PHP (no indenting, no Django or Handlebars due to potential syntax conflicts for curly braces) (#1377)
  • Fixed indenting of mustache inverted conditionals (#1623 @e2tha-e)
  • Fixed indenting for HTML tags with option end tags (#1213)

v1.8.9...v1.9.0

Commits

The new version differs by 107 commits.

  • 00e66a6 Merge remote-tracking branch 'origin/master' into release
  • 8fa003e Bump version numbers for 1.9.0
  • 66f611a Update Changelog
  • 027ba4e Increase milestone and issue count maximums
  • f47d361 Update instructions with make js
  • 850fd50 Release: 1.9.0-beta5
  • bf9c079 Merge remote-tracking branch 'origin/master' into release
  • 2742799 Bump version numbers for 1.9.0-beta5
  • 2f1685a Revert "Revert "Stop bothering with node6 on windows""
  • 954d552 Revert "Stop bothering with node6 on windows"
  • 574d1c5 Remove npm install from pipeline
  • 4a23c41 Autoupdate project local npm
  • 17149d2 Report npm version
  • 605e398 Report npm version
  • e2cb65f Try to fix package-lock again

There are 107 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 18 commits.

  • 706f4e6 Release: 1.9.1
  • 293561e Merge remote-tracking branch 'origin/master' into release
  • d869f9d Bump version numbers for 1.9.1
  • d522629 Update Changelog
  • 7532d55 Merge pull request #1645 from HanabishiRecca/master
  • ad8d6ae Option in web version
  • 3dea282 CLI option & readme update
  • 3470ea5 CSS & HTML tests
  • 212fe61 Additional tests
  • e1ec232 Implemented Makefile "alltest" flag
  • 8f9d869 Option renamed
  • 6db4a03 Add initial tests
  • e42c24c Fixed test crash due to encoding
  • 09d92c0 New option: preserve_empty_lines_indent
  • 1f7af59 Limit tag auto-close for td and th tags

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 42 commits.

  • f2815f2 Release: 1.10.0
  • 7f89844 Merge remote-tracking branch 'origin/master' into release
  • f4f406f Bump version numbers for 1.10.0
  • cd574fc Update Changelog
  • d6bb56c Support for case with curly braces
  • d299a74 Add tests for #1233
  • a4aa9bb Fix css escaping
  • e606110 Add templating language config option
  • caac81e Do not repeat comments with indented empty line
  • 0cea554 Merge pull request #1664 from HanabishiRecca/master
  • 880994c Merge pull request #1662 from bitwiseman/comment-wrapping
  • 12c476d Fix paren indenting
  • 737b425 Add tests
  • fa82fbc Merge branch 'master' into comment-wrapping
  • 6c831fa Merge branch 'master' into master

There are 42 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 22 commits.

  • 96f2eb0 Merge remote-tracking branch 'origin/master' into release
  • b8ab8c9 Bump version numbers for 1.10.1
  • a1f4e05 Update Changelog
  • 301cdfb Merge remote-tracking branch 'origin/master' into release
  • e4ca4b7 Bump version numbers for 1.10.1-rc2
  • 2239431 Check for npm and twine at start of release script
  • 2dc62c6 Release: 1.10.1-rc1
  • 481a9ac Merge remote-tracking branch 'origin/master' into release
  • c9ae202 Bump version numbers for 1.10.1-rc1
  • 02b7e1a Merge pull request #1690 from bitwiseman/issue-1687
  • 2b64a03 Only look for coment and cdata wrappers
  • 03f5283 lodash security fix lodash-4.17.14
  • 1baec7c Merge pull request #1689 from beautify-web/greenkeeper/webpack-4.36.1
  • cb989c4 chore(package): update lockfile package-lock.json
  • 425abf0 chore(package): update webpack to version 4.36.1

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • 785c4a6 Release: 1.10.2
  • b31e71a Merge remote-tracking branch 'origin/master' into release
  • 403de87 Bump version numbers for 1.10.2
  • 65402bc Update Changelog
  • 5f85e7e Update python dependencies
  • bdb31ae Improved CodeMirror behavior
  • 510cf7a Support handlebars unescaped triple curly-braces

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 24 commits.

  • d5a3652 Release: 1.10.3
  • 1848c2d Merge remote-tracking branch 'origin/master' into release
  • b7eca84 Bump version numbers for 1.10.3
  • 894d954 Update Changelog
  • 739a91f Fix unquoted attributes with slashes in them
  • 472664c Merge pull request #1745 from bitwiseman/task/deps
  • 66ddffa Update ci images and supported versions
  • 9b4ba95 Update dependencies
  • a21941e Merge pull request #1733 from simonw/patch-1
  • c618e25 Merge pull request #1735 from MikeDombo/fix-private-fields
  • e28329c Add test for private field with changed output
  • e19cf93 Fix private fields by adding new start token to identifiers
  • c26968a Allow # to start identifier, such as private fields in classes
  • db4bc4d Merge pull request #1713 from Hirse/codemirror-search
  • f3c704e Merge branch 'master' into codemirror-search

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 46 commits.

  • 3faa484 Release: 1.11.0
  • 9a14bfb Merge remote-tracking branch 'origin/master' into release
  • ff603c0 Bump version numbers for 1.11.0
  • 846792b Update Changelog
  • 936a3ed Merge pull request #1782 from bitwiseman/issue/1756
  • 4bc5fcc Add support for handlebars partials
  • 4042801 Merge pull request #1781 from bitwiseman/issue/1706
  • 61886f9 Merge pull request #1780 from bitwiseman/issue/1530
  • c006887 Add support for es module
  • a98a43d Add support for pipeline operator
  • 7108993 Merge pull request #1779 from bitwiseman/issue/1727
  • 81e9d45 Support optional chaining
  • 4c65f5f Merge pull request #1778 from bitwiseman/issue/1503
  • 35ed0cd Added optional closing of p tags
  • e00d3b2 Merge pull request #1772 from beautify-web/greenkeeper/mkdirp-1.0.3

There are 46 commits in total.

See the full diff