Commit b71e400
authored
chore(deps-dev): bump eslint-plugin-simple-import-sort from 13.0.0 to 14.0.0 in /data-management/viewer/frontend (#1305)
Bumps
[eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort)
from 13.0.0 to 14.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md">eslint-plugin-simple-import-sort's
changelog</a>.</em></p>
<blockquote>
<h3>Version 14.0.0 (2026-07-16)</h3>
<p>ES2022 allows string literals as module export names ("arbitrary
module namespace names"):</p>
<pre lang="js"><code>export { yukuTs as "yuku-ts" };
import { "a-b" as c } from "a";
</code></pre>
<p>This release adds support for such quotes names. Previously, those
were sorted oddly, and the autofix could suggest changes that wasn’t
valid syntax.</p>
<p>This is only a breaking change if you use string literals as module
export names, and only in the form of that you need to autofix your
files.</p>
<p>Thanks to Kamronbek_Juraev (<a
href="https://github.com/KAMRONBEK"><code>@KAMRONBEK</code></a>) for
fixing this!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/bef18bd5de7a404efe4ba123d55715258df7cd78"><code>bef18bd</code></a>
eslint-plugin-simple-import-sort v14.0.0</li>
<li><a
href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/d53d160856a2249ef85d3e8409493302a649872f"><code>d53d160</code></a>
Fix autofix and sort order for quoted names (<a
href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/217">#217</a>)</li>
<li><a
href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/6063737734238b0c2cfd5b20745ddbdb5aef41bb"><code>6063737</code></a>
Bump js-yaml from 4.1.1 to 4.3.0 (<a
href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/214">#214</a>)</li>
<li><a
href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/143b70e47c63f47bb4887c616d9eb6077d85301d"><code>143b70e</code></a>
Bump vitest and <code>@vitest/coverage-v8</code> (<a
href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/212">#212</a>)</li>
<li><a
href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/0f5927612931ef1018b83b79521046c7f323c6ed"><code>0f59276</code></a>
Bump vite from 7.1.11 to 7.3.2 (<a
href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/211">#211</a>)</li>
<li><a
href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/24d74cdf63859920deca1adc1c7c889ce0c32b96"><code>24d74cd</code></a>
Bump lodash from 4.17.23 to 4.18.1 (<a
href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/210">#210</a>)</li>
<li><a
href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/89746062d276df7448ec12a3ad74a784ad430053"><code>8974606</code></a>
Update GitHub Actions (<a
href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/209">#209</a>)</li>
<li>See full diff in <a
href="https://github.com/lydell/eslint-plugin-simple-import-sort/compare/v13.0.0...v14.0.0">compare
view</a></li>
</ul>
</details>
<br />
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 99ad7f8 commit b71e400
2 files changed
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments