Skip to content

chore(deps): bump eslint-plugin-simple-import-sort from 12.1.1 to 13.0.0#172

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/eslint-plugin-simple-import-sort-13.0.0
Closed

chore(deps): bump eslint-plugin-simple-import-sort from 12.1.1 to 13.0.0#172
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/eslint-plugin-simple-import-sort-13.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2026

Bumps eslint-plugin-simple-import-sort from 12.1.1 to 13.0.0.

Changelog

Sourced from eslint-plugin-simple-import-sort's changelog.

Version 13.0.0 (2026-04-06)

This release puts imports from the same source, but with different import styles, in a deterministic order.

// First namespace imports:
import * as Circle from "circle;
// Then default imports:
import createCircle from "circle";
// Then named imports:
import { radius } from "circle";

That is especially useful if you need to have both a namespace import and want to import a few things separately (since that cannot be combined into a single import statement). With the above rule, the imports end up in a deterministic order.

It’s only a breaking change if you import from the same source multiple times in the same file (using different styles), and only in the form that you need to autofix your files.

Thanks to Kannan Goundan (@​cakoose)!

Commits

Dependabot compatibility score

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 commands and options

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 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)

Bumps [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) from 12.1.1 to 13.0.0.
- [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md)
- [Commits](lydell/eslint-plugin-simple-import-sort@v12.1.1...v13.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-simple-import-sort
  dependency-version: 13.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added major Pull requests with breakable changes npm dependency labels Apr 14, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 14, 2026 06:04
@dependabot dependabot bot requested review from kw-sb and nathaliebazsa April 14, 2026 06:04
@dependabot dependabot bot added npm dependency major Pull requests with breakable changes labels Apr 14, 2026
Copilot AI added a commit that referenced this pull request Apr 14, 2026
- eslint-plugin-simple-import-sort: 12.1.1 → 13.0.0
- marked: 17.0.6 → 18.0.0
- typescript: 5.9.3 → 6.0.2

All tests pass.

Co-authored-by: GitHub Copilot <copilot@noreply.github.com>

Agent-Logs-Url: https://github.com/Staffbase/create-staffbase-plugin-nodejs/sessions/7ff34b57-d76c-428a-81d2-91692953252c

Co-authored-by: maximizeIT <8626039+maximizeIT@users.noreply.github.com>
maximizeIT added a commit that referenced this pull request Apr 14, 2026
…-test

chore(deps): combine all open dependency bumps (#168, #171, #172)
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2026

Looks like eslint-plugin-simple-import-sort is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 14, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/eslint-plugin-simple-import-sort-13.0.0 branch April 14, 2026 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

major Pull requests with breakable changes npm dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants