Skip to content

Commit

Permalink
Bump angular-html-parser from 1.3.0 to 1.4.0 (#7461)
Browse files Browse the repository at this point in the history
* Bump angular-html-parser from 1.3.0 to 1.4.0

Bumps [angular-html-parser](https://github.com/ikatyang/angular-html-parser) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/ikatyang/angular-html-parser/releases)
- [Changelog](https://github.com/ikatyang/angular-html-parser/blob/master/CHANGELOG.md)
- [Commits](prettier/angular-html-parser@v1.3.0...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* add test for #5810

closes #5810

Co-authored-by: Georgii Dolzhykov <thorn.mailbox@gmail.com>
  • Loading branch information
dependabot-preview[bot] and thorn0 committed Jan 29, 2020
1 parent e4e1b3e commit f40fcba
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"@iarna/toml": "2.2.3",
"@typescript-eslint/typescript-estree": "2.17.0",
"angular-estree-parser": "1.1.5",
"angular-html-parser": "1.3.0",
"angular-html-parser": "1.4.0",
"camelcase": "5.3.1",
"chalk": "3.0.0",
"cjk-regex": "2.0.0",
Expand Down
20 changes: 20 additions & 0 deletions tests/html_basics/__snapshots__/jsfmt.spec.js.snap
Expand Up @@ -478,6 +478,26 @@ printWidth: 80
================================================================================
`;
exports[`tr-without-tbody-5810.html 1`] = `
====================================options=====================================
parsers: ["html"]
printWidth: 80
| printWidth
=====================================input======================================
<table>
<tr></tr>
</table>
<div></div>
=====================================output=====================================
<table>
<tr></tr>
</table>
<div></div>
================================================================================
`;
exports[`void-elements.html 1`] = `
====================================options=====================================
parsers: ["html"]
Expand Down
4 changes: 4 additions & 0 deletions tests/html_basics/tr-without-tbody-5810.html
@@ -0,0 +1,4 @@
<table>
<tr></tr>
</table>
<div></div>
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1456,10 +1456,10 @@ angular-estree-parser@1.1.5:
lines-and-columns "^1.1.6"
tslib "^1.9.3"

angular-html-parser@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/angular-html-parser/-/angular-html-parser-1.3.0.tgz#2b87c3c1b7535a972a00e35604221df3c51e6c6e"
integrity sha512-FCLuM8ZUt30qwiV5KlW8uWL9cwlS2loOIGq8wUQFypkJ1QZqJk829yxTsvp2DvCMZ7uLwfjIaIrKV5N2+RLiSQ==
angular-html-parser@1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/angular-html-parser/-/angular-html-parser-1.4.0.tgz#4080989e46cad183264f950fb475590888d31104"
integrity sha512-5KyzzYOeZV9g9ahXw4rbi8IIbMjUdXoarXJ0CfbWue5U1YsvMnjMZJ3oadpU8ZtnIx1zR/dsyt+FLJx2U65d2Q==
dependencies:
tslib "^1.9.3"

Expand Down

0 comments on commit f40fcba

Please sign in to comment.