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.7.5 to 1.10.3 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Apr 7, 2020

Snyk has created this PR to upgrade js-beautify from 1.7.5 to 1.10.3.

ℹ️ 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 43 versions ahead of your current version.
  • The recommended version was released 3 months ago, on 2020-01-14.
Release notes
Package name: js-beautify
  • 1.10.3 - 2020-01-14

    Release: 1.10.3

  • 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
  • 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
from js-beautify GitHub release notes
Commit messages
Package name: js-beautify
  • 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
  • 25bd52f Note that Python version only works with JS files
  • a03e5c3 Merge pull request #1731 from orgads/tests-typo
  • 4473d62 Tests: Fix typo
  • 06ee58f Update CodeMirror
  • 81081a5 Merge branch 'master' into codemirror-search
  • 45b073d Merge pull request #1712 from AlexanderMisel/fix-py-2.7
  • 16ea140 The -b option should be followed by an argument
  • 7b6d373 Add codemirror search plugin
  • a4acbc8 Fix for python 2.7 and cli parameters

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

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.

1 participant