-
-
Notifications
You must be signed in to change notification settings - Fork 227
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(eslint-plugin-template): false positive conditional complexity in BoundAttribute > Interpolation #986
Conversation
… BoundAttribute > Interpolation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 800f98f. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 9 targets
Sent with 💌 from NxCloud. |
Codecov Report
@@ Coverage Diff @@
## master #986 +/- ##
==========================================
+ Coverage 86.46% 86.53% +0.07%
==========================================
Files 147 147
Lines 2778 2778
Branches 447 447
==========================================
+ Hits 2402 2404 +2
+ Misses 224 223 -1
+ Partials 152 151 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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 (@​angular-eslint/builder)</summary> ### [`v13.2.1`](https://github.com/angular-eslint/angular-eslint/blob/HEAD/packages/builder/CHANGELOG.md#​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 [@​angular-eslint/builder](https://github.com/angular-eslint/builder) </details> <details> <summary>angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin)</summary> ### [`v13.2.1`](https://github.com/angular-eslint/angular-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​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 ([#​986](angular-eslint/angular-eslint#986)) ([c3f3120](angular-eslint/angular-eslint@c3f3120)) </details> <details> <summary>angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)</summary> ### [`v13.2.1`](https://github.com/angular-eslint/angular-eslint/blob/HEAD/packages/eslint-plugin-template/CHANGELOG.md#​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 ([#​986](angular-eslint/angular-eslint#986)) ([c3f3120](angular-eslint/angular-eslint@c3f3120)) </details> <details> <summary>angular-eslint/angular-eslint (@​angular-eslint/schematics)</summary> ### [`v13.2.1`](https://github.com/angular-eslint/angular-eslint/blob/HEAD/packages/schematics/CHANGELOG.md#​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 [@​angular-eslint/schematics](https://github.com/angular-eslint/schematics) </details> <details> <summary>angular-eslint/angular-eslint (@​angular-eslint/template-parser)</summary> ### [`v13.2.1`](https://github.com/angular-eslint/angular-eslint/blob/HEAD/packages/template-parser/CHANGELOG.md#​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 ([#​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>
Fixes #863