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

fix(template-parser): suppress parse errors by default, add suppressParseErrors parserOption #987

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

JamesHenry
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Apr 14, 2022

Codecov Report

Merging #987 (0890eba) into master (c3f3120) will increase coverage by 0.11%.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##           master     #987      +/-   ##
==========================================
+ Coverage   86.53%   86.64%   +0.11%     
==========================================
  Files         147      147              
  Lines        2778     2779       +1     
  Branches      447      448       +1     
==========================================
+ Hits         2404     2408       +4     
+ Misses        223      220       -3     
  Partials      151      151              
Flag Coverage Δ
unittest 86.64% <66.66%> (+0.11%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/template-parser/src/index.ts 83.69% <66.66%> (+3.47%) ⬆️

@JamesHenry JamesHenry merged commit 417bee6 into master Apr 14, 2022
@JamesHenry JamesHenry deleted the suppress-parse-errors branch April 14, 2022 11:48
crapStone pushed a commit to Calciumdibromid/CaBr2 that referenced this pull request Apr 25, 2022
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint) | devDependencies | patch | [`13.2.0` -> `13.2.1`](https://renovatebot.com/diffs/npm/@angular-eslint%2fbuilder/13.2.0/13.2.1) |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint) | devDependencies | patch | [`13.2.0` -> `13.2.1`](https://renovatebot.com/diffs/npm/@angular-eslint%2feslint-plugin/13.2.0/13.2.1) |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint) | devDependencies | patch | [`13.2.0` -> `13.2.1`](https://renovatebot.com/diffs/npm/@angular-eslint%2feslint-plugin-template/13.2.0/13.2.1) |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint) | devDependencies | patch | [`13.2.0` -> `13.2.1`](https://renovatebot.com/diffs/npm/@angular-eslint%2fschematics/13.2.0/13.2.1) |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint) | devDependencies | patch | [`13.2.0` -> `13.2.1`](https://renovatebot.com/diffs/npm/@angular-eslint%2ftemplate-parser/13.2.0/13.2.1) |

---

### Release Notes

<details>
<summary>angular-eslint/angular-eslint (@&#8203;angular-eslint/builder)</summary>

### [`v13.2.1`](https://github.com/angular-eslint/angular-eslint/blob/HEAD/packages/builder/CHANGELOG.md#&#8203;1321-httpsgithubcomangular-eslintangular-eslintcomparev1320v1321-2022-04-14)

[Compare Source](angular-eslint/angular-eslint@v13.2.0...v13.2.1)

**Note:** Version bump only for package [@&#8203;angular-eslint/builder](https://github.com/angular-eslint/builder)

</details>

<details>
<summary>angular-eslint/angular-eslint (@&#8203;angular-eslint/eslint-plugin)</summary>

### [`v13.2.1`](https://github.com/angular-eslint/angular-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;1321-httpsgithubcomangular-eslintangular-eslintcomparev1320v1321-2022-04-14)

[Compare Source](angular-eslint/angular-eslint@v13.2.0...v13.2.1)

##### Bug Fixes

-   **eslint-plugin-template:** false positive conditional complexity in BoundAttribute > Interpolation ([#&#8203;986](angular-eslint/angular-eslint#986)) ([c3f3120](angular-eslint/angular-eslint@c3f3120))

</details>

<details>
<summary>angular-eslint/angular-eslint (@&#8203;angular-eslint/eslint-plugin-template)</summary>

### [`v13.2.1`](https://github.com/angular-eslint/angular-eslint/blob/HEAD/packages/eslint-plugin-template/CHANGELOG.md#&#8203;1321-httpsgithubcomangular-eslintangular-eslintcomparev1320v1321-2022-04-14)

[Compare Source](angular-eslint/angular-eslint@v13.2.0...v13.2.1)

##### Bug Fixes

-   **eslint-plugin-template:** false positive conditional complexity in BoundAttribute > Interpolation ([#&#8203;986](angular-eslint/angular-eslint#986)) ([c3f3120](angular-eslint/angular-eslint@c3f3120))

</details>

<details>
<summary>angular-eslint/angular-eslint (@&#8203;angular-eslint/schematics)</summary>

### [`v13.2.1`](https://github.com/angular-eslint/angular-eslint/blob/HEAD/packages/schematics/CHANGELOG.md#&#8203;1321-httpsgithubcomangular-eslintangular-eslintcomparev1320v1321-2022-04-14)

[Compare Source](angular-eslint/angular-eslint@v13.2.0...v13.2.1)

**Note:** Version bump only for package [@&#8203;angular-eslint/schematics](https://github.com/angular-eslint/schematics)

</details>

<details>
<summary>angular-eslint/angular-eslint (@&#8203;angular-eslint/template-parser)</summary>

### [`v13.2.1`](https://github.com/angular-eslint/angular-eslint/blob/HEAD/packages/template-parser/CHANGELOG.md#&#8203;1321-httpsgithubcomangular-eslintangular-eslintcomparev1320v1321-2022-04-14)

[Compare Source](angular-eslint/angular-eslint@v13.2.0...v13.2.1)

##### Bug Fixes

-   **template-parser:** suppress parse errors by default, add suppressParseErrors parserOption ([#&#8203;987](angular-eslint/angular-eslint#987)) ([417bee6](angular-eslint/angular-eslint@417bee6))

</details>

---

### Configuration

📅 **Schedule**: 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1307
Reviewed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
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.

None yet

1 participant