Skip to content

chore(deps): bump the production group with 11 updates#130

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/production-c6249b3d9f
Open

chore(deps): bump the production group with 11 updates#130
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/production-c6249b3d9f

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the production group with 11 updates:

Package From To
@clack/prompts 1.2.0 1.6.0
@kreuzberg/tree-sitter-language-pack 1.6.2 1.10.9
google-auth-library 10.6.2 10.7.0
jiti 2.6.1 2.7.0
zod 4.3.6 4.4.3
@lancedb/lancedb 0.27.2 0.30.0
better-sqlite3 12.9.0 12.11.1
@astrojs/starlight 0.38.3 0.41.0
astro 6.1.7 6.4.8
astro-mermaid 2.0.1 2.0.4
mermaid 11.14.0 11.15.0

Updates @clack/prompts from 1.2.0 to 1.6.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.6.0

Minor Changes

  • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

    If you want the old behavior, provide a format() function:

    import { note } from '@clack/prompts';
    +import { styleText } from 'node:util';
    note(
    'You can edit the file src/index.jsx',
    'Next steps.'
    
    { format: (text) => styleText('dim', text) }
    );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    @​clack/prompts@​1.5.1

    Patch Changes

    @​clack/prompts@​1.5.0

    Minor Changes

    • #543 83428ac Thanks @​florian-lefebvre! - Adds support for Standard Schema validation

      Prompts accept an optional validate() function to validate user input. While a function provides more flexibility and customization over your validation, it can be a bit verbose. To help solve this, there are libraries that provide schema-based validation to make shorthand and type-strict validation substantially easier.

      Libraries following the Standard Schema specification are now natively supported. For example, using Arktype:

      import { text } from '@clack/prompts';
      import { type } from 'arktype';
      const name = await text({
      message: 'Enter your email',

    ... (truncated)

    Changelog

    Sourced from @​clack/prompts's changelog.

    1.6.0

    Minor Changes

    • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

      If you want the old behavior, provide a format() function:

      import { note } from '@clack/prompts';
      +import { styleText } from 'node:util';
      note(
      'You can edit the file src/index.jsx',
      'Next steps.'
      
      { format: (text) => styleText('dim', text) }
      );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    1.5.1

    Patch Changes

    1.5.0

    Minor Changes

    • #543 83428ac Thanks @​florian-lefebvre! - Adds support for Standard Schema validation

      Prompts accept an optional validate() function to validate user input. While a function provides more flexibility and customization over your validation, it can be a bit verbose. To help solve this, there are libraries that provide schema-based validation to make shorthand and type-strict validation substantially easier.

      Libraries following the Standard Schema specification are now natively supported. For example, using Arktype:

      import { text } from '@clack/prompts';
      import { type } from 'arktype';

    ... (truncated)

    Commits
    • 0e70056 [ci] release (#562)
    • f87933f fix(prompts): do not dim note contents (#568)
    • cc6aab5 feat(prompts): add instructions footer for select, multi-select & `group-...
    • 02ae191 [ci] release (#549)
    • 56e9d67 docs: add jsdoc for date, limit-options, and messages (#546)
    • 030ba4d [ci] release (#539)
    • 83428ac feat: standard schema for validation (#543)
    • adb6af9 docs: add jsdoc for box, group, and group-multi-select (#542)
    • 3170ed9 docs: add jsdoc for autocomplete, confirm, and path prompts (#540)
    • 3dcb31a fix: spaces and uppercase characters in multiline input (#534)
    • Additional commits viewable in compare view

    Updates @kreuzberg/tree-sitter-language-pack from 1.6.2 to 1.10.9

    Release notes

    Sourced from @​kreuzberg/tree-sitter-language-pack's releases.

    v1.10.9

    What's Changed

    New Contributors

    Full Changelog: xberg-io/tree-sitter-language-pack@v0.17.10...v1.10.9

    v1.10.8

    What's Changed

    New Contributors

    Full Changelog: xberg-io/tree-sitter-language-pack@v0.17.10...v1.10.8

    v1.10.7

    What's Changed

    New Contributors

    Full Changelog: xberg-io/tree-sitter-language-pack@v0.17.10...v1.10.7

    ... (truncated)

    Changelog

    Sourced from @​kreuzberg/tree-sitter-language-pack's changelog.

    [1.10.9] - 2026-06-24

    Fixed

    • Kotlin/JVM: Tree.walk() (and other handle-returning calls) no longer crash the JVM. Opaque handle types (Tree, Node, TreeCursor) crossed the JNI boundary as String/JSON while the Rust shim returned a raw jlong, so the JVM dereferenced a primitive as an object reference and faulted with EXCEPTION_ACCESS_VIOLATION. Regenerated with alef 0.27.1, the kotlin-android bridge now returns primitive Long handles (required and optional, via a 0L sentinel) and constructs the wrapper directly. Fixes #146.
    • Python: exported exception classes are now catchable. get_language("unknown") raised _native.DownloadError, a different class object than the DownloadError exported from the package, so except DownloadError: never caught it. Regenerated with alef 0.27.1, the native variants derive from the native base Error and the package re-exports the native classes (with matching type stubs), so except DownloadError:/except Error: work. Fixes #147.

    [1.10.8] - 2026-06-24

    Fixed

    • wasm32 builds no longer OOM on pathologically large grammars. Compiling the bundled grammars to wasm32 previously included every parser.c, but a few are huge generated sources (e.g. abl at ~130 MB) that need 18-25 GB+ of clang RAM at any optimization level — a single one OOMs standard ≤16 GB CI runners (serialization via CARGO_BUILD_JOBS=1 cannot help when one file alone exceeds the budget). build.rs now skips any grammar whose parser.c exceeds a size limit on wasm32 (default 40 MB, configurable via TSLP_WASM_MAX_PARSER_BYTES; 0 disables the gate), emitting a cargo:warning per skipped grammar plus a summary. Skipped grammars are absent from STATIC_LANGUAGES (no dangling FFI symbol) and degrade gracefully at runtime. The 40 MB default keeps every common language (including the ~40 MB sql grammar) and excludes only the handful of unbuildable outliers (abl, systemverilog, razor, fsharp, verilog, gnuplot, latex). (crates/ts-pack-core/build.rs)

    • Swift publish now creates the release/swift/<version> branch carrying the substituted XCFramework checksum. The alef-generated Swift e2e/test-app pins .package(url: …, branch: "release/swift/<version>") (the non-destructive layout shared with the other polyglot repos), but the publish workflow only force-moved the v<version> tag and never created that branch — so SwiftPM could not resolve the package and the Swift test-app failed with an empty TreeSitterLanguagePack target. The checksum commit is now also pushed to refs/heads/release/swift/<version>. (.github/workflows/publish.yaml)

    [1.10.4] - 2026-06-22

    Added

    • ts-pack mcp server now exposes MCP resources, prompts, and argument completions in addition to its tools. Resources serve the language catalog (ts-pack://languages, ts-pack://languages/downloaded) and a per-language template (ts-pack://language/{name}); a ready-made analyze-code prompt drives a structure/imports/symbols analysis workflow; and language-name arguments autocomplete against the available-language catalog.

    ... (truncated)

    Commits
    • cc025ba chore(swift): update Package.swift with checksum for v1.10.9
    • 6e8abc6 chore(release): 1.10.9, regen with alef 0.27.1
    • 6a3ef7b chore(release): bump to 1.10.8, regen bindings
    • 3471a50 fix(publish): create release/swift/<version> branch for Swift checksum
    • 99e1d73 chore(release): regen with alef 0.26.8, bump to 1.10.7
    • 863722c docs(parsing): add Python tree_sitter interop example for passthrough
    • 0d34eb9 ci(publish): serialize grammar generation to prevent OOM
    • e8c51d6 ci(publish): shard clone-vendors to survive runner reclamation
    • c4cba54 chore(release): 1.10.6
    • 4ccb20b chore(release): 1.10.5
    • Additional commits viewable in compare view
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​kreuzberg/tree-sitter-language-pack since your current version.


    Updates google-auth-library from 10.6.2 to 10.7.0

    Changelog

    Sourced from google-auth-library's changelog.

    10.7.0 (2026-06-03)

    Features

    • Port GDCH credentials support to Node.js Auth SDK (#8301) (75f148c)

    10.6.3 (2026-05-11)

    Bug Fixes

    Commits

    Updates jiti from 2.6.1 to 2.7.0

    Release notes

    Sourced from jiti's releases.

    v2.7.0

    compare changes

    🚀 Enhancements

    • Add explicit resource management (using/await using) support (#422)
    • Support opt-in tsconfigPaths (#427)
    • Support virtual modules (#428)
    • Add jiti/static subpath (#430)

    🔥 Performance

    • interopDefault: Add caching to reduce proxy overhead by ~2x (#421)

    🩹 Fixes

    • require: Passthrough resolve options (#412)
    • require: Fallback to transpilation when tryNative fails (#413)
    • Fallback for ENAMETOOLONG when evaluating esm (#429)

    📦 Build

    • Upgrade rspack to v2 (55194fb)
    • Experimental rolldown config (8c0243f)

    ✅ Tests

    • Ignore jsx test for bun/cjs (3a744ca)

    ❤️ Contributors

    Changelog

    Sourced from jiti's changelog.

    v2.7.0

    compare changes

    🚀 Enhancements

    • Add explicit resource management (using/await using) support (#422)
    • Support opt-in tsconfigPaths (#427)
    • Support virtual modules option (#428)
    • Add jiti/static export (#430)

    🔥 Performance

    • interopDefault: Add caching to reduce proxy overhead by ~2x (#421)

    🩹 Fixes

    • require: Passthrough resolve options (#412)
    • ci: Skip --coverage flag for node 18 (fe264b4)
    • require: Fallback to transpilation when tryNative fails (#413)
    • Fallback for ENAMETOOLONG when evaluating esm (#429)

    📦 Build

    🏡 Chore

    ✅ Tests

    🤖 CI

    • Update node test matrix (0abda72)

    ❤️ Contributors

    ... (truncated)

    Commits

    Updates zod from 4.3.6 to 4.4.3

    Release notes

    Sourced from zod's releases.

    v4.4.3

    Commits:

    • 4c2fa95ce3f3390fbc522324e406b4e9e89b88f9 docs: use Zernio primary wordmark for gold sponsor logo
    • 2aeec83eb135e3a83756e973ef44845fc5a455d2 docs: prune lapsed gold sponsors and rebalance logo sizing
    • 7391be88ac1ee5cd02057f5ccc012a1f5df4efd0 docs: prune lapsed silver/bronze sponsors and add active ones
    • 2c703322a21b4e2b12f33f49ea8430c451a68b4f docs: normalize bronze sponsor logos to github avatar pattern
    • 9195250cab0e7950efe39c3926d6c203b4b0a170 docs: remove Mintlify from bronze sponsors (churned)
    • b8dffe9e62f17e6571e6249d05cc5102b54d94e4 docs: remove Numeric and Speakeasy (2+ missed monthly cycles)
    • 1cab69383fcdeae2a366d5e2a2fc4d8fc765d168 fix(v4): restore catch handling for absent object keys (#5937) (#5939)
    • c2be4f819064eed62c7c350a2d399b5faecd15f8 fix(v4): generalize optin/fallback to transform; restore preprocess on absent keys (#5941)
    • f3c9ec03ba7a28ae72d25cc295f38674bee0f559 4.4.3
    • 1fb56a5c18c27102dbc92260a4007c7732a0ccca docs: document release procedure in AGENTS.md

    v4.4.2

    Commits:

    • 0c62df0ea19fd05abdf90473e9eef7eea530fab2 Clean up docs navigation and stale labels (#5901)
    • 20cc794895cc8604fe0c87d83a5d1c3f89fad0ac chore: add security policy and refresh tooling deps
    • 6fbe07b0177efdd1bf1c0b05160e70d7a0702337 fix(docs): heading anchor links now include the hash so it doesnt scoll all the way up, follows navbar logic (#5791)
    • 4bbed1b1c73eca4ce9e59b1189ed236aa6c8b5bd Tighten discriminated union option typing
    • bbac3e567e7fccfaaf7cdc97f1ce30c295e2c908 Update PR guidance for agents
    • cf0dc942a32805c292fff59ade20a7ace980735a Merge remote-tracking branch 'origin/main' into fix-discriminated-union-key-constraint
    • 292c894a5fd2aa42e527900b83d8d7a3009a709c docs: add Zernio gold sponsor
    • 1fc9f311c28dcf80d0bb5a36b177086cbc3d8eca docs: document codec inversion
    • 1373c85da9aeff704a9762d27bc58699618aefb7 docs: remove AI disclosure guidance
    • e20d02b473c08e3a4e557bc610b1b5fac079b649 chore: ignore triage notes
    • e58ea4d91b1dfe8194b73508203213cbc7e9c936 docs: test Zod Mini tab code heights
    • 905761a5d127e8d5dd2ebb3bc88c75cb0b8149ff docs: document preprocess input type narrowing
    • bf64bac850d4dee2b7dde7e64909d5d796d32043 chore: tighten test guidance in AGENTS.md
    • 8ec4e73f4c4693b6361ad591be40fb41eb8a9f95 chore: update play.ts scratch
    • 02c2baf7d0d615872fa4528a8020603b71211702 Make z.preprocess defer optionality to inner schema (#5929)
    • 88015df8e25c44fb5385eb3ef28935119cd5edea fix(docs): drop deprecated baseUrl from tsconfig
    • c59d4474e3b4cad1b323462186cf607178ce8267 4.4.2

    v4.4.1

    Commits:

    • 481f7be4238c83ed58183f921b2646f340a91c6a ci: gate release publishing on full test workflow
    • 95ccab423aec720b2523c3a64cdc7e3204537cc7 test(v3): restore optional undefined expectations
    • cede2c63739a5823d6aa5093d291e9a111da943d fix(v4): reject tuple holes before required defaults (#5900)
    • edd0bf0f5ada4a8dc581c259407d7bbad0a71ea7 release: 4.4.1
    • 180d83d1dbe6a59260710cc8637a3dea2281ee56 docs: remove Jazz featured sponsor

    v4.4.0

    4.4.0

    This is a minor release with a wide set of correctness and soundness fixes. Some fixes intentionally make Zod stricter, so code that depended on previously accepted invalid or ambiguous inputs may need small updates.

    Potentially breaking bug fixes

    ... (truncated)

    Commits
    • 1fb56a5 docs: document release procedure in AGENTS.md
    • f3c9ec0 4.4.3
    • c2be4f8 fix(v4): generalize optin/fallback to transform; restore preprocess on absent...
    • 1cab693 fix(v4): restore catch handling for absent object keys (#5937) (#5939)
    • b8dffe9 docs: remove Numeric and Speakeasy (2+ missed monthly cycles)
    • 9195250 docs: remove Mintlify from bronze sponsors (churned)
    • 2c70332 docs: normalize bronze sponsor logos to github avatar pattern
    • 7391be8 docs: prune lapsed silver/bronze sponsors and add active ones
    • 2aeec83 docs: prune lapsed gold sponsors and rebalance logo sizing
    • 4c2fa95 docs: use Zernio primary wordmark for gold sponsor logo
    • Additional commits viewable in compare view
    Maintainer changes

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


    Updates @lancedb/lancedb from 0.27.2 to 0.30.0

    Release notes

    Sourced from @​lancedb/lancedb's releases.

    Python LanceDB v0.30.0

    🛠 Breaking Changes

    🎉 New Features

    🐛 Bug Fixes

    ... (truncated)

    Commits
    • a5288de Bump version: 0.30.0-beta.2 → 0.30.0
    • 7a41f4a Bump version: 0.30.0-beta.1 → 0.30.0-beta.2
    • 28fc8f0 Bump version: 0.33.0-beta.2 → 0.33.0
    • 7677a52 Bump version: 0.33.0-beta.1 → 0.33.0-beta.2
    • b6c6455 chore: update lance dependency to v7.0.0
    • a9f49c8 fix: allow appending arrow.json data into lance.json tables (#3429)
    • a7d9f2e fix: remove primary key constraint from MemWAL bucket sharding (#3435)
    • 7dba793 fix(rerankers): inverted scores and incorrect missing-FTS penalty in LinearCo...
    • 87bd669 chore(deps): bump the rust-minor-patch group across 1 directory with 2 update...
    • 15e7580 feat(remote): send read freshness headers for remote table consistency (#3439)
    • Additional commits viewable in compare view

    Updates better-sqlite3 from 12.9.0 to 12.11.1

    Release notes

    Sourced from better-sqlite3's releases.

    v12.11.1

    What's Changed

    Full Changelog: WiseLibs/better-sqlite3@v12.11.0...v12.11.1

    v12.11.0

    ⚠️CAUTION: NOT A VIABLE RELEASE

    Use v12.11.1 instead.

    What's Changed

    Full Changelog: WiseLibs/better-sqlite3@v12.10.1...v12.11.0

    v12.10.1

    What's Changed

    Full Changelog: WiseLibs/better-sqlite3@v12.10.0...v12.10.1

    v12.10.0

    What's Changed

    Full Changelog: WiseLibs/better-sqlite3@v12.9.1...v12.10.0

    v12.9.1

    ⚠️CAUTION: NOT A VIABLE RELEASE

    Electron v39+ prebuilds are not building successfully at the moment. Stick to v12.9.0 for now.

    What's Changed

    New Contributors

    Full Changelog: WiseLibs/better-sqlite3@v12.9.0...v12.9.1

    Commits

    Updates @astrojs/starlight from 0.38.3 to 0.41.0

    Release notes

    Sourced from @​astrojs/starlight's releases.

    @​astrojs/starlight@​0.41.0

    Minor Changes

    • #3951 1202dd4 Thanks @​HiDeoo! - Adds support for Astro v7, drops support for Astro v6.

      Upgrade Astro and dependencies

      ⚠️ BREAKING CHANGE: Astro v6 is no longer supported. Make sure you update Astro and any other official integrations at the same time as updating Starlight:

      npx @astrojs/upgrade

      Community Starlight plugins and Astro integrations may also need to be manually updated to work with Astro v7. If you encounter any issues, please reach out to the plugin or integration author to see if it is a known issue or if an updated version is being worked on.

      ⚠️ BREAKING CHANGE: This release drops official support for Chromium-based browsers prior to version 111 (released 07 March 2023) and Safari-based browsers prior to version 16.4 (released 27 March 2023). You can find a list of currently supported browsers and their versions using this browserslist query.

    Patch Changes

    • #3953 a935d33 Thanks @​HiDeoo! - Fixes Starlight Markdown processing being potentially applied to files that should not be processed.

    @​astrojs/starlight@​0.40.0

    Minor Changes

    Bumps the production group with 11 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `1.2.0` | `1.6.0` |
    | [@kreuzberg/tree-sitter-language-pack](https://github.com/kreuzberg-dev/tree-sitter-language-pack) | `1.6.2` | `1.10.9` |
    | [google-auth-library](https://github.com/googleapis/google-cloud-node/tree/HEAD/core/packages/google-auth-library-nodejs) | `10.6.2` | `10.7.0` |
    | [jiti](https://github.com/unjs/jiti) | `2.6.1` | `2.7.0` |
    | [zod](https://github.com/colinhacks/zod) | `4.3.6` | `4.4.3` |
    | [@lancedb/lancedb](https://github.com/lancedb/lancedb) | `0.27.2` | `0.30.0` |
    | [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `12.9.0` | `12.11.1` |
    | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.38.3` | `0.41.0` |
    | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `6.1.7` | `6.4.8` |
    | [astro-mermaid](https://github.com/joesaby/astro-mermaid) | `2.0.1` | `2.0.4` |
    | [mermaid](https://github.com/mermaid-js/mermaid) | `11.14.0` | `11.15.0` |
    
    
    Updates `@clack/prompts` from 1.2.0 to 1.6.0
    - [Release notes](https://github.com/bombshell-dev/clack/releases)
    - [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
    - [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.6.0/packages/prompts)
    
    Updates `@kreuzberg/tree-sitter-language-pack` from 1.6.2 to 1.10.9
    - [Release notes](https://github.com/kreuzberg-dev/tree-sitter-language-pack/releases)
    - [Changelog](https://github.com/xberg-io/tree-sitter-language-pack/blob/main/CHANGELOG.md)
    - [Commits](xberg-io/tree-sitter-language-pack@v1.6.2...v1.10.9)
    
    Updates `google-auth-library` from 10.6.2 to 10.7.0
    - [Release notes](https://github.com/googleapis/google-cloud-node/releases)
    - [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/core/packages/google-auth-library-nodejs/CHANGELOG.md)
    - [Commits](https://github.com/googleapis/google-cloud-node/commits/HEAD/core/packages/google-auth-library-nodejs)
    
    Updates `jiti` from 2.6.1 to 2.7.0
    - [Release notes](https://github.com/unjs/jiti/releases)
    - [Changelog](https://github.com/unjs/jiti/blob/main/CHANGELOG.md)
    - [Commits](unjs/jiti@v2.6.1...v2.7.0)
    
    Updates `zod` from 4.3.6 to 4.4.3
    - [Release notes](https://github.com/colinhacks/zod/releases)
    - [Commits](colinhacks/zod@v4.3.6...v4.4.3)
    
    Updates `@lancedb/lancedb` from 0.27.2 to 0.30.0
    - [Release notes](https://github.com/lancedb/lancedb/releases)
    - [Changelog](https://github.com/lancedb/lancedb/blob/main/release_process.md)
    - [Commits](lancedb/lancedb@v0.27.2...v0.30.0)
    
    Updates `better-sqlite3` from 12.9.0 to 12.11.1
    - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
    - [Commits](WiseLibs/better-sqlite3@v12.9.0...v12.11.1)
    
    Updates `@astrojs/starlight` from 0.38.3 to 0.41.0
    - [Release notes](https://github.com/withastro/starlight/releases)
    - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md)
    - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.41.0/packages/starlight)
    
    Updates `astro` from 6.1.7 to 6.4.8
    - [Release notes](https://github.com/withastro/astro/releases)
    - [Changelog](https://github.com/withastro/astro/blob/astro@6.4.8/packages/astro/CHANGELOG.md)
    - [Commits](https://github.com/withastro/astro/commits/astro@6.4.8/packages/astro)
    
    Updates `astro-mermaid` from 2.0.1 to 2.0.4
    - [Release notes](https://github.com/joesaby/astro-mermaid/releases)
    - [Changelog](https://github.com/joesaby/astro-mermaid/blob/main/CHANGELOG.md)
    - [Commits](joesaby/astro-mermaid@v2.0.1...v2.0.4)
    
    Updates `mermaid` from 11.14.0 to 11.15.0
    - [Release notes](https://github.com/mermaid-js/mermaid/releases)
    - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.14.0...mermaid@11.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@clack/prompts"
      dependency-version: 1.6.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production
    - dependency-name: "@kreuzberg/tree-sitter-language-pack"
      dependency-version: 1.10.9
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production
    - dependency-name: google-auth-library
      dependency-version: 10.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production
    - dependency-name: jiti
      dependency-version: 2.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production
    - dependency-name: zod
      dependency-version: 4.4.3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production
    - dependency-name: "@lancedb/lancedb"
      dependency-version: 0.30.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production
    - dependency-name: better-sqlite3
      dependency-version: 12.11.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production
    - dependency-name: "@astrojs/starlight"
      dependency-version: 0.41.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production
    - dependency-name: astro
      dependency-version: 6.4.8
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production
    - dependency-name: astro-mermaid
      dependency-version: 2.0.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production
    - dependency-name: mermaid
      dependency-version: 11.15.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @changeset-bot

    changeset-bot Bot commented Jul 1, 2026

    Copy link
    Copy Markdown

    🦋 Changeset detected

    Latest commit: d8bfec0

    The changes in this PR will be included in the next version bump.

    Not sure what this means? Click here to learn what changesets are.

    Click here if you're a maintainer who wants to add another changeset to this PR

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants