-
-
Notifications
You must be signed in to change notification settings - Fork 235
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(schematics): support more permutations of ng-add #970
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 17d6586. 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 #970 +/- ##
==========================================
+ Coverage 86.39% 86.46% +0.07%
==========================================
Files 147 147
Lines 2771 2778 +7
Branches 445 447 +2
==========================================
+ Hits 2394 2402 +8
+ Misses 225 224 -1
Partials 152 152
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 | minor | [`13.1.0` -> `13.2.0`](https://renovatebot.com/diffs/npm/@angular-eslint%2fbuilder/13.1.0/13.2.0) | | [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint) | devDependencies | minor | [`13.1.0` -> `13.2.0`](https://renovatebot.com/diffs/npm/@angular-eslint%2feslint-plugin/13.1.0/13.2.0) | | [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint) | devDependencies | minor | [`13.1.0` -> `13.2.0`](https://renovatebot.com/diffs/npm/@angular-eslint%2feslint-plugin-template/13.1.0/13.2.0) | | [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint) | devDependencies | minor | [`13.1.0` -> `13.2.0`](https://renovatebot.com/diffs/npm/@angular-eslint%2fschematics/13.1.0/13.2.0) | | [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint) | devDependencies | minor | [`13.1.0` -> `13.2.0`](https://renovatebot.com/diffs/npm/@angular-eslint%2ftemplate-parser/13.1.0/13.2.0) | --- ### Release Notes <details> <summary>angular-eslint/angular-eslint (@​angular-eslint/builder)</summary> ### [`v13.2.0`](https://github.com/angular-eslint/angular-eslint/blob/HEAD/packages/builder/CHANGELOG.md#​1320-httpsgithubcomangular-eslintangular-eslintcomparev1310v1320-2022-04-03) [Compare Source](angular-eslint/angular-eslint@v13.1.0...v13.2.0) **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.0`](https://github.com/angular-eslint/angular-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​1320-httpsgithubcomangular-eslintangular-eslintcomparev1310v1320-2022-04-03) [Compare Source](angular-eslint/angular-eslint@v13.1.0...v13.2.0) ##### Features - **eslint-plugin-template:** add require-localize-metadata rule ([#​844](angular-eslint/angular-eslint#844)) ([ca1edf0](angular-eslint/angular-eslint@ca1edf0)) </details> <details> <summary>angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)</summary> ### [`v13.2.0`](https://github.com/angular-eslint/angular-eslint/blob/HEAD/packages/eslint-plugin-template/CHANGELOG.md#​1320-httpsgithubcomangular-eslintangular-eslintcomparev1310v1320-2022-04-03) [Compare Source](angular-eslint/angular-eslint@v13.1.0...v13.2.0) ##### Features - **parser:** propagate parse errors from angular compiler ([#​969](angular-eslint/angular-eslint#969)) ([ab9b496](angular-eslint/angular-eslint@ab9b496)) </details> <details> <summary>angular-eslint/angular-eslint (@​angular-eslint/schematics)</summary> ### [`v13.2.0`](https://github.com/angular-eslint/angular-eslint/blob/HEAD/packages/schematics/CHANGELOG.md#​1320-httpsgithubcomangular-eslintangular-eslintcomparev1310v1320-2022-04-03) [Compare Source](angular-eslint/angular-eslint@v13.1.0...v13.2.0) ##### Bug Fixes - **schematics:** support more permutations of ng-add ([#​970](angular-eslint/angular-eslint#970)) ([0bf549b](angular-eslint/angular-eslint@0bf549b)) </details> <details> <summary>angular-eslint/angular-eslint (@​angular-eslint/template-parser)</summary> ### [`v13.2.0`](https://github.com/angular-eslint/angular-eslint/blob/HEAD/packages/template-parser/CHANGELOG.md#​1320-httpsgithubcomangular-eslintangular-eslintcomparev1310v1320-2022-04-03) [Compare Source](angular-eslint/angular-eslint@v13.1.0...v13.2.0) ##### Features - **parser:** propagate parse errors from angular compiler ([#​969](angular-eslint/angular-eslint#969)) ([ab9b496](angular-eslint/angular-eslint@ab9b496)) </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> Co-authored-by: 6543 <6543@noreply.codeberg.org> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1281 Reviewed-by: 6543 <6543@noreply.codeberg.org> Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org> Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
No description provided.