Skip to content

chore(deps): bump the frontend-major-dependencies group across 1 directory with 3 updates#529

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend-major-dependencies-e02291ecb0
Closed

chore(deps): bump the frontend-major-dependencies group across 1 directory with 3 updates#529
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend-major-dependencies-e02291ecb0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the frontend-major-dependencies group with 3 updates in the / directory: eslint-plugin-simple-import-sort, typescript and pinia.

Updates 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

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates pinia from 3.0.4 to 4.0.2

Commits
  • ae4e3b2 release: pinia@4.0.2 @​pinia/testing@​2.0.1
  • 0203b2d ci: fix size check
  • 39aae41 refactor: build configuration (#3158)
  • 75009b0 release: pinia@4.0.1
  • 2ed563c chore: update pinia readme
  • fb21766 fix: Re-add missing types exports field (#3154)
  • d797385 fix(ci): pin pnpm to 11.7.0 to match action-setup bootstrap
  • bd3d9b3 ci: install pnpm standalone to avoid self-switch crash in release
  • acad9f2 ci: pin pnpm version in release workflow
  • 1374c9d release: pinia@4.0.0 @​pinia/testing@​2.0.0 @​pinia/nuxt@​1.0.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for pinia since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 17, 2026
@hiqiancheng

Copy link
Copy Markdown
Collaborator

Review: do not merge yet

Blocker: TypeScript 6 → 7 again breaks vue-tsc (ERR_PACKAGE_PATH_NOT_EXPORTED: ./lib/tsc), same class of failure as the earlier frontend-major attempt.

Also in this group:

  • pinia major
  • eslint-plugin-simple-import-sort major

Recommendation: keep closed/blocked until vue-tsc supports TS 7; consider splitting TypeScript out of the major group or isolating it to a dedicated PR with toolchain upgrades.

…ctory with 3 updates

Bumps the frontend-major-dependencies group with 3 updates in the / directory: [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort), [typescript](https://github.com/microsoft/TypeScript) and [pinia](https://github.com/vuejs/pinia).


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

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `pinia` from 3.0.4 to 4.0.2
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](vuejs/pinia@v3.0.4...v4.0.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-simple-import-sort
  dependency-version: 14.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-major-dependencies
- dependency-name: pinia
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-major-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the frontend-major-dependencies group with 3 updates chore(deps): bump the frontend-major-dependencies group across 1 directory with 3 updates Jul 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend-major-dependencies-e02291ecb0 branch from 9fe5323 to de4a643 Compare July 17, 2026 14:30
@hiqiancheng

Copy link
Copy Markdown
Collaborator

Closing for now.

Blocked by TypeScript 6→7 incompatibility with current vue-tsc (ERR_PACKAGE_PATH_NOT_EXPORTED: ./lib/tsc), plus other majors (pinia / eslint-plugin-simple-import-sort). Reopen only as a dedicated toolchain migration after vue-tsc supports TS 7.

@dependabot @github

dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/frontend-major-dependencies-e02291ecb0 branch July 17, 2026 14:31
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