Chore(deps-dev): bump eslint-plugin-import from 2.22.1 to 2.25.2 #104

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-plugin-import-2.25.2 into master 2021-11-09 20:57:32 +00:00
argoyle commented 2021-11-09 05:16:50 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-import from 2.22.1 to 2.25.2.

Release notes

Sourced from eslint-plugin-import's releases.

v2.25.2

Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2

v2.25.1

Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1

v2.25.0

What's Changed

New Contributors

Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.0

v2.24.2

No release notes provided.

v2.24.1

https://github.com/import-js/eslint-plugin-import/blob/v2.24.1/CHANGELOG.md#2241---2021-08-19

v2.24.0

https://github.com/import-js/eslint-plugin-import/blob/v2.24.0/CHANGELOG.md#2240---2021-08-08

v2.23.4

https://github.com/import-js/eslint-plugin-import/blob/v2.23.4/CHANGELOG.md#2234---2021-05-29

v2.23.3

https://github.com/import-js/eslint-plugin-import/blob/v2.23.3/CHANGELOG.md#2233---2021-05-21

v2.23.2

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.25.2] - 2021-10-12

Fixed

  • [Deps] update eslint-module-utils for real this time (#2255)

[2.25.1] - 2021-10-11

Fixed

  • [Deps] update eslint-module-utils

[2.25.0] - 2021-10-11

Added

Fixed

  • [no-unresolved]: ignore type-only imports (#2220, thanks [@​jablko])
  • [order]: fix sorting imports inside TypeScript module declarations (#2226, thanks [@​remcohaszing])
  • [default], ExportMap: Resolve extended TypeScript configuration files (#2240, thanks [@​mrmckeb])

Changed

  • [Refactor] switch to an internal replacement for pkg-up and read-pkg-up (#2047, thanks [@​mgwalker])
  • [patch] TypeScript config: remove .d.ts from [import/parsers setting] and [import/extensions setting] (#2220, thanks [@​jablko])
  • [Refactor] [no-unresolved], [no-extraneous-dependencies]: moduleVisitor usage (#2233, thanks [@​jablko])

[2.24.2] - 2021-08-24

Fixed

  • [named], [namespace]: properly handle ExportAllDeclarations (#2199, thanks [@​ljharb])

[2.24.1] - 2021-08-19

Fixed

Changed

[2.24.0] - 2021-08-08

Added

... (truncated)

Commits
  • 67103e6 Bump to v2.25.2
  • 85739db [Deps] update eslint-module-utils
  • 9cc1654 Bump to v2.25.1
  • 6bdab31 [Deps] update eslint-module-utils
  • b0131d2 Bump to v2.25.0
  • 7463de2 utils: v2.7.0
  • 900ac9a [resolvers/webpack] [deps] update is-core-module
  • c117be5 [Dev Deps] update array.prototype.flatmap, glob; remove `babel-preset-es2...
  • 0e857b6 [Deps] update array-includes, array.prototype.flat, is-core-module, `is...
  • 62e2d88 [New] Support eslint v8
  • 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-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.22.1 to 2.25.2. <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.25.2</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2">https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2</a></p> <h2>v2.25.1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1">https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1</a></p> <h2>v2.25.0</h2> <h2>What's Changed</h2> <ul> <li>[Tests] use ESLint class in <code>cli</code> test by <a href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a> in <a href="https://github.com/import-js/eslint-plugin-import/pull/2208">import-js/eslint-plugin-import#2208</a></li> <li>[New] <code>no-unused-modules</code>: add eslint v8 support by <a href="https://github.com/coderaiser"><code>@​coderaiser</code></a> in <a href="https://github.com/import-js/eslint-plugin-import/pull/2194">import-js/eslint-plugin-import#2194</a></li> <li><code>no-restricted-paths</code> support glob patterns by <a href="https://github.com/stropho"><code>@​stropho</code></a> in <a href="https://github.com/import-js/eslint-plugin-import/pull/2219">import-js/eslint-plugin-import#2219</a></li> <li>[New] <code>no-unresolved</code>: add <code>caseSensitiveStrict</code> option by <a href="https://github.com/sergei-startsev"><code>@​sergei-startsev</code></a> in <a href="https://github.com/import-js/eslint-plugin-import/pull/1262">import-js/eslint-plugin-import#1262</a></li> <li>[New] no-unused-modules: support dynamic imports [2] by <a href="https://github.com/Hypnosphi"><code>@​Hypnosphi</code></a> in <a href="https://github.com/import-js/eslint-plugin-import/pull/2212">import-js/eslint-plugin-import#2212</a></li> <li>[New] <code>no-unused-modules</code>: support dynamic imports by <a href="https://github.com/maxkomarychev"><code>@​maxkomarychev</code></a> in <a href="https://github.com/import-js/eslint-plugin-import/pull/1660">import-js/eslint-plugin-import#1660</a></li> <li>[Refactor] switch to an internal replacement for <code>pkg-up</code> and <code>read-pkg-up</code> by <a href="https://github.com/mgwalker"><code>@​mgwalker</code></a> in <a href="https://github.com/import-js/eslint-plugin-import/pull/2047">import-js/eslint-plugin-import#2047</a></li> <li>[Fix] no-unresolved: ignore type-only imports by <a href="https://github.com/jablko"><code>@​jablko</code></a> in <a href="https://github.com/import-js/eslint-plugin-import/pull/2220">import-js/eslint-plugin-import#2220</a></li> <li>[Fix] <code>order</code>: Fix import ordering in TypeScript module declarations by <a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a> in <a href="https://github.com/import-js/eslint-plugin-import/pull/2226">import-js/eslint-plugin-import#2226</a></li> <li>[Tests] fix skip usage by <a href="https://github.com/jablko"><code>@​jablko</code></a> in <a href="https://github.com/import-js/eslint-plugin-import/pull/2232">import-js/eslint-plugin-import#2232</a></li> <li>[Refactor] <code>no-unresolved</code>, <code>no-extraneous-dependencies</code>: moduleVisitor usage by <a href="https://github.com/jablko"><code>@​jablko</code></a> in <a href="https://github.com/import-js/eslint-plugin-import/pull/2233">import-js/eslint-plugin-import#2233</a></li> <li>Resolve extended TypeScript configuration files by <a href="https://github.com/mrmckeb"><code>@​mrmckeb</code></a> in <a href="https://github.com/import-js/eslint-plugin-import/pull/2240">import-js/eslint-plugin-import#2240</a></li> <li>[New] Support for ESLint v8 by <a href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a> in <a href="https://github.com/import-js/eslint-plugin-import/pull/2191">import-js/eslint-plugin-import#2191</a></li> <li>Release 2.25.0 by <a href="https://github.com/ljharb"><code>@​ljharb</code></a> in <a href="https://github.com/import-js/eslint-plugin-import/pull/2253">import-js/eslint-plugin-import#2253</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/coderaiser"><code>@​coderaiser</code></a> made their first contribution in <a href="https://github.com/import-js/eslint-plugin-import/pull/2194">import-js/eslint-plugin-import#2194</a></li> <li><a href="https://github.com/sergei-startsev"><code>@​sergei-startsev</code></a> made their first contribution in <a href="https://github.com/import-js/eslint-plugin-import/pull/1262">import-js/eslint-plugin-import#1262</a></li> <li><a href="https://github.com/maxkomarychev"><code>@​maxkomarychev</code></a> made their first contribution in <a href="https://github.com/import-js/eslint-plugin-import/pull/1660">import-js/eslint-plugin-import#1660</a></li> <li><a href="https://github.com/mgwalker"><code>@​mgwalker</code></a> made their first contribution in <a href="https://github.com/import-js/eslint-plugin-import/pull/2047">import-js/eslint-plugin-import#2047</a></li> <li><a href="https://github.com/jablko"><code>@​jablko</code></a> made their first contribution in <a href="https://github.com/import-js/eslint-plugin-import/pull/2220">import-js/eslint-plugin-import#2220</a></li> <li><a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a> made their first contribution in <a href="https://github.com/import-js/eslint-plugin-import/pull/2226">import-js/eslint-plugin-import#2226</a></li> <li><a href="https://github.com/mrmckeb"><code>@​mrmckeb</code></a> made their first contribution in <a href="https://github.com/import-js/eslint-plugin-import/pull/2240">import-js/eslint-plugin-import#2240</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.0">https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.0</a></p> <h2>v2.24.2</h2> <p>No release notes provided.</p> <h2>v2.24.1</h2> <p><a href="https://github.com/import-js/eslint-plugin-import/blob/v2.24.1/CHANGELOG.md#2241---2021-08-19">https://github.com/import-js/eslint-plugin-import/blob/v2.24.1/CHANGELOG.md#2241---2021-08-19</a></p> <h2>v2.24.0</h2> <p><a href="https://github.com/import-js/eslint-plugin-import/blob/v2.24.0/CHANGELOG.md#2240---2021-08-08">https://github.com/import-js/eslint-plugin-import/blob/v2.24.0/CHANGELOG.md#2240---2021-08-08</a></p> <h2>v2.23.4</h2> <p><a href="https://github.com/import-js/eslint-plugin-import/blob/v2.23.4/CHANGELOG.md#2234---2021-05-29">https://github.com/import-js/eslint-plugin-import/blob/v2.23.4/CHANGELOG.md#2234---2021-05-29</a></p> <h2>v2.23.3</h2> <p><a href="https://github.com/import-js/eslint-plugin-import/blob/v2.23.3/CHANGELOG.md#2233---2021-05-21">https://github.com/import-js/eslint-plugin-import/blob/v2.23.3/CHANGELOG.md#2233---2021-05-21</a></p> <h2>v2.23.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.25.2] - 2021-10-12</h2> <h3>Fixed</h3> <ul> <li>[Deps] update <code>eslint-module-utils</code> for real this time (<a href="https://github.com/import-js/eslint-plugin-import/issues/2255">#2255</a>)</li> </ul> <h2>[2.25.1] - 2021-10-11</h2> <h3>Fixed</h3> <ul> <li>[Deps] update <code>eslint-module-utils</code></li> </ul> <h2>[2.25.0] - 2021-10-11</h2> <h3>Added</h3> <ul> <li>Support <code>eslint</code> v8 (<a href="https://github.com/import-js/eslint-plugin-import/issues/2191">#2191</a>, thanks [<a href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>])</li> <li>[<code>no-unresolved</code>]: add <code>caseSensitiveStrict</code> option (<a href="https://github.com/import-js/eslint-plugin-import/issues/1262">#1262</a>, thanks [<a href="https://github.com/sergei-startsev"><code>@​sergei-startsev</code></a>])</li> <li>[<code>no-unused-modules</code>]: add eslint v8 support (<a href="https://github.com/import-js/eslint-plugin-import/issues/2194">#2194</a>, thanks [<a href="https://github.com/coderaiser"><code>@​coderaiser</code></a>])</li> <li>[<code>no-restricted-paths</code>]: add/restore glob pattern support (<a href="https://github.com/import-js/eslint-plugin-import/issues/2219">#2219</a>, thanks [<a href="https://github.com/stropho"><code>@​stropho</code></a>])</li> <li>[<code>no-unused-modules</code>]: support dynamic imports (<a href="https://github.com/import-js/eslint-plugin-import/issues/1660">#1660</a>, <a href="https://github.com/import-js/eslint-plugin-import/issues/2212">#2212</a>, thanks [<a href="https://github.com/maxkomarychev"><code>@​maxkomarychev</code></a>], [<a href="https://github.com/aladdin-add"><code>@​aladdin-add</code></a>], [<a href="https://github.com/Hypnosphi"><code>@​Hypnosphi</code></a>])</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>no-unresolved</code>]: ignore type-only imports (<a href="https://github.com/import-js/eslint-plugin-import/issues/2220">#2220</a>, thanks [<a href="https://github.com/jablko"><code>@​jablko</code></a>])</li> <li>[<code>order</code>]: fix sorting imports inside TypeScript module declarations (<a href="https://github.com/import-js/eslint-plugin-import/issues/2226">#2226</a>, thanks [<a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a>])</li> <li>[<code>default</code>], <code>ExportMap</code>: Resolve extended TypeScript configuration files (<a href="https://github.com/import-js/eslint-plugin-import/issues/2240">#2240</a>, thanks [<a href="https://github.com/mrmckeb"><code>@​mrmckeb</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li>[Refactor] switch to an internal replacement for <code>pkg-up</code> and <code>read-pkg-up</code> (<a href="https://github.com/import-js/eslint-plugin-import/issues/2047">#2047</a>, thanks [<a href="https://github.com/mgwalker"><code>@​mgwalker</code></a>])</li> <li>[patch] TypeScript config: remove <code>.d.ts</code> from [<code>import/parsers</code> setting] and [<code>import/extensions</code> setting] (<a href="https://github.com/import-js/eslint-plugin-import/issues/2220">#2220</a>, thanks [<a href="https://github.com/jablko"><code>@​jablko</code></a>])</li> <li>[Refactor] [<code>no-unresolved</code>], [<code>no-extraneous-dependencies</code>]: moduleVisitor usage (<a href="https://github.com/import-js/eslint-plugin-import/issues/2233">#2233</a>, thanks [<a href="https://github.com/jablko"><code>@​jablko</code></a>])</li> </ul> <h2>[2.24.2] - 2021-08-24</h2> <h3>Fixed</h3> <ul> <li>[<code>named</code>], [<code>namespace</code>]: properly handle ExportAllDeclarations (<a href="https://github.com/import-js/eslint-plugin-import/issues/2199">#2199</a>, thanks [<a href="https://github.com/ljharb"><code>@​ljharb</code></a>])</li> </ul> <h2>[2.24.1] - 2021-08-19</h2> <h3>Fixed</h3> <ul> <li><code>ExportMap</code>: Add default export when esModuleInterop is true and anything is exported (<a href="https://github.com/import-js/eslint-plugin-import/issues/2184">#2184</a>, thanks [<a href="https://github.com/Maxim-Mazurok"><code>@​Maxim-Mazurok</code></a>])</li> <li>[<code>named</code>], [<code>namespace</code>]: properly set reexports on <code>export * as … from</code> (<a href="https://github.com/import-js/eslint-plugin-import/issues/1998">#1998</a>, <a href="https://github.com/import-js/eslint-plugin-import/issues/2161">#2161</a>, thanks [<a href="https://github.com/ljharb"><code>@​ljharb</code></a>])</li> <li>[<code>no-duplicates</code>]: correctly handle case of mixed default/named type imports (<a href="https://github.com/import-js/eslint-plugin-import/issues/2149">#2149</a>, thanks [<a href="https://github.com/GoodForOneFare"><code>@​GoodForOneFare</code></a>], [<a href="https://github.com/nwalters512"><code>@​nwalters512</code></a>])</li> <li>[<code>no-duplicates</code>]: avoid crash with empty <code>import type {}</code> (<a href="https://github.com/import-js/eslint-plugin-import/issues/2201">#2201</a>, thanks [<a href="https://github.com/ljharb"><code>@​ljharb</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li>[Docs] <code>max-dependencies</code>: 📖 Document <code>ignoreTypeImports</code> option (<a href="https://github.com/import-js/eslint-plugin-import/issues/2196">#2196</a>, thanks [<a href="https://github.com/himynameisdave"><code>@​himynameisdave</code></a>])</li> </ul> <h2>[2.24.0] - 2021-08-08</h2> <h3>Added</h3> <ul> <li>[<code>no-dynamic-require</code>]: add option <code>esmodule</code> (<a href="https://github.com/import-js/eslint-plugin-import/issues/1223">#1223</a>, thanks [<a href="https://github.com/vikr01"><code>@​vikr01</code></a>])</li> <li>[<code>named</code>]: add <code>commonjs</code> option (<a href="https://github.com/import-js/eslint-plugin-import/issues/1222">#1222</a>, thanks [<a href="https://github.com/vikr01"><code>@​vikr01</code></a>])</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/67103e698dcaa02a95f95145d2db6a04f1a573f8"><code>67103e6</code></a> Bump to v2.25.2</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/85739db0614b7b7935d359a8f3054f4b5622fd50"><code>85739db</code></a> [Deps] update <code>eslint-module-utils</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/9cc1654b05459929018bcdec6d7e7e7eae7851cd"><code>9cc1654</code></a> Bump to v2.25.1</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/6bdab3189da146c635573946ad650f4e738a3469"><code>6bdab31</code></a> [Deps] update <code>eslint-module-utils</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/b0131d2757bb28e8e1eb3f34670a2c59a3d7b9ff"><code>b0131d2</code></a> Bump to v2.25.0</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/7463de2aa3389ffb40dee465b1ec763bc4382361"><code>7463de2</code></a> utils: v2.7.0</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/900ac9a1856c4222756ba95c1b25d7292ec718a4"><code>900ac9a</code></a> [resolvers/webpack] [deps] update <code>is-core-module</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/c117be532152af7f55675607a92339361fe0968b"><code>c117be5</code></a> [Dev Deps] update <code>array.prototype.flatmap</code>, <code>glob</code>; remove `babel-preset-es2...</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/0e857b69f860d60d7486462101d5378783e5f079"><code>0e857b6</code></a> [Deps] update <code>array-includes</code>, <code>array.prototype.flat</code>, <code>is-core-module</code>, `is...</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/62e2d883f6a6c57a71aa6594a79ea11ad4a5939a"><code>62e2d88</code></a> [New] Support <code>eslint</code> v8</li> <li>Additional commits viewable in <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.22.1...v2.25.2">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 2021-11-09 18:53:13 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-09 19:03:33 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-09 19:22:06 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-09 19:22:06 +00:00 (Migrated from gitlab.com)

added 5 commits

  • 55266665...6642d62b - 4 commits from branch master
  • 8a0f0a60 - Chore(deps-dev): bump eslint-plugin-import from 2.22.1 to 2.25.2

Compare with previous version

added 5 commits <ul><li>55266665...6642d62b - 4 commits from branch <code>master</code></li><li>8a0f0a60 - Chore(deps-dev): bump eslint-plugin-import from 2.22.1 to 2.25.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/55/diffs?diff_id=275759323&start_sha=5526666564185b518aa80312a5c81fab6c56f689)
argoyle commented 2021-11-09 20:13:55 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-09 20:39:53 +00:00 (Migrated from gitlab.com)

$dependabot rebase

$dependabot rebase
argoyle commented 2021-11-09 20:40:10 +00:00 (Migrated from gitlab.com)

dependabot successfully triggered merge request rebase!

:white_check_mark: `dependabot` successfully triggered merge request rebase!
argoyle commented 2021-11-09 20:44:37 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-09 20:44:45 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2021-11-09 20:47:10 +00:00 (Migrated from gitlab.com)

added 13 commits

  • 8a0f0a60...f65f8af1 - 12 commits from branch master
  • 533da6f4 - Chore(deps-dev): bump eslint-plugin-import from 2.22.1 to 2.25.2

Compare with previous version

added 13 commits <ul><li>8a0f0a60...f65f8af1 - 12 commits from branch <code>master</code></li><li>533da6f4 - Chore(deps-dev): bump eslint-plugin-import from 2.22.1 to 2.25.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/55/diffs?diff_id=275801056&start_sha=8a0f0a60c662acd5f9fbf647c159d618c3325871)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2021-11-09 20:48:09 +00:00
argoyle commented 2021-11-09 20:57:32 +00:00 (Migrated from gitlab.com)

mentioned in commit b4b1c1d0fb

mentioned in commit b4b1c1d0fb7df4f72f53ac2fd79fe1bed1e67f24
argoyle (Migrated from gitlab.com) merged commit b4b1c1d0fb into master 2021-11-09 20:57:32 +00:00
argoyle commented 2021-11-09 21:39:15 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-09 21:53:27 +00:00 (Migrated from gitlab.com)

dependabot failed recreating merge request.

Nothing to update! Make sure dependencies are not up to date already!
:x: `dependabot` failed recreating merge request. ``` Nothing to update! Make sure dependencies are not up to date already! ```
argoyle commented 2021-11-09 21:58:13 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
Sign in to join this conversation.