Plausible client to collect analytics in browser with no hassle
Bumps [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) from 10.0.0 to 12.1.1. <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 12.1.1 (2024-07-02)</h3> <p>This release adds a short <code>meta.docs.description</code> to each rule. Thanks to fisker Cheung (<a href="https://github.com/fisker"><code>@fisker</code></a>)!</p> <h3>Version 12.1.0 (2024-04-13)</h3> <p>This release adds TypeScript type definitions for the plugin itself. This is useful when you use TypeScript to check your ESLint configuration. It assumes that you install <code>@types/eslint</code> yourself. Thanks to <a href="https://github.com/Logicer16"><code>@Logicer16</code></a>!</p> <h3>Version 12.0.0 (2024-02-10)</h3> <p>This release removes the support for import assignments added in version 11.0.0:</p> <ul> <li>Turns out it was broken in some cases.</li> <li>The suggested fix went past my complexity tolerance for such an esoteric feature.</li> <li>I also learned that they aren’t really imports, and that I don’t understand their semantics well enough to know how sorting them affects your program.</li> </ul> <p>If you miss the support for import assignments, I suggest you write your own ESLint rule which moves them out of the way from the actual imports, sorting them or not.</p> <h3>Version 11.0.0 (2024-02-08)</h3> <p>This release adds support for TypeScript import assignments (<code>import A = B.C</code> and <code>import A = require("module")</code>). Thanks to Szabolcs Kurdi (<a href="https://github.com/szku01"><code>@szku01</code></a>) and Svyatoslav Zaytsev (<a href="https://github.com/MillerSvt"><code>@MillerSvt</code></a>)!</p> <p>It’s only a breaking change if you use TypeScript import assignments, and only in the form that you need to autofix your files.</p> <p>In other news, this release adds the <code>meta</code> plugin property in preparation for ESLint Flat Config, and avoids the deprecated <code>context.getSourceCode()</code> method (while still being backwards compatible).</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/57708e48fde3142cc10446ccf65ef0b173eda216"><code>57708e4</code></a> eslint-plugin-simple-import-sort v12.1.1</li> <li><a href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/5505d7d2d9641938b34fd02a92900a570cf23b70"><code>5505d7d</code></a> Add <code>meta.docs.description</code> (<a href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/172">#172</a>)</li> <li><a href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/20e25f3b83c713825f96b8494e2091e6600954d6"><code>20e25f3</code></a> Bump braces from 3.0.2 to 3.0.3 (<a href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/170">#170</a>)</li> <li><a href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/61c467466c63ba0b911333fa0e992aa6278a5886"><code>61c4674</code></a> eslint-plugin-simple-import-sort v12.1.0</li> <li><a href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/3b0f4913e93692f2d751f3a19e7e36dde3c5d54a"><code>3b0f491</code></a> Add types (<a href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/164">#164</a>)</li> <li><a href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/f206644e0344a19f6167739ad031556cdad9542f"><code>f206644</code></a> Bump vite from 5.1.1 to 5.2.8 (<a href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/162">#162</a>)</li> <li><a href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/f5dc3794643e72b8c4fe02af6d130dbd3ab5d203"><code>f5dc379</code></a> Add 2024 to LICENSE</li> <li><a href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/a562d8d3da3675830175afcdef08d540053138fe"><code>a562d8d</code></a> Merge pull request <a href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/159">#159</a> from lydell/updates</li> <li><a href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/bcf8a3f4de25a3f5954888887c30bd4470e5e398"><code>bcf8a3f</code></a> Enable more vitest ESLint rules</li> <li><a href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/164c4d66e1765ec672926544037b88d9526b528c"><code>164c4d6</code></a> Test import attributes instead of deprecated import assertions</li> <li>Additional commits viewable in <a href="https://github.com/lydell/eslint-plugin-simple-import-sort/compare/v10.0.0...v12.1.1">compare view</a></li> </ul> </details> <br /> [](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-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>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by dependabot[bot] and has received 0 comments.