chore(deps-dev): Bump eslint-plugin-import from 2.30.0 to 2.31.0 in /experimenter (#11504)

Bumps
[eslint-plugin-import](https://github.com/import-js/eslint-plugin-import)
from 2.30.0 to 2.31.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.31.0</h2>
<h3>Added</h3>
<ul>
<li>support eslint v9 (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2996">#2996</a>,
thanks [<a href="https://github.com/G-Rath"><code>@​G-Rath</code></a>]
[<a
href="https://github.com/michaelfaith"><code>@​michaelfaith</code></a>])</li>
<li><a href="./docs/rules/order.md"><code>order</code></a>: allow
validating named imports (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3043">#3043</a>,
thanks [<a
href="https://github.com/manuth"><code>@​manuth</code></a>])</li>
<li><a href="./docs/rules/extensions.md"><code>extensions</code></a>:
add the <code>checkTypeImports</code> option (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2817">#2817</a>,
thanks [<a
href="https://github.com/phryneas"><code>@​phryneas</code></a>])</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><code>ExportMap</code> / flat config: include
<code>languageOptions</code> in context (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3052">#3052</a>,
thanks [<a
href="https://github.com/michaelfaith"><code>@​michaelfaith</code></a>])</li>
<li><a
href="./docs/rules/no-named-as-default.md"><code>no-named-as-default</code></a>:
Allow using an identifier if the export is both a named and a default
export (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3032">#3032</a>,
thanks [<a
href="https://github.com/akwodkiewicz"><code>@​akwodkiewicz</code></a>])</li>
<li><a href="./docs/rules/export.md"><code>export</code></a>: False
positive for exported overloaded functions in TS (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3065">#3065</a>,
thanks [<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>])</li>
<li><code>exportMap</code>: export map cache is tainted by unreliable
parse results (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3062">#3062</a>,
thanks [<a
href="https://github.com/michaelfaith"><code>@​michaelfaith</code></a>])</li>
<li><code>exportMap</code>: improve cacheKey when using flat config (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3072">#3072</a>,
thanks [<a
href="https://github.com/michaelfaith"><code>@​michaelfaith</code></a>])</li>
<li>adjust &quot;is source type module&quot; checks for flat config (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2996">#2996</a>,
thanks [<a
href="https://github.com/G-Rath"><code>@​G-Rath</code></a>])</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Docs] <a
href="./docs/rules/no-relative-packages.md"><code>no-relative-packages</code></a>:
fix typo (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3066">#3066</a>,
thanks [<a
href="https://github.com/joshuaobrien"><code>@​joshuaobrien</code></a>])</li>
<li>[Performance] <a
href="./docs/rules/no-cycle.md"><code>no-cycle</code></a>: dont scc for
each linted file (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3068">#3068</a>,
thanks [<a
href="https://github.com/soryy708"><code>@​soryy708</code></a>])</li>
<li>[Docs] <a href="./docs/rules/no-cycle.md"><code>no-cycle</code></a>:
add <code>disableScc</code> to docs (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3070">#3070</a>,
thanks [<a
href="https://github.com/soryy708"><code>@​soryy708</code></a>])</li>
<li>[Tests] use re-exported <code>RuleTester</code> (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3071">#3071</a>,
thanks [<a
href="https://github.com/G-Rath"><code>@​G-Rath</code></a>])</li>
<li>[Docs] <a
href="./docs/rules/no-restricted-paths.md"><code>no-restricted-paths</code></a>:
fix grammar (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3073">#3073</a>,
thanks [<a
href="https://github.com/unbeauvoyage"><code>@​unbeauvoyage</code></a>])</li>
<li>[Tests] <a
href="./docs/rules/no-default-export.md"><code>no-default-export</code></a>,
<a
href="./docs/rules/no-named-export.md"><code>no-named-export</code></a>:
add test case (thanks [<a
href="https://github.com/G-Rath"><code>@​G-Rath</code></a>])</li>
</ul>
<p><a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3073">#3073</a>:
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3073">import-js/eslint-plugin-import#3073</a>
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3072">#3072</a>:
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3072">import-js/eslint-plugin-import#3072</a>
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3071">#3071</a>:
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3071">import-js/eslint-plugin-import#3071</a>
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3070">#3070</a>:
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3070">import-js/eslint-plugin-import#3070</a>
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3068">#3068</a>:
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3068">import-js/eslint-plugin-import#3068</a>
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3066">#3066</a>:
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3066">import-js/eslint-plugin-import#3066</a>
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3065">#3065</a>:
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3065">import-js/eslint-plugin-import#3065</a>
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3062">#3062</a>:
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3062">import-js/eslint-plugin-import#3062</a>
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3052">#3052</a>:
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3052">import-js/eslint-plugin-import#3052</a>
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3043">#3043</a>:
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3043">import-js/eslint-plugin-import#3043</a>
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3032">#3032</a>:
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3032">import-js/eslint-plugin-import#3032</a>
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2996">#2996</a>:
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/pull/2996">import-js/eslint-plugin-import#2996</a>
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2817">#2817</a>:
<a
href="https://redirect.github.com/import-js/eslint-plugin-import/pull/2817">import-js/eslint-plugin-import#2817</a>
[<a
href="https://github.com/akwodkiewicz"><code>@​akwodkiewicz</code></a>]:
<a
href="https://github.com/akwodkiewicz">https://github.com/akwodkiewicz</a>
[<a
href="https://github.com/joshuaobrien"><code>@​joshuaobrien</code></a>]:
<a
href="https://github.com/joshuaobrien">https://github.com/joshuaobrien</a>
[<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>]:
<a
href="https://github.com/liuxingbaoyu">https://github.com/liuxingbaoyu</a>
[<a href="https://github.com/manuth"><code>@​manuth</code></a>]: <a
href="https://github.com/manuth">https://github.com/manuth</a>
[<a
href="https://github.com/michaelfaith"><code>@​michaelfaith</code></a>]:
<a
href="https://github.com/michaelfaith">https://github.com/michaelfaith</a>
[<a href="https://github.com/phryneas"><code>@​phryneas</code></a>]: <a
href="https://github.com/phryneas">https://github.com/phryneas</a></p>
<!-- 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.31.0] - 2024-10-03</h2>
<h3>Added</h3>
<ul>
<li>support eslint v9 (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2996">#2996</a>,
thanks [<a href="https://github.com/G-Rath"><code>@​G-Rath</code></a>]
[<a
href="https://github.com/michaelfaith"><code>@​michaelfaith</code></a>])</li>
<li>[<code>order</code>]: allow validating named imports (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3043">#3043</a>,
thanks [<a
href="https://github.com/manuth"><code>@​manuth</code></a>])</li>
<li>[<code>extensions</code>]: add the <code>checkTypeImports</code>
option (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2817">#2817</a>,
thanks [<a
href="https://github.com/phryneas"><code>@​phryneas</code></a>])</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><code>ExportMap</code> / flat config: include
<code>languageOptions</code> in context (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3052">#3052</a>,
thanks [<a
href="https://github.com/michaelfaith"><code>@​michaelfaith</code></a>])</li>
<li>[<code>no-named-as-default</code>]: Allow using an identifier if the
export is both a named and a default export (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3032">#3032</a>,
thanks [<a
href="https://github.com/akwodkiewicz"><code>@​akwodkiewicz</code></a>])</li>
<li>[<code>export</code>]: False positive for exported overloaded
functions in TS (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3065">#3065</a>,
thanks [<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>])</li>
<li><code>exportMap</code>: export map cache is tainted by unreliable
parse results (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3062">#3062</a>,
thanks [<a
href="https://github.com/michaelfaith"><code>@​michaelfaith</code></a>])</li>
<li><code>exportMap</code>: improve cacheKey when using flat config (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3072">#3072</a>,
thanks [<a
href="https://github.com/michaelfaith"><code>@​michaelfaith</code></a>])</li>
<li>adjust &quot;is source type module&quot; checks for flat config (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2996">#2996</a>,
thanks [<a
href="https://github.com/G-Rath"><code>@​G-Rath</code></a>])</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Docs] [<code>no-relative-packages</code>]: fix typo (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3066">#3066</a>,
thanks [<a
href="https://github.com/joshuaobrien"><code>@​joshuaobrien</code></a>])</li>
<li>[Performance] [<code>no-cycle</code>]: dont scc for each linted file
(<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3068">#3068</a>,
thanks [<a
href="https://github.com/soryy708"><code>@​soryy708</code></a>])</li>
<li>[Docs] [<code>no-cycle</code>]: add <code>disableScc</code> to docs
(<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3070">#3070</a>,
thanks [<a
href="https://github.com/soryy708"><code>@​soryy708</code></a>])</li>
<li>[Tests] use re-exported <code>RuleTester</code> (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3071">#3071</a>,
thanks [<a
href="https://github.com/G-Rath"><code>@​G-Rath</code></a>])</li>
<li>[Docs] [<code>no-restricted-paths</code>]: fix grammar (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3073">#3073</a>,
thanks [<a
href="https://github.com/unbeauvoyage"><code>@​unbeauvoyage</code></a>])</li>
<li>[Tests] [<code>no-default-export</code>],
[<code>no-named-export</code>]: add test case (thanks [<a
href="https://github.com/G-Rath"><code>@​G-Rath</code></a>])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="91f809b283"><code>91f809b</code></a>
v2.31.0</li>
<li><a
href="3f1ac24927"><code>3f1ac24</code></a>
[utils] [refactor] <code>parse</code>: avoid using a regex here</li>
<li><a
href="d225176343"><code>d225176</code></a>
[New] <code>extensions</code>: add the <code>checkTypeImports</code>
option</li>
<li><a
href="5a51b9a4ca"><code>5a51b9a</code></a>
[Tests] <code>rule-tester</code>: try this babel class workaround</li>
<li><a
href="d66cde00ee"><code>d66cde0</code></a>
[New] support eslint v9</li>
<li><a
href="d27a639f33"><code>d27a639</code></a>
[Fix] adjust &quot;is source type module&quot; checks for flat
config</li>
<li><a
href="1fa8a07a79"><code>1fa8a07</code></a>
[Refactor] create <code>sourceType</code> helper</li>
<li><a
href="0bc13553d4"><code>0bc1355</code></a>
[Tests] <code>no-default-export</code>, <code>no-named-export</code>:
add test cases with non-modu...</li>
<li><a
href="55fa203518"><code>55fa203</code></a>
[Tests] <code>no-default-export</code>, <code>no-named-export</code>:
add test case</li>
<li><a
href="6be20dfa11"><code>6be20df</code></a>
[Docs] <code>no-restricted-paths</code>: fix grammar</li>
<li>Additional commits viewable in <a
href="https://github.com/import-js/eslint-plugin-import/compare/v2.30.0...v2.31.0">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.30.0&new-version=2.31.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
Dependabot will merge this PR once CI passes on it, as requested by
@jaredlockhart.

[//]: # (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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-08 11:04:18 -04:00 коммит произвёл GitHub
Родитель 2e5c3ea438
Коммит 5ca9959a55
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 14 добавлений и 47 удалений

Просмотреть файл

@ -56,7 +56,7 @@
"eslint": "7.32.0",
"eslint-config-prettier": "7.2.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "24.7.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.0",

Просмотреть файл

@ -93,7 +93,7 @@
"eslint-config-prettier": "^7.2.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "5.x",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "7.37.0",

Просмотреть файл

@ -21,7 +21,7 @@
"css-loader": "6.11.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8.4.38",
"postcss-loader": "^5",

Просмотреть файл

@ -8169,10 +8169,10 @@ eslint-loader@3.0.3:
object-hash "^2.0.1"
schema-utils "^2.6.1"
eslint-module-utils@^2.4.1, eslint-module-utils@^2.9.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.11.0.tgz#b99b211ca4318243f09661fae088f373ad5243c4"
integrity sha512-gbBE5Hitek/oG6MUVj6sFuzEjA/ClzNflVrLovHi/JgLdC7fiN5gLAY1WIPW1a0V5I999MnsrvVrCOGmmVqDBQ==
eslint-module-utils@^2.12.0, eslint-module-utils@^2.4.1:
version "2.12.0"
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b"
integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==
dependencies:
debug "^3.2.7"
@ -8222,10 +8222,10 @@ eslint-plugin-import@2.20.0:
read-pkg-up "^2.0.0"
resolve "^1.12.0"
eslint-plugin-import@2.30.0, eslint-plugin-import@^2.30.0:
version "2.30.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz#21ceea0fc462657195989dd780e50c92fe95f449"
integrity sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==
eslint-plugin-import@2.31.0, eslint-plugin-import@^2.31.0:
version "2.31.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz#310ce7e720ca1d9c0bb3f69adfd1c6bdd7d9e0e7"
integrity sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==
dependencies:
"@rtsao/scc" "^1.1.0"
array-includes "^3.1.8"
@ -8235,7 +8235,7 @@ eslint-plugin-import@2.30.0, eslint-plugin-import@^2.30.0:
debug "^3.2.7"
doctrine "^2.1.0"
eslint-import-resolver-node "^0.3.9"
eslint-module-utils "^2.9.0"
eslint-module-utils "^2.12.0"
hasown "^2.0.2"
is-core-module "^2.15.1"
is-glob "^4.0.3"
@ -8244,6 +8244,7 @@ eslint-plugin-import@2.30.0, eslint-plugin-import@^2.30.0:
object.groupby "^1.0.3"
object.values "^1.2.0"
semver "^6.3.1"
string.prototype.trimend "^1.0.8"
tsconfig-paths "^3.15.0"
eslint-plugin-jest@24.7.0:
@ -17829,41 +17830,7 @@ string.prototype.trim@^1.2.9:
es-abstract "^1.23.0"
es-object-atoms "^1.0.0"
string.prototype.trimend@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==
dependencies:
define-properties "^1.1.3"
es-abstract "^1.17.5"
string.prototype.trimend@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"
integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==
dependencies:
call-bind "^1.0.2"
define-properties "^1.1.3"
string.prototype.trimend@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz#914a65baaab25fbdd4ee291ca7dde57e869cb8d0"
integrity sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==
dependencies:
call-bind "^1.0.2"
define-properties "^1.1.4"
es-abstract "^1.19.5"
string.prototype.trimend@^1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz#1bb3afc5008661d73e2dc015cd4853732d6c471e"
integrity sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==
dependencies:
call-bind "^1.0.2"
define-properties "^1.2.0"
es-abstract "^1.22.1"
string.prototype.trimend@^1.0.8:
string.prototype.trimend@^1.0.1, string.prototype.trimend@^1.0.4, string.prototype.trimend@^1.0.5, string.prototype.trimend@^1.0.7, string.prototype.trimend@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz#3651b8513719e8a9f48de7f2f77640b26652b229"
integrity sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==