Build(deps-dev): bump eslint from 8.19.0 to 8.20.0 #479

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-8.20.0 into master 2022-07-18 12:47:27 +00:00
argoyle commented 2022-07-17 04:40:42 +00:00 (Migrated from gitlab.com)

Bumps eslint from 8.19.0 to 8.20.0.

Release notes

Sourced from eslint's releases.

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)
  • 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)

Chores

  • bbf8df4 chore: Mark autogenerated release blog post as draft (#16130) (Nicholas C. Zakas)
  • 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) (唯然)
Changelog

Sourced from eslint's changelog.

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) (唯然)
Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [eslint](https://github.com/eslint/eslint) from 8.19.0 to 8.20.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.com/eslint/eslint/issues/16056">#16056</a>) (Amaresh S M)</li> </ul> <h2>Chores</h2> <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.com/eslint/eslint/issues/16130">#16130</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/eee43067f635c0ec3b61e416f47849029d12268d"><code>eee4306</code></a> chore: update internal lint dependencies (<a href="https://github.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.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.com/eslint/eslint/issues/16083">#16083</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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.com/eslint/eslint/issues/16083">#16083</a>) (唯然)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/0bcd2255c40b5c115a95181864776b0dd456c2dc"><code>0bcd225</code></a> 8.20.0</li> <li><a href="https://github.com/eslint/eslint/commit/2a91fb66af91012da36a0ba678d411dbf1a03293"><code>2a91fb6</code></a> Build: changelog update for 8.20.0</li> <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.com/eslint/eslint/issues/16130">#16130</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/845c4f40274ccb3727c624db44c7a23aafa71318"><code>845c4f4</code></a> docs: Add website team details (<a href="https://github.com/eslint/eslint/issues/16115">#16115</a>)</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.com/eslint/eslint/issues/16112">#16112</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/bc692a9bf5c664c646ce386eff44eb706c231127"><code>bc692a9</code></a> docs: remove install command (<a href="https://github.com/eslint/eslint/issues/16084">#16084</a>)</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.com/eslint/eslint/issues/16090">#16090</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ca83178b18cd5d649bd52a20aef8f8b3f48d3085"><code>ca83178</code></a> feat: catch preprocess errors (<a href="https://github.com/eslint/eslint/issues/16105">#16105</a>)</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.com/eslint/eslint/issues/16095">#16095</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ba19e3f80a32ceae82e0ed6c0acf16061d8370da"><code>ba19e3f</code></a> docs: enhance 404 page UI (<a href="https://github.com/eslint/eslint/issues/16097">#16097</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.19.0...v8.20.0">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2022-07-17 04:40:44 +00:00 (Migrated from gitlab.com)

restored source branch dependabot-npm_and_yarn-eslint-8.20.0

restored source branch `dependabot-npm_and_yarn-eslint-8.20.0`
argoyle commented 2022-07-18 07:57:20 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 97908536 - 1 commit from branch master
  • 9488d9b7 - Build(deps-dev): bump eslint from 8.19.0 to 8.20.0

Compare with previous version

added 2 commits <ul><li>97908536 - 1 commit from branch <code>master</code></li><li>9488d9b7 - Build(deps-dev): bump eslint from 8.19.0 to 8.20.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/430/diffs?diff_id=440080093&start_sha=02521d55da49ecdf250443dcfbb98d23e12f8d68)
argoyle commented 2022-07-18 08:07:19 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 22562226 - 1 commit from branch master
  • 6d457685 - Build(deps-dev): bump eslint from 8.19.0 to 8.20.0

Compare with previous version

added 2 commits <ul><li>22562226 - 1 commit from branch <code>master</code></li><li>6d457685 - Build(deps-dev): bump eslint from 8.19.0 to 8.20.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/430/diffs?diff_id=440089656&start_sha=9488d9b790f448840b48ffaae861b64f79c8da5f)
argoyle (Migrated from gitlab.com) merged commit into master 2022-07-18 12:47:27 +00:00
Sign in to join this conversation.