build(deps): bump astro from 6.3.1 to 6.3.3#103
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.
3ab69ad to
6dcd4da
Compare
Owner
|
@dependabot rebase |
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.3.1 to 6.3.3. - [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.3.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
6dcd4da to
20f957e
Compare
2 tasks
theagenticguy
added a commit
that referenced
this pull request
May 15, 2026
## Summary Pins \`devalue\` to 5.8.1+ via pnpm-workspace.yaml overrides. Versions 5.6.3..5.8.0 are vulnerable to **GHSA-77vg-94rm-hx3p** (HIGH, 7.5) — DoS via sparse-array deserialization. Advisory published 2026-05-14 20:23 UTC, ~3.5h after #103 (astro 6.3.1 → 6.3.3) merged. ## Impact path \`devalue\` is pulled in transitively by \`astro@6.3.3\` → consumed only by \`@opencodehub/docs\` (\`"private": true\`, builds the static docs site, never published). None of the 17 published \`@opencodehub/*\` tarballs depend on devalue. **Runtime exposure to the published artifacts is zero.** ## Why this PR exists The release pipeline (\`release.yml\`) does not run \`pnpm audit\`, so the CVE wouldn't actually break a release. But the **pre-release gate** on release-please PRs *does* run \`pnpm audit --audit-level=high --prod\`, and that's currently failing on #97 (the release PR for \`root-v0.4.0\` + \`cli-v0.3.0\`). Patching devalue cleanly is the defensible engineering move: 1. Eliminates the audit failure on #97 without bypassing branch protection. 2. Closes Dependabot alert #44. 3. Auto-reverts once astro ships a version that already pins \`devalue >= 5.8.1\` (the override is keyed on \`devalue@<5.8.1\`). ## Verified locally - \`pnpm install --frozen-lockfile\` → ok - \`pnpm audit --audit-level=high --prod\` → "No known vulnerabilities found" - \`pnpm typecheck\` → green across all 19 workspace projects - \`pnpm --filter @opencodehub/docs build\` → 63 pages, completes - \`pnpm why devalue\` → resolves to 5.8.1 (was 5.8.0) ## Test plan - [x] CI must surface \`pnpm audit (high+)\` and \`osv\` as PASSING on this branch (both are non-required but currently failing on #97; this PR is the fix). - [x] Typecheck and full test suite must remain green.
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 astro from 6.3.1 to 6.3.3.
Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
Commits
5ec95d0[ci] release (#16736)bce5c34[ci] formatbd84f33fix(security): escape slot names in hydration template attributes to prevent ...42e7eecrefactor: fix flaky view-transitions e2e test (#16735)33b54c4[ci] format0f868b0chore: remove redundant server assertions (#16721)e345bcd[ci] release (#16653)04fdbb2Update pnpm to v11 (#16716)772f13afix(astro): correctly exportbuild.assetsPrefixfromastro:config/server...d1c258atest: isolate fixture cache dirs for shared fixtures (#16689)