You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2022/12/31 14:43:47 UTC

[GitHub] [streampipes] dependabot[bot] opened a new pull request, #994: chore(deps-dev): bump @angular-eslint/template-parser from 14.4.0 to 15.1.0 in /ui

dependabot[bot] opened a new pull request, #994:
URL: https://github.com/apache/streampipes/pull/994

   Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 14.4.0 to 15.1.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/angular-eslint/angular-eslint/releases"><code>@​angular-eslint/template-parser</code>'s releases</a>.</em></p>
   <blockquote>
   <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
   </code></pre>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>schematics:</strong> ensure scoped project names have correct eslint extends (<a href="https://github.com/angular-eslint/angular-eslint/commit/7b3f73670e2935faf7c8fc961d7f8fa50a91208e">7b3f736</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>bump minimum supported eslint version to 7.20.0 (<a href="https://github.com/angular-eslint/angular-eslint/commit/56ad69f92e5b5789f01d19d0c65e46f4573d9493">56ad69f</a>), closes <a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/662">#662</a></li>
   <li><strong>eslint-plugin:</strong> remove no-conflicting-lifecycle from recommended config (<a href="https://github.com/angular-eslint/angular-eslint/commit/19dd177137ceec8b7ab021246a26095f01f25366">19dd177</a>), closes <a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/502">#502</a></li>
   <li>fast linting by default, set eslint and typescript-eslint recommended (<a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1212">#1212</a>) (<a href="https://github.com/angular-eslint/angular-eslint/commit/1a53ef985fc1ce6dc7b5e9a797c78b46c48a10ac">1a53ef9</a>), closes <a href="https://github-redirect.dependabot.com/angular-eslint/angular-eslint/issues/1174">#1174</a></li>
   <li><strong>schematics:</strong> ng update migration to preserve v14 parserOptions.project for existing workspaces (<a href="https://github.com/angular-eslint/angular-eslint/commit/1d45914097a57bf7fdfc5acc9fab0a66cc01898c">1d45914</a>)</li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li>Your installed version of ESLint must be version 7.20.0 or later (naturally we recommend the latest v8 of ESLint if possible)</li>
   <li><strong>eslint-plugin:</strong> no-conflicting-lifecycle is no longer included as part of the recommended config and if you wish to continue using it you will need to enable it yourself in your eslint config rules</li>
   <li>New projects will not include <code>parserOptions.project</code> configuration in <code>.eslintrc.json</code> files by default, see the new guide here <a href="https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser/blob/HEAD/docs/RULES_REQUIRING_TYPE_INFORMATION.md">https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser/blob/HEAD/docs/RULES_REQUIRING_TYPE_INFORMATION.md</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md"><code>@​angular-eslint/template-parser</code>'s changelog</a>.</em></p>
   <blockquote>
   <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>
   <p><strong>Note:</strong> Version bump only for package <code>@​angular-eslint/template-parser</code></p>
   <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/template-parser</code></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <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/465fabe0fc843065673543a2a25cbaaf60c229fd"><code>465fabe</code></a> chore: publish v15.0.0</li>
   <li><a href="https://github.com/angular-eslint/angular-eslint/commit/fed36400d7e0e754d241ded51ab54adacf226592"><code>fed3640</code></a> v15.0.0-alpha.5</li>
   <li><a href="https://github.com/angular-eslint/angular-eslint/commit/df25423194e1893f49d4f15f9773691f02a51e3d"><code>df25423</code></a> v15.0.0-alpha.4</li>
   <li><a href="https://github.com/angular-eslint/angular-eslint/commit/6abcc3ab0d3000d00ab668d2f6776e0f851b0a41"><code>6abcc3a</code></a> Merge branch 'main' into next-major-release/v15</li>
   <li><a href="https://github.com/angular-eslint/angular-eslint/commit/76e5c723f6c03106c6f2c5839d820a8deb96040c"><code>76e5c72</code></a> v15.0.0-alpha.3</li>
   <li><a href="https://github.com/angular-eslint/angular-eslint/commit/f5bc05ed92c555fa1fdf1505fdb3530e71e3a328"><code>f5bc05e</code></a> Merge branch 'main' into next-major-release/v15</li>
   <li><a href="https://github.com/angular-eslint/angular-eslint/commit/ad7d7eaded8cffc89105dde9fc3a4c70020de4a7"><code>ad7d7ea</code></a> v15.0.0-alpha.2</li>
   <li><a href="https://github.com/angular-eslint/angular-eslint/commit/58e6105c2375550f2b786406f25e304b0d59095b"><code>58e6105</code></a> v15.0.0-alpha.1</li>
   <li><a href="https://github.com/angular-eslint/angular-eslint/commit/333fe1b4c189a5f4ecee216bd5360f428853f50d"><code>333fe1b</code></a> v15.0.0-alpha.0</li>
   <li>Additional commits viewable in <a href="https://github.com/angular-eslint/angular-eslint/commits/v15.1.0/packages/template-parser">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular-eslint/template-parser&package-manager=npm_and_yarn&previous-version=14.4.0&new-version=15.1.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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] bossenti merged pull request #994: chore(deps-dev): bump @angular-eslint/template-parser from 14.4.0 to 15.1.0 in /ui

Posted by GitBox <gi...@apache.org>.
bossenti merged PR #994:
URL: https://github.com/apache/streampipes/pull/994


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org