Skip to content

chore(deps): bump the all-dependencies group with 17 updates - #186

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-9d06a78aa2
Open

chore(deps): bump the all-dependencies group with 17 updates#186
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-9d06a78aa2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 17 updates:

Package From To
@astrojs/starlight 0.41.11 0.42.0
@theholocron/astro-config 7.32.0 7.32.2
@theholocron/cli 3.48.0 3.50.0
@theholocron/commitlint-config 7.32.0 7.32.2
@theholocron/docs-theme 1.9.0 1.9.3
@theholocron/eslint-config 7.32.0 7.32.2
@theholocron/holocron-config 7.30.0 7.32.2
@theholocron/holocron-plugin-github 3.48.0 3.50.0
@theholocron/lint-staged-config 7.32.0 7.32.2
@theholocron/prettier-config 7.32.0 7.32.2
@theholocron/semantic-release-config 7.32.0 7.32.2
@theholocron/tsconfig 7.32.0 7.32.2
@theholocron/tsdown-config 7.32.0 7.32.2
@theholocron/vitest-config 7.32.0 7.32.2
astro 7.2.10 7.3.1
eslint 10.9.1 10.10.0
tsdown 0.22.14 0.23.0

Updates @astrojs/starlight from 0.41.11 to 0.42.0

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.42.0

Minor Changes

  • #3572 292fb17 Thanks @​HiDeoo! - Distributes package as JavaScript files with dedicated type declaration files instead of TypeScript source files.

  • #4121 2623ae6 Thanks @​delucis! - Simplifies markup for Starlight’s mobile menu toggle

    ⚠️ Potentially breaking change: If you use a theme plugin, custom styles, or component overrides targeting the MobileMenuToggle button or PageFrame components, you may need to adjust these for the new markup. The button is no longer wrapped in a <starlight-menu-button> custom element and no longer uses the aria-expanded attribute. Instead, you can use the .sl-menu-button class name to target the button and the :popover-open pseudo-class to style the menu open state specifically.

    In the following example, custom styles for the menu button are updated for the new approach:

    - starlight-menu-button button {
    + .sl-menu-button {
      color: var(--sl-color-text);
    }
    
    starlight-menu-button[aria-expanded='true'] button {
    
    
    .sl-menu-button:has(~ :popover-open) {
    color: var(--sl-color-text-accent-high);
    }

See MobileMenuToggle.astro and PageFrame.astro on GitHub for the full source code of the updated components.

  • #3572 292fb17 Thanks @​HiDeoo! - Removes the tagline configuration option, which was never used.

    If your configuration included a tagline option, you can safely remove it without any replacement.

  • #4134 6135f01 Thanks @​HiDeoo! - Updates internal @astrojs/mdx, @astrojs/markdown-satteri, and satteri dependencies.

    ⚠️ BREAKING CHANGE: The following minimum versions are now required:

    • astro v7.2.10 or later
    • @astrojs/markdown-satteri 0.4.0 or later (if you use it)
    • @astrojs/markdown-remark 7.3.0 or later (if you use it)

    Please update Starlight and Astro together:

    npx @astrojs/upgrade
  • #4121 2623ae6 Thanks @​delucis! - Refactors Starlight’s mobile menu toggle to work when JavaScript fails or is disabled

    ⚠️ BREAKING CHANGE: This release drops official support for Chromium-based browsers prior to version 116 (released August 2023), Safari-based browsers prior to version 17.0 (released September 2023), and Firefox prior to version 125 (released April 2024). You can find a list of currently supported browsers and their versions using this browserslist query.

    This change also removes the data-mobile-menu-expanded attribute, which was previously added to <body> while the mobile menu is open. If you have custom code that was depending on this attribute, you will need to update it to use a new selector to check if the mobile menu is open.

    In the following example, a custom background colour for the site header while the menu is open is updated for the new approach:

  • ... (truncated)

    Changelog

    Sourced from @​astrojs/starlight's changelog.

    0.42.0

    Minor Changes

    • #3572 292fb17 Thanks @​HiDeoo! - Distributes package as JavaScript files with dedicated type declaration files instead of TypeScript source files.

    • #4121 2623ae6 Thanks @​delucis! - Simplifies markup for Starlight’s mobile menu toggle

      ⚠️ Potentially breaking change: If you use a theme plugin, custom styles, or component overrides targeting the MobileMenuToggle button or PageFrame components, you may need to adjust these for the new markup. The button is no longer wrapped in a <starlight-menu-button> custom element and no longer uses the aria-expanded attribute. Instead, you can use the .sl-menu-button class name to target the button and the :popover-open pseudo-class to style the menu open state specifically.

      In the following example, custom styles for the menu button are updated for the new approach:

      - starlight-menu-button button {
      + .sl-menu-button {
        color: var(--sl-color-text);
      }
      
      starlight-menu-button[aria-expanded='true'] button {
      
      
      .sl-menu-button:has(~ :popover-open) {
      color: var(--sl-color-text-accent-high);
      }

    See MobileMenuToggle.astro and PageFrame.astro on GitHub for the full source code of the updated components.

  • #3572 292fb17 Thanks @​HiDeoo! - Removes the tagline configuration option, which was never used.

    If your configuration included a tagline option, you can safely remove it without any replacement.

  • #4134 6135f01 Thanks @​HiDeoo! - Updates internal @astrojs/mdx, @astrojs/markdown-satteri, and satteri dependencies.

    ⚠️ BREAKING CHANGE: The following minimum versions are now required:

    • astro v7.2.10 or later
    • @astrojs/markdown-satteri 0.4.0 or later (if you use it)
    • @astrojs/markdown-remark 7.3.0 or later (if you use it)

    Please update Starlight and Astro together:

    npx @astrojs/upgrade
  • #4121 2623ae6 Thanks @​delucis! - Refactors Starlight’s mobile menu toggle to work when JavaScript fails or is disabled

    ⚠️ BREAKING CHANGE: This release drops official support for Chromium-based browsers prior to version 116 (released August 2023), Safari-based browsers prior to version 17.0 (released September 2023), and Firefox prior to version 125 (released April 2024). You can find a list of currently supported browsers and their versions using this browserslist query.

    This change also removes the data-mobile-menu-expanded attribute, which was previously added to <body> while the mobile menu is open. If you have custom code that was depending on this attribute, you will need to update it to use a new selector to check if the mobile menu is open.

  • ... (truncated)

    Commits

    Updates @theholocron/astro-config from 7.32.0 to 7.32.2

    Release notes

    Sourced from @​theholocron/astro-config's releases.

    v7.32.2

    7.32.2 (2026-09-04)

    Chores

    v7.32.1

    7.32.1 (2026-09-02)

    Bug Fixes

    • 🐛 add deployments write permission to wiki workflow (#432) (ee89021)

    Chores

    Changelog

    Sourced from @​theholocron/astro-config's changelog.

    7.32.2 (2026-09-04)

    Chores

    7.32.1 (2026-09-02)

    Bug Fixes

    • 🐛 add deployments write permission to wiki workflow (#432) (ee89021)

    Chores

    Commits
    • 6191966 chore(release): 7.32.2 [skip ci]
    • 141a51b chore: ✏️ update node preset: codeql → security workflow name (#436)
    • 01df8d6 chore(deps): Bump the all-dependencies group across 1 directory with 2 update...
    • c18b1f2 chore: sync README and repo metadata (#433)
    • 290b608 chore(release): 7.32.1 [skip ci]
    • ee89021 fix: 🐛 add deployments write permission to wiki workflow (#432)
    • e89747a chore: 🔧 run holocron setup (#431)
    • See full diff in compare view

    Updates @theholocron/cli from 3.48.0 to 3.50.0

    Release notes

    Sourced from @​theholocron/cli's releases.

    v3.50.0

    3.50.0 (2026-09-05)

    v3.49.0

    3.49.0 (2026-09-05)

    Changelog

    Sourced from @​theholocron/cli's changelog.

    3.50.0 (2026-09-05)

    3.49.0 (2026-09-05)

    Commits
    • 636fe40 chore(release): 3.50.0 [skip ci]
    • b65c64f feat: ✨ shared wiki navbar via sync-wiki discovery and auto-dispatch (#509)
    • d9ab7a7 chore(release): 3.49.0 [skip ci]
    • 2bc282b feat: workflow config audit + fix enable-auto-commit in lint workflow (#510)
    • 110aa63 ci: ⬆️ bump Fern CLI default to 5.114.1 (#506)
    • See full diff in compare view

    Updates @theholocron/commitlint-config from 7.32.0 to 7.32.2

    Changelog

    Sourced from @​theholocron/commitlint-config's changelog.

    7.32.2 (2026-09-04)

    Chores

    7.32.1 (2026-09-02)

    Bug Fixes

    • 🐛 add deployments write permission to wiki workflow (#432) (ee89021)

    Chores

    Commits
    • 6191966 chore(release): 7.32.2 [skip ci]
    • 141a51b chore: ✏️ update node preset: codeql → security workflow name (#436)
    • 01df8d6 chore(deps): Bump the all-dependencies group across 1 directory with 2 update...
    • c18b1f2 chore: sync README and repo metadata (#433)
    • 290b608 chore(release): 7.32.1 [skip ci]
    • ee89021 fix: 🐛 add deployments write permission to wiki workflow (#432)
    • e89747a chore: 🔧 run holocron setup (#431)
    • See full diff in compare view

    Updates @theholocron/docs-theme from 1.9.0 to 1.9.3

    Release notes

    Sourced from @​theholocron/docs-theme's releases.

    v1.9.3

    1.9.3 (2026-09-02)

    Chores

    • deps: Bump the all-dependencies group across 1 directory with 7 updates (#88) (4328c2e)

    v1.9.2

    1.9.2 (2026-09-02)

    Chores

    • deps: Bump @​types/node from 24.13.3 to 26.4.0 (#86) (8ce042d)

    v1.9.1

    1.9.1 (2026-09-02)

    Bug Fixes

    • 🐛 pass fern-org and base-path to enable deployment widget (#90) (9a9d54f)

    Chores

    • 🔧 bump CLI to ^3.45.1 and run holocron setup (#89) (e62234a)
    Changelog

    Sourced from @​theholocron/docs-theme's changelog.

    1.9.3 (2026-09-02)

    Chores

    • deps: Bump the all-dependencies group across 1 directory with 7 updates (#88) (4328c2e)

    1.9.2 (2026-09-02)

    Chores

    • deps: Bump @​types/node from 24.13.3 to 26.4.0 (#86) (8ce042d)

    1.9.1 (2026-09-02)

    Bug Fixes

    • 🐛 pass fern-org and base-path to enable deployment widget (#90) (9a9d54f)

    Chores

    • 🔧 bump CLI to ^3.45.1 and run holocron setup (#89) (e62234a)
    Commits

    Updates @theholocron/eslint-config from 7.32.0 to 7.32.2

    Changelog

    Sourced from @​theholocron/eslint-config's changelog.

    7.32.2 (2026-09-04)

    Chores

    7.32.1 (2026-09-02)

    Bug Fixes

    • 🐛 add deployments write permission to wiki workflow (#432) (ee89021)

    Chores

    Commits
    • 6191966 chore(release): 7.32.2 [skip ci]
    • 141a51b chore: ✏️ update node preset: codeql → security workflow name (#436)
    • 01df8d6 chore(deps): Bump the all-dependencies group across 1 directory with 2 update...
    • c18b1f2 chore: sync README and repo metadata (#433)
    • 290b608 chore(release): 7.32.1 [skip ci]
    • ee89021 fix: 🐛 add deployments write permission to wiki workflow (#432)
    • e89747a chore: 🔧 run holocron setup (#431)
    • See full diff in compare view

    Updates @theholocron/holocron-config from 7.30.0 to 7.32.2

    Release notes

    Sourced from @​theholocron/holocron-config's releases.

    v7.32.2

    7.32.2 (2026-09-04)

    Chores

    v7.32.1

    7.32.1 (2026-09-02)

    Bug Fixes

    • 🐛 add deployments write permission to wiki workflow (#432) (ee89021)

    Chores

    v7.32.0

    7.32.0 (2026-09-02)

    Features

    • ✨ add wiki() capability — wiki.theholocron.dev/configs (#428) (40e3bce)

    Chores

    v7.31.0

    7.31.0 (2026-09-02)

    Features

    • ✨ add wiki() capability for Fern engineering wiki (#427) (ba81e20)
    Changelog

    Sourced from @​theholocron/holocron-config's changelog.

    7.32.2 (2026-09-04)

    Chores

    7.32.1 (2026-09-02)

    Bug Fixes

    • 🐛 add deployments write permission to wiki workflow (#432) (ee89021)

    Chores

    7.32.0 (2026-09-02)

    Features

    • ✨ add wiki() capability — wiki.theholocron.dev/configs (#428) (40e3bce)

    Chores

    7.31.0 (2026-09-02)

    Features

    • ✨ add wiki() capability for Fern engineering wiki (#427) (ba81e20)
    Commits
    • 6191966 chore(release): 7.32.2 [skip ci]
    • 141a51b chore: ✏️ update node preset: codeql → security workflow name (#436)
    • 01df8d6 chore(deps): Bump the all-dependencies group across 1 directory with 2 update...
    • c18b1f2 chore: sync README and repo metadata (#433)
    • 290b608 chore(release): 7.32.1 [skip ci]
    • ee89021 fix: 🐛 add deployments write permission to wiki workflow (#432)
    • e89747a chore: 🔧 run holocron setup (#431)
    • 360c574 chore(release): 7.32.0 [skip ci]
    • 40e3bce feat: ✨ add wiki() capability — wiki.theholocron.dev/configs (#428)
    • 8479ead chore: sync README and repo metadata (#424)
    • Additional commits viewable in compare view

    Updates @theholocron/holocron-plugin-github from 3.48.0 to 3.50.0

    Release notes

    Sourced from @​theholocron/holocron-plugin-github's releases.

    v3.50.0

    3.50.0 (2026-09-05)

    v3.49.0

    3.49.0 (2026-09-05)

    Changelog

    Sourced from @​theholocron/holocron-plugin-github's changelog.

    3.50.0 (2026-09-05)

    3.49.0 (2026-09-05)

    Commits

    Updates @theholocron/lint-staged-config from 7.32.0 to 7.32.2

    Changelog

    Sourced from @​theholocron/lint-staged-config's changelog.

    7.32.2 (2026-09-04)

    Chores

    7.32.1 (2026-09-02)

    Bug Fixes

    • 🐛 add deployments write permission to wiki workflow (#432) (ee89021)

    Chores

    Commits
    • 6191966 chore(release): 7.32.2 [skip ci]
    • 141a51b chore: ✏️ update node preset: codeql → security workflow name (#436)
    • 01df8d6 chore(deps): Bump the all-dependencies group across 1 directory with 2 update...
    • c18b1f2 chore: sync README and repo metadata (#433)
    • 290b608 chore(release): 7.32.1 [skip ci]
    • ee89021 fix: 🐛 add deployments write permission to wiki workflow (#432)
    • e89747a chore: 🔧 run holocron setup (#431)
    • See full diff in compare view

    Updates @theholocron/prettier-config from 7.32.0 to 7.32.2

    Changelog

    Sourced from @​theholocron/prettier-config's changelog.

    7.32.2 (2026-09-04)

    Chores

    7.32.1 (2026-09-02)

    Bug Fixes

    • 🐛 add deployments write permission to wiki workflow (#432) (ee89021)

    Chores

    Commits
    • 6191966 chore(release): 7.32.2 [skip ci]
    • 141a51b chore: ✏️ update node preset: codeql → security workflow name (#436)
    • 01df8d6 chore(deps): Bump the all-dependencies group across 1 directory with 2 update...
    • c18b1f2 chore: sync README and repo metadata (#433)
    • 290b608 chore(release): 7.32.1 [skip ci]
    • ee89021 fix: 🐛 add deployments write permission to wiki workflow (#432)
    • e89747a chore: 🔧 run holocron setup (#431)
    • See full diff in compare view

    Updates @theholocron/semantic-release-config from 7.32.0 to 7.32.2

    Release notes

    Sourced from @​theholocron/semantic-release-config's releases.

    v7.32.2

    7.32.2 (2026-09-04)

    Chores

    v7.32.1

    7.32.1 (2026-09-02)

    Bug Fixes

    • 🐛 add deployments write permission to wiki workflow (#432) (ee89021)

    Chores

    Changelog

    Sourced from @​theholocron/semantic-release-config's changelog.

    7.32.2 (2026-09-04)

    Chores

    7.32.1 (2026-09-02)

    Bug Fixes

    • 🐛 add deployments write permission to wiki workflow (#432) (ee89021)

    Chores

    Commits
    • 6191966 chore(release): 7.32.2 [skip ci]
    • 141a51b chore: ✏️ update node preset: codeql → security workflow name (#436)
    • 01df8d6 chore(deps): Bump the all-dependencies group across 1 directory with 2 update...
    • c18b1f2 chore: sync README and repo metadata (#433)
    • 290b608 chore(release): 7.32.1 [skip ci]
    • ee89021 fix: 🐛 add deployments write permission to wiki workflow (#432)
    • e89747a chore: 🔧 run holocron setup (#431)
    • See full diff in compare view

    Updates @theholocron/tsconfig from 7.32.0 to 7.32.2

    Changelog

    Sourced from @​theholocron/tsconfig's changelog.

    7.32.2 (2026-09-04)

    Chores

    7.32.1 (2026-09-02)

    Bug Fixes

    • 🐛 add deployments write permission to wiki workflow (#432) (ee89021)

    Chores

    Commits
    • 6191966 chore(release): 7.32.2 [skip ci]
    • 141a51b chore: ✏️ update node preset: codeql → security workflow name (#436)
    • 01df8d6 chore(deps): Bump the all-dependencies group across 1 directory with 2 update...
    • c18b1f2 chore: sync README and repo metadata (#433)
    • 290b608 chore(release): 7.32.1 [skip ci]
    • ee89021 fix: 🐛 add deployments write permission to wiki workflow (#432)
    • e89747a chore: 🔧 run holocron setup (#431)
    • See full diff in compare view

    Updates @theholocron/tsdown-config from 7.32.0 to 7.32.2

    Release notes

    Sourced from @​theholocron/tsdown-config's releases.

    v7.32.2

    7.32.2 (2026-09-04)

    Chores

    v7.32.1

    7.32.1 (2026-09-02)

    Bug Fixes

    • 🐛 add deployments write permission to wiki workflow (#432) (ee89021)

    Chores

    Changelog

    Sourced from @​theholocron/tsdown-config's changelog.

    7.32.2 (2026-09-04)

    Chores

    • ✏️ update node preset: codeql → security workflow name (#436) (141a51b), closes #499

    Bumps the all-dependencies group with 17 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.41.11` | `0.42.0` |
    | [@theholocron/astro-config](https://github.com/theholocron/configs) | `7.32.0` | `7.32.2` |
    | [@theholocron/cli](https://github.com/theholocron/holocron/tree/HEAD/packages/cli) | `3.48.0` | `3.50.0` |
    | [@theholocron/commitlint-config](https://github.com/theholocron/configs) | `7.32.0` | `7.32.2` |
    | [@theholocron/docs-theme](https://github.com/theholocron/themes/tree/HEAD/packages/docs-theme) | `1.9.0` | `1.9.3` |
    | [@theholocron/eslint-config](https://github.com/theholocron/configs) | `7.32.0` | `7.32.2` |
    | [@theholocron/holocron-config](https://github.com/theholocron/configs) | `7.30.0` | `7.32.2` |
    | [@theholocron/holocron-plugin-github](https://github.com/theholocron/holocron/tree/HEAD/packages/holocron-plugin-github) | `3.48.0` | `3.50.0` |
    | [@theholocron/lint-staged-config](https://github.com/theholocron/configs) | `7.32.0` | `7.32.2` |
    | [@theholocron/prettier-config](https://github.com/theholocron/configs) | `7.32.0` | `7.32.2` |
    | [@theholocron/semantic-release-config](https://github.com/theholocron/configs) | `7.32.0` | `7.32.2` |
    | [@theholocron/tsconfig](https://github.com/theholocron/configs) | `7.32.0` | `7.32.2` |
    | [@theholocron/tsdown-config](https://github.com/theholocron/configs) | `7.32.0` | `7.32.2` |
    | [@theholocron/vitest-config](https://github.com/theholocron/configs) | `7.32.0` | `7.32.2` |
    | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `7.2.10` | `7.3.1` |
    | [eslint](https://github.com/eslint/eslint) | `10.9.1` | `10.10.0` |
    | [tsdown](https://github.com/rolldown/tsdown) | `0.22.14` | `0.23.0` |
    
    
    Updates `@astrojs/starlight` from 0.41.11 to 0.42.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.42.0/packages/starlight)
    
    Updates `@theholocron/astro-config` from 7.32.0 to 7.32.2
    - [Release notes](https://github.com/theholocron/configs/releases)
    - [Changelog](https://github.com/theholocron/configs/blob/main/CHANGELOG.md)
    - [Commits](theholocron/configs@v7.32.0...v7.32.2)
    
    Updates `@theholocron/cli` from 3.48.0 to 3.50.0
    - [Release notes](https://github.com/theholocron/holocron/releases)
    - [Changelog](https://github.com/theholocron/holocron/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/theholocron/holocron/commits/v3.50.0/packages/cli)
    
    Updates `@theholocron/commitlint-config` from 7.32.0 to 7.32.2
    - [Release notes](https://github.com/theholocron/configs/releases)
    - [Changelog](https://github.com/theholocron/configs/blob/main/CHANGELOG.md)
    - [Commits](theholocron/configs@v7.32.0...v7.32.2)
    
    Updates `@theholocron/docs-theme` from 1.9.0 to 1.9.3
    - [Release notes](https://github.com/theholocron/themes/releases)
    - [Changelog](https://github.com/theholocron/themes/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/theholocron/themes/commits/v1.9.3/packages/docs-theme)
    
    Updates `@theholocron/eslint-config` from 7.32.0 to 7.32.2
    - [Release notes](https://github.com/theholocron/configs/releases)
    - [Changelog](https://github.com/theholocron/configs/blob/main/CHANGELOG.md)
    - [Commits](theholocron/configs@v7.32.0...v7.32.2)
    
    Updates `@theholocron/holocron-config` from 7.30.0 to 7.32.2
    - [Release notes](https://github.com/theholocron/configs/releases)
    - [Changelog](https://github.com/theholocron/configs/blob/main/CHANGELOG.md)
    - [Commits](theholocron/configs@v7.30.0...v7.32.2)
    
    Updates `@theholocron/holocron-plugin-github` from 3.48.0 to 3.50.0
    - [Release notes](https://github.com/theholocron/holocron/releases)
    - [Changelog](https://github.com/theholocron/holocron/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/theholocron/holocron/commits/v3.50.0/packages/holocron-plugin-github)
    
    Updates `@theholocron/lint-staged-config` from 7.32.0 to 7.32.2
    - [Release notes](https://github.com/theholocron/configs/releases)
    - [Changelog](https://github.com/theholocron/configs/blob/main/CHANGELOG.md)
    - [Commits](theholocron/configs@v7.32.0...v7.32.2)
    
    Updates `@theholocron/prettier-config` from 7.32.0 to 7.32.2
    - [Release notes](https://github.com/theholocron/configs/releases)
    - [Changelog](https://github.com/theholocron/configs/blob/main/CHANGELOG.md)
    - [Commits](theholocron/configs@v7.32.0...v7.32.2)
    
    Updates `@theholocron/semantic-release-config` from 7.32.0 to 7.32.2
    - [Release notes](https://github.com/theholocron/configs/releases)
    - [Changelog](https://github.com/theholocron/configs/blob/main/CHANGELOG.md)
    - [Commits](theholocron/configs@v7.32.0...v7.32.2)
    
    Updates `@theholocron/tsconfig` from 7.32.0 to 7.32.2
    - [Release notes](https://github.com/theholocron/configs/releases)
    - [Changelog](https://github.com/theholocron/configs/blob/main/CHANGELOG.md)
    - [Commits](theholocron/configs@v7.32.0...v7.32.2)
    
    Updates `@theholocron/tsdown-config` from 7.32.0 to 7.32.2
    - [Release notes](https://github.com/theholocron/configs/releases)
    - [Changelog](https://github.com/theholocron/configs/blob/main/CHANGELOG.md)
    - [Commits](theholocron/configs@v7.32.0...v7.32.2)
    
    Updates `@theholocron/vitest-config` from 7.32.0 to 7.32.2
    - [Release notes](https://github.com/theholocron/configs/releases)
    - [Changelog](https://github.com/theholocron/configs/blob/main/CHANGELOG.md)
    - [Commits](theholocron/configs@v7.32.0...v7.32.2)
    
    Updates `astro` from 7.2.10 to 7.3.1
    - [Release notes](https://github.com/withastro/astro/releases)
    - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
    - [Commits](https://github.com/withastro/astro/commits/astro@7.3.1/packages/astro)
    
    Updates `eslint` from 10.9.1 to 10.10.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Commits](eslint/eslint@v10.9.1...v10.10.0)
    
    Updates `tsdown` from 0.22.14 to 0.23.0
    - [Release notes](https://github.com/rolldown/tsdown/releases)
    - [Commits](rolldown/tsdown@v0.22.14...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@astrojs/starlight"
      dependency-version: 0.42.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    - dependency-name: "@theholocron/astro-config"
      dependency-version: 7.32.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: "@theholocron/cli"
      dependency-version: 3.50.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    - dependency-name: "@theholocron/commitlint-config"
      dependency-version: 7.32.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: "@theholocron/docs-theme"
      dependency-version: 1.9.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: "@theholocron/eslint-config"
      dependency-version: 7.32.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: "@theholocron/holocron-config"
      dependency-version: 7.32.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    - dependency-name: "@theholocron/holocron-plugin-github"
      dependency-version: 3.50.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    - dependency-name: "@theholocron/lint-staged-config"
      dependency-version: 7.32.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: "@theholocron/prettier-config"
      dependency-version: 7.32.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: "@theholocron/semantic-release-config"
      dependency-version: 7.32.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: "@theholocron/tsconfig"
      dependency-version: 7.32.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: "@theholocron/tsdown-config"
      dependency-version: 7.32.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: "@theholocron/vitest-config"
      dependency-version: 7.32.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: astro
      dependency-version: 7.3.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    - dependency-name: eslint
      dependency-version: 10.10.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    - dependency-name: tsdown
      dependency-version: 0.23.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot Bot added dependencies Dependency update javascript Pull requests that update javascript code labels Sep 9, 2026
    @dependabot
    dependabot Bot requested a review from a team as a code owner September 9, 2026 01:56
    @dependabot
    dependabot Bot requested review from iamnewton and removed request for a team September 9, 2026 01:56
    @dependabot dependabot Bot added dependencies Dependency update javascript Pull requests that update javascript code labels Sep 9, 2026
    @codecov

    codecov Bot commented Sep 9, 2026

    Copy link
    Copy Markdown

    ⚠️ JUnit XML file not found

    The CLI was unable to find any JUnit XML files to upload.
    For more help, visit our troubleshooting guide.

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

    Labels

    dependencies Dependency update javascript Pull requests that update javascript code

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants