Skip to content

build(deps-dev): bump eslint-plugin-simple-import-sort from 13.0.0 to 14.0.0 in /web#39

Merged
Toshik1978 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/web/eslint-plugin-simple-import-sort-14.0.0
Jul 23, 2026
Merged

build(deps-dev): bump eslint-plugin-simple-import-sort from 13.0.0 to 14.0.0 in /web#39
Toshik1978 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/web/eslint-plugin-simple-import-sort-14.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

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

Changelog

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

Version 14.0.0 (2026-07-16)

ES2022 allows string literals as module export names ("arbitrary module namespace names"):

export { yukuTs as "yuku-ts" };
import { "a-b" as c } from "a";

This release adds support for such quotes names. Previously, those were sorted oddly, and the autofix could suggest changes that wasn’t valid syntax.

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.

Thanks to Kamronbek_Juraev (@​KAMRONBEK) for fixing this!

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 23, 2026
Bumps [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) from 13.0.0 to 14.0.0.
- [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md)
- [Commits](lydell/eslint-plugin-simple-import-sort@v13.0.0...v14.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-simple-import-sort
  dependency-version: 14.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/web/eslint-plugin-simple-import-sort-14.0.0 branch from d85a1e3 to 46f992d Compare July 23, 2026 12:14
@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage

Package Line Rate Health
Backend (Go)
github.com/Toshik1978/folio/internal/api 80%
github.com/Toshik1978/folio/internal/auth 81%
github.com/Toshik1978/folio/internal/bookfile 85%
github.com/Toshik1978/folio/internal/config 57%
github.com/Toshik1978/folio/internal/covers 87%
github.com/Toshik1978/folio/internal/db 87%
github.com/Toshik1978/folio/internal/db/dbq 77%
github.com/Toshik1978/folio/internal/ebook 84%
github.com/Toshik1978/folio/internal/events 98%
github.com/Toshik1978/folio/internal/googlebooks 87%
github.com/Toshik1978/folio/internal/htmltext 100%
github.com/Toshik1978/folio/internal/ingest 82%
github.com/Toshik1978/folio/internal/logging 93%
github.com/Toshik1978/folio/internal/metasearch 98%
github.com/Toshik1978/folio/internal/metasearch/providers/amazon 87%
github.com/Toshik1978/folio/internal/metasearch/providers/goodreads 90%
github.com/Toshik1978/folio/internal/metasearch/providers/googlebooks 76%
github.com/Toshik1978/folio/internal/metasearch/providers/openlibrary 82%
github.com/Toshik1978/folio/internal/opds 86%
github.com/Toshik1978/folio/internal/server 92%
github.com/Toshik1978/folio/internal/settings 86%
github.com/Toshik1978/folio/internal/sync 83%
Frontend (Web)
web/src 83%
web/src/components 81%
web/src/components.settings 95%
web/src/composables 94%
web/src/pages 89%
web/src/utils 100%
Summary 85% (8167 / 9805)

@Toshik1978
Toshik1978 merged commit 6d80664 into main Jul 23, 2026
3 checks passed
@Toshik1978
Toshik1978 deleted the dependabot/npm_and_yarn/web/eslint-plugin-simple-import-sort-14.0.0 branch July 23, 2026 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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