Skip to content

chore: bump eslint-plugin-simple-import-sort from 12.1.1 to 13.0.0#8807

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-simple-import-sort-13.0.0
Open

chore: bump eslint-plugin-simple-import-sort from 12.1.1 to 13.0.0#8807
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-simple-import-sort-13.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 9, 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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 9, 2026
@github-actions github-actions Bot added the chore label Apr 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 9, 2026

Performance Report

Daily Performance
xychart-beta
    title Files Per Second by Day
    y-axis Files per Second
    x-axis Date [Apr-6, Apr-7, Apr-8, May-4, May-6]
    bar [188.42, 188.59, 189.84, 186.25, 185.98]
    line [19.41, 20.18, 18.41, 17.95, 17.66]
    line [25.57, 26.37, 26.75, 24.56, 25.32]
    line [102.92, 99.21, 100.52, 102.79, 102.48]
    line [34.26, 36.10, 36.17, 35.07, 32.67]
    line [74.56, 80.16, 77.02, 100.08, 76.51]
    line [48.87, 50.93, 44.38, 41.81, 48.70]
    line [218.02, 220.27, 210.30, 215.39, 209.81]
    line [328.23, 343.02, 332.37, 321.24, 317.81]
    line [170.01, 169.14, 165.39, 160.29, 213.76]
    line [6.61, 6.73, 7.00, 6.46, 6.83]
    line [84.38, 83.54, 84.32, 84.38, 87.24]
    line [175.34, 157.18, 176.94, 191.37, 189.80]
    line [126.20, 126.46, 123.33, 119.17, 125.46]
    line [14.57, 15.50, 15.41, 13.72, 14.27]
    line [228.96, 203.68, 224.92, 222.86, 221.80]
    line [147.84, 148.71, 162.06, 158.32, 158.22]
    line [81.94, 77.93, 83.70, 81.26, 80.65]
    line [123.76, 136.62, 133.64, 166.55, 127.48]
    line [23.07, 21.40, 24.14, 24.93, 24.38]
    line [121.73, 120.16, 125.96, 126.81, 120.55]
    line [38.36, 35.23, 41.88, 38.18, 39.16]
    line [41.53, 47.88, 44.28, 46.04, 46.54]
    line [193.41, 185.15, 191.53, 189.78, 191.58]
    line [367.91, 366.55, 370.00, 382.99, 359.63]
    line [223.63, 223.28, 229.16, 213.15, 212.44]
    line [261.27, 249.89, 261.98, 263.28, 254.85]
    line [251.87, 240.02, 266.31, 263.11, 262.90]
    line [215.27, 213.92, 211.68, 218.55, 209.77]
    line [35.82, 36.18, 37.44, 37.38, 37.83]
    line [171.90, 177.30, 178.37, 144.52, 133.26]
    line [248.01, 244.17, 242.46, 240.52, 237.23]
    line [214.91, 209.11, 216.00, 213.17, 211.42]
    line [356.42, 341.55, 355.72, 353.58, 358.67]
    line [128.69, 130.72, 130.46, 129.13, 131.11]
    line [174.46, 178.10, 179.62, 172.93, 180.46]
    line [204.79, 206.43, 212.35, 209.84, 213.26]
    line [234.08, 305.83, 243.57, 226.51, 231.47]
    line [133.87, 138.14, 127.32, 140.01, 140.16]
    line [410.36, 392.72, 397.99, 403.25, 383.28]
    line [104.22, 103.59, 103.12, 97.37, 108.15]
    line [67.74, 69.26, 70.15, 71.11, 70.45]
    line [125.16, 122.83, 125.98, 127.00, 121.71]
    line [231.70, 219.86, 232.88, 229.32, 218.35]
    line [56.32, 55.94, 57.36, 53.38, 55.52]
    line [146.68, 145.47, 146.56, 138.03, 144.02]
    line [85.82, 88.62, 91.77, 91.75, 91.68]
    line [251.40, 240.71, 240.89, 258.73, 271.92]
    line [202.74, 197.17, 200.02, 193.68, 204.55]
    line [96.14, 95.65, 98.60, 94.12, 93.45]
    line [171.33, 174.25, 173.31, 170.59, 167.13]
Loading
Time to Process Files
Repository Elapsed Min/Avg/Max SD SD Graph
AdaDoom3/AdaDoom3 2.72 2.8 / 2.8 / 3.0 0.08 ┣━●┻━━╋━━┻━━┫
alexiosc/megistos 6.68 6.8 / 6.9 / 7.0 0.07 ● ┣━━┻━━╋━━┻━━┫
apollographql/apollo-server 2.49 2.4 / 2.5 / 2.6 0.06 ┣━━┻━●╋━━┻━━┫
aspnetboilerplate/aspnetboilerplate 8.97 8.7 / 8.8 / 9.1 0.17 ┣━━┻━━╋━━●━━┫
aws-amplify/docs 12.78 9.6 / 12.0 / 13.1 1.25 ┣━━┻━━━╋━●━┻━━┫
Azure/azure-rest-api-specs 9.17 9.6 / 10.0 / 10.3 0.29 ● ┣━━━┻━━╋━━┻━━━┫
bitjson/typescript-starter 1.13 1.0 / 1.1 / 1.1 0.05 ┣━┻━━╋━━┻━●
caddyserver/caddy 3.39 3.3 / 3.4 / 3.7 0.14 ┣━━┻━●╋━━┻━━┫
canada-ca/open-source-logiciel-libre 1.02 1.0 / 1.0 / 1.1 0.03 ┣━┻●━╋━━┻━┫
chef/chef 4.85 4.8 / 5.2 / 5.6 0.25 ┣●━┻━━╋━━┻━━┫
dart-lang/sdk 55.57 55.0 / 56.3 / 58.7 1.33 ┣━━━┻━●━╋━━━┻━━━┫
django/django 13.63 13.6 / 14.0 / 14.5 0.30 ┣━━●┻━━╋━━┻━━━┫
eslint/eslint 9.78 9.5 / 9.6 / 9.8 0.11 ┣━━┻━━╋━━┻●━┫
exonum/exonum 3.36 3.3 / 3.4 / 3.5 0.08 ┣━━┻━●╋━━┻━━┫
flutter/samples 12.72 11.7 / 13.8 / 14.7 1.05 ┣━━●━━━╋━━━┻━━┫
gitbucket/gitbucket 3.26 2.5 / 3.1 / 3.6 0.36 ┣━━┻━━╋━●┻━━┫
googleapis/google-cloud-cpp 125.21 119.1 / 121.0 / 123.8 1.87 ┣━━━┻━━━╋━━━┻━━━┫●
graphql/express-graphql 1.07 1.0 / 1.1 / 1.3 0.11 ┣━━┻●━╋━━┻━━┫
graphql/graphql-js 2.65 2.6 / 2.8 / 2.9 0.10 ┣━━●━━╋━━┻━━┫
graphql/graphql-relay-js 1.11 1.0 / 1.1 / 1.1 0.03 ┣━┻━━╋●━┻━┫
graphql/graphql-spec 1.33 1.2 / 1.3 / 1.4 0.06 ┣━┻━━╋━●┻━┫
iluwatar/java-design-patterns 11.42 11.5 / 11.7 / 11.9 0.17 ●━━┻━━╋━━┻━━┫
ktaranov/sqlserver-kit 6.08 5.9 / 6.0 / 6.3 0.14 ┣━━┻━━╋●━┻━━┫
liriliri/licia 4.00 3.8 / 3.9 / 3.9 0.06 ┣━━┻━━╋━━┻━━●
MartinThoma/LaTeX-examples 6.45 6.1 / 6.2 / 6.4 0.13 ┣━━┻━━╋━━┻━━┫●
mdx-js/mdx 1.83 1.4 / 1.7 / 1.9 0.18 ┣━━┻━━╋●━┻━━┫
microsoft/TypeScript-Website 5.31 5.1 / 5.2 / 5.5 0.15 ┣━━┻━━╋●━┻━━┫
MicrosoftDocs/PowerShell-Docs 23.84 20.3 / 21.2 / 24.2 1.52 ┣━━┻━━━╋━━━┻━●┫
neovim/nvim-lspconfig 3.99 4.9 / 5.0 / 5.3 0.16 ● ┣┻━╋━┻┫
pagekit/pagekit 3.53 3.4 / 3.4 / 3.5 0.06 ┣━━┻━━╋━━┻━●┫
php/php-src 24.51 23.1 / 23.7 / 24.3 0.45 ┣━━━┻━━╋━━┻━━●┫
plasticrake/tplink-smarthome-api 1.27 1.2 / 1.3 / 1.5 0.10 ┣━━┻━●╋━━┻━━┫
prettier/prettier 7.46 7.4 / 7.6 / 7.8 0.14 ┣━━┻●━╋━━┻━━┫
pycontribs/jira 1.44 1.4 / 1.4 / 1.5 0.04 ┣━┻━━╋●━┻━┫
RustPython/RustPython 6.54 6.1 / 6.2 / 6.4 0.10 ┣━━┻━━╋━━┻━━┫ ●
shoelace-style/shoelace 2.78 2.7 / 2.9 / 3.1 0.13 ┣━━┻●━╋━━┻━━┫
slint-ui/slint 14.10 13.0 / 13.4 / 13.6 0.20 ┣━━┻━━╋━━┻━━┫ ●
SoftwareBrothers/admin-bro 2.32 2.3 / 2.5 / 2.8 0.16 ┣━●┻━━╋━━┻━━┫
sveltejs/svelte 22.81 20.6 / 21.6 / 22.1 0.50 ┣━━━┻━━╋━━┻━━━┫ ●
TheAlgorithms/Python 5.35 5.3 / 5.5 / 5.9 0.21 ┣━━●━━╋━━┻━━┫
twbs/bootstrap 1.67 1.7 / 1.7 / 1.8 0.03 ┣━┻●━╋━━┻━┫
typescript-cheatsheets/react 1.35 1.3 / 1.4 / 1.5 0.08 ┣━━┻━●╋━━┻━━┫
typescript-eslint/typescript-eslint 4.16 3.9 / 4.0 / 4.1 0.09 ┣━━┻━━╋━━┻━●┫
vitest-dev/vitest 11.22 10.3 / 10.7 / 11.1 0.25 ┣━━┻━━╋━━┻━━┫●
w3c/aria-practices 3.40 3.2 / 3.3 / 3.4 0.06 ┣━━┻━━╋━━┻●━┫
w3c/specberus 1.82 1.8 / 1.9 / 2.0 0.06 ┣●━┻━━╋━━┻━━┫
webdeveric/webpack-assets-manifest 1.18 1.1 / 1.2 / 1.3 0.07 ┣━━●━━╋━━┻━━┫
webpack/webpack 5.22 5.0 / 5.2 / 5.6 0.23 ┣━━┻━━●━━┻━━┫
wireapp/wire-desktop 1.38 1.2 / 1.3 / 1.3 0.04 ┣━┻━━╋━━┻━┫ ●
wireapp/wire-webapp 11.62 11.1 / 11.5 / 11.9 0.28 ┣━━━┻━━╋━●┻━━━┫

Note:

  • Elapsed time is in seconds.
Files per Second over Time
Repository Files Sec Fps Rel Trend Fps N
AdaDoom3/AdaDoom3 103 2.72 37.83 3.57% ▇▅▆███ 5
alexiosc/megistos 583 6.68 87.24 3.60% ▆▇▆▆▆█ 5
apollographql/apollo-server 255 2.49 102.48 0.79% ▅█▅▆▇▇ 5
aspnetboilerplate/aspnetboilerplate 2286 8.97 254.85 -1.80% ██▅██▆ 5
aws-amplify/docs 2959 12.78 231.47 -6.97% ▂▃█▃▂▃ 5
Azure/azure-rest-api-specs 2493 9.17 271.92 9.37% ▆▅▄▄▆█ 5
bitjson/typescript-starter 20 1.13 17.66 -7.38% █▆█▅▄▃ 5
caddyserver/caddy 311 3.39 91.68 3.30% ▇▄▇███ 5
canada-ca/open-source-logiciel-libre 7 1.02 6.83 2.24% ▅▆▆█▅▇ 5
chef/chef 1030 4.85 212.44 -4.55% ▅█▆█▅▄ 5
dart-lang/sdk 11367 55.57 204.55 2.65% ██▆▇▅█ 5
django/django 2906 13.63 213.26 2.71% ▇▅▇█▇█ 5
eslint/eslint 2068 9.78 211.42 -1.03% ██▆█▇▇ 5
exonum/exonum 421 3.36 125.46 0.96% ███▇▅█ 5
flutter/samples 1695 12.72 133.26 -21.05% ▇▇██▃▁ 5
gitbucket/gitbucket 415 3.26 127.48 -6.86% ▂▄▅▄█▃ 5
googleapis/google-cloud-cpp 20926 125.21 167.13 -2.93% █▆██▇▆ 5
graphql/express-graphql 26 1.07 24.38 4.54% ▂█▄▆▇▇ 5
graphql/graphql-js 371 2.65 140.16 4.10% ▅▇█▄██ 5
graphql/graphql-relay-js 28 1.11 25.32 -1.73% ▆▆▇█▅▆ 5
graphql/graphql-spec 19 1.33 14.27 -3.25% ▅▇██▄▅ 5
iluwatar/java-design-patterns 2061 11.42 180.46 2.59% ▆▆▇█▆█ 5
ktaranov/sqlserver-kit 490 6.08 80.65 -0.86% ▇▇▅█▇▆ 5
liriliri/licia 1437 4.00 359.63 -3.08% ▆▆▆▆█▅ 5
MartinThoma/LaTeX-examples 1409 6.45 218.35 -4.69% ██▅█▇▅ 5
mdx-js/mdx 140 1.83 76.51 -5.86% ▃▂▄▃█▃ 5
microsoft/TypeScript-Website 765 5.31 144.02 -0.46% █▇▇█▅▇ 5
MicrosoftDocs/PowerShell-Docs 3125 23.84 131.11 1.21% █▆██▇█ 5
neovim/nvim-lspconfig 853 3.99 213.76 28.03% ▃▄▃▃▂█ 5
pagekit/pagekit 741 3.53 209.81 -3.05% ▇██▆▇▆ 5
php/php-src 2290 24.51 93.45 -2.79% ▇▆▆█▆▅ 5
plasticrake/tplink-smarthome-api 62 1.27 48.70 3.68% ▆██▄▃▇ 5
prettier/prettier 2674 7.46 358.67 1.68% ▇█▅▇▇█ 5
pycontribs/jira 80 1.44 55.52 -0.61% ▇▇▇█▅▇ 5
RustPython/RustPython 788 6.54 120.55 -2.21% ▆▆▅██▆ 5
shoelace-style/shoelace 440 2.78 158.22 3.45% ▆▄▅█▇▇ 5
slint-ui/slint 2957 14.10 209.77 -2.40% █▆▇▆█▆ 5
SoftwareBrothers/admin-bro 441 2.32 189.80 8.31% ▆▅▃▆██ 5
sveltejs/svelte 8742 22.81 383.28 -4.88% █▆▅▆▆▄ 5
TheAlgorithms/Python 1407 5.35 262.90 3.25% ▅▇▄███ 5
twbs/bootstrap 118 1.67 70.45 1.81% ▆▅▇▇██ 5
typescript-cheatsheets/react 53 1.35 39.16 1.97% ▆▅▃█▅▆ 5
typescript-eslint/typescript-eslint 1323 4.16 317.81 -3.87% ▆▆█▇▅▅ 5
vitest-dev/vitest 2661 11.22 237.23 -3.03% ▆█▆▆▆▅ 5
w3c/aria-practices 414 3.40 121.71 -2.80% █▆▆▇█▅ 5
w3c/specberus 197 1.82 108.15 5.51% ▆█▆▆▄█ 5
webdeveric/webpack-assets-manifest 55 1.18 46.54 5.17% ▃▄█▆▇▇ 5
webpack/webpack 1158 5.22 221.80 -0.03% ▇█▄▇▇▇ 5
wireapp/wire-desktop 45 1.38 32.67 -7.12% ▅▇██▇▄ 5
wireapp/wire-webapp 2226 11.62 191.58 0.48% ▆█▅▇▆▇ 5
Data Throughput
Repository Files Sec Kps Rel Trend Kps N
AdaDoom3/AdaDoom3 103 2.72 804.04 3.57% ▇▅▆███ 5
alexiosc/megistos 583 6.68 685.46 3.60% ▆▇▆▆▆█ 5
apollographql/apollo-server 255 2.49 846.33 0.86% ▅█▅▆▇▇ 5
aspnetboilerplate/aspnetboilerplate 2286 8.97 620.08 -1.80% ██▅██▆ 5
aws-amplify/docs 2959 12.78 835.93 -4.93% ▂▃█▃▃▃ 5
Azure/azure-rest-api-specs 2493 9.17 812.05 10.50% ▅▅▄▄▆█ 5
bitjson/typescript-starter 20 1.13 70.66 -7.38% █▆█▅▄▃ 5
caddyserver/caddy 311 3.39 820.70 3.51% ▇▄▇███ 5
canada-ca/open-source-logiciel-libre 7 1.02 56.59 2.24% ▅▆▆█▅▇ 5
chef/chef 1030 4.85 1037.47 -1.47% ▅█▆█▆▆ 5
dart-lang/sdk 11367 55.57 1397.01 3.49% ▇▇▆▆▅█ 5
django/django 2906 13.63 1358.09 3.10% ▇▅▆█▇█ 5
eslint/eslint 2068 9.78 1470.45 -0.92% ██▆█▇▇ 5
exonum/exonum 421 3.36 1200.07 0.96% ███▇▅█ 5
flutter/samples 1695 12.72 797.61 -42.17% ▇███▁▁ 5
gitbucket/gitbucket 415 3.26 591.31 -6.74% ▂▄▅▄█▃ 5
googleapis/google-cloud-cpp 20926 125.21 1426.32 -2.26% █▆██▇▆ 5
graphql/express-graphql 26 1.07 111.59 4.54% ▂█▄▆▇▇ 5
graphql/graphql-js 371 2.65 830.38 5.01% ▅▇▇▄██ 5
graphql/graphql-relay-js 28 1.11 99.46 -1.73% ▆▆▇█▅▆ 5
graphql/graphql-spec 19 1.33 476.30 -3.25% ▅▇██▄▅ 5
iluwatar/java-design-patterns 2061 11.42 556.27 2.60% ▆▆▇█▆█ 5
ktaranov/sqlserver-kit 490 6.08 1221.81 -0.86% ▇▇▅█▇▆ 5
liriliri/licia 1437 4.00 428.46 -3.08% ▆▆▆▆█▅ 5
MartinThoma/LaTeX-examples 1409 6.45 450.95 -4.69% ██▅█▇▅ 5
mdx-js/mdx 140 1.83 358.50 -5.75% ▃▂▄▃█▃ 5
microsoft/TypeScript-Website 765 5.31 991.94 -1.03% █▇▇█▅▇ 5
MicrosoftDocs/PowerShell-Docs 3125 23.84 1398.68 2.65% ▇▆▇▇▇█ 5
neovim/nvim-lspconfig 853 3.99 623.75 36.44% ▂▃▂▂▃█ 5
pagekit/pagekit 741 3.53 437.45 -3.05% ▇██▆▇▆ 5
php/php-src 2290 24.51 1642.55 -2.25% ▇▆▆█▆▆ 5
plasticrake/tplink-smarthome-api 62 1.27 263.15 3.68% ▆██▄▃▇ 5
prettier/prettier 2674 7.46 492.53 1.59% ▇█▅▇▇█ 5
pycontribs/jira 80 1.44 392.14 -0.90% ▇▇▇█▅▆ 5
RustPython/RustPython 788 6.54 1923.76 -1.06% ▆▅▅▇█▆ 5
shoelace-style/shoelace 440 2.78 763.79 3.45% ▆▄▅█▇▇ 5
slint-ui/slint 2957 14.10 1308.59 -2.58% █▆▇▆█▆ 5
SoftwareBrothers/admin-bro 441 2.32 418.33 8.31% ▆▅▃▆██ 5
sveltejs/svelte 8742 22.81 260.08 -4.89% █▆▅▆▆▄ 5
TheAlgorithms/Python 1407 5.35 671.36 3.25% ▅▇▄███ 5
twbs/bootstrap 118 1.67 578.57 1.81% ▆▅▇▇██ 5
typescript-cheatsheets/react 53 1.35 290.36 1.97% ▆▅▃█▅▆ 5
typescript-eslint/typescript-eslint 1323 4.16 1718.77 -1.74% ▆▆█▆▆▆ 5
vitest-dev/vitest 2661 11.22 749.21 -0.58% ▆█▆▆▇▆ 5
w3c/aria-practices 414 3.40 1137.17 -2.78% █▆▆▇█▅ 5
w3c/specberus 197 1.82 354.08 4.98% ▆█▇▆▄█ 5
webdeveric/webpack-assets-manifest 55 1.18 106.62 5.17% ▃▄█▆▇▇ 5
webpack/webpack 1158 5.22 1080.67 2.85% ▇█▄▇██ 5
wireapp/wire-desktop 45 1.38 143.75 -7.12% ▅▇██▇▄ 5
wireapp/wire-webapp 2226 11.62 789.04 1.83% ▅█▅▇▇▇ 5

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-simple-import-sort-13.0.0 branch from fa0d6b6 to 0fdee73 Compare May 4, 2026 16:36
@Jason3S
Copy link
Copy Markdown
Collaborator

Jason3S commented May 6, 2026

@dependabot recreate

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 force-pushed the dependabot/npm_and_yarn/eslint-plugin-simple-import-sort-13.0.0 branch from 0fdee73 to bf58a4e Compare May 6, 2026 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant