chore(deps-dev): bump @angular-eslint/builder from 1.2.0 to 2.0.2 #93

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/angular-eslint/builder-2.0.2 into master 2021-04-01 14:02:55 +08:00
dependabot[bot] commented 2021-04-01 13:29:30 +08:00 (Migrated from github.com)

Bumps @angular-eslint/builder from 1.2.0 to 2.0.2.

Release notes

Sourced from @​angular-eslint/builder's releases.

v2.0.2

2.0.2 (2021-03-16)

Bug Fixes

  • builder: printInfo should not be taken into account for report (#376) (d7c6aa4)

v2.0.1

2.0.1 (2021-03-14)

Bug Fixes

  • eslint-plugin-template: conditional-complexity error from bundling (#373) (f466c01)

v2.0.0

2.0.0 (2021-03-13)

We have provided automated migrations for you to move to v2.

All you need to do is first update to Angular and Angular CLI v11.2.0 or above (see https://update.angular.io for full instructions relating to Angular updates):

npx ng update @angular/cli @angular/core

And then run the update schematics for @angular-eslint:

npx ng update @angular-eslint/schematics

Bug Fixes

Features

BREAKING CHANGES

  • The format of results output has changed

  • The use-pipe-decorator rule no longer exists for use

... (truncated)

Changelog

Sourced from @​angular-eslint/builder's changelog.

2.0.2 (2021-03-16)

Bug Fixes

  • builder: printInfo should not be taken into account for report (#376) (d7c6aa4)

2.0.1 (2021-03-14)

Note: Version bump only for package @​angular-eslint/builder

2.0.0 (2021-03-13)

Features

BREAKING CHANGES

  • The format of results output has changed

  • The rule no longer exists for use

  • feat(template-parser): updated use of parseTemplate to improve loc data

  • Requires @​angular/compiler 11.2.0 and above

  • feat(schematics): change way indent and quotes are handled by conversion schematics

  • The conversion schematic handle these rules differently

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) from 1.2.0 to 2.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular-eslint/angular-eslint/releases"><code>@​angular-eslint/builder</code>'s releases</a>.</em></p> <blockquote> <h2>v2.0.2</h2> <h2><a href="https://github.com/angular-eslint/angular-eslint/compare/v2.0.1...v2.0.2">2.0.2</a> (2021-03-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>builder:</strong> printInfo should not be taken into account for report (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/376">#376</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/d7c6aa49132100de23bd101f36ffccf6a8b6414e">d7c6aa4</a>)</li> </ul> <h2>v2.0.1</h2> <h2><a href="https://github.com/angular-eslint/angular-eslint/compare/v2.0.0...v2.0.1">2.0.1</a> (2021-03-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin-template:</strong> conditional-complexity error from bundling (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/373">#373</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/f466c0157f5ecefe6eae9aa726aaf08853c1894d">f466c01</a>)</li> </ul> <h2>v2.0.0</h2> <h1><a href="https://github.com/angular-eslint/angular-eslint/compare/v1.2.0...v2.0.0">2.0.0</a> (2021-03-13)</h1> <p>We have provided automated migrations for you to move to v2.</p> <p>All you need to do is first update to Angular and Angular CLI v11.2.0 or above (see <a href="https://update.angular.io">https://update.angular.io</a> for full instructions relating to Angular updates):</p> <pre lang="sh"><code>npx ng update @angular/cli @angular/core </code></pre> <p>And then run the update schematics for <code>@angular-eslint</code>:</p> <pre lang="sh"><code>npx ng update @angular-eslint/schematics </code></pre> <hr /> <h3>Bug Fixes</h3> <ul> <li><strong>template-parser:</strong> add BindingPipe exp to VisitorKeys (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/337">#337</a>) (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/338">#338</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/75c406f9f496740a694681916b8b4cd7b438d574">75c406f</a>)</li> <li>add docs url for both plugins (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/360">#360</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/4c9b068a13b2ff8e7d5ebc3730564658d7cdc5c6">4c9b068</a>)</li> </ul> <h3>Features</h3> <ul> <li>v2.0.0 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/358">#358</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/737fd04946a9533698c04665c771d944ffbe430c">737fd04</a>), closes <a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/328">#328</a> <a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/245">#245</a></li> <li><strong>builder:</strong> add maxWarnings option (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/351">#351</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/5dc2dc39e51cb3ec2b5e3c8596404dcb8a98877f">5dc2dc3</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li> <p>The format of results output has changed</p> </li> <li> <p>The <code>use-pipe-decorator</code> rule no longer exists for use</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular-eslint/angular-eslint/blob/master/packages/builder/CHANGELOG.md"><code>@​angular-eslint/builder</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/angular-eslint/angular-eslint/compare/v2.0.1...v2.0.2">2.0.2</a> (2021-03-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>builder:</strong> printInfo should not be taken into account for report (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/376">#376</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/d7c6aa49132100de23bd101f36ffccf6a8b6414e">d7c6aa4</a>)</li> </ul> <h2><a href="https://github.com/angular-eslint/angular-eslint/compare/v2.0.0...v2.0.1">2.0.1</a> (2021-03-14)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​angular-eslint/builder</code></p> <h1><a href="https://github.com/angular-eslint/angular-eslint/compare/v1.2.0...v2.0.0">2.0.0</a> (2021-03-13)</h1> <h3>Features</h3> <ul> <li>v2.0.0 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/358">#358</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/737fd04946a9533698c04665c771d944ffbe430c">737fd04</a>), closes <a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/328">#328</a> <a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/245">#245</a></li> <li><strong>builder:</strong> add maxWarnings option (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/351">#351</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/5dc2dc39e51cb3ec2b5e3c8596404dcb8a98877f">5dc2dc3</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li> <p>The format of results output has changed</p> </li> <li> <p>The rule no longer exists for use</p> </li> <li> <p>feat(template-parser): updated use of parseTemplate to improve loc data</p> </li> <li> <p>Requires <code>@​angular/compiler</code> 11.2.0 and above</p> </li> <li> <p>feat(schematics): change way indent and quotes are handled by conversion schematics</p> </li> <li> <p>The conversion schematic handle these rules differently</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular-eslint/angular-eslint/commit/e78d6df0e451efb93ec0b498fa5172db63725a60"><code>e78d6df</code></a> chore: publish v2.0.2</li> <li><a href="https://github.com/angular-eslint/angular-eslint/commit/d7c6aa49132100de23bd101f36ffccf6a8b6414e"><code>d7c6aa4</code></a> fix(builder): printInfo should not be taken into account for report (<a href="https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder/issues/376">#376</a>)</li> <li><a href="https://github.com/angular-eslint/angular-eslint/commit/de8ab5fd4cce540559217709f7ace4a5328c416c"><code>de8ab5f</code></a> chore: publish v2.0.1</li> <li><a href="https://github.com/angular-eslint/angular-eslint/commit/33abddc7062b35f5148f5a0e822ec8b11ecd385a"><code>33abddc</code></a> chore: publish v2.0.0</li> <li><a href="https://github.com/angular-eslint/angular-eslint/commit/737fd04946a9533698c04665c771d944ffbe430c"><code>737fd04</code></a> feat: v2.0.0 (<a href="https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder/issues/358">#358</a>)</li> <li><a href="https://github.com/angular-eslint/angular-eslint/commit/5dc2dc39e51cb3ec2b5e3c8596404dcb8a98877f"><code>5dc2dc3</code></a> feat(builder): add maxWarnings option (<a href="https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder/issues/351">#351</a>)</li> <li>See full diff in <a href="https://github.com/angular-eslint/angular-eslint/commits/v2.0.2/packages/builder">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular-eslint/builder&package-manager=npm_and_yarn&previous-version=1.2.0&new-version=2.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
xiaohai2271 (Migrated from github.com) approved these changes 2021-04-01 14:02:50 +08:00
Sign in to join this conversation.
No description provided.