Skip to content

Bump the npm-minor-patch group with 2 updates - #17

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-2d4916c0bc
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-2d4916c0bc

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-patch group with 2 updates: svelte-highlight and vite.

Updates svelte-highlight from 7.20.0 to 7.21.1

Release notes

Sourced from svelte-highlight's releases.

v7.21.1

Fixes

  • improve highlighting across 120+ grammars (core languages and custom grammars)
  • brighten low-contrast comment colors in six custom style pairs (55b60ce9)

Grammar fixes

Broad grammar pass since 7.21.0. Core updates cover Go 1.18/1.21, modern JavaScript/TypeScript globals, Python PEP 695, Rust macros and c-strings, C23, C# 13, Java const, Kotlin unsigned suffixes, Dart class headers, and Swift concurrency macros.

Custom grammars also pick up newer syntax and fewer false positives across query languages, policy DSLs, shaders, configs, markup, and more. Highlights include better Mermaid node shapes, Helm helpers, Solidity Yul, Svelte/Astro style blocks, MDX frontmatter, and many of the languages added in 7.19–7.21.

Custom style contrast

Comment and quote colors in blacklight-dark, cyanotype-light, dusk-dark, peat-dark, thermal-dark, and wet-plate-dark are brightened to clear a 3:1 contrast floor against their backgrounds.

v7.21.0

Features

  • add highlightFence and parseMeta for Markdown/MDX code fences (6ee34c16, 34ca7302)
  • add onSummary callback to highlightStatic (12b10634)
  • allow langtag in statically-rendered Highlight usages (40d480b7)
  • add wrap prop for pre-wrapped long lines (9988ad76, a338e1e0)
  • add lineStates and windowed lines / lineCount on LineNumbers (fe0f03f5, d337b27a)
  • add word-granularity reveal, progress, and bindable revealed / total on Typewriter (9e1e3017, 72944bf2)
  • publish svelte-highlight/typewriter-units (4fa8199c)
  • add readonly prop to HighlightEditable (ac601999)
  • expose secondBest in HighlightAuto's highlight event (d3ed5e96)
  • add windowchange / scrollToLine to HighlightVirtual and HighlightStream virtualize (51aeaf34, af9920f3)
  • mark HighlightStream busy and announce completion (99972288)
  • show an overflow fade on FileTabs and keep the active tab in view (4a371003)
  • add nonce prop to HighlightStyle for CSP (93821298)
  • add createAnsiSession for incremental ANSI parsing (3d419c41)
  • add StreamSession#replace for mid-stream edits (c0835c24)
  • add TokenizedDocument.checkpointCount() (dbfbad63)
  • add validatePalette, export ROLE_SCOPES, and improve TextMate theme import (610a2126, 6f4eba29, 178b2543, c0895439, 06519d3a, 3318bb6d)
  • accept grammar source and return warnings from fromHighlightJs (eb645a66)
  • reject loadLanguage with a typed LanguageLoadError (b454d87e)
  • add 61 custom languages (see below)

Fixes

  • fall back to a plain light value under light-dark() (c0d133ff)
  • size the LineNumbers gutter in em and use logical properties (ebd5db6d, 5d9c94b3)
  • hide the LineNumbers gutter from assistive technology (25a46061)
  • insert dropped text as plain text in HighlightEditable (13e59d79)
  • let Escape then Tab leave HighlightEditable (165f23d6)
  • warn when a scope token isn't a valid CSS class name (b5bf559b)

... (truncated)

Changelog

Sourced from svelte-highlight's changelog.

7.21.1 - 2026-09-11

Fixes

  • improve highlighting across 120+ grammars (core languages and custom grammars)
  • brighten low-contrast comment colors in six custom style pairs

7.21.0 - 2026-09-07

Features

  • add highlightFence and parseMeta for Markdown/MDX code fences
  • add onSummary callback to highlightStatic
  • allow langtag in statically-rendered Highlight usages
  • add wrap prop for pre-wrapped long lines
  • add wrap prop to AnsiOutput
  • add lineStates for added/removed/focus line decoration on LineNumbers
  • accept pre-split lines / lineCount on LineNumbers for windowed rendering
  • add word-granularity reveal to Typewriter
  • dispatch progress and expose bindable revealed / total on Typewriter
  • publish svelte-highlight/typewriter-units as a subpath export
  • add readonly prop to HighlightEditable
  • expose secondBest in HighlightAuto's highlight event
  • add windowchange and scrollToLine to HighlightVirtual
  • dispatch windowchange from HighlightStream virtualize
  • mark HighlightStream busy and announce completion
  • show an overflow fade on FileTabs and keep the active tab in view
  • add nonce prop to HighlightStyle for CSP
  • add createAnsiSession for incremental ANSI parsing
  • add StreamSession#replace for mid-stream edits
  • add TokenizedDocument.checkpointCount()
  • add validatePalette and export ROLE_SCOPES from svelte-highlight/theme
  • improve TextMate theme import (semanticTokenColors, warnings, starter scopes)
  • emit color-scheme on the single-palette path
  • accept grammar source and return warnings from fromHighlightJs
  • reject loadLanguage with a typed LanguageLoadError
  • add custom baml language
  • add custom bend language
  • add custom bitbake language
  • add custom blueprint language
  • add custom bpftrace language
  • add custom bqn language
  • add custom c3 language
  • add custom cisco language
  • add custom civet language
  • add custom codeql language
  • add custom crontab language
  • add custom csv language
  • add custom djot language
  • add custom dtrace language

... (truncated)

Commits
  • ae4d9a3 v7.21.1
  • 99b721a fix(languages): highlight regex unicode and control escapes
  • b8d07fe fix(languages): recognize Structurizr configuration scope
  • a7dddc7 fix(languages): highlight Slint interpolations and keep easing names unstyled
  • f050fb5 fix(languages): stop treating Markdoc table separators as YAML frontmatter
  • bc15b54 fix(languages): stop treating Ink function arguments as labels
  • bae6ac4 fix(languages): recognize Hurl HTTP * and HTTP/2 status lines
  • dcc6e60 fix(languages): stop treating URN NSS digits as a TCP port
  • 13198fb fix(languages): highlight doubled Mermaid node shapes as one string
  • d5d9830 fix(languages): highlight hyphenated Cisco IOS keywords as one token
  • Additional commits viewable in compare view

Updates vite from 8.2.2 to 8.3.0

Release notes

Sourced from vite's releases.

create-vite@8.3.0

Please refer to CHANGELOG.md for details.

v8.3.0

Features

  • build: avoid settling seen preload dependencies for performance (#23446) (e6f6b3e)

Bug Fixes

  • handle CRLF line endings in code frame positions (#23219) (9913672)
  • only treat whole node_modules path segments as dependencies (fix #17467) (#23437) (ef0dc17)

Performance Improvements

  • proxy: pre-compile context matchers at server creation (#23263) (8abf700)

v8.3.0-beta.1

Features

Bug Fixes

  • build: keep hash placeholders as-is in resolveFileUrl hook (#23422) (e8d6a4d)
  • bundled-dev: mark payload delivered on client report (#23373) (a6d43bc)
  • deps: update all non-major dependencies (#23445) (fc7c104)
  • html: don't inline preload link targets (fix #13355) (#23387) (12e709c)
  • resolve the actual package root in findNearestMainPackageData for nested package.json (#23356) (8492422)
  • shortcuts extend error (#23447) (4ec58d1)

Miscellaneous Chores

v8.3.0-beta.0

Features

  • accept Rolldown watch options in server.watch (#23133) (1b5cfe3)
  • add closeServer and closePreviewServer hooks (#23110) (e17d2d5)
  • add top-level tsconfig option (#23310) (93164c3)
  • add warning for unsupported hooks in plugin returned from applyToEnvironment hook (#23191) (fdef04f)
  • cli: support naming the CPU profile via --profile [name] (#23042) (a500dee)
  • config: warn on named imports from JSON modules (#23378) (472385e)
  • css: minify style tag (#23183) (8156684)
  • searched params attached to workers are now preserved (#22280) (517b97f)
  • support subpath imports in dynamic import statements (#23185) (b78e2f1)
  • use import.meta.ROLLDOWN_FILE_URL_* for assets in JS (#22888) (4366ac4)
  • use import.meta.ROLLDOWN_FILE_URL_* for other plugins (#22894) (e38f29e)

... (truncated)

Changelog

Sourced from vite's changelog.

8.3.0 (2026-09-10)

Features

  • build: avoid settling seen preload dependencies for performance (#23446) (e6f6b3e)
  • devtools: enable dev server integration (#23333) (68aeb8a)
  • accept Rolldown watch options in server.watch (#23133) (1b5cfe3)
  • add closeServer and closePreviewServer hooks (#23110) (e17d2d5)
  • add top-level tsconfig option (#23310) (93164c3)
  • add warning for unsupported hooks in plugin returned from applyToEnvironment hook (#23191) (fdef04f)
  • cli: support naming the CPU profile via --profile [name] (#23042) (a500dee)
  • config: warn on named imports from JSON modules (#23378) (472385e)
  • css: minify style tag (#23183) (8156684)
  • searched params attached to workers are now preserved (#22280) (517b97f)
  • support subpath imports in dynamic import statements (#23185) (b78e2f1)
  • use import.meta.ROLLDOWN_FILE_URL_* for assets in JS (#22888) (4366ac4)
  • use import.meta.ROLLDOWN_FILE_URL_* for other plugins (#22894) (e38f29e)
  • worker: remove worker chunk if it's detected that it's not referenced (#22473) (924997a)

Bug Fixes

  • handle CRLF line endings in code frame positions (#23219) (9913672)
  • only treat whole node_modules path segments as dependencies (fix #17467) (#23437) (ef0dc17)
  • build: keep hash placeholders as-is in resolveFileUrl hook (#23422) (e8d6a4d)
  • bundled-dev: mark payload delivered on client report (#23373) (a6d43bc)
  • deps: update all non-major dependencies (#23445) (fc7c104)
  • html: don't inline preload link targets (fix #13355) (#23387) (12e709c)
  • resolve the actual package root in findNearestMainPackageData for nested package.json (#23356) (8492422)
  • shortcuts extend error (#23447) (4ec58d1)
  • config: close bundles when generation fails (#23256) (6bacc95)
  • css: keep newline-separated srcset candidates intact (#23265) (4f9d2f4)
  • deps: update all non-major dependencies (#23337) (d550815)
  • deps: update all non-major dependencies (#23404) (238ad81)
  • deps: update rolldown-related dependencies (#23338) (76e8082)
  • deps: update rolldown-related dependencies (#23405) (b882566)
  • dev: run closeBundle after buildEnd failure (#23165) (8cb872e)
  • hmr: handle import.meta.hot.invalidate in virtual module (#23171) (6162968)
  • utils: handle dot in srcset density descriptor (#23346) (b50e1b4)
  • utils: match timestamp query parameter with proper delimiters (#23364) (41f3c6f)

Performance Improvements

  • proxy: pre-compile context matchers at server creation (#23263) (8abf700)

Miscellaneous Chores

... (truncated)

Commits

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

Bumps the npm-minor-patch group with 2 updates: [svelte-highlight](https://github.com/metonym/svelte-highlight) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `svelte-highlight` from 7.20.0 to 7.21.1
- [Release notes](https://github.com/metonym/svelte-highlight/releases)
- [Changelog](https://github.com/metonym/svelte-highlight/blob/master/CHANGELOG.md)
- [Commits](metonym/svelte-highlight@v7.20.0...v7.21.1)

Updates `vite` from 8.2.2 to 8.3.0
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@8.3.0/packages/vite)

---
updated-dependencies:
- dependency-name: svelte-highlight
  dependency-version: 7.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: vite
  dependency-version: 8.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
...

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