chore: update dependencies, starlight config, and lint#60
Merged
Adammatthiesen merged 3 commits intomainfrom Feb 18, 2026
Merged
chore: update dependencies, starlight config, and lint#60Adammatthiesen merged 3 commits intomainfrom
Adammatthiesen merged 3 commits intomainfrom
Conversation
- Bump versions for '@astrojs/check' from ^0.9.4 to ^0.9.6 - Bump versions for '@astrojs/starlight' from ^0.31.1 to ^0.37.6 - Update 'astro' from ^5.3.0 to ^5.17.2 - Upgrade 'astro-expressive-code' and 'rehype-expressive-code' from ^0.40.2 to ^0.41.6 - Change '@expressive-code/core' and 'expressive-code' versions to ^0.41.6
🦋 Changeset detectedLatest commit: b467fbc The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
…hiki-color-brackets; update changelog loading logic to use node:fs and improve code formatting; streamline utility functions for file operations; clean up package.json and scripts for better organization; enhance completion and hover annotations for improved code clarity; add VSCode extensions recommendations for better development experience.
RATIU5
approved these changes
Feb 18, 2026
dreyfus92
approved these changes
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request makes a variety of improvements and refinements across the documentation site and supporting scripts, focusing on configuration, code quality, and documentation clarity. The most significant changes include updates to configuration files for better formatting and tooling, enhancements to the documentation site’s metadata and social links, dependency updates, and code style unification (notably, consistent use of double quotes and semicolons). Additionally, the changelog generation scripts and documentation examples have been improved for clarity and maintainability.
Configuration and Tooling Improvements
biome.jsonto the latest schema, added VCS integration, and refined formatter, linter, and assist settings for improved code consistency and automation.docs/package.json, includingsharpandstarlight-package-managers, to their latest versions.Documentation Site Enhancements
docs/astro.config.mtsto improve site metadata: restructured thesocialsection to use an array of labeled links with icons, updated the site description and tagline, and standardized all meta and link tag attributes to use double quotes and explicitcontentfields. [1] [2]docs/README.mdto a single-line description, removing boilerplate and focusing on the project’s purpose.Changelog and Utility Script Improvements
docs/scripts/(changelog.ts,lib/changelogs.ts,lib/utils.ts) to use consistent double quotes and semicolons, improved error handling, and clarified logic for changelog parsing and file writing. [1] [2] [3] [4]Documentation Example Updates
installation.mdxto clarify the use ofallowNonStandardJsDocTagsand provide a more descriptive example for configuring TypeScript compiler options.Other Minor Fixes
ec.config.mjsfor consistency.lettoconstin a local variable declaration for improved code safety inshiki-color-brackets/index.js.