Build(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0 #1526

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-plugin-import-2.29.0 into master 2023-10-24 09:25:20 +00:00
argoyle commented 2023-10-24 04:44:00 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-import from 2.28.1 to 2.29.0.

Release notes

Sourced from eslint-plugin-import's releases.

v2.29.0

Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0

Changelog

Sourced from eslint-plugin-import's changelog.

[2.29.0] - 2023-10-22

Added

  • TypeScript config: add .cts and .mts extensions (#2851, thanks [@​Zamiell])
  • [newline-after-import]: new option exactCount and docs update (#1933, thanks [@​anikethsaha] and [@​reosarevok])
  • [newline-after-import]: fix exactCount with considerComments false positive, when there is a leading comment (#2884, thanks [@​kinland])
Commits
  • 6d34c88 Bump to 2.29.0
  • ec6a8ea [Refactor] use hasown instead of has
  • 78f50b8 [Deps] update array-includes, array.prototype.findlastindex, `array.proto...
  • 6d2540f [resolvers/webpack] v0.13.8
  • 30d61b6 [resolvers/webpack] [deps] update array.prototype.find, is-core-module, `...
  • 2c281d1 [resolvers/webpack] [refactor] use hasown instead of has
  • 66cb10f [Fix] newline-after-import: fix exactCount with considerComments false ...
  • 8705121 [New] newline-after-import: new option exactCount and docs update
  • 6b95a02 [resolvers/webpack] v0.13.7
  • 04e68a2 [resolvers/webpack] [fix] use the dirname of the configPath as basedir
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.1 to 2.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-plugin-import/releases">eslint-plugin-import's releases</a>.</em></p> <blockquote> <h2>v2.29.0</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0">https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md">eslint-plugin-import's changelog</a>.</em></p> <blockquote> <h2>[2.29.0] - 2023-10-22</h2> <h3>Added</h3> <ul> <li>TypeScript config: add .cts and .mts extensions (<a href="https://github.com/import-js/eslint-plugin-import/issues/2851">#2851</a>, thanks [<a href="https://github.com/Zamiell"><code>@​Zamiell</code></a>])</li> <li>[<code>newline-after-import</code>]: new option <code>exactCount</code> and docs update (<a href="https://github.com/import-js/eslint-plugin-import/issues/1933">#1933</a>, thanks [<a href="https://github.com/anikethsaha"><code>@​anikethsaha</code></a>] and [<a href="https://github.com/reosarevok"><code>@​reosarevok</code></a>])</li> <li>[<code>newline-after-import</code>]: fix <code>exactCount</code> with <code>considerComments</code> false positive, when there is a leading comment (<a href="https://github.com/import-js/eslint-plugin-import/issues/2884">#2884</a>, thanks [<a href="https://github.com/kinland"><code>@​kinland</code></a>])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/6d34c88a91a9cb7556700b7cb83c8a27731ff302"><code>6d34c88</code></a> Bump to 2.29.0</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/ec6a8ea3c386241daaf208fe78da151b30415357"><code>ec6a8ea</code></a> [Refactor] use <code>hasown</code> instead of <code>has</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/78f50b852a0dc187ccbfd6b4592e4f59ba78d339"><code>78f50b8</code></a> [Deps] update <code>array-includes</code>, <code>array.prototype.findlastindex</code>, `array.proto...</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/6d2540f2eefc063d07a841088836e1dcee652cd9"><code>6d2540f</code></a> [resolvers/webpack] v0.13.8</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/30d61b6dc45e712899a4b9184964a948251adfcf"><code>30d61b6</code></a> [resolvers/webpack] [deps] update <code>array.prototype.find</code>, <code>is-core-module</code>, `...</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/2c281d15d06dc54c90cfa5c28b276b189ecd8f3f"><code>2c281d1</code></a> [resolvers/webpack] [refactor] use <code>hasown</code> instead of <code>has</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/66cb10f302a23c0b72c4a3ead26374a6729a9017"><code>66cb10f</code></a> [Fix] <code>newline-after-import</code>: fix <code>exactCount</code> with <code>considerComments</code> false ...</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/87051212306f8cd08cb62555b94fae259146468c"><code>8705121</code></a> [New] <code>newline-after-import</code>: new option <code>exactCount</code> and docs update</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/6b95a021938139726b3f862beb37012d6e2afab2"><code>6b95a02</code></a> [resolvers/webpack] v0.13.7</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/04e68a2179c17b6b73b0c589ca8c092cdb1cb1e5"><code>04e68a2</code></a> [resolvers/webpack] [fix] use the <code>dirname</code> of the <code>configPath</code> as <code>basedir</code></li> <li>Additional commits viewable in <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.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 recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-10-24 09:25:09 +00:00 (Migrated from gitlab.com)

added 5 commits

  • 6c3157b6...299b1c00 - 4 commits from branch master
  • 7934c4aa - Build(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0

Compare with previous version

added 5 commits <ul><li>6c3157b6...299b1c00 - 4 commits from branch <code>master</code></li><li>7934c4aa - Build(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1477/diffs?diff_id=824083495&start_sha=6c3157b6c25f8b160090e75cdd140fd611de9e90)
argoyle (Migrated from gitlab.com) merged commit into master 2023-10-24 09:25:20 +00:00
Sign in to join this conversation.