Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Bump eslint-plugin-import from 2.23.3 to 2.23.4 (#511)
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.23.3 to 2.23.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md">eslint-plugin-import's changelog</a>.</em></p>
<blockquote>
<h2>[2.23.4] - 2021-05-29</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>no-import-module-exports</code>]: Don't crash if packages have no entrypoint (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/2099">#2099</a>, thanks [<a href="https://github.com/eps1lon"><code>@​eps1lon</code></a>])</li>
<li>[<code>no-extraneous-dependencies</code>]: fix package name algorithm (<a href="https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/2097">#2097</a>, thanks [<a href="https://github.com/paztis"><code>@​paztis</code></a>])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/benmosher/eslint-plugin-import/commit/998c3000c70b8571aa27cfe1ec30cfff0efc9795"><code>998c300</code></a> Bump to v2.23.4</li>
<li><a href="https://github.com/benmosher/eslint-plugin-import/commit/ec10721dec48f8f7e3cdf386f03e773edde57ca1"><code>ec10721</code></a> [meta] fix changelog entries</li>
<li><a href="https://github.com/benmosher/eslint-plugin-import/commit/da8d584fc22495a10e04206619c117baa2760898"><code>da8d584</code></a> [Fix] <code>no-extraneous-dependencies</code>: fix package name algorithm</li>
<li><a href="https://github.com/benmosher/eslint-plugin-import/commit/81b9d2459c4dcf36d6b7cad994241efec2db5b3a"><code>81b9d24</code></a> [Fix] <code>no-import-module-exports</code>: Don't crash if packages have no entrypoint</li>
<li>See full diff in <a href="https://github.com/benmosher/eslint-plugin-import/compare/v2.23.3...v2.23.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-import&package-manager=npm_and_yarn&previous-version=2.23.3&new-version=2.23.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] authored Jul 5, 2021
1 parent a74b242 commit ad00946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8479,9 +8479,9 @@ eslint-module-utils@^2.6.1:
pkg-dir "^2.0.0"

eslint-plugin-import@^2.22.1:
version "2.23.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.3.tgz#8a1b073289fff03c4af0f04b6df956b7d463e191"
integrity sha512-wDxdYbSB55F7T5CC7ucDjY641VvKmlRwT0Vxh7PkY1mI4rclVRFWYfsrjDgZvwYYDZ5ee0ZtfFKXowWjqvEoRQ==
version "2.23.4"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz#8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97"
integrity sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==
dependencies:
array-includes "^3.1.3"
array.prototype.flat "^1.2.4"
Expand Down

0 comments on commit ad00946

Please sign in to comment.