chore(deps-dev): bump @angular-eslint/schematics from 14.4.0 to 15.2.0 #294

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/angular-eslint/schematics-15.2.0 into master
dependabot[bot] commented 2023-02-01 14:03:21 +08:00 (Migrated from github.com)

Bumps @angular-eslint/schematics from 14.4.0 to 15.2.0.

Release notes

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

v15.2.0

15.2.0 (2023-01-14)

Bug Fixes

  • eslint-plugin: [component-selector] enhance check for prefix and kebab-case (#1250) (16827e4)
  • eslint-plugin: [no-inputs-metadata-property] do not report on directive composition API (#1248) (539cf9f)
  • update dependency @​angular/compiler to v15.0.2 (#1245) (061601f)
  • update dependency @​angular/compiler to v15.1.0 (#1252) (4295c59)
  • update dependency eslint to v8.29.0 (#1246) (10c14d2)
  • update dependency eslint to v8.31.0 (#1262) (db89c85)
  • update dependency ignore to v5.2.1 (#1237) (609e06b)
  • update dependency ignore to v5.2.4 (#1263) (a220e0c)
  • update typescript-eslint packages to v5.45.1 (#1239) (abb7f79)
  • update typescript-eslint packages to v5.48.1 (#1255) (11151d1)
  • utils: use test case filename when specified (#1259) (37bfd14)
  • utils: use tsconfigRootDir as root dir when specified (#1260) (19fe26c)

Features

  • eslint-plugin-template: [i18n] option to require i18n metadata meaning (#1234) (4ef0290)
  • eslint-plugin-template: [no-interpolation-in-attributes] new rule added (#1242) (977cb3a)
  • eslint-plugin: [require-localize-metadata] option to require meaning (#1235) (b870123)

v15.1.0

15.1.0 (2022-11-24)

Bug Fixes

  • eslint-plugin-template: [accessibility-valid-aria] use Number() to parse numeric values (#1218) (6fe40d6)
  • eslint-plugin-template: [i18n] allow more attributes by default (#1220) (4232b1c)
  • eslint-plugin: [no-input-rename] do not report on directive composition API (#1231) (119fba7)
  • update dependency @​angular/compiler to v15.0.1 (#1223) (7b7bd76)
  • update typescript-eslint packages to v5.44.0 (#1222) (5750e3a)

Features

  • eslint-plugin-template: [no-call-expression] add allowList option (#1217) (a69c809)

v15.0.0

15.0.0 (2022-11-20)

As always we recommend that you update your existing workspaces by using ng update as we provide some helpful schematics to help migrate your workspaces to the latest and greatest. Running the following will update Angular, the Angular CLI and angular-eslint together:

ng update @angular/core @angular/cli @angular-eslint/schematics
</tr></table> 

... (truncated)

Changelog

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

15.2.0 (2023-01-14)

Bug Fixes

15.1.0 (2022-11-24)

Bug Fixes

  • update typescript-eslint packages to v5.44.0 (#1222) (5750e3a)

15.0.0 (2022-11-20)

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

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/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) from 14.4.0 to 15.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular-eslint/angular-eslint/releases"><code>@​angular-eslint/schematics</code>'s releases</a>.</em></p> <blockquote> <h2>v15.2.0</h2> <h1><a href="https://github.com/angular-eslint/angular-eslint/compare/v15.1.0...v15.2.0">15.2.0</a> (2023-01-14)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [component-selector] enhance check for prefix and kebab-case (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1250">#1250</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/16827e4cfb203de588a4a0b7adf0eadc56542b38">16827e4</a>)</li> <li><strong>eslint-plugin:</strong> [no-inputs-metadata-property] do not report on directive composition API (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1248">#1248</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/539cf9f0cd33eae888cd27087ec9c22379161c93">539cf9f</a>)</li> <li>update dependency <code>@​angular/compiler</code> to v15.0.2 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1245">#1245</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/061601fea0c5592592c9e27b0aaeb4a0eadf1419">061601f</a>)</li> <li>update dependency <code>@​angular/compiler</code> to v15.1.0 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1252">#1252</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/4295c595c452a48d56caa4571b6964e87ea60fc1">4295c59</a>)</li> <li>update dependency eslint to v8.29.0 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1246">#1246</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/10c14d2e1aaf8185258969226e006a32b3731219">10c14d2</a>)</li> <li>update dependency eslint to v8.31.0 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1262">#1262</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/db89c85956b583c3f865c8ca8bcd4622b1c2925a">db89c85</a>)</li> <li>update dependency ignore to v5.2.1 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1237">#1237</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/609e06b9258c284729a2ff6515e27b3bc9b433a8">609e06b</a>)</li> <li>update dependency ignore to v5.2.4 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1263">#1263</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/a220e0ce051d8b07157e5559a891810a414d7e66">a220e0c</a>)</li> <li>update typescript-eslint packages to v5.45.1 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1239">#1239</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/abb7f794b685a57ce696db9624a2ce66f81c6b4b">abb7f79</a>)</li> <li>update typescript-eslint packages to v5.48.1 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1255">#1255</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/11151d17dc82d04276169e3c898e2aa7f11136b1">11151d1</a>)</li> <li><strong>utils:</strong> use test case filename when specified (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1259">#1259</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/37bfd14cfa14e213c13bad5fe87c057487bac6c3">37bfd14</a>)</li> <li><strong>utils:</strong> use tsconfigRootDir as root dir when specified (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1260">#1260</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/19fe26cbad8047567f939e7a6f8b910b42439f54">19fe26c</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin-template:</strong> [i18n] option to require i18n metadata meaning (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1234">#1234</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/4ef02902f5216ee8a6fab1faf1798ac559341ffc">4ef0290</a>)</li> <li><strong>eslint-plugin-template:</strong> [no-interpolation-in-attributes] new rule added (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1242">#1242</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/977cb3ad623c4d70a0e83b04c0cbe409edf88515">977cb3a</a>)</li> <li><strong>eslint-plugin:</strong> [require-localize-metadata] option to require meaning (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1235">#1235</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/b8701230c14798705be7624af9a03e73792c6f2c">b870123</a>)</li> </ul> <h2>v15.1.0</h2> <h1><a href="https://github.com/angular-eslint/angular-eslint/compare/v15.0.0...v15.1.0">15.1.0</a> (2022-11-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin-template:</strong> [accessibility-valid-aria] use Number() to parse numeric values (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1218">#1218</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/6fe40d672197532176686f1c5c8ab080713334bf">6fe40d6</a>)</li> <li><strong>eslint-plugin-template:</strong> [i18n] allow more attributes by default (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1220">#1220</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/4232b1c1892189623ead2ccd68fcb6d179186e92">4232b1c</a>)</li> <li><strong>eslint-plugin:</strong> [no-input-rename] do not report on directive composition API (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1231">#1231</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/119fba7142845f53ccbbad106f5b572b0d13bc9e">119fba7</a>)</li> <li>update dependency <code>@​angular/compiler</code> to v15.0.1 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1223">#1223</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/7b7bd769f0239e43c7c53e714196e02b80453916">7b7bd76</a>)</li> <li>update typescript-eslint packages to v5.44.0 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1222">#1222</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/5750e3af9c7d9b91f5f4cd2fb524625b215bf4b0">5750e3a</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin-template:</strong> [no-call-expression] add allowList option (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1217">#1217</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/a69c809cd31f142d2f5aff1c34afeb6e4a607a9c">a69c809</a>)</li> </ul> <h2>v15.0.0</h2> <h1><a href="https://github.com/angular-eslint/angular-eslint/compare/v15.0.0-alpha.5...v15.0.0">15.0.0</a> (2022-11-20)</h1> <p>As always we recommend that you update your existing workspaces by using <code>ng update</code> as we provide some helpful schematics to help migrate your workspaces to the latest and greatest. Running the following will update Angular, the Angular CLI and angular-eslint together:</p> <pre lang="sh"><code>ng update @angular/core @angular/cli @angular-eslint/schematics &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md"><code>@​angular-eslint/schematics</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/angular-eslint/angular-eslint/compare/v15.1.0...v15.2.0">15.2.0</a> (2023-01-14)</h1> <h3>Bug Fixes</h3> <ul> <li>update dependency eslint to v8.29.0 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1246">#1246</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/10c14d2e1aaf8185258969226e006a32b3731219">10c14d2</a>)</li> <li>update dependency eslint to v8.31.0 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1262">#1262</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/db89c85956b583c3f865c8ca8bcd4622b1c2925a">db89c85</a>)</li> <li>update dependency ignore to v5.2.1 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1237">#1237</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/609e06b9258c284729a2ff6515e27b3bc9b433a8">609e06b</a>)</li> <li>update dependency ignore to v5.2.4 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1263">#1263</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/a220e0ce051d8b07157e5559a891810a414d7e66">a220e0c</a>)</li> <li>update typescript-eslint packages to v5.45.1 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1239">#1239</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/abb7f794b685a57ce696db9624a2ce66f81c6b4b">abb7f79</a>)</li> <li>update typescript-eslint packages to v5.48.1 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1255">#1255</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/11151d17dc82d04276169e3c898e2aa7f11136b1">11151d1</a>)</li> </ul> <h1><a href="https://github.com/angular-eslint/angular-eslint/compare/v15.0.0...v15.1.0">15.1.0</a> (2022-11-24)</h1> <h3>Bug Fixes</h3> <ul> <li>update typescript-eslint packages to v5.44.0 (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1222">#1222</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/5750e3af9c7d9b91f5f4cd2fb524625b215bf4b0">5750e3a</a>)</li> </ul> <h1><a href="https://github.com/angular-eslint/angular-eslint/compare/v15.0.0-alpha.5...v15.0.0">15.0.0</a> (2022-11-20)</h1> <p><strong>Note:</strong> Version bump only for package <code>@​angular-eslint/schematics</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular-eslint/angular-eslint/commit/e48f172aea96f6e4c6b80d8ff06e8c004caf7775"><code>e48f172</code></a> chore: publish v15.2.0</li> <li><a href="https://github.com/angular-eslint/angular-eslint/commit/11151d17dc82d04276169e3c898e2aa7f11136b1"><code>11151d1</code></a> fix: update typescript-eslint packages to v5.48.1 (<a href="https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics/issues/1255">#1255</a>)</li> <li><a href="https://github.com/angular-eslint/angular-eslint/commit/a220e0ce051d8b07157e5559a891810a414d7e66"><code>a220e0c</code></a> fix: update dependency ignore to v5.2.4 (<a href="https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics/issues/1263">#1263</a>)</li> <li><a href="https://github.com/angular-eslint/angular-eslint/commit/db89c85956b583c3f865c8ca8bcd4622b1c2925a"><code>db89c85</code></a> fix: update dependency eslint to v8.31.0 (<a href="https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics/issues/1262">#1262</a>)</li> <li><a href="https://github.com/angular-eslint/angular-eslint/commit/d147cf02d9f8cb80d4f809d84822ca2c0c02e83b"><code>d147cf0</code></a> chore: update dependency prettier to v2.8.3 (<a href="https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics/issues/1251">#1251</a>)</li> <li><a href="https://github.com/angular-eslint/angular-eslint/commit/abb7f794b685a57ce696db9624a2ce66f81c6b4b"><code>abb7f79</code></a> fix: update typescript-eslint packages to v5.45.1 (<a href="https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics/issues/1239">#1239</a>)</li> <li><a href="https://github.com/angular-eslint/angular-eslint/commit/10c14d2e1aaf8185258969226e006a32b3731219"><code>10c14d2</code></a> fix: update dependency eslint to v8.29.0 (<a href="https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics/issues/1246">#1246</a>)</li> <li><a href="https://github.com/angular-eslint/angular-eslint/commit/609e06b9258c284729a2ff6515e27b3bc9b433a8"><code>609e06b</code></a> fix: update dependency ignore to v5.2.1 (<a href="https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics/issues/1237">#1237</a>)</li> <li><a href="https://github.com/angular-eslint/angular-eslint/commit/ff9c1bcec7cf940adffa051ca58eda5ba6cd7978"><code>ff9c1bc</code></a> chore: publish v15.1.0</li> <li><a href="https://github.com/angular-eslint/angular-eslint/commit/5750e3af9c7d9b91f5f4cd2fb524625b215bf4b0"><code>5750e3a</code></a> fix: update typescript-eslint packages to v5.44.0 (<a href="https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics/issues/1222">#1222</a>)</li> <li>Additional commits viewable in <a href="https://github.com/angular-eslint/angular-eslint/commits/v15.2.0/packages/schematics">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular-eslint/schematics&package-manager=npm_and_yarn&previous-version=14.4.0&new-version=15.2.0)](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>
dependabot[bot] commented 2023-03-01 14:57:16 +08:00 (Migrated from github.com)

Superseded by #303.

Superseded by #303.

Pull request closed

Sign in to join this conversation.
No description provided.