Build(deps-dev): bump eslint from 8.8.0 to 8.9.0 #251

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-8.9.0 into master 2022-02-12 14:46:18 +00:00
argoyle commented 2022-02-12 04:41:08 +00:00 (Migrated from gitlab.com)

Bumps eslint from 8.8.0 to 8.9.0.

Release notes

Sourced from eslint's releases.

v8.9.0

Features

  • 68f64a9 feat: update eslint-scope to ignore "use strict" directives in ES3 (#15595) (Milos Djermanovic)
  • db57639 feat: add es2016, es2018, es2019, and es2022 environments (#15587) (Milos Djermanovic)
  • 2dc38aa feat: fix bug with arrow function return types in function-paren-newline (#15541) (Milos Djermanovic)
  • 6f940c3 feat: Implement FlatRuleTester (#15519) (Nicholas C. Zakas)

Documentation

  • 570a036 docs: add one-var example with for-loop initializer (#15596) (Milos Djermanovic)
  • 417191d docs: Remove the $ prefix in terminal commands (#15565) (Andreas Lewis)
  • 389ff34 docs: add missing Variable#scope property in the scope manager docs (#15571) (Milos Djermanovic)
  • f63795d docs: no-eval replace dead link with working one (#15568) (rasenplanscher)
  • 0383591 docs: Remove old Markdown issue template (#15556) (Brandon Mills)
  • a8dd5a2 docs: add 'when not to use it' section in no-duplicate-case docs (#15563) (Milos Djermanovic)
  • 1ad439e docs: add missed verb in docs (#15550) (Jeff Mosawy)

Chores

  • 586d45c chore: Upgrade to espree@9.3.1 (#15600) (Milos Djermanovic)
  • 623e1e2 chore: Upgrade to eslint-visitor-keys@3.3.0 (#15599) (Milos Djermanovic)
  • 355b23d chore: fix outdated link to Code of Conduct in PR template (#15578) (Rich Trott)
  • b10fef2 ci: use Node 16 for browser test (#15569) (Milos Djermanovic)
  • 92f89fb chore: suggest demo link in bug report template (#15557) (Brandon Mills)
Changelog

Sourced from eslint's changelog.

v8.9.0 - February 11, 2022

  • 68f64a9 feat: update eslint-scope to ignore "use strict" directives in ES3 (#15595) (Milos Djermanovic)
  • db57639 feat: add es2016, es2018, es2019, and es2022 environments (#15587) (Milos Djermanovic)
  • 586d45c chore: Upgrade to espree@9.3.1 (#15600) (Milos Djermanovic)
  • 623e1e2 chore: Upgrade to eslint-visitor-keys@3.3.0 (#15599) (Milos Djermanovic)
  • 570a036 docs: add one-var example with for-loop initializer (#15596) (Milos Djermanovic)
  • 2dc38aa feat: fix bug with arrow function return types in function-paren-newline (#15541) (Milos Djermanovic)
  • 355b23d chore: fix outdated link to Code of Conduct in PR template (#15578) (Rich Trott)
  • 417191d docs: Remove the $ prefix in terminal commands (#15565) (Andreas Lewis)
  • 389ff34 docs: add missing Variable#scope property in the scope manager docs (#15571) (Milos Djermanovic)
  • b10fef2 ci: use Node 16 for browser test (#15569) (Milos Djermanovic)
  • f63795d docs: no-eval replace dead link with working one (#15568) (rasenplanscher)
  • 6f940c3 feat: Implement FlatRuleTester (#15519) (Nicholas C. Zakas)
  • 0383591 docs: Remove old Markdown issue template (#15556) (Brandon Mills)
  • 92f89fb chore: suggest demo link in bug report template (#15557) (Brandon Mills)
  • a8dd5a2 docs: add 'when not to use it' section in no-duplicate-case docs (#15563) (Milos Djermanovic)
  • 1ad439e docs: add missed verb in docs (#15550) (Jeff Mosawy)
Commits
  • 781f8d0 8.9.0
  • 90250d5 Build: changelog update for 8.9.0
  • 68f64a9 feat: update eslint-scope to ignore "use strict" directives in ES3 (#15595)
  • db57639 feat: add es2016, es2018, es2019, and es2022 environments (#15587)
  • 586d45c chore: Upgrade to espree@9.3.1 (#15600)
  • 623e1e2 chore: Upgrade to eslint-visitor-keys@3.3.0 (#15599)
  • 570a036 docs: add one-var example with for-loop initializer (#15596)
  • 2dc38aa feat: fix bug with arrow function return types in function-paren-newline (#15...
  • 355b23d chore: fix outdated link to Code of Conduct in PR template (#15578)
  • 417191d docs: Remove the $ prefix in terminal commands (#15565)
  • Additional commits viewable in compare view


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.8.0 to 8.9.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.9.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/68f64a9218341e5e9d83270c72587e1b413846de"><code>68f64a9</code></a> feat: update eslint-scope to ignore <code>&quot;use strict&quot;</code> directives in ES3 (<a href="https://github.com/eslint/eslint/issues/15595">#15595</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/db576396d20f5e31af1a90f8e5d88e08284a1672"><code>db57639</code></a> feat: add <code>es2016</code>, <code>es2018</code>, <code>es2019</code>, and <code>es2022</code> environments (<a href="https://github.com/eslint/eslint/issues/15587">#15587</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/2dc38aa653f1d5137a9abf82024c67a11620bb7c"><code>2dc38aa</code></a> feat: fix bug with arrow function return types in function-paren-newline (<a href="https://github.com/eslint/eslint/issues/15541">#15541</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/6f940c3ce715327f282c197d0f71b91848e5d83d"><code>6f940c3</code></a> feat: Implement FlatRuleTester (<a href="https://github.com/eslint/eslint/issues/15519">#15519</a>) (Nicholas C. Zakas)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/570a03699c5abfbcde39bb00fba39329695771e5"><code>570a036</code></a> docs: add <code>one-var</code> example with <code>for-loop</code> initializer (<a href="https://github.com/eslint/eslint/issues/15596">#15596</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/417191dff0dbfa353675c409e25f27f578ee1559"><code>417191d</code></a> docs: Remove the $ prefix in terminal commands (<a href="https://github.com/eslint/eslint/issues/15565">#15565</a>) (Andreas Lewis)</li> <li><a href="https://github.com/eslint/eslint/commit/389ff34e26cb8ebad49e5ace0280a1f859f8d7ca"><code>389ff34</code></a> docs: add missing <code>Variable#scope</code> property in the scope manager docs (<a href="https://github.com/eslint/eslint/issues/15571">#15571</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f63795dc710f6394d884932034a3e0cbe48f4ad2"><code>f63795d</code></a> docs: no-eval replace dead link with working one (<a href="https://github.com/eslint/eslint/issues/15568">#15568</a>) (rasenplanscher)</li> <li><a href="https://github.com/eslint/eslint/commit/0383591a6cd7083455af9e34fa9333da7fed46bf"><code>0383591</code></a> docs: Remove old Markdown issue template (<a href="https://github.com/eslint/eslint/issues/15556">#15556</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/a8dd5a286bcb68595b85cd29490e081251a2c3c7"><code>a8dd5a2</code></a> docs: add 'when not to use it' section in no-duplicate-case docs (<a href="https://github.com/eslint/eslint/issues/15563">#15563</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1ad439ed1d6c4ee50183c8f5d146a771e6c1be4c"><code>1ad439e</code></a> docs: add missed verb in docs (<a href="https://github.com/eslint/eslint/issues/15550">#15550</a>) (Jeff Mosawy)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/586d45c54b8468fb23376b7b2aedf984cf701cc2"><code>586d45c</code></a> chore: Upgrade to espree@9.3.1 (<a href="https://github.com/eslint/eslint/issues/15600">#15600</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/623e1e28643381025b393a379493d9baea9b4869"><code>623e1e2</code></a> chore: Upgrade to eslint-visitor-keys@3.3.0 (<a href="https://github.com/eslint/eslint/issues/15599">#15599</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/355b23d0c4e050be4e53292f552a47c10ec6e00e"><code>355b23d</code></a> chore: fix outdated link to Code of Conduct in PR template (<a href="https://github.com/eslint/eslint/issues/15578">#15578</a>) (Rich Trott)</li> <li><a href="https://github.com/eslint/eslint/commit/b10fef25c99134d514fec4ddde19302661db5974"><code>b10fef2</code></a> ci: use Node 16 for browser test (<a href="https://github.com/eslint/eslint/issues/15569">#15569</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/92f89fb0647fef10468fd70d6782a845d75330e3"><code>92f89fb</code></a> chore: suggest demo link in bug report template (<a href="https://github.com/eslint/eslint/issues/15557">#15557</a>) (Brandon Mills)</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.9.0 - February 11, 2022</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/68f64a9218341e5e9d83270c72587e1b413846de"><code>68f64a9</code></a> feat: update eslint-scope to ignore <code>&quot;use strict&quot;</code> directives in ES3 (<a href="https://github.com/eslint/eslint/issues/15595">#15595</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/db576396d20f5e31af1a90f8e5d88e08284a1672"><code>db57639</code></a> feat: add <code>es2016</code>, <code>es2018</code>, <code>es2019</code>, and <code>es2022</code> environments (<a href="https://github.com/eslint/eslint/issues/15587">#15587</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/586d45c54b8468fb23376b7b2aedf984cf701cc2"><code>586d45c</code></a> chore: Upgrade to espree@9.3.1 (<a href="https://github.com/eslint/eslint/issues/15600">#15600</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/623e1e28643381025b393a379493d9baea9b4869"><code>623e1e2</code></a> chore: Upgrade to eslint-visitor-keys@3.3.0 (<a href="https://github.com/eslint/eslint/issues/15599">#15599</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/570a03699c5abfbcde39bb00fba39329695771e5"><code>570a036</code></a> docs: add <code>one-var</code> example with <code>for-loop</code> initializer (<a href="https://github.com/eslint/eslint/issues/15596">#15596</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/2dc38aa653f1d5137a9abf82024c67a11620bb7c"><code>2dc38aa</code></a> feat: fix bug with arrow function return types in function-paren-newline (<a href="https://github.com/eslint/eslint/issues/15541">#15541</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/355b23d0c4e050be4e53292f552a47c10ec6e00e"><code>355b23d</code></a> chore: fix outdated link to Code of Conduct in PR template (<a href="https://github.com/eslint/eslint/issues/15578">#15578</a>) (Rich Trott)</li> <li><a href="https://github.com/eslint/eslint/commit/417191dff0dbfa353675c409e25f27f578ee1559"><code>417191d</code></a> docs: Remove the $ prefix in terminal commands (<a href="https://github.com/eslint/eslint/issues/15565">#15565</a>) (Andreas Lewis)</li> <li><a href="https://github.com/eslint/eslint/commit/389ff34e26cb8ebad49e5ace0280a1f859f8d7ca"><code>389ff34</code></a> docs: add missing <code>Variable#scope</code> property in the scope manager docs (<a href="https://github.com/eslint/eslint/issues/15571">#15571</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b10fef25c99134d514fec4ddde19302661db5974"><code>b10fef2</code></a> ci: use Node 16 for browser test (<a href="https://github.com/eslint/eslint/issues/15569">#15569</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f63795dc710f6394d884932034a3e0cbe48f4ad2"><code>f63795d</code></a> docs: no-eval replace dead link with working one (<a href="https://github.com/eslint/eslint/issues/15568">#15568</a>) (rasenplanscher)</li> <li><a href="https://github.com/eslint/eslint/commit/6f940c3ce715327f282c197d0f71b91848e5d83d"><code>6f940c3</code></a> feat: Implement FlatRuleTester (<a href="https://github.com/eslint/eslint/issues/15519">#15519</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/0383591a6cd7083455af9e34fa9333da7fed46bf"><code>0383591</code></a> docs: Remove old Markdown issue template (<a href="https://github.com/eslint/eslint/issues/15556">#15556</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/92f89fb0647fef10468fd70d6782a845d75330e3"><code>92f89fb</code></a> chore: suggest demo link in bug report template (<a href="https://github.com/eslint/eslint/issues/15557">#15557</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/a8dd5a286bcb68595b85cd29490e081251a2c3c7"><code>a8dd5a2</code></a> docs: add 'when not to use it' section in no-duplicate-case docs (<a href="https://github.com/eslint/eslint/issues/15563">#15563</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1ad439ed1d6c4ee50183c8f5d146a771e6c1be4c"><code>1ad439e</code></a> docs: add missed verb in docs (<a href="https://github.com/eslint/eslint/issues/15550">#15550</a>) (Jeff Mosawy)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/781f8d0e2400f4a3c4b633b43d318ef91767c6c4"><code>781f8d0</code></a> 8.9.0</li> <li><a href="https://github.com/eslint/eslint/commit/90250d5fe2284d6062fce0a169d358574106ff14"><code>90250d5</code></a> Build: changelog update for 8.9.0</li> <li><a href="https://github.com/eslint/eslint/commit/68f64a9218341e5e9d83270c72587e1b413846de"><code>68f64a9</code></a> feat: update eslint-scope to ignore <code>&quot;use strict&quot;</code> directives in ES3 (<a href="https://github.com/eslint/eslint/issues/15595">#15595</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/db576396d20f5e31af1a90f8e5d88e08284a1672"><code>db57639</code></a> feat: add <code>es2016</code>, <code>es2018</code>, <code>es2019</code>, and <code>es2022</code> environments (<a href="https://github.com/eslint/eslint/issues/15587">#15587</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/586d45c54b8468fb23376b7b2aedf984cf701cc2"><code>586d45c</code></a> chore: Upgrade to espree@9.3.1 (<a href="https://github.com/eslint/eslint/issues/15600">#15600</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/623e1e28643381025b393a379493d9baea9b4869"><code>623e1e2</code></a> chore: Upgrade to eslint-visitor-keys@3.3.0 (<a href="https://github.com/eslint/eslint/issues/15599">#15599</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/570a03699c5abfbcde39bb00fba39329695771e5"><code>570a036</code></a> docs: add <code>one-var</code> example with <code>for-loop</code> initializer (<a href="https://github.com/eslint/eslint/issues/15596">#15596</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/2dc38aa653f1d5137a9abf82024c67a11620bb7c"><code>2dc38aa</code></a> feat: fix bug with arrow function return types in function-paren-newline (<a href="https://github.com/eslint/eslint/issues/15">#15</a>...</li> <li><a href="https://github.com/eslint/eslint/commit/355b23d0c4e050be4e53292f552a47c10ec6e00e"><code>355b23d</code></a> chore: fix outdated link to Code of Conduct in PR template (<a href="https://github.com/eslint/eslint/issues/15578">#15578</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/417191dff0dbfa353675c409e25f27f578ee1559"><code>417191d</code></a> docs: Remove the $ prefix in terminal commands (<a href="https://github.com/eslint/eslint/issues/15565">#15565</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.8.0...v8.9.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-02-12 10:31:23 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 15c1e774...213e446f - 2 commits from branch master
  • c45b2ed8 - Build(deps-dev): bump eslint from 8.8.0 to 8.9.0

Compare with previous version

added 3 commits <ul><li>15c1e774...213e446f - 2 commits from branch <code>master</code></li><li>c45b2ed8 - Build(deps-dev): bump eslint from 8.8.0 to 8.9.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/202/diffs?diff_id=330440380&start_sha=15c1e7743c5524588c4dac218b473ae8b87cc2f4)
argoyle commented 2022-02-12 14:25:36 +00:00 (Migrated from gitlab.com)

added 3 commits

  • c45b2ed8...fd30634a - 2 commits from branch master
  • 250e31b3 - Build(deps-dev): bump eslint from 8.8.0 to 8.9.0

Compare with previous version

added 3 commits <ul><li>c45b2ed8...fd30634a - 2 commits from branch <code>master</code></li><li>250e31b3 - Build(deps-dev): bump eslint from 8.8.0 to 8.9.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/202/diffs?diff_id=330477196&start_sha=c45b2ed8ed4beafcec2ad867cdcb7b01b281e6eb)
argoyle commented 2022-02-12 14:36:52 +00:00 (Migrated from gitlab.com)

$dependabot rebase

$dependabot rebase
argoyle commented 2022-02-12 14:36:54 +00:00 (Migrated from gitlab.com)

dependabot successfully triggered merge request rebase!

:white_check_mark: `dependabot` successfully triggered merge request rebase!
argoyle commented 2022-02-12 14:36:54 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2022-02-12 14:36:54 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 250e31b3...27a2b3bb - 2 commits from branch master
  • 0dcdbc05 - Build(deps-dev): bump eslint from 8.8.0 to 8.9.0

Compare with previous version

added 3 commits <ul><li>250e31b3...27a2b3bb - 2 commits from branch <code>master</code></li><li>0dcdbc05 - Build(deps-dev): bump eslint from 8.8.0 to 8.9.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/202/diffs?diff_id=330478201&start_sha=250e31b36040a7985a6df9ca37f72f294ccd32c6)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-02-12 14:37:27 +00:00
argoyle commented 2022-02-12 14:46:18 +00:00 (Migrated from gitlab.com)

mentioned in commit 3e04c13b05

mentioned in commit 3e04c13b05348fd6fe47fab700f2a75d10aa57f7
argoyle (Migrated from gitlab.com) merged commit 3e04c13b05 into master 2022-02-12 14:46:18 +00:00
Sign in to join this conversation.