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

[Snyk] Upgrade js-beautify from 1.6.14 to 1.10.2 #4

Closed

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade js-beautify from 1.6.14 to 1.10.2.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 48 versions ahead of your current version.
  • The recommended version was released 5 months ago, on 2019-08-06.
Release notes
Package name: js-beautify
  • 1.10.2 - 2019-08-06

    Release: 1.10.2

  • 1.10.1 - 2019-07-17

    Merge remote-tracking branch 'origin/master' into release

  • 1.10.1-rc2 - 2019-07-17

    Merge remote-tracking branch 'origin/master' into release

  • 1.10.0 - 2019-05-02

    Release: 1.10.0

  • 1.9.1 - 2019-03-25

    Release: 1.9.1

  • 1.9.0 - 2019-02-28

    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

  • 1.9.0-beta5 - 2019-01-30

    Description

    • Fixed Tab indenting - when requested tabs used universally, tab size customizeable (#1294, #1551)
    • Accurate line wrapping - Layout always wraps when line length exceed specified column (#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 problems) (#1377)
    • Fixed indenting of mustache inverted conditionals (#1623 @e2tha-e)
    • Fixed indenting for tags with option end tags (#1213)

    https://github.com/beautify-web/js-beautify/milestone/23?closed=1

  • 1.9.0-beta4 - 2019-01-26

    Description

    • Fixed Tab indenting - when requested tabs used universally, tab size customizeable (#1294, #1551)
    • Accurate line wrapping - Layout always wraps when line length exceed specified column (#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 problems) (#1377)

    https://github.com/beautify-web/js-beautify/milestone/23?closed=1

  • 1.9.0-beta3 - 2019-01-18

    Release: 1.9.0-beta3

  • 1.9.0-beta2 - 2019-01-17
  • 1.9.0-beta1 - 2019-01-14
  • 1.8.10-beta6 - 2019-01-13
  • 1.8.10-beta5 - 2019-01-13
  • 1.8.10-beta4 - 2019-01-10
  • 1.8.10-beta3 - 2019-01-08
  • 1.8.10-beta2 - 2019-01-08
  • 1.8.10-beta1 - 2018-12-06
  • 1.8.9 - 2018-12-06
  • 1.8.8 - 2018-10-18
  • 1.8.7 - 2018-10-12
  • 1.8.6 - 2018-09-10
  • 1.8.5 - 2018-09-10
  • 1.8.4 - 2018-09-04
  • 1.8.3 - 2018-09-04
  • 1.8.3-rc3 - 2018-09-01
  • 1.8.3-rc2 - 2018-08-30
  • 1.8.3-rc1 - 2018-08-30
  • 1.8.1 - 2018-08-27
  • 1.8.0 - 2018-08-27
  • 1.8.0-rc9 - 2018-08-17
  • 1.8.0-rc8 - 2018-08-16
  • 1.8.0-rc7 - 2018-08-15
  • 1.8.0-rc6 - 2018-08-13
  • 1.8.0-rc5 - 2018-08-12
  • 1.8.0-rc4 - 2018-08-01
  • 1.8.0-rc3 - 2018-07-31
  • 1.8.0-rc2 - 2018-07-07
  • 1.8.0-rc14 - 2018-08-23
  • 1.8.0-rc13 - 2018-08-23
  • 1.8.0-rc12 - 2018-08-22
  • 1.8.0-rc11 - 2018-08-20
  • 1.8.0-rc10 - 2018-08-17
  • 1.7.5 - 2017-12-07
  • 1.7.4 - 2017-10-09
  • 1.7.3 - 2017-09-18
  • 1.7.2 - 2017-09-18
  • 1.7.1 - 2017-09-18
  • 1.7.0 - 2017-09-18
  • 1.6.14 - 2017-05-12
from js-beautify GitHub release notes
Commit messages
Package name: js-beautify
  • 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
  • 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
  • 83cfc14 Merge pull request #1681 from bitwiseman/deps-06
  • a774c9e Upgrade dependencies

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@fisker fisker closed this Jan 13, 2020
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

Successfully merging this pull request may close these issues.

2 participants