Build(deps-dev): bump eslint from 8.44.0 to 8.45.0 #1338

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-8.45.0 into master 2023-07-16 08:45:54 +00:00
argoyle commented 2023-07-15 04:43:55 +00:00 (Migrated from gitlab.com)

Bumps eslint from 8.44.0 to 8.45.0.

Release notes

Sourced from eslint's releases.

v8.45.0

Features

  • cdd063c feat: Expose LegacyESLint in unsupported API (#17341) (Nicholas C. Zakas)
  • d34abe5 feat: fix indent rule for else-if (#17318) (Milos Djermanovic)

Bug Fixes

  • b79b6fb fix: Fix suggestion message in no-useless-escape (#17339) (Francesco Trotta)
  • c667055 fix: provide unique fix and fix.range objects in lint messages (#17332) (Milos Djermanovic)

Documentation

  • 89f3225 docs: add playground links to correct and incorrect code blocks (#17306) (Josh Goldberg )
  • f8892b5 docs: Expand rule option schema docs (#17198) (Matt Wilkinson)
  • 8bcbf11 docs: Config Migration Guide (#17230) (Ben Perlmutter)
  • bb30908 docs: Update README (GitHub Actions Bot)
  • 84d243b docs: Update README (GitHub Actions Bot)
  • b762632 docs: Update README (GitHub Actions Bot)
  • 138c096 docs: add more prefer-destructuring examples with array destructuring (#17330) (Milos Djermanovic)
  • 1fc50a8 docs: max-len rule code and tabWidth as positional arguments (#17331) (Jesús Leganés-Combarro)

Chores

  • 68f63d7 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 5ca9b4d chore: update eslint-config-eslint exports (#17336) (Milos Djermanovic)
  • 7bf2e86 chore: remove unused dependencies (#17352) (Percy Ma)
  • c6f8cd0 chore: Remove defaultIgnores from FlatESLint private members (#17349) (Francesco Trotta)
  • 0052374 chore: move jsdoc settings to eslint-config-eslint (#17338) (唯然)
Changelog

Sourced from eslint's changelog.

v8.45.0 - July 14, 2023

  • 68f63d7 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 89f3225 docs: add playground links to correct and incorrect code blocks (#17306) (Josh Goldberg )
  • f8892b5 docs: Expand rule option schema docs (#17198) (Matt Wilkinson)
  • 8bcbf11 docs: Config Migration Guide (#17230) (Ben Perlmutter)
  • bb30908 docs: Update README (GitHub Actions Bot)
  • b79b6fb fix: Fix suggestion message in no-useless-escape (#17339) (Francesco Trotta)
  • 84d243b docs: Update README (GitHub Actions Bot)
  • 5ca9b4d chore: update eslint-config-eslint exports (#17336) (Milos Djermanovic)
  • b762632 docs: Update README (GitHub Actions Bot)
  • 7bf2e86 chore: remove unused dependencies (#17352) (Percy Ma)
  • c6f8cd0 chore: Remove defaultIgnores from FlatESLint private members (#17349) (Francesco Trotta)
  • cdd063c feat: Expose LegacyESLint in unsupported API (#17341) (Nicholas C. Zakas)
  • c667055 fix: provide unique fix and fix.range objects in lint messages (#17332) (Milos Djermanovic)
  • 138c096 docs: add more prefer-destructuring examples with array destructuring (#17330) (Milos Djermanovic)
  • 0052374 chore: move jsdoc settings to eslint-config-eslint (#17338) (唯然)
  • d34abe5 feat: fix indent rule for else-if (#17318) (Milos Djermanovic)
  • 1fc50a8 docs: max-len rule code and tabWidth as positional arguments (#17331) (Jesús Leganés-Combarro)
Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR. Deprecated, use GitLab's native /rebase instead
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.45.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.45.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/cdd063c388bbfe1781d7a864a832f03a2c1cc277"><code>cdd063c</code></a> feat: Expose LegacyESLint in unsupported API (<a href="https://github.com/eslint/eslint/issues/17341">#17341</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/d34abe59eb23932dcbc79757d7932d08ee8b20e5"><code>d34abe5</code></a> feat: fix indent rule for else-if (<a href="https://github.com/eslint/eslint/issues/17318">#17318</a>) (Milos Djermanovic)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/b79b6fb64473969b426d086b484d2e29594a5e9a"><code>b79b6fb</code></a> fix: Fix suggestion message in <code>no-useless-escape</code> (<a href="https://github.com/eslint/eslint/issues/17339">#17339</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/c667055fb9da8ebac3a99f6e5a8b5565cc86af8e"><code>c667055</code></a> fix: provide unique <code>fix</code> and <code>fix.range</code> objects in lint messages (<a href="https://github.com/eslint/eslint/issues/17332">#17332</a>) (Milos Djermanovic)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/89f3225108c66425e4132f76db6c1ab13aac98d7"><code>89f3225</code></a> docs: add playground links to correct and incorrect code blocks (<a href="https://github.com/eslint/eslint/issues/17306">#17306</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/f8892b52920b8967f9e7bec23c75b74e03977d6b"><code>f8892b5</code></a> docs: Expand rule option schema docs (<a href="https://github.com/eslint/eslint/issues/17198">#17198</a>) (Matt Wilkinson)</li> <li><a href="https://github.com/eslint/eslint/commit/8bcbf11b6050418262ffa8e0ca37f365ae92e7ce"><code>8bcbf11</code></a> docs: Config Migration Guide (<a href="https://github.com/eslint/eslint/issues/17230">#17230</a>) (Ben Perlmutter)</li> <li><a href="https://github.com/eslint/eslint/commit/bb3090897166dbfd2931a43a70e2a5c1f3fa0a07"><code>bb30908</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/84d243b245b01b667f0752b592e8bda02a9aa2b1"><code>84d243b</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/b762632298f20c4f81e7d01ab850c3f5e3874637"><code>b762632</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/138c096bc9468b553dbafc0e573c6522a17a7922"><code>138c096</code></a> docs: add more prefer-destructuring examples with array destructuring (<a href="https://github.com/eslint/eslint/issues/17330">#17330</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1fc50a89753346f4f4c786ffd20ac4cf185bb036"><code>1fc50a8</code></a> docs: <code>max-len</code> rule <code>code</code> and <code>tabWidth</code> as positional arguments (<a href="https://github.com/eslint/eslint/issues/17331">#17331</a>) (Jesús Leganés-Combarro)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/68f63d76ce785fab4f42b76f1599026eea379bf7"><code>68f63d7</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/5ca9b4d29f747e9cf5c9055e85c93b3b605d57fc"><code>5ca9b4d</code></a> chore: update eslint-config-eslint exports (<a href="https://github.com/eslint/eslint/issues/17336">#17336</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/7bf2e86022c9e95db4ca1472fddfa2ea4edd1870"><code>7bf2e86</code></a> chore: remove unused dependencies (<a href="https://github.com/eslint/eslint/issues/17352">#17352</a>) (Percy Ma)</li> <li><a href="https://github.com/eslint/eslint/commit/c6f8cd0d62e4a3c314c6860ff367490bbd05325a"><code>c6f8cd0</code></a> chore: Remove <code>defaultIgnores</code> from FlatESLint private members (<a href="https://github.com/eslint/eslint/issues/17349">#17349</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/0052374035672efe9129343fc00ee51a4c288ff3"><code>0052374</code></a> chore: move jsdoc settings to eslint-config-eslint (<a href="https://github.com/eslint/eslint/issues/17338">#17338</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.45.0 - July 14, 2023</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/68f63d76ce785fab4f42b76f1599026eea379bf7"><code>68f63d7</code></a> chore: package.json update for <code>@​eslint/js</code> release (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/89f3225108c66425e4132f76db6c1ab13aac98d7"><code>89f3225</code></a> docs: add playground links to correct and incorrect code blocks (<a href="https://github.com/eslint/eslint/issues/17306">#17306</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/f8892b52920b8967f9e7bec23c75b74e03977d6b"><code>f8892b5</code></a> docs: Expand rule option schema docs (<a href="https://github.com/eslint/eslint/issues/17198">#17198</a>) (Matt Wilkinson)</li> <li><a href="https://github.com/eslint/eslint/commit/8bcbf11b6050418262ffa8e0ca37f365ae92e7ce"><code>8bcbf11</code></a> docs: Config Migration Guide (<a href="https://github.com/eslint/eslint/issues/17230">#17230</a>) (Ben Perlmutter)</li> <li><a href="https://github.com/eslint/eslint/commit/bb3090897166dbfd2931a43a70e2a5c1f3fa0a07"><code>bb30908</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/b79b6fb64473969b426d086b484d2e29594a5e9a"><code>b79b6fb</code></a> fix: Fix suggestion message in <code>no-useless-escape</code> (<a href="https://github.com/eslint/eslint/issues/17339">#17339</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/84d243b245b01b667f0752b592e8bda02a9aa2b1"><code>84d243b</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/5ca9b4d29f747e9cf5c9055e85c93b3b605d57fc"><code>5ca9b4d</code></a> chore: update eslint-config-eslint exports (<a href="https://github.com/eslint/eslint/issues/17336">#17336</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b762632298f20c4f81e7d01ab850c3f5e3874637"><code>b762632</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/7bf2e86022c9e95db4ca1472fddfa2ea4edd1870"><code>7bf2e86</code></a> chore: remove unused dependencies (<a href="https://github.com/eslint/eslint/issues/17352">#17352</a>) (Percy Ma)</li> <li><a href="https://github.com/eslint/eslint/commit/c6f8cd0d62e4a3c314c6860ff367490bbd05325a"><code>c6f8cd0</code></a> chore: Remove <code>defaultIgnores</code> from FlatESLint private members (<a href="https://github.com/eslint/eslint/issues/17349">#17349</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/cdd063c388bbfe1781d7a864a832f03a2c1cc277"><code>cdd063c</code></a> feat: Expose LegacyESLint in unsupported API (<a href="https://github.com/eslint/eslint/issues/17341">#17341</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/c667055fb9da8ebac3a99f6e5a8b5565cc86af8e"><code>c667055</code></a> fix: provide unique <code>fix</code> and <code>fix.range</code> objects in lint messages (<a href="https://github.com/eslint/eslint/issues/17332">#17332</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/138c096bc9468b553dbafc0e573c6522a17a7922"><code>138c096</code></a> docs: add more prefer-destructuring examples with array destructuring (<a href="https://github.com/eslint/eslint/issues/17330">#17330</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/0052374035672efe9129343fc00ee51a4c288ff3"><code>0052374</code></a> chore: move jsdoc settings to eslint-config-eslint (<a href="https://github.com/eslint/eslint/issues/17338">#17338</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/d34abe59eb23932dcbc79757d7932d08ee8b20e5"><code>d34abe5</code></a> feat: fix indent rule for else-if (<a href="https://github.com/eslint/eslint/issues/17318">#17318</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1fc50a89753346f4f4c786ffd20ac4cf185bb036"><code>1fc50a8</code></a> docs: <code>max-len</code> rule <code>code</code> and <code>tabWidth</code> as positional arguments (<a href="https://github.com/eslint/eslint/issues/17331">#17331</a>) (Jesús Leganés-Combarro)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/536cc343083ffd64172d4da13c7e043b140f1078"><code>536cc34</code></a> 8.45.0</li> <li><a href="https://github.com/eslint/eslint/commit/4c11517c528c7b987fa888796f0351cb8136793b"><code>4c11517</code></a> Build: changelog update for 8.45.0</li> <li><a href="https://github.com/eslint/eslint/commit/68f63d76ce785fab4f42b76f1599026eea379bf7"><code>68f63d7</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/89f3225108c66425e4132f76db6c1ab13aac98d7"><code>89f3225</code></a> docs: add playground links to correct and incorrect code blocks (<a href="https://github.com/eslint/eslint/issues/17306">#17306</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/f8892b52920b8967f9e7bec23c75b74e03977d6b"><code>f8892b5</code></a> docs: Expand rule option schema docs (<a href="https://github.com/eslint/eslint/issues/17198">#17198</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/8bcbf11b6050418262ffa8e0ca37f365ae92e7ce"><code>8bcbf11</code></a> docs: Config Migration Guide (<a href="https://github.com/eslint/eslint/issues/17230">#17230</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/bb3090897166dbfd2931a43a70e2a5c1f3fa0a07"><code>bb30908</code></a> docs: Update README</li> <li><a href="https://github.com/eslint/eslint/commit/b79b6fb64473969b426d086b484d2e29594a5e9a"><code>b79b6fb</code></a> fix: Fix suggestion message in <code>no-useless-escape</code> (<a href="https://github.com/eslint/eslint/issues/17339">#17339</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/84d243b245b01b667f0752b592e8bda02a9aa2b1"><code>84d243b</code></a> docs: Update README</li> <li><a href="https://github.com/eslint/eslint/commit/5ca9b4d29f747e9cf5c9055e85c93b3b605d57fc"><code>5ca9b4d</code></a> chore: update eslint-config-eslint exports (<a href="https://github.com/eslint/eslint/issues/17336">#17336</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.44.0...v8.45.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. Deprecated, use GitLab's native /rebase instead - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-07-16 08:45:37 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 0cd06882...91e7f5b2 - 2 commits from branch master
  • 2a5d0e6d - Build(deps-dev): bump eslint from 8.44.0 to 8.45.0

Compare with previous version

added 3 commits <ul><li>0cd06882...91e7f5b2 - 2 commits from branch <code>master</code></li><li>2a5d0e6d - Build(deps-dev): bump eslint from 8.44.0 to 8.45.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1289/diffs?diff_id=735095363&start_sha=0cd06882726fb19bad235b3254bd887e7bb1d353)
argoyle (Migrated from gitlab.com) merged commit into master 2023-07-16 08:45:54 +00:00
Sign in to join this conversation.