Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend-major-dependencies-67543c70a6
Open

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the frontend-major-dependencies group with 5 updates in the / directory:

Package From To
eslint-plugin-simple-import-sort 13.0.0 14.0.0
typescript 6.0.3 7.0.2
markstream-vue 1.0.6 2.0.6
pinia 3.0.4 4.0.3
jsdom 29.1.1 30.0.1

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

Release notes

Sourced from typescript's releases.

TypeScript 7.0.2

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/

This tag was originally released at: https://github.com/microsoft/typescript-go/releases/tag/typescript%2Fv7.0.2

Commits
  • 1e4744d Merge branch 'main' into ts7-release
  • a5a219cmicrosoft/typescript-go#4558
  • ecfe30d Update status localization
  • 5de25b5 Hide executable name in TypeScript status
  • d7ce74a Show bundled TypeScript version for packaged servers
  • 29be66a Correct TS 7 release version to 7.0.2
  • ed2bd1b Merge branch 'main' into ts7-release
  • 8873075 Bump the github-actions group across 1 directory with 3 updates (microsoft/ty...
  • 9427131 Set up stable / nightly extension split, other prep (microsoft/typescript-go#...
  • d4eaca5microsoft/typescript-go#4549
  • Additional commits viewable in compare view
Maintainer changes

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


Updates markstream-vue from 1.0.6 to 2.0.6

Release notes

Sourced from markstream-vue's releases.

[markstream-vue] 2.0.6

Bug Fixes

  • bound streaming caches and skip unused HTML VNodes (dc278bf)
  • bound streaming caches safely (31204fe)
  • core: correct CJK fast-path grapheme boundary and window bugs (a33e940)
  • correct incremental timeline rebuild (8f18a5a)
  • keep code block loading header height stable (4a4dd05)
  • keep streaming-cpu benchmark under CI test timeouts (47a854d)
  • parser: remove unreachable cache write (7f395e9)
  • perf: preserve streaming optimization correctness (fd2e3e2)
  • perf: remove redundant hot-path defenses (b4ee267)
  • perf: simplify streaming hot-path optimizations (9de2040)
  • perf: tighten streaming hot-path optimizations (daaf0c9)
  • refresh explicit timeline estimates (2eab12c)
  • renderer: keep batch-render focus sync synchronous (903539b)
  • test: avoid pending html renderer import (e374344)

Performance Improvements

  • code-block: dedupe settle-time diff hand-off for identical pairs (41794c8)
  • code-block: memoize diff header stats and drop eager per-commit LCS (ca7508f)
  • core: extend grapheme fast path to CJK/JP/KR scripts (b80e1d5)
  • core: incremental diff-preview line splitting and allocation-free blank checks (1fb22e3)
  • cut streaming CPU across parser, diff-preview, and renderer hot paths (0771ba9)
  • cut streaming CPU churn in virtual timeline and HTML nodes (f93a2c2)
  • cut streaming CPU with lazy fence scan, cached linkify context, and single-pass diff summary (652c3a3)
  • incremental timeline layout rebuild and streaming parser fast paths (f23bfae)
  • parser: incremental tolerant-math scan-window line offsets (fc20353)
  • parser: reuse stable top-level html_block nodes during streaming (0ef94a4)
  • renderer: coalesce scrollTop reads and focus sync to one rAF per frame (2e5a7fe)
  • renderer: dedupe per-commit focus sync into one rAF (b14f3d1)
  • renderer: only force-flush height measurements for meaningful batches (1f7cdb6)
  • renderer: single DOM pass per virtual-metrics emission, cache prune on final (832f503)
  • timeline: stop whole-list re-renders per item emit, coalesce scroll metrics to rAF (f3b61f8)

What's Changed

Full Changelog: https://github.com/Simon-He95/markstream-vue/compare/stream-markdown-parser@nightly-20260827-aa17fab...markstream-vue@2.0.6

[markstream-vue] 2.0.6-beta.0

... (truncated)

Changelog

Sourced from markstream-vue's changelog.

2.0.6 (2026-08-28)

Bug Fixes

  • bound streaming caches and skip unused HTML VNodes (dc278bf)
  • bound streaming caches safely (31204fe)
  • core: correct CJK fast-path grapheme boundary and window bugs (a33e940)
  • correct incremental timeline rebuild (8f18a5a)
  • keep code block loading header height stable (4a4dd05)
  • keep streaming-cpu benchmark under CI test timeouts (47a854d)
  • parser: remove unreachable cache write (7f395e9)
  • perf: preserve streaming optimization correctness (fd2e3e2)
  • perf: remove redundant hot-path defenses (b4ee267)
  • perf: simplify streaming hot-path optimizations (9de2040)
  • perf: tighten streaming hot-path optimizations (daaf0c9)
  • refresh explicit timeline estimates (2eab12c)
  • renderer: keep batch-render focus sync synchronous (903539b)
  • test: avoid pending html renderer import (e374344)

Performance Improvements

  • code-block: dedupe settle-time diff hand-off for identical pairs (41794c8)
  • code-block: memoize diff header stats and drop eager per-commit LCS (ca7508f)
  • core: extend grapheme fast path to CJK/JP/KR scripts (b80e1d5)
  • core: incremental diff-preview line splitting and allocation-free blank checks (1fb22e3)
  • cut streaming CPU across parser, diff-preview, and renderer hot paths (0771ba9)
  • cut streaming CPU churn in virtual timeline and HTML nodes (f93a2c2)
  • cut streaming CPU with lazy fence scan, cached linkify context, and single-pass diff summary (652c3a3)
  • incremental timeline layout rebuild and streaming parser fast paths (f23bfae)
  • parser: incremental tolerant-math scan-window line offsets (fc20353)
  • parser: reuse stable top-level html_block nodes during streaming (0ef94a4)
  • renderer: coalesce scrollTop reads and focus sync to one rAF per frame (2e5a7fe)
  • renderer: dedupe per-commit focus sync into one rAF (b14f3d1)
  • renderer: only force-flush height measurements for meaningful batches (1f7cdb6)
  • renderer: single DOM pass per virtual-metrics emission, cache prune on final (832f503)
  • timeline: stop whole-list re-renders per item emit, coalesce scroll metrics to rAF (f3b61f8)

2.0.5 (2026-08-26)

Bug Fixes

  • address review edge cases (CRLF grapheme split, rootMargin re-registration) (90dd103), closes #29
  • address streaming performance review findings (f50c737)
  • align diff fallback gutter background (488cc93)
  • docs: preserve placeholder frontmatter (ceeee08)

... (truncated)

Commits
  • 4ed6ad7 chore: release v2.0.6
  • 89acd5d test: warm async NodeRenderer chunk before html-block teardown
  • 1af20f5 docs: changelog for 2.0.6
  • bc54f82 Merge pull request #731 from Simon-He95/perf/streaming-cpu-round10-b
  • 7f395e9 fix(parser): remove unreachable cache write
  • b4ee267 fix(perf): remove redundant hot-path defenses
  • daaf0c9 fix(perf): tighten streaming hot-path optimizations
  • f3b61f8 perf(timeline): stop whole-list re-renders per item emit, coalesce scroll met...
  • 832f503 perf(renderer): single DOM pass per virtual-metrics emission, cache prune on ...
  • fc20353 perf(parser): incremental tolerant-math scan-window line offsets
  • Additional commits viewable in compare view

Updates pinia from 3.0.4 to 4.0.3

Commits
Maintainer changes

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


Updates jsdom from 29.1.1 to 30.0.1

Release notes

Sourced from jsdom's releases.

v30.0.1

  • Fixed getComputedStyle() with calc() and other functions throwing an exception, which regressed in v30.0.0. (@​asamuzaK)
  • Sped up up range operations on large documents (@​leonidaz)

v30.0.0

Breaking changes:

  • Node.js minimum version raised to ^22.22.2 || ^24.15.0 || >=26.0.0.

Other changes:

  • Added CSS.escape() and CSS.supports() functions. (@​asamuzaK)
  • Added 'background-position-x' and 'background-position-y' CSS properties. (@​olagokemills)
  • Fixed getComputedStyle() to convert length values into pixels. (@​asamuzaK)
  • Fixed CSS function serialization, e.g., in the return value of getPropertyValue(). (@​asamuzaK)
  • Fixed the type of error thrown by document.evaluate() (@​dokson)
Commits
  • 6584485 30.0.1
  • 0c51df6 Update dependencies and dev dependencies
  • 32adb34 Bump @​asamuzakjp/dom-selector
  • 70f014a Speed up range operations on large documents
  • 250d7ee Partially fix getComputedStyle with calc()
  • 20a01fc 30.0.0
  • 8c8e583 Precompute WPT expectation matches
  • f32245c Bump Node.js floor and dependencies
  • 03ef23b Add background-position longhands
  • ded056f Test CSS.escape() with numeric IDs
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
markstream-vue [>= 1.0.5.a, < 1.0.6]

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

…ctory with 5 updates

Bumps the frontend-major-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) | `13.0.0` | `14.0.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [markstream-vue](https://github.com/Simon-He95/markstream-vue) | `1.0.6` | `2.0.6` |
| [pinia](https://github.com/vuejs/pinia) | `3.0.4` | `4.0.3` |
| [jsdom](https://github.com/jsdom/jsdom) | `29.1.1` | `30.0.1` |



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](microsoft/TypeScript@v6.0.3...v7.0.2)

Updates `markstream-vue` from 1.0.6 to 2.0.6
- [Release notes](https://github.com/Simon-He95/markstream-vue/releases)
- [Changelog](https://github.com/Simon-He95/markstream-vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Simon-He95/markstream-vue/compare/markstream-vue@1.0.6...markstream-vue@2.0.6)

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

Updates `jsdom` from 29.1.1 to 30.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v29.1.1...v30.0.1)

---
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: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-major-dependencies
- dependency-name: markstream-vue
  dependency-version: 2.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-major-dependencies
- dependency-name: pinia
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-major-dependencies
- dependency-name: jsdom
  dependency-version: 30.0.1
  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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 1, 2026
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.

0 participants