Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the packages group with 1 update (#1169)
Bumps the packages group with 1 update: [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort). Updates `eslint-plugin-simple-import-sort` from 11.0.0 to 12.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 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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/611d87baac4f0d5bd453baf020d8404dcd9d5b80"><code>611d87b</code></a> eslint-plugin-simple-import-sort v12.0.0</li> <li><a href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/2480727bcbf29e88047a93d4c27f8ad958cf6d54"><code>2480727</code></a> Update comments</li> <li><a href="https://github.com/lydell/eslint-plugin-simple-import-sort/commit/6de7a1063a50fe14b82f7db58f7caabe6a51f284"><code>6de7a10</code></a> Revert "Add support for TypeScript import assignments (<a href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/149">#149</a>)" (<a href="https://redirect.github.com/lydell/eslint-plugin-simple-import-sort/issues/158">#158</a>)</li> <li>See full diff in <a href="https://github.com/lydell/eslint-plugin-simple-import-sort/compare/v11.0.0...v12.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-simple-import-sort&package-manager=npm_and_yarn&previous-version=11.0.0&new-version=12.0.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-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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information