You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2022/03/14 16:08:24 UTC

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request #2362: build(deps-dev): bump eslint from 8.10.0 to 8.11.0 in /tobago-theme

dependabot[bot] opened a new pull request #2362:
URL: https://github.com/apache/myfaces-tobago/pull/2362


   Bumps [eslint](https://github.com/eslint/eslint) from 8.10.0 to 8.11.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p>
   <blockquote>
   <h2>v8.11.0</h2>
   <h2>Features</h2>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/800bd258e4484de24323809ebbf13fc72fcbabac"><code>800bd25</code></a> feat: add <code>destructuredArrayIgnorePattern</code> option in <code>no-unused-vars</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15649">#15649</a>) (Nitin Kumar)</li>
   <li><a href="https://github.com/eslint/eslint/commit/8933fe7afcc7cdd99cc0efccc08e8fe3a5e2996f"><code>8933fe7</code></a> feat: Catch <code>undefined</code> and <code>Boolean()</code> in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15613">#15613</a>) (Jordan Eldredge)</li>
   <li><a href="https://github.com/eslint/eslint/commit/f90fd9d779a5b28dfd15ca3f993e6b3cd09e71e8"><code>f90fd9d</code></a> feat: Add ESLint favicon to the HTML report document (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15671">#15671</a>) (Mahdi Hosseinzadeh)</li>
   <li><a href="https://github.com/eslint/eslint/commit/57b8a57be75ed2379fe39c93168175090dfe4cdd"><code>57b8a57</code></a> feat: <code>valid-typeof</code> always ban <code>undefined</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15635">#15635</a>) (Zzzen)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/68149221637faa8e4f2718773e751126b7ae8ac9"><code>6814922</code></a> fix: escaping for square brackets in ignore patterns (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15666">#15666</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/c178ce7044b5c19db2f4aabfdbe58003db5062fd"><code>c178ce7</code></a> fix: extend the autofix range in comma-dangle to ensure the last element (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15669">#15669</a>) (Milos Djermanovic)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/c481cecacc728618832b4044374e445d332b4381"><code>c481cec</code></a> docs: add fast-eslint-8 to atom integrations (userguide) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15695">#15695</a>) (db developer)</li>
   <li><a href="https://github.com/eslint/eslint/commit/d2255db24526de604b4a34e90c870158c4ea277e"><code>d2255db</code></a> docs: Add clarification about <code>eslint-enable</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15680">#15680</a>) (dosisod)</li>
   <li><a href="https://github.com/eslint/eslint/commit/8b9433c90c842d8ec06f633df7fbba6ac6d5036b"><code>8b9433c</code></a> docs: add object pattern to first section of computed-property-spacing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15679">#15679</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/de800c3c0b8e3f85921b40eaa97134fef12effa2"><code>de800c3</code></a> docs: link to minimatch docs added.  (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15688">#15688</a>) (Gaurav Tewari)</li>
   <li><a href="https://github.com/eslint/eslint/commit/8f675b1f7f6c0591abe36c20410d226bd9e1faa6"><code>8f675b1</code></a> docs: sort-imports add single named import example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15675">#15675</a>) (Arye Eidelman)</li>
   </ul>
   <h2>Chores</h2>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/385c9ad685b24b1821ec4085596b3aad299fb751"><code>385c9ad</code></a> chore: rm trailing space in docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15689">#15689</a>) (唯然)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p>
   <blockquote>
   <p>v8.11.0 - March 11, 2022</p>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/68149221637faa8e4f2718773e751126b7ae8ac9"><code>6814922</code></a> fix: escaping for square brackets in ignore patterns (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15666">#15666</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/c481cecacc728618832b4044374e445d332b4381"><code>c481cec</code></a> docs: add fast-eslint-8 to atom integrations (userguide) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15695">#15695</a>) (db developer)</li>
   <li><a href="https://github.com/eslint/eslint/commit/800bd258e4484de24323809ebbf13fc72fcbabac"><code>800bd25</code></a> feat: add <code>destructuredArrayIgnorePattern</code> option in <code>no-unused-vars</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15649">#15649</a>) (Nitin Kumar)</li>
   <li><a href="https://github.com/eslint/eslint/commit/8933fe7afcc7cdd99cc0efccc08e8fe3a5e2996f"><code>8933fe7</code></a> feat: Catch <code>undefined</code> and <code>Boolean()</code> in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15613">#15613</a>) (Jordan Eldredge)</li>
   <li><a href="https://github.com/eslint/eslint/commit/d2255db24526de604b4a34e90c870158c4ea277e"><code>d2255db</code></a> docs: Add clarification about <code>eslint-enable</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15680">#15680</a>) (dosisod)</li>
   <li><a href="https://github.com/eslint/eslint/commit/385c9ad685b24b1821ec4085596b3aad299fb751"><code>385c9ad</code></a> chore: rm trailing space in docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15689">#15689</a>) (唯然)</li>
   <li><a href="https://github.com/eslint/eslint/commit/f90fd9d779a5b28dfd15ca3f993e6b3cd09e71e8"><code>f90fd9d</code></a> feat: Add ESLint favicon to the HTML report document (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15671">#15671</a>) (Mahdi Hosseinzadeh)</li>
   <li><a href="https://github.com/eslint/eslint/commit/8b9433c90c842d8ec06f633df7fbba6ac6d5036b"><code>8b9433c</code></a> docs: add object pattern to first section of computed-property-spacing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15679">#15679</a>) (Milos Djermanovic)</li>
   <li><a href="https://github.com/eslint/eslint/commit/de800c3c0b8e3f85921b40eaa97134fef12effa2"><code>de800c3</code></a> docs: link to minimatch docs added.  (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15688">#15688</a>) (Gaurav Tewari)</li>
   <li><a href="https://github.com/eslint/eslint/commit/57b8a57be75ed2379fe39c93168175090dfe4cdd"><code>57b8a57</code></a> feat: <code>valid-typeof</code> always ban <code>undefined</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15635">#15635</a>) (Zzzen)</li>
   <li><a href="https://github.com/eslint/eslint/commit/8f675b1f7f6c0591abe36c20410d226bd9e1faa6"><code>8f675b1</code></a> docs: sort-imports add single named import example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15675">#15675</a>) (Arye Eidelman)</li>
   <li><a href="https://github.com/eslint/eslint/commit/c178ce7044b5c19db2f4aabfdbe58003db5062fd"><code>c178ce7</code></a> fix: extend the autofix range in comma-dangle to ensure the last element (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15669">#15669</a>) (Milos Djermanovic)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/eslint/eslint/commit/76a235a31718312c2ed202fdde030d329ca62486"><code>76a235a</code></a> 8.11.0</li>
   <li><a href="https://github.com/eslint/eslint/commit/89902e6908f64bc7189c30f9a5f16b81d537c9ae"><code>89902e6</code></a> Build: changelog update for 8.11.0</li>
   <li><a href="https://github.com/eslint/eslint/commit/68149221637faa8e4f2718773e751126b7ae8ac9"><code>6814922</code></a> fix: escaping for square brackets in ignore patterns (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15666">#15666</a>)</li>
   <li><a href="https://github.com/eslint/eslint/commit/c481cecacc728618832b4044374e445d332b4381"><code>c481cec</code></a> docs: add fast-eslint-8 to atom integrations (userguide) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15695">#15695</a>)</li>
   <li><a href="https://github.com/eslint/eslint/commit/800bd258e4484de24323809ebbf13fc72fcbabac"><code>800bd25</code></a> feat: add <code>destructuredArrayIgnorePattern</code> option in <code>no-unused-vars</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15649">#15649</a>)</li>
   <li><a href="https://github.com/eslint/eslint/commit/8933fe7afcc7cdd99cc0efccc08e8fe3a5e2996f"><code>8933fe7</code></a> feat: Catch <code>undefined</code> and <code>Boolean()</code> in no-constant-condition (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15613">#15613</a>)</li>
   <li><a href="https://github.com/eslint/eslint/commit/d2255db24526de604b4a34e90c870158c4ea277e"><code>d2255db</code></a> docs: Add clarification about <code>eslint-enable</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15680">#15680</a>)</li>
   <li><a href="https://github.com/eslint/eslint/commit/385c9ad685b24b1821ec4085596b3aad299fb751"><code>385c9ad</code></a> chore: rm trailing space in docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15689">#15689</a>)</li>
   <li><a href="https://github.com/eslint/eslint/commit/83e5458edde20f51a2588a242debcdde9030a915"><code>83e5458</code></a> Sponsors: Sync README with website</li>
   <li><a href="https://github.com/eslint/eslint/commit/f90fd9d779a5b28dfd15ca3f993e6b3cd09e71e8"><code>f90fd9d</code></a> feat: Add ESLint favicon to the HTML report document (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15671">#15671</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.10.0...v8.11.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=8.10.0&new-version=8.11.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@myfaces.apache.org

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



[GitHub] [myfaces-tobago] lofwyr14 merged pull request #2362: build(deps-dev): bump eslint from 8.10.0 to 8.11.0 in /tobago-theme

Posted by GitBox <gi...@apache.org>.
lofwyr14 merged pull request #2362:
URL: https://github.com/apache/myfaces-tobago/pull/2362


   


-- 
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@myfaces.apache.org

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