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

Update dependency js-beautify to v1.15.1 #69

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2018

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
js-beautify (source) 1.7.5 -> 1.15.1 age adoption passing confidence
@types/js-beautify (source) 0.0.31 -> 1.14.3 age adoption passing confidence

Release Notes

beautifier/js-beautify (js-beautify)

v1.15.1

Compare Source

  • Turn new angular templating off by default in html (#​2247)
  • Perf regression in latest release (1.15.0) (#​2246)

v1.15.0

Compare Source

v1.14.11

Compare Source

v1.14.10

Compare Source

v1.14.9

Compare Source

  • Bump semver and editorconfig (#​2161)
  • Update editorconfig package (#​2160)
  • Allow to configure the "custom elements as inline elements" behavior (#​2113)

v1.14.8

Compare Source

  • Require nodejs v12 or greater (#​2151)
  • CSS insideNonNestedAtRule generic variable (#​2147)
  • Update dependencies (#​2145)
  • Fix CI build (#​2144)
  • Fixed #​2133 Theme Toggle on without_codemirror Mode (#​2138)
  • use correct variable name (#​2135)
  • docs: Fix a few typos (#​2127)
  • Add support for new record types (cont.) (#​2118)
  • fix - semicolon followed by block statement doesnt have new line (#​2117)
  • Fix formatting related to the element (#​2114)
  • issue prettifying (function(){code();{code}})() (#​1852)

v1.14.7

Compare Source

  • Doc: Updates web browser implementation examples (#​2107)
  • HTML formatter breaks layout by introducing newlines (#​1989)

v1.14.6

Compare Source

  • Globs no longer work on Windows in 1.14.5 (#​2093)

v1.14.5

Compare Source

  • Dependency updates and UI tweaks (#​2088)
  • Bump terser from 5.12.1 to 5.14.2 (#​2084)
  • new layout breaks everything on long lines (#​2071)
  • Dark mode (#​2057)

v1.14.4

Compare Source

  • Extra space before !important added (#​2056)
  • css format removes space after quoted value (#​2051)
  • Add grid-template-areas to NON_SEMICOLON_NEWLINE_PROPERTY list (#​2035)
  • CSS formatter removes useful space (#​2024)
  • CHANGELOG.md file was wiped out in v1.14.2 (#​2022)
  • Fails to recognize Handlebars block with whitespace control, e.g. {{~#if true ~}} (#​1988)
  • Support new sass @use syntax (#​1976)
  • Do not remove whitespace after number (#​1950)
  • html formatter doesn't support handlebars partial blocks (#>) (#​1869)
  • in keyword in class method causes indentation problem (#​1846)
  • space_after_named_function not working inside an ES6 class (#​1622)
  • Restyle website (#​1444)
  • improper line concatenation between 'return' and a prefix expression (#​1095)

v1.14.3

Compare Source

  • [LESS] Fixing issues with spacing when an object literal lives inside a mixin (#​2017)
  • Overindentation when using "class" as a key in an object (#​1838)
  • CSS Grid template formatting is broken when adding track size after line names (#​1817)
  • SCSS module system @​use problem (#​1798)
  • JS "space_in_empty_paren" failing for class methods (#​1151)
  • LESS mixins gets formatted strangely (#​722)

v1.14.2

Compare Source

  • Why put npm in dependencies? (#​2005)
  • [Bug] Logical assignments in JS are incorrectly beautified (#​1991)

v1.14.1

Compare Source

v1.14.0

Compare Source

  • import.meta appears on newline (#​1978)
  • Added buttons to website (#​1930)
  • Logical assignment operators; Fix parsing of optional chaining (#​1888)
  • Numbers should be allowed to contain underscores (#​1836)
  • Use native mkdirSync instead of 'mkdirp' package (#​1833)
  • selector_separator_newline adds erroneous newline on @​extend SCSS statements (#​1799)

v1.13.13

Compare Source

  • IE11 compatibility failure v>1.13.5 (#​1918)

v1.13.11

Compare Source

v1.13.8

Compare Source

v1.13.7

Compare Source

v1.13.6

Compare Source

  • Fix space-before-conditional: false to work on switch-case statement (#​1881)
  • Optional chaining obj?.[expr] (#​1801)

v1.13.5

Compare Source

v1.13.4

Compare Source

v1.13.3

Compare Source

v1.13.2

Compare Source

v1.13.1

Compare Source

  • IE11 compatibility failure v>1.13.5 (#​1918)

v1.13.0

Compare Source

  • (internal) Refactor python cssbeautifier to reuse jsbeautifier CLI methods (#​1832)
  • (internal) Switch from node-static to serve (#​1831)
  • Fixed pip install cssbeautifier (#​1830)

v1.12.0

Compare Source

  • Python jsbeautifier fails for special chars (#​1809)
  • pip install cssbeautifier fails (#​1808)
  • Add expand brace-style option to css beautifier (#​1796)
  • Support nullish-coalescing (#​1794)
  • Upgrade ga.js to analytics.js (#​1777)
  • Newline rule not working with css-like files (#​1776)
  • no new line after self closing tag (#​1718)
  • HTML format, no break after ? (#​1365)
  • Does this extension still supports applying Allman style to CSS? (#​1353)
  • Add brace_style option for CSS (#​1259)

v1.11.0

Compare Source

v1.10.3

Compare Source

  • Unquoted href causes wrong indentation (#​1736)
  • Broken private fields in classes (JS) (#​1734)
  • Fix for python 2.7 and cli parameters (#​1712)
  • Search (ctrl+f) works only in view field in CodeMirror (#​1696)

v1.10.2

Compare Source

  • Please update CodeMirror Addon (#​1695)
  • Nested braces indentation (#​223)

v1.10.1

Compare Source

  • javascript fails to format when <?php > is first text inside <script> tag (#​1687)
  • 414 Request-URI Too Large (#​1640)

v1.10.0

Compare Source

  • beautifying scss selector with colon in it adds space (#​1667)
  • Javascript multiline comments duplicates (#​1663)
  • Tokenizer crashes if the input terminates with a dot character. (#​1658)
  • stop reformatting valid css \! into invalid \ ! (#​1656)
  • wrong indent for unclosed <? - need to support disabling templating (#​1647)
  • Beautify inserts space before exclamation mark in comment <!-- in css <style> (#​1641)
  • 'less' mixins parameter formatting problem (#​1582)
  • Change css tests to use 4 space indenting instead of tabs (#​1527)
  • Braces after case get pushed onto new line (#​1357)
  • Extra space in pseudo-elements and pseudo-classes selectors (#​1233)
  • LESS formatting - mixins with multiple variables (#​1018)
  • Bug in less format (#​842)

v1.9.1

Compare Source

  • nested table not beautified correctly (#​1649)
  • Add an option to preserve indentation on empty lines (#​1322)

v1.9.0

Compare Source

  • Incorrect indentation of ^ inverted section tags in Handlebars/Mustache code (#​1623)

  • PHP In HTML Attributes (#​1620)

  • DeanEdward python unpacker offset problem (#​1616)

  • CLI on Windows doesn't accept -f - for stdin? (#​1609)

  • HTML type attribute breaks JavaScript beautification? (#​1606)

  • Use of global MODE before declaration caused uglify problem (#​1604)

  • When building html tags using Mustache variables, extra whitespace is added after opening arrow (#​1602)

  • <script type="text/html">isnot abled to be beautified ([#​1591](https://redirect.github.com/<script type="text/html">isnot abled to be beautified beautifier/js-beautify#1591))
  • _get_full_indent undefined (#​1590)

  • Website "autodetect" setting doesn't distinguish css vs javascript (#​1565)

  • Add setting to keep HTML tag text content unformatted or ignore custom delimiters (#​1560)

  • HTML auto formatting using spaces instead of tabs (#​1551)

  • Unclosed single quote in php tag causes formatting changes which break php code (#​1377)

  • Using tabs when wrapping attributes and wrapping if needed (#​1294)

  • HTML --wrap-attributes doesn't respect --wrap-line-length (#​1238)

  • Bad indent level(HTML) (#​1213)

  • js-beautify produces invalid code for variables with Unicode escape sequences (#​1211)

  • support vuejs (#​1154)

  • Go templates in HTML (#​881)

  • Better behavior for javascript --wrap-line-length (#​284)

v1.8.9

Compare Source

  • Won't run from CLI - bad option name files (#​1583)
  • in the .vue file space\_after\_anon\_function is invalid (#​1425)
  • Add function default_options() to beautifier.js (#​1364)
  • fix: Missing space before function parentheses ? (#​1077)
  • Support globs in CLI (#​787)

v1.8.8

Compare Source

  • async function in object wrong indentation (#​1573)

v1.8.7

Compare Source

  • Add tests for html indent\_scripts option (#​1518)
  • Support dynamic import (#​1197)
  • HTML: add an option to preserve manual wrapping of attributes (#​1125)
  • js-beautify adds a space between # and include (#​1114)
  • space_after_anon_function doesn't work with anon async functions (#​1034)
  • Space before function arguments (space-after-function) (space-after-named-function) (#​608)

v1.8.6

Compare Source

  • JS beautify break the angular compile (#​1544)
  • base64 string is broken with v1.8.4 (#​1535)
  • Bookmarklet becomes totally useless (#​1408)
  • HTTPS (#​1399)
  • Beautify breaks when js starts with space followed by multi-line comment (#​789)

v1.8.5

Compare Source

v1.8.4

Compare Source

  • Multiple newlines added between empty textarea and "unformatted" inline elements (#​1534)
  • unindent_chained_methods broken (#​1533)

v1.8.3

Compare Source

  • Missing Bower Assets (#​1521)
  • Javascript ternary breaked with await (#​1519)
  • Object property indented after await (#​1517)
  • Handlebars formatting problems (#​870)
  • beautify.js doesn't have indent_level option (#​724)

v1.8.1

Compare Source

  • Why npm is a dependency? (#​1516)
  • indent_inner_html not working in v1.8.0 (#​1514)

v1.8.0

Compare Source

  • list items of nested lists get indented backwards (#​1501)
  • Make beautifier auto-convert options with dashes into underscores (#​1497)
  • ReferenceError: token is not defined (#​1496)
  • Publish v1.8.0 (#​1495)
  • still probem #​1439 / #​1337 (#​1491)
  • Duplicating HTML Code Nested In PHP (#​1483)
  • Handlebars - if tags are broken when using helper with textarea (#​1482)
  • TypeError: Cannot read property '1' of null (#​1481)
  • Space in Self Closing Tag Issue (#​1478)
  • Weird Formatting in VSCode (#​1475)
  • Indent with tab issue on website (#​1470)
  • Contents of hbs tags are converted to lowercase (#​1464)
  • HTML tags are indented wrongly when attributes are present (#​1462)
  • hbs tags are stripped when there is a comment below or inline (#​1461)
  • Spaces added to handlebars with '=' (#​1460)
  • jsbeautifier.org don't works (#​1445)
  • Commenting code and then beautifying removes line breaks (#​1440)
  • Less: Where is my space? (#​1411)
  • No newline after @​import (#​1406)
  • "html.format.wrapAttributes": "force-aligned" adds empty line on long attributes (#​1403)
  • HTML: wrap_line_length is handled incorrectly (#​1401)
  • js-beautify is breaking code by adding space after import (#​1393)
  • JS-Beautify should format XML tags inside HTML files (#​1383)
  • python unpacker can not handle if radix given as [] and not as a number (#​1381)
  • unindent_chained_methods breaks indentation for if statements without brackets (#​1378)
  • function parameters merged into single line when starting with ! or [ (#​1374)
  • CSS selector issue (header > div[class~="div-all"]) in SCSS file (#​1373)
  • Add "Create Issue for Unexpected Output" button to website (#​1371)
  • Add combobox to control type of beautification (#​1370)
  • Add Options textbox to website for debugging (#​1369)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch from 56e7e5a to 6933bf3 Compare August 27, 2018 23:37
@renovate renovate bot changed the title Update dependency js-beautify to v1.8.0 Update dependency js-beautify to v1.8.1 Aug 27, 2018
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch 4 times, most recently from 387793b to 03ae94c Compare August 31, 2018 03:05
@renovate renovate bot changed the title Update dependency js-beautify to v1.8.1 Update dependency js-beautify to v1.8.3 Sep 4, 2018
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch 2 times, most recently from 962db48 to 5b1f887 Compare September 4, 2018 22:43
@renovate renovate bot changed the title Update dependency js-beautify to v1.8.3 Update dependency js-beautify to v1.8.4 Sep 4, 2018
@renovate renovate bot changed the title Update dependency js-beautify to v1.8.4 Update dependency @types/js-beautify to v1 Sep 5, 2018
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch 4 times, most recently from 353e781 to 07d3934 Compare September 10, 2018 23:31
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch 4 times, most recently from f60dda6 to 8f5623c Compare September 18, 2018 05:00
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch 7 times, most recently from 35f22c1 to 33a2a45 Compare October 4, 2018 18:46
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch 4 times, most recently from c4354b9 to 11aff60 Compare October 9, 2018 23:41
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch from da92e9f to 2083eee Compare October 15, 2021 00:27
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch 2 times, most recently from a4546b1 to 193e3b1 Compare October 27, 2021 04:38
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch from 193e3b1 to ff0e5c3 Compare November 10, 2021 01:41
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch from ff0e5c3 to edcc90b Compare April 25, 2022 01:36
@renovate renovate bot changed the title Update dependency js-beautify to v1.14.0 Update dependency js-beautify to v1.14.3 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch from edcc90b to e29343e Compare June 23, 2022 23:01
@renovate renovate bot changed the title Update dependency js-beautify to v1.14.3 Update dependency js-beautify to v1.14.4 Jun 23, 2022
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch from e29343e to a539879 Compare September 25, 2022 12:18
@renovate renovate bot changed the title Update dependency js-beautify to v1.14.4 Update dependency js-beautify to v1.14.6 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch from a539879 to 85128ec Compare November 20, 2022 21:28
@renovate renovate bot changed the title Update dependency js-beautify to v1.14.6 Update dependency js-beautify to v1.14.7 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch from 85128ec to 3f87bf9 Compare June 1, 2023 19:05
@renovate renovate bot changed the title Update dependency js-beautify to v1.14.7 Update dependency js-beautify to v1.14.8 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch from 3f87bf9 to d65e21b Compare July 20, 2023 11:06
@renovate renovate bot changed the title Update dependency js-beautify to v1.14.8 Update dependency js-beautify to v1.14.9 Jul 20, 2023
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch from d65e21b to aa9a0b3 Compare July 31, 2023 20:23
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch from aa9a0b3 to 9e50d65 Compare September 15, 2023 23:17
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch from 9e50d65 to 36026a1 Compare October 18, 2023 06:54
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch from 36026a1 to 60a7153 Compare November 7, 2023 04:01
@renovate renovate bot changed the title Update dependency js-beautify to v1.14.9 Update dependency js-beautify to v1.14.11 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch from 60a7153 to afb3591 Compare November 7, 2023 11:35
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch 3 times, most recently from 835f137 to 5ba6017 Compare January 31, 2024 04:59
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch from 5ba6017 to a451bcc Compare February 15, 2024 18:11
@renovate renovate bot changed the title Update dependency js-beautify to v1.14.11 Update dependency js-beautify to v1.15.0 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/js-beautify-1.x branch from a451bcc to db22417 Compare February 16, 2024 17:09
@renovate renovate bot changed the title Update dependency js-beautify to v1.15.0 Update dependency js-beautify to v1.15.1 Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants