build(deps-dev): bump starlight-llms-txt from 0.9.0 to 0.10.0#100
Merged
theagenticguy merged 1 commit intoMay 14, 2026
Merged
Conversation
7 tasks
theagenticguy
added a commit
that referenced
this pull request
May 14, 2026
## Summary Consolidates all 11 open Dependabot PRs into one unified update so the lockfile resolves once, CI runs once, and review is a single place. **Supersedes:** #98, #99, #100, #101, #102, #103, #104, #105, #106, #107, #108. ### npm_and_yarn group - `@biomejs/biome` 2.4.14 → 2.4.15 (root) - `@commitlint/cli` 21.0.0 → 21.0.1 (root) - `@commitlint/config-conventional` 20.5.3 → 21.0.1 (root) - `@types/node` 25.6.0 / 25.6.2 → 25.7.0 (root + 17 workspace packages) - `@astrojs/starlight` ^0.38.4 → ^0.39.2 (packages/docs) - `astro` ^6.2.1 → ^6.3.1 (packages/docs) - `playwright` ^1.59.1 → ^1.60.0 (packages/docs) - `starlight-llms-txt` ^0.8.1 → ^0.9.0 (packages/docs) - `fast-xml-parser` 5.7.3 → 5.8.0 (packages/ingestion) - `yaml` 2.8.4 → 2.9.0 (cli, frameworks, policy, sarif) - `@chonkiejs/core` ^0.0.9 → ^0.0.10 (packages/pack) ### github_actions group - `actions/cache` v4.2.3 → v5.0.5 (`.github/workflows/och-self-scan.yml`) - `sigstore/cosign-installer` v3.7.0 → v4.1.2 (`.github/workflows/release.yml`) ### Follow-ups (required for Starlight 0.39) - `biome.json`: bump `$schema` URL to `2.4.15` so Biome stops emitting the mismatch info diagnostic. - `packages/docs/astro.config.mjs`: migrate sidebar groups to the v0.39 shape (`items: [{ autogenerate: { directory: ... } }]`). Starlight 0.39 removed support for `autogenerate` on a label-only group; the docs build fails without this change. ## Test plan - [x] `pnpm install --lockfile-only` regenerates the lockfile cleanly. - [x] `pnpm install` succeeds (no peer-dep breakage). - [x] `pnpm typecheck` passes across all 19 workspace projects. - [x] `pnpm lint` passes (Biome 2.4.15 — 0 findings after `$schema` bump). - [x] `pnpm -r build` passes, including `@opencodehub/docs` on Starlight 0.39.2. - [x] `pnpm -r test` passes (full suite green; the earlier storage failure was stale `dist/` from the prior lockfile — rebuilt and re-tested). - [x] Pre-push hook (`verdict` + `typecheck` + `test`) passed on the final push.
4a13ac4 to
4b10d0a
Compare
3 tasks
theagenticguy
added a commit
that referenced
this pull request
May 14, 2026
## Summary Unblocks Dependabot PRs from tripping commitlint's `scope-enum` rule. Dependabot groups its PRs under three scopes: - `deps` — production-dep bumps (already allowed) - `deps-dev` — devDependency-only bumps (**was blocked**) - `github_actions` — action version bumps (**was blocked**) PR #100 (`starlight-llms-txt 0.9.0 → 0.10.0`) surfaced this gap: 35/36 checks green, only commitlint failed because \`build(deps-dev): ...\` is not in the scope enum. Every future devDependency bump would have hit the same wall. ## Change Adds `deps-dev` and `github_actions` to the \`scope-enum\` list in \`commitlint.config.mjs\`. No change to the other rules. ## Verified locally Against the live lefthook rule, right after the edit: | Commit header | Expected | Actual | |---|---|---| | \`build(deps-dev): bump X from ...\` | pass | pass | | \`build(github_actions): bump X from ...\` | pass | pass | | \`feat(cli): add flag\` | pass | pass (regression) | | \`feat(bogus): should fail\` | fail | fail — \`scope must be one of [...]\` | ## Test plan - [x] \`pnpm exec commitlint\` passes on \`build(deps-dev): ...\` and \`build(github_actions): ...\`. - [x] Unknown scopes still fail (rule still enforced). - [x] CI \`commitlint\` job will cover the change once this PR itself runs.
Owner
|
@dependabot rebase |
Bumps [starlight-llms-txt](https://github.com/delucis/starlight-llms-txt/tree/HEAD/packages/starlight-llms-txt) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/delucis/starlight-llms-txt/releases) - [Changelog](https://github.com/delucis/starlight-llms-txt/blob/main/packages/starlight-llms-txt/CHANGELOG.md) - [Commits](https://github.com/delucis/starlight-llms-txt/commits/starlight-llms-txt@0.10.0/packages/starlight-llms-txt) --- updated-dependencies: - dependency-name: starlight-llms-txt dependency-version: 0.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
4b10d0a to
8f6de92
Compare
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.
Bumps starlight-llms-txt from 0.9.0 to 0.10.0.
Release notes
Sourced from starlight-llms-txt's releases.
Changelog
Sourced from starlight-llms-txt's changelog.
Commits
0a39679[ci] release (#108)aa7f8cffeat: extend customSelectors to support per-output control (#105)