Bump eslint from 8.15.0 to 8.22.0 in /frontend #346

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/eslint-8.22.0 into main
dependabot[bot] commented 2022-08-15 09:36:22 +00:00 (Migrated from github.com)

Bumps eslint from 8.15.0 to 8.22.0.

Release notes

Sourced from eslint's releases.

v8.22.0

Features

  • 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas)
  • fd5d3d3 feat: add methodsIgnorePattern option to object-shorthand rule (#16185) (Milos Djermanovic)

Documentation

  • 9f5a752 docs: optimize image assets (#16170) (Sam Chen)
  • 61b2948 docs: add svgo command to pre commit hook (#16178) (Amaresh S M)
  • 784096d docs: improve search result UI (#16187) (Sam Chen)
  • d0f4cb4 docs: use shorthand property name in example (#16180) (Kevin Elliott)

Chores

  • 10a6e0e chore: remove deploy workflow for playground (#16186) (Milos Djermanovic)

v8.21.0

Features

  • 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas)
  • 92bf49a feat: improve the key width calculation in key-spacing rule (#16154) (Nitin Kumar)
  • c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#16138) (Nitin Kumar)
  • 1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#16063) (Nitin Kumar)

Bug Fixes

  • 0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#16153) (Nitin Kumar)

Documentation

  • 2aadc93 docs: add anchors to headings inside docs content (#16134) (Strek)

Chores

  • 8892511 chore: Upgrade to Espree 9.3.3 (#16173) (Brandon Mills)
  • 1233bee chore: switch to eslint-plugin-node's maintained fork (#16150) (唯然)
  • 97b95c0 chore: upgrade puppeteer v13 (#16151) (唯然)

v8.20.0

Features

Bug Fixes

  • 30be0ed fix: no-warning-comments rule escapes special RegEx characters in terms (#16090) (Lachlan Hunt)
  • bfe5e88 fix: ignore spacing before ] and } in comma-spacing (#16113) (Milos Djermanovic)

Documentation

  • 845c4f4 docs: Add website team details (#16115) (Nicholas C. Zakas)
  • 5a0dfdb docs: Link to blog post in no-constant-binary-expression (#16112) (Jordan Eldredge)
  • bc692a9 docs: remove install command (#16084) (Strek)
  • 49ca3f0 docs: don't show toc when content not found (#16095) (Amaresh S M)
  • ba19e3f docs: enhance 404 page UI (#16097) (Amaresh S M)
  • a75d3b4 docs: remove unused meta.docs.category field in working-with-rules page (#16109) (Brandon Scott)
  • cdc0206 docs: add formatters page edit link (#16094) (Amaresh S M)
  • 4d1ed22 docs: preselect default theme (#16098) (Strek)
  • 4b79612 docs: add missing correct/incorrect containers (#16087) (Milos Djermanovic)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.22.0 - August 13, 2022

  • 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas)
  • fd5d3d3 feat: add methodsIgnorePattern option to object-shorthand rule (#16185) (Milos Djermanovic)
  • 9f5a752 docs: optimize image assets (#16170) (Sam Chen)
  • 61b2948 docs: add svgo command to pre commit hook (#16178) (Amaresh S M)
  • 784096d docs: improve search result UI (#16187) (Sam Chen)
  • d0f4cb4 docs: use shorthand property name in example (#16180) (Kevin Elliott)
  • 10a6e0e chore: remove deploy workflow for playground (#16186) (Milos Djermanovic)

v8.21.0 - August 1, 2022

  • 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas)
  • 8892511 chore: Upgrade to Espree 9.3.3 (#16173) (Brandon Mills)
  • 92bf49a feat: improve the key width calculation in key-spacing rule (#16154) (Nitin Kumar)
  • c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#16138) (Nitin Kumar)
  • 1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#16063) (Nitin Kumar)
  • 0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#16153) (Nitin Kumar)
  • 2aadc93 docs: add anchors to headings inside docs content (#16134) (Strek)
  • 1233bee chore: switch to eslint-plugin-node's maintained fork (#16150) (唯然)
  • 97b95c0 chore: upgrade puppeteer v13 (#16151) (唯然)

v8.20.0 - July 16, 2022

  • bbf8df4 chore: Mark autogenerated release blog post as draft (#16130) (Nicholas C. Zakas)
  • 845c4f4 docs: Add website team details (#16115) (Nicholas C. Zakas)
  • 5a0dfdb docs: Link to blog post in no-constant-binary-expression (#16112) (Jordan Eldredge)
  • bc692a9 docs: remove install command (#16084) (Strek)
  • 30be0ed fix: no-warning-comments rule escapes special RegEx characters in terms (#16090) (Lachlan Hunt)
  • ca83178 feat: catch preprocess errors (#16105) (JounQin)
  • 49ca3f0 docs: don't show toc when content not found (#16095) (Amaresh S M)
  • ba19e3f docs: enhance 404 page UI (#16097) (Amaresh S M)
  • bfe5e88 fix: ignore spacing before ] and } in comma-spacing (#16113) (Milos Djermanovic)
  • a75d3b4 docs: remove unused meta.docs.category field in working-with-rules page (#16109) (Brandon Scott)
  • cdc0206 docs: add formatters page edit link (#16094) (Amaresh S M)
  • 4d1ed22 docs: preselect default theme (#16098) (Strek)
  • 4b79612 docs: add missing correct/incorrect containers (#16087) (Milos Djermanovic)
  • 09f6acb docs: fix UI bug on rules index and details pages (#16082) (Deepshika S)
  • f5db264 docs: remove remaining duplicate rule descriptions (#16093) (Milos Djermanovic)
  • 32a6b2a docs: Add scroll behaviour smooth (#16056) (Amaresh S M)
  • eee4306 chore: update internal lint dependencies (#16088) (Bryan Mishkin)
  • 9615a42 chore: update formatter examples template to avoid markdown lint error (#16085) (Milos Djermanovic)
  • 62541ed chore: fix markdown linting error (#16083) (唯然)

v8.19.0 - July 1, 2022

  • 7023628 feat: add importNames support for patterns in no-restricted-imports (#16059) (Brandon Scott)
  • 472c368 feat: fix handling of blockless with statements in indent rule (#16068) (Milos Djermanovic)
  • fc81848 fix: throw helpful exception when rule has wrong return type (#16075) (Bryan Mishkin)
  • e884933 chore: use github-slugger for markdown anchors (#16067) (Strek)

... (truncated)

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 [eslint](https://github.com/eslint/eslint) from 8.15.0 to 8.22.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.22.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/2b97607675e1d0920a3abedd736e2ae00ed26d52"><code>2b97607</code></a> feat: Implement caching for FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16190">#16190</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/fd5d3d37c97001fad1d9ae4386f76b3587cceba9"><code>fd5d3d3</code></a> feat: add <code>methodsIgnorePattern</code> option to object-shorthand rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16185">#16185</a>) (Milos Djermanovic)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/9f5a75206675f2404ad6733640cf05ab44b02274"><code>9f5a752</code></a> docs: optimize image assets (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16170">#16170</a>) (Sam Chen)</li> <li><a href="https://github.com/eslint/eslint/commit/61b2948cb71ec505d2f7e904c7ad77ee1da64db2"><code>61b2948</code></a> docs: add svgo command to pre commit hook (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16178">#16178</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/784096d37808e59ce8cc07c3c18018b31a31c3f8"><code>784096d</code></a> docs: improve search result UI (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16187">#16187</a>) (Sam Chen)</li> <li><a href="https://github.com/eslint/eslint/commit/d0f4cb42e86b4b9c7bdf91e88a4ec0d36074f36b"><code>d0f4cb4</code></a> docs: use shorthand property name in example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16180">#16180</a>) (Kevin Elliott)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/10a6e0e14488e4ae9ab267fb5db2ec0c5bb85d59"><code>10a6e0e</code></a> chore: remove deploy workflow for playground (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16186">#16186</a>) (Milos Djermanovic)</li> </ul> <h2>v8.21.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/7b43ea14a8af5fc3dbac38fa9d5bc71741328c16"><code>7b43ea1</code></a> feat: Implement FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16149">#16149</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/92bf49a4b39dde728fbc6d348e62c7009e21cf7d"><code>92bf49a</code></a> feat: improve the key width calculation in <code>key-spacing</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16154">#16154</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/c4615421cb4825e2ad22e275ec9439756d56299c"><code>c461542</code></a> feat: add new <code>allowLineSeparatedGroups</code> option to the <code>sort-keys</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16138">#16138</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/1cdcbca8a961a057a9db40df412f249545befe2b"><code>1cdcbca</code></a> feat: add deprecation warnings for legacy API in <code>RuleTester</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16063">#16063</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/03967755270ae28eec651281c50b6990d3983f48"><code>0396775</code></a> fix: lines-around-comment apply <code>allowBlockStart</code> for switch statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16153">#16153</a>) (Nitin Kumar)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/2aadc93272f1ab7f40246c6b18c4056660f2b3a2"><code>2aadc93</code></a> docs: add anchors to headings inside docs content (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16134">#16134</a>) (Strek)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/889251194867b1f394c571a5982249329fa44cfd"><code>8892511</code></a> chore: Upgrade to Espree 9.3.3 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16173">#16173</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/1233beea3938fc4234c8f75917776832226fc3c8"><code>1233bee</code></a> chore: switch to eslint-plugin-node's maintained fork (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16150">#16150</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/97b95c068d5b35fae68ca919257b61430271ac76"><code>97b95c0</code></a> chore: upgrade puppeteer v13 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16151">#16151</a>) (唯然)</li> </ul> <h2>v8.20.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ca83178b18cd5d649bd52a20aef8f8b3f48d3085"><code>ca83178</code></a> feat: catch preprocess errors (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16105">#16105</a>) (JounQin)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/30be0ed4d84dd436e6c2e345e264c10b2bd37308"><code>30be0ed</code></a> fix: no-warning-comments rule escapes special RegEx characters in terms (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16090">#16090</a>) (Lachlan Hunt)</li> <li><a href="https://github.com/eslint/eslint/commit/bfe5e884098874bb512609bcd94a5e5ed797839d"><code>bfe5e88</code></a> fix: ignore spacing before <code>]</code> and <code>}</code> in comma-spacing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16113">#16113</a>) (Milos Djermanovic)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/845c4f40274ccb3727c624db44c7a23aafa71318"><code>845c4f4</code></a> docs: Add website team details (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16115">#16115</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/5a0dfdb9938ffdcea52047466bac11ea983f4b29"><code>5a0dfdb</code></a> docs: Link to blog post in no-constant-binary-expression (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16112">#16112</a>) (Jordan Eldredge)</li> <li><a href="https://github.com/eslint/eslint/commit/bc692a9bf5c664c646ce386eff44eb706c231127"><code>bc692a9</code></a> docs: remove install command (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16084">#16084</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/49ca3f090425e06fdf6e66bcf2415508c46671e1"><code>49ca3f0</code></a> docs: don't show toc when content not found (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16095">#16095</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/ba19e3f80a32ceae82e0ed6c0acf16061d8370da"><code>ba19e3f</code></a> docs: enhance 404 page UI (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16097">#16097</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/a75d3b47b84f59c080c0c8301ae859fa64aa0f0f"><code>a75d3b4</code></a> docs: remove unused meta.docs.category field in working-with-rules page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16109">#16109</a>) (Brandon Scott)</li> <li><a href="https://github.com/eslint/eslint/commit/cdc020639022dd931863460273de61f4ed4ce0f8"><code>cdc0206</code></a> docs: add formatters page edit link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16094">#16094</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/4d1ed22dede531108c8a7899d513f64f0662c135"><code>4d1ed22</code></a> docs: preselect default theme (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16098">#16098</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/4b79612f0bdf860142401033f32fe9a5b8cd7d03"><code>4b79612</code></a> docs: add missing correct/incorrect containers (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16087">#16087</a>) (Milos Djermanovic)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.22.0 - August 13, 2022</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/2b97607675e1d0920a3abedd736e2ae00ed26d52"><code>2b97607</code></a> feat: Implement caching for FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16190">#16190</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/fd5d3d37c97001fad1d9ae4386f76b3587cceba9"><code>fd5d3d3</code></a> feat: add <code>methodsIgnorePattern</code> option to object-shorthand rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16185">#16185</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/9f5a75206675f2404ad6733640cf05ab44b02274"><code>9f5a752</code></a> docs: optimize image assets (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16170">#16170</a>) (Sam Chen)</li> <li><a href="https://github.com/eslint/eslint/commit/61b2948cb71ec505d2f7e904c7ad77ee1da64db2"><code>61b2948</code></a> docs: add svgo command to pre commit hook (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16178">#16178</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/784096d37808e59ce8cc07c3c18018b31a31c3f8"><code>784096d</code></a> docs: improve search result UI (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16187">#16187</a>) (Sam Chen)</li> <li><a href="https://github.com/eslint/eslint/commit/d0f4cb42e86b4b9c7bdf91e88a4ec0d36074f36b"><code>d0f4cb4</code></a> docs: use shorthand property name in example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16180">#16180</a>) (Kevin Elliott)</li> <li><a href="https://github.com/eslint/eslint/commit/10a6e0e14488e4ae9ab267fb5db2ec0c5bb85d59"><code>10a6e0e</code></a> chore: remove deploy workflow for playground (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16186">#16186</a>) (Milos Djermanovic)</li> </ul> <p>v8.21.0 - August 1, 2022</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/7b43ea14a8af5fc3dbac38fa9d5bc71741328c16"><code>7b43ea1</code></a> feat: Implement FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16149">#16149</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/889251194867b1f394c571a5982249329fa44cfd"><code>8892511</code></a> chore: Upgrade to Espree 9.3.3 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16173">#16173</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/92bf49a4b39dde728fbc6d348e62c7009e21cf7d"><code>92bf49a</code></a> feat: improve the key width calculation in <code>key-spacing</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16154">#16154</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/c4615421cb4825e2ad22e275ec9439756d56299c"><code>c461542</code></a> feat: add new <code>allowLineSeparatedGroups</code> option to the <code>sort-keys</code> rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16138">#16138</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/1cdcbca8a961a057a9db40df412f249545befe2b"><code>1cdcbca</code></a> feat: add deprecation warnings for legacy API in <code>RuleTester</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16063">#16063</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/03967755270ae28eec651281c50b6990d3983f48"><code>0396775</code></a> fix: lines-around-comment apply <code>allowBlockStart</code> for switch statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16153">#16153</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/2aadc93272f1ab7f40246c6b18c4056660f2b3a2"><code>2aadc93</code></a> docs: add anchors to headings inside docs content (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16134">#16134</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/1233beea3938fc4234c8f75917776832226fc3c8"><code>1233bee</code></a> chore: switch to eslint-plugin-node's maintained fork (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16150">#16150</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/97b95c068d5b35fae68ca919257b61430271ac76"><code>97b95c0</code></a> chore: upgrade puppeteer v13 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16151">#16151</a>) (唯然)</li> </ul> <p>v8.20.0 - July 16, 2022</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/bbf8df41c901d41753ca4f3f0baf021944782597"><code>bbf8df4</code></a> chore: Mark autogenerated release blog post as draft (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16130">#16130</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/845c4f40274ccb3727c624db44c7a23aafa71318"><code>845c4f4</code></a> docs: Add website team details (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16115">#16115</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/5a0dfdb9938ffdcea52047466bac11ea983f4b29"><code>5a0dfdb</code></a> docs: Link to blog post in no-constant-binary-expression (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16112">#16112</a>) (Jordan Eldredge)</li> <li><a href="https://github.com/eslint/eslint/commit/bc692a9bf5c664c646ce386eff44eb706c231127"><code>bc692a9</code></a> docs: remove install command (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16084">#16084</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/30be0ed4d84dd436e6c2e345e264c10b2bd37308"><code>30be0ed</code></a> fix: no-warning-comments rule escapes special RegEx characters in terms (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16090">#16090</a>) (Lachlan Hunt)</li> <li><a href="https://github.com/eslint/eslint/commit/ca83178b18cd5d649bd52a20aef8f8b3f48d3085"><code>ca83178</code></a> feat: catch preprocess errors (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16105">#16105</a>) (JounQin)</li> <li><a href="https://github.com/eslint/eslint/commit/49ca3f090425e06fdf6e66bcf2415508c46671e1"><code>49ca3f0</code></a> docs: don't show toc when content not found (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16095">#16095</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/ba19e3f80a32ceae82e0ed6c0acf16061d8370da"><code>ba19e3f</code></a> docs: enhance 404 page UI (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16097">#16097</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/bfe5e884098874bb512609bcd94a5e5ed797839d"><code>bfe5e88</code></a> fix: ignore spacing before <code>]</code> and <code>}</code> in comma-spacing (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16113">#16113</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a75d3b47b84f59c080c0c8301ae859fa64aa0f0f"><code>a75d3b4</code></a> docs: remove unused meta.docs.category field in working-with-rules page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16109">#16109</a>) (Brandon Scott)</li> <li><a href="https://github.com/eslint/eslint/commit/cdc020639022dd931863460273de61f4ed4ce0f8"><code>cdc0206</code></a> docs: add formatters page edit link (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16094">#16094</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/4d1ed22dede531108c8a7899d513f64f0662c135"><code>4d1ed22</code></a> docs: preselect default theme (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16098">#16098</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/4b79612f0bdf860142401033f32fe9a5b8cd7d03"><code>4b79612</code></a> docs: add missing correct/incorrect containers (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16087">#16087</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/09f6acbf2136e3084a3174607ab29a48d5d519b0"><code>09f6acb</code></a> docs: fix UI bug on rules index and details pages (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16082">#16082</a>) (Deepshika S)</li> <li><a href="https://github.com/eslint/eslint/commit/f5db264931fd6259e064b5cf24b4233f5aaa4c7d"><code>f5db264</code></a> docs: remove remaining duplicate rule descriptions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16093">#16093</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/32a6b2a5caae8fa3734dfbdb9640bb4963fc5f4f"><code>32a6b2a</code></a> docs: Add scroll behaviour smooth (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16056">#16056</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/eee43067f635c0ec3b61e416f47849029d12268d"><code>eee4306</code></a> chore: update internal lint dependencies (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16088">#16088</a>) (Bryan Mishkin)</li> <li><a href="https://github.com/eslint/eslint/commit/9615a42c9f065188024423a28b603cb93dad18d4"><code>9615a42</code></a> chore: update formatter examples template to avoid markdown lint error (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16085">#16085</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/62541edf5843ff8e01f14f870701d5df0b2c1cb5"><code>62541ed</code></a> chore: fix markdown linting error (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16083">#16083</a>) (唯然)</li> </ul> <p>v8.19.0 - July 1, 2022</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/7023628eb3af1bcc0151afab2bf617217fae51b1"><code>7023628</code></a> feat: add importNames support for patterns in no-restricted-imports (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16059">#16059</a>) (Brandon Scott)</li> <li><a href="https://github.com/eslint/eslint/commit/472c3681364833f697d726abc3c33fbe2663eeb7"><code>472c368</code></a> feat: fix handling of blockless <code>with</code> statements in indent rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16068">#16068</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/fc81848238ee0f6ff93615875ea4b8e95dc09249"><code>fc81848</code></a> fix: throw helpful exception when rule has wrong return type (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16075">#16075</a>) (Bryan Mishkin)</li> <li><a href="https://github.com/eslint/eslint/commit/e88493395b3be2b08e14e9b84d20d2733f78582c"><code>e884933</code></a> chore: use <code>github-slugger</code> for markdown anchors (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16067">#16067</a>) (Strek)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/4e9671fcd5870a87420371176df20e29260cb3e2"><code>4e9671f</code></a> 8.22.0</li> <li><a href="https://github.com/eslint/eslint/commit/5092a242c272b3f2c5b2e04b1f3e4b064d3cd9e5"><code>5092a24</code></a> Build: changelog update for 8.22.0</li> <li><a href="https://github.com/eslint/eslint/commit/2b97607675e1d0920a3abedd736e2ae00ed26d52"><code>2b97607</code></a> feat: Implement caching for FlatESLint (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16190">#16190</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/fd5d3d37c97001fad1d9ae4386f76b3587cceba9"><code>fd5d3d3</code></a> feat: add <code>methodsIgnorePattern</code> option to object-shorthand rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16185">#16185</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/9f5a75206675f2404ad6733640cf05ab44b02274"><code>9f5a752</code></a> docs: optimize image assets (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16170">#16170</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/61b2948cb71ec505d2f7e904c7ad77ee1da64db2"><code>61b2948</code></a> docs: add svgo command to pre commit hook (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16178">#16178</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/784096d37808e59ce8cc07c3c18018b31a31c3f8"><code>784096d</code></a> docs: improve search result UI (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16187">#16187</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/d0f4cb42e86b4b9c7bdf91e88a4ec0d36074f36b"><code>d0f4cb4</code></a> docs: use shorthand property name in example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16180">#16180</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/10a6e0e14488e4ae9ab267fb5db2ec0c5bb85d59"><code>10a6e0e</code></a> chore: remove deploy workflow for playground (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16186">#16186</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/9c53ed40255f7913cfb68cec32cba38d11fbc5b2"><code>9c53ed4</code></a> 8.21.0</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.15.0...v8.22.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.15.0&new-version=8.22.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 2022-08-29 09:44:02 +00:00 (Migrated from github.com)

Superseded by #379.

Superseded by #379.

Pull request closed

Sign in to join this conversation.
No description provided.