Build(deps-dev): bump eslint from 8.28.0 to 8.29.0 #788

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-8.29.0 into master 2022-12-05 09:56:48 +00:00
argoyle commented 2022-12-03 04:42:06 +00:00 (Migrated from gitlab.com)

Bumps eslint from 8.28.0 to 8.29.0.

Release notes

Sourced from eslint's releases.

v8.29.0

Features

  • 49a07c5 feat: add allowParensAfterCommentPattern option to no-extra-parens (#16561) (Nitin Kumar)
  • e6a865d feat: prefer-named-capture-group add suggestions (#16544) (Josh Goldberg)
  • a91332b feat: In no-invalid-regexp validate flags also for non-literal patterns (#16583) (trosos)

Documentation

  • 0311d81 docs: Configuring Plugins page intro, page tweaks, and rename (#16534) (Ben Perlmutter)
  • 57089b1 docs: add a property assignment example for camelcase rule (#16605) (Milos Djermanovic)
  • b6ab030 docs: add docs codeowners (#16601) (Strek)
  • 6380c87 docs: fix sitemap and feed (#16592) (Milos Djermanovic)
  • ade621d docs: perf debounce the search query (#16586) (Shanmughapriyan S)
  • fbcf3ab docs: fix searchbar clear button (#16585) (Shanmughapriyan S)
  • f894035 docs: HTTPS link to yeoman.io (#16582) (Christian Oliff)
  • de12b26 docs: Update configuration file pages (#16509) (Ben Perlmutter)
  • 1ae9f20 docs: update correct code examples for no-extra-parens rule (#16560) (Nitin Kumar)

Chores

  • 7628403 chore: add discord channel link (#16590) (Amaresh S M)
  • f5808cb chore: fix rule doc headers check (#16564) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v8.29.0 - December 2, 2022

  • 0311d81 docs: Configuring Plugins page intro, page tweaks, and rename (#16534) (Ben Perlmutter)
  • 57089b1 docs: add a property assignment example for camelcase rule (#16605) (Milos Djermanovic)
  • b6ab030 docs: add docs codeowners (#16601) (Strek)
  • 7628403 chore: add discord channel link (#16590) (Amaresh S M)
  • 49a07c5 feat: add allowParensAfterCommentPattern option to no-extra-parens (#16561) (Nitin Kumar)
  • 6380c87 docs: fix sitemap and feed (#16592) (Milos Djermanovic)
  • e6a865d feat: prefer-named-capture-group add suggestions (#16544) (Josh Goldberg)
  • ade621d docs: perf debounce the search query (#16586) (Shanmughapriyan S)
  • a91332b feat: In no-invalid-regexp validate flags also for non-literal patterns (#16583) (trosos)
  • fbcf3ab docs: fix searchbar clear button (#16585) (Shanmughapriyan S)
  • f894035 docs: HTTPS link to yeoman.io (#16582) (Christian Oliff)
  • de12b26 docs: Update configuration file pages (#16509) (Ben Perlmutter)
  • f5808cb chore: fix rule doc headers check (#16564) (Milos Djermanovic)
  • 1ae9f20 docs: update correct code examples for no-extra-parens rule (#16560) (Nitin Kumar)
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.28.0 to 8.29.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.29.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/49a07c52c5af7e98d161ff4acd44bbbe0aa6383b"><code>49a07c5</code></a> feat: add <code>allowParensAfterCommentPattern</code> option to no-extra-parens (<a href="https://github.com/eslint/eslint/issues/16561">#16561</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/e6a865d70aed9e1c07be712e40c38da1a5dda849"><code>e6a865d</code></a> feat: <code>prefer-named-capture-group</code> add suggestions (<a href="https://github.com/eslint/eslint/issues/16544">#16544</a>) (Josh Goldberg)</li> <li><a href="https://github.com/eslint/eslint/commit/a91332b8bd9adfa2aa8110071bdf73f56d400050"><code>a91332b</code></a> feat: In no-invalid-regexp validate flags also for non-literal patterns (<a href="https://github.com/eslint/eslint/issues/16583">#16583</a>) (trosos)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/0311d81834d675b8ae7cc92a460b37115edc4018"><code>0311d81</code></a> docs: Configuring Plugins page intro, page tweaks, and rename (<a href="https://github.com/eslint/eslint/issues/16534">#16534</a>) (Ben Perlmutter)</li> <li><a href="https://github.com/eslint/eslint/commit/57089b1ede624452bc94404b6e60d01d48cfd468"><code>57089b1</code></a> docs: add a property assignment example for camelcase rule (<a href="https://github.com/eslint/eslint/issues/16605">#16605</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b6ab030897d2e8b314b33a6502346a4ac45bb8da"><code>b6ab030</code></a> docs: add docs codeowners (<a href="https://github.com/eslint/eslint/issues/16601">#16601</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/6380c87c563be5dc78ce0ddd5c7409aaf71692bb"><code>6380c87</code></a> docs: fix sitemap and feed (<a href="https://github.com/eslint/eslint/issues/16592">#16592</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ade621dd12fcd3b65644bb3468248cc040db756c"><code>ade621d</code></a> docs: perf debounce the search query (<a href="https://github.com/eslint/eslint/issues/16586">#16586</a>) (Shanmughapriyan S)</li> <li><a href="https://github.com/eslint/eslint/commit/fbcf3abd54dd20aec3c695cacece56493633c97f"><code>fbcf3ab</code></a> docs: fix searchbar clear button (<a href="https://github.com/eslint/eslint/issues/16585">#16585</a>) (Shanmughapriyan S)</li> <li><a href="https://github.com/eslint/eslint/commit/f89403553b31d24f4fc841424cc7dcb8c3ef689f"><code>f894035</code></a> docs: HTTPS link to yeoman.io (<a href="https://github.com/eslint/eslint/issues/16582">#16582</a>) (Christian Oliff)</li> <li><a href="https://github.com/eslint/eslint/commit/de12b266f2aa6f063d0af888b8f0de41d09ec33f"><code>de12b26</code></a> docs: Update configuration file pages (<a href="https://github.com/eslint/eslint/issues/16509">#16509</a>) (Ben Perlmutter)</li> <li><a href="https://github.com/eslint/eslint/commit/1ae9f2067442434c6ccc6b41703624b302d17c67"><code>1ae9f20</code></a> docs: update correct code examples for <code>no-extra-parens</code> rule (<a href="https://github.com/eslint/eslint/issues/16560">#16560</a>) (Nitin Kumar)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/7628403a57d9d9b4e2cb2b36309170900f58832e"><code>7628403</code></a> chore: add discord channel link (<a href="https://github.com/eslint/eslint/issues/16590">#16590</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/f5808cb51529174a67b4938223f06435ad6d5118"><code>f5808cb</code></a> chore: fix rule doc headers check (<a href="https://github.com/eslint/eslint/issues/16564">#16564</a>) (Milos Djermanovic)</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.29.0 - December 2, 2022</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/0311d81834d675b8ae7cc92a460b37115edc4018"><code>0311d81</code></a> docs: Configuring Plugins page intro, page tweaks, and rename (<a href="https://github.com/eslint/eslint/issues/16534">#16534</a>) (Ben Perlmutter)</li> <li><a href="https://github.com/eslint/eslint/commit/57089b1ede624452bc94404b6e60d01d48cfd468"><code>57089b1</code></a> docs: add a property assignment example for camelcase rule (<a href="https://github.com/eslint/eslint/issues/16605">#16605</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b6ab030897d2e8b314b33a6502346a4ac45bb8da"><code>b6ab030</code></a> docs: add docs codeowners (<a href="https://github.com/eslint/eslint/issues/16601">#16601</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/7628403a57d9d9b4e2cb2b36309170900f58832e"><code>7628403</code></a> chore: add discord channel link (<a href="https://github.com/eslint/eslint/issues/16590">#16590</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/49a07c52c5af7e98d161ff4acd44bbbe0aa6383b"><code>49a07c5</code></a> feat: add <code>allowParensAfterCommentPattern</code> option to no-extra-parens (<a href="https://github.com/eslint/eslint/issues/16561">#16561</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/6380c87c563be5dc78ce0ddd5c7409aaf71692bb"><code>6380c87</code></a> docs: fix sitemap and feed (<a href="https://github.com/eslint/eslint/issues/16592">#16592</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/e6a865d70aed9e1c07be712e40c38da1a5dda849"><code>e6a865d</code></a> feat: <code>prefer-named-capture-group</code> add suggestions (<a href="https://github.com/eslint/eslint/issues/16544">#16544</a>) (Josh Goldberg)</li> <li><a href="https://github.com/eslint/eslint/commit/ade621dd12fcd3b65644bb3468248cc040db756c"><code>ade621d</code></a> docs: perf debounce the search query (<a href="https://github.com/eslint/eslint/issues/16586">#16586</a>) (Shanmughapriyan S)</li> <li><a href="https://github.com/eslint/eslint/commit/a91332b8bd9adfa2aa8110071bdf73f56d400050"><code>a91332b</code></a> feat: In no-invalid-regexp validate flags also for non-literal patterns (<a href="https://github.com/eslint/eslint/issues/16583">#16583</a>) (trosos)</li> <li><a href="https://github.com/eslint/eslint/commit/fbcf3abd54dd20aec3c695cacece56493633c97f"><code>fbcf3ab</code></a> docs: fix searchbar clear button (<a href="https://github.com/eslint/eslint/issues/16585">#16585</a>) (Shanmughapriyan S)</li> <li><a href="https://github.com/eslint/eslint/commit/f89403553b31d24f4fc841424cc7dcb8c3ef689f"><code>f894035</code></a> docs: HTTPS link to yeoman.io (<a href="https://github.com/eslint/eslint/issues/16582">#16582</a>) (Christian Oliff)</li> <li><a href="https://github.com/eslint/eslint/commit/de12b266f2aa6f063d0af888b8f0de41d09ec33f"><code>de12b26</code></a> docs: Update configuration file pages (<a href="https://github.com/eslint/eslint/issues/16509">#16509</a>) (Ben Perlmutter)</li> <li><a href="https://github.com/eslint/eslint/commit/f5808cb51529174a67b4938223f06435ad6d5118"><code>f5808cb</code></a> chore: fix rule doc headers check (<a href="https://github.com/eslint/eslint/issues/16564">#16564</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1ae9f2067442434c6ccc6b41703624b302d17c67"><code>1ae9f20</code></a> docs: update correct code examples for <code>no-extra-parens</code> rule (<a href="https://github.com/eslint/eslint/issues/16560">#16560</a>) (Nitin Kumar)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/d3e4b59f63e53436080b8da827521d6b41a72cea"><code>d3e4b59</code></a> 8.29.0</li> <li><a href="https://github.com/eslint/eslint/commit/6a5f667378d889726e3289fb3552098da0cbf0bd"><code>6a5f667</code></a> Build: changelog update for 8.29.0</li> <li><a href="https://github.com/eslint/eslint/commit/0311d81834d675b8ae7cc92a460b37115edc4018"><code>0311d81</code></a> docs: Configuring Plugins page intro, page tweaks, and rename (<a href="https://github.com/eslint/eslint/issues/16534">#16534</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/57089b1ede624452bc94404b6e60d01d48cfd468"><code>57089b1</code></a> docs: add a property assignment example for camelcase rule (<a href="https://github.com/eslint/eslint/issues/16605">#16605</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/b6ab030897d2e8b314b33a6502346a4ac45bb8da"><code>b6ab030</code></a> docs: add docs codeowners (<a href="https://github.com/eslint/eslint/issues/16601">#16601</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/7628403a57d9d9b4e2cb2b36309170900f58832e"><code>7628403</code></a> chore: add discord channel link (<a href="https://github.com/eslint/eslint/issues/16590">#16590</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/49a07c52c5af7e98d161ff4acd44bbbe0aa6383b"><code>49a07c5</code></a> feat: add <code>allowParensAfterCommentPattern</code> option to no-extra-parens (<a href="https://github.com/eslint/eslint/issues/16561">#16561</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/6380c87c563be5dc78ce0ddd5c7409aaf71692bb"><code>6380c87</code></a> docs: fix sitemap and feed (<a href="https://github.com/eslint/eslint/issues/16592">#16592</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/e6a865d70aed9e1c07be712e40c38da1a5dda849"><code>e6a865d</code></a> feat: <code>prefer-named-capture-group</code> add suggestions (<a href="https://github.com/eslint/eslint/issues/16544">#16544</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ade621dd12fcd3b65644bb3468248cc040db756c"><code>ade621d</code></a> docs: perf debounce the search query (<a href="https://github.com/eslint/eslint/issues/16586">#16586</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.28.0...v8.29.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-12-05 09:04:21 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 5f5c4442 - 1 commit from branch master
  • f0c56b99 - Build(deps-dev): bump eslint from 8.28.0 to 8.29.0

Compare with previous version

added 2 commits <ul><li>5f5c4442 - 1 commit from branch <code>master</code></li><li>f0c56b99 - Build(deps-dev): bump eslint from 8.28.0 to 8.29.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/739/diffs?diff_id=549052308&start_sha=b2fa7128f7b45baa1d748ed7112025fc0191eff4)
argoyle commented 2022-12-05 09:18:11 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 15034882 - 1 commit from branch master
  • 24ef64d2 - Build(deps-dev): bump eslint from 8.28.0 to 8.29.0

Compare with previous version

added 2 commits <ul><li>15034882 - 1 commit from branch <code>master</code></li><li>24ef64d2 - Build(deps-dev): bump eslint from 8.28.0 to 8.29.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/739/diffs?diff_id=549067903&start_sha=f0c56b996b49538f523cbe183f31696b11c3f7a9)
argoyle commented 2022-12-05 09:28:20 +00:00 (Migrated from gitlab.com)

added 2 commits

  • ec78e0ae - 1 commit from branch master
  • 9df4385e - Build(deps-dev): bump eslint from 8.28.0 to 8.29.0

Compare with previous version

added 2 commits <ul><li>ec78e0ae - 1 commit from branch <code>master</code></li><li>9df4385e - Build(deps-dev): bump eslint from 8.28.0 to 8.29.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/739/diffs?diff_id=549079775&start_sha=24ef64d27ebc90953e2da9f2dad9c067bab230d9)
argoyle commented 2022-12-05 09:45:09 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 7955b21e - 1 commit from branch master
  • 6eff7072 - Build(deps-dev): bump eslint from 8.28.0 to 8.29.0

Compare with previous version

added 2 commits <ul><li>7955b21e - 1 commit from branch <code>master</code></li><li>6eff7072 - Build(deps-dev): bump eslint from 8.28.0 to 8.29.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/739/diffs?diff_id=549099374&start_sha=9df4385e77eff04e6af7bcf0a41e43afa577fa81)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-12-05 09:47:46 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-12-05 09:56:49 +00:00
Sign in to join this conversation.