Skip to content

Bump the all group with 6 updates#37

Merged
laat merged 1 commit intomainfrom
dependabot/npm_and_yarn/all-c00d3d355b
Apr 26, 2026
Merged

Bump the all group with 6 updates#37
laat merged 1 commit intomainfrom
dependabot/npm_and_yarn/all-c00d3d355b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 25, 2026

Bumps the all group with 6 updates:

Package From To
hono 4.12.14 4.12.15
typescript-eslint 8.58.2 8.59.0
vitest 4.1.4 4.1.5
@astrojs/starlight 0.38.3 0.38.4
astro 6.1.8 6.1.9
starlight-openapi 0.24.0 0.25.0

Updates hono from 4.12.14 to 4.12.15

Release notes

Sourced from hono's releases.

v4.12.15

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.14...v4.12.15

Commits

Updates typescript-eslint from 8.58.2 to 8.59.0

Release notes

Sourced from typescript-eslint's releases.

v8.59.0

8.59.0 (2026-04-20)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#11789)

❤️ Thank You

  • Ulrich Stark

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.59.0 (2026-04-20)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates vitest from 4.1.4 to 4.1.5

Release notes

Sourced from vitest's releases.

v4.1.5

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • e399846 chore: release v4.1.5
  • 7dc6d54 Revert "fix: respect diff config options in soft assertions (#8696)"
  • 9787ded fix: respect diff config options in soft assertions (#8696)
  • 325463a fix(ast-collect): recognize _vi_import prefix in static test discovery (#10...
  • 0e0ff41 feat(coverage): istanbul to support instrumenter option (#10119)
  • 663b99f fix: alias agent reporter to minimal (#10157)
  • 122c25b fix: fix vi.defineHelper called as object method (#10163)
  • 6abd557 feat(api): make test-specification options writable (#10154)
  • 596f739 fix: project color label on html reporter (#10142)
  • 9423dc0 fix: --project negation excludes browser instances (#10131)
  • Additional commits viewable in compare view

Updates @astrojs/starlight from 0.38.3 to 0.38.4

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.38.4

Patch Changes

Changelog

Sourced from @​astrojs/starlight's changelog.

0.38.4

Patch Changes

Commits

Updates astro from 6.1.8 to 6.1.9

Release notes

Sourced from astro's releases.

astro@6.1.9

Patch Changes

  • #16448 99464ed Thanks @​matthewp! - Updates vite, picomatch, and unstorage to latest patch versions

  • #16422 a3951d7 Thanks @​matthewp! - Hardens astro-island export resolution and hydration error handling for malformed component metadata

  • #16420 e21de1d Thanks @​matthewp! - Hardens Astro's error overlay and server logging paths to avoid unsafe HTML insertion and format-string interpolation

  • #16419 f3485c3 Thanks @​matthewp! - Hardens nested object and package metadata lookups to ignore prototype keys in content handling and project scaffolding

  • #16022 a002540 Thanks @​mathieumaf! - Fixes an issue where i18n domains would return 404 when trailingSlash is set to never.

  • Updated dependencies [99464ed, f3485c3]:

    • @​astrojs/internal-helpers@​0.9.0
    • @​astrojs/markdown-remark@​7.1.1
Changelog

Sourced from astro's changelog.

6.1.9

Patch Changes

  • #16448 99464ed Thanks @​matthewp! - Updates vite, picomatch, and unstorage to latest patch versions

  • #16422 a3951d7 Thanks @​matthewp! - Hardens astro-island export resolution and hydration error handling for malformed component metadata

  • #16420 e21de1d Thanks @​matthewp! - Hardens Astro's error overlay and server logging paths to avoid unsafe HTML insertion and format-string interpolation

  • #16419 f3485c3 Thanks @​matthewp! - Hardens nested object and package metadata lookups to ignore prototype keys in content handling and project scaffolding

  • #16022 a002540 Thanks @​mathieumaf! - Fixes an issue where i18n domains would return 404 when trailingSlash is set to never.

  • Updated dependencies [99464ed, f3485c3]:

    • @​astrojs/internal-helpers@​0.9.0
    • @​astrojs/markdown-remark@​7.1.1
Commits

Updates starlight-openapi from 0.24.0 to 0.25.0

Release notes

Sourced from starlight-openapi's releases.

starlight-openapi@0.25.0

Minor Changes

  • #152 26194b9 Thanks @​HiDeoo! - Adds support for operation snippets, including autogenerated code examples and authored x-codeSamples, showing how to execute operations.

  • #153 c49f237 Thanks @​HiDeoo! - Adds support for autogenerated request body snippets for JSON-like and URL-encoded form request body media types.

  • #153 c49f237 Thanks @​HiDeoo! - Adds support for autogenerated response snippets for JSON-like response media types.

  • #150 0f21458 Thanks @​HiDeoo! - Adds a list of operations to overview pages.

  • #146 817f809 Thanks @​HiDeoo! - Adds support for on-demand rendered OpenAPI documentation pages by respecting Starlight's prerender configuration option.

  • #149 12b522b Thanks @​HiDeoo! - Improves the generated OpenAPI markup to provide more consistent CSS selectors for custom styling and theming.

    ⚠️ Potentially breaking change: If you have custom CSS targeting generated OpenAPI markup, you may want to double check the visual appearance of the generated pages when updating.

  • #153 c49f237 Thanks @​HiDeoo! - Unifies the response example UI across OpenAPI v2 and v3.

  • #148 387f25e Thanks @​HiDeoo! - Improves pagination for generated OpenAPI documentation pages to match Starlight's behavior and configuration options.

  • #149 12b522b Thanks @​HiDeoo! - Improves the layout and readability of overview pages.

  • #149 12b522b Thanks @​HiDeoo! - Improves the layout and readability of the Authorizations section.

Patch Changes

  • #149 12b522b Thanks @​HiDeoo! - Improves the layout of schema objects, parameters, and response headers for better readability and consistent alignment.

  • #153 c49f237 Thanks @​HiDeoo! - Fixes syntax highlighting for authored XML examples when the example value is a string.

  • #149 12b522b Thanks @​HiDeoo! - Fixes a potential issue with contact email links on overview pages.

Changelog

Sourced from starlight-openapi's changelog.

0.25.0

Minor Changes

  • #152 26194b9 Thanks @​HiDeoo! - Adds support for operation snippets, including autogenerated code examples and authored x-codeSamples, showing how to execute operations.

  • #153 c49f237 Thanks @​HiDeoo! - Adds support for autogenerated request body snippets for JSON-like and URL-encoded form request body media types.

  • #153 c49f237 Thanks @​HiDeoo! - Adds support for autogenerated response snippets for JSON-like response media types.

  • #150 0f21458 Thanks @​HiDeoo! - Adds a list of operations to overview pages.

  • #146 817f809 Thanks @​HiDeoo! - Adds support for on-demand rendered OpenAPI documentation pages by respecting Starlight's prerender configuration option.

  • #149 12b522b Thanks @​HiDeoo! - Improves the generated OpenAPI markup to provide more consistent CSS selectors for custom styling and theming.

    ⚠️ Potentially breaking change: If you have custom CSS targeting generated OpenAPI markup, you may want to double check the visual appearance of the generated pages when updating.

  • #153 c49f237 Thanks @​HiDeoo! - Unifies the response example UI across OpenAPI v2 and v3.

  • #148 387f25e Thanks @​HiDeoo! - Improves pagination for generated OpenAPI documentation pages to match Starlight's behavior and configuration options.

  • #149 12b522b Thanks @​HiDeoo! - Improves the layout and readability of overview pages.

  • #149 12b522b Thanks @​HiDeoo! - Improves the layout and readability of the Authorizations section.

Patch Changes

  • #149 12b522b Thanks @​HiDeoo! - Improves the layout of schema objects, parameters, and response headers for better readability and consistent alignment.

  • #153 c49f237 Thanks @​HiDeoo! - Fixes syntax highlighting for authored XML examples when the example value is a string.

  • #149 12b522b Thanks @​HiDeoo! - Fixes a potential issue with contact email links on overview pages.

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 all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [hono](https://github.com/honojs/hono) | `4.12.14` | `4.12.15` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.58.2` | `8.59.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.4` | `4.1.5` |
| [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.38.3` | `0.38.4` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `6.1.8` | `6.1.9` |
| [starlight-openapi](https://github.com/HiDeoo/starlight-openapi/tree/HEAD/packages/starlight-openapi) | `0.24.0` | `0.25.0` |


Updates `hono` from 4.12.14 to 4.12.15
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.14...v4.12.15)

Updates `typescript-eslint` from 8.58.2 to 8.59.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.0/packages/typescript-eslint)

Updates `vitest` from 4.1.4 to 4.1.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.5/packages/vitest)

Updates `@astrojs/starlight` from 0.38.3 to 0.38.4
- [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.38.4/packages/starlight)

Updates `astro` from 6.1.8 to 6.1.9
- [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@6.1.9/packages/astro)

Updates `starlight-openapi` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/HiDeoo/starlight-openapi/releases)
- [Changelog](https://github.com/HiDeoo/starlight-openapi/blob/main/packages/starlight-openapi/CHANGELOG.md)
- [Commits](https://github.com/HiDeoo/starlight-openapi/commits/starlight-openapi@0.25.0/packages/starlight-openapi)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript-eslint
  dependency-version: 8.59.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vitest
  dependency-version: 4.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@astrojs/starlight"
  dependency-version: 0.38.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: astro
  dependency-version: 6.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: starlight-openapi
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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 Apr 25, 2026
@dependabot dependabot Bot requested a review from laat as a code owner April 25, 2026 18:54
@laat laat merged commit 56fb872 into main Apr 26, 2026
2 checks passed
@laat laat deleted the dependabot/npm_and_yarn/all-c00d3d355b branch April 26, 2026 21:38
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