chore(deps): update ajv and hold typescript for astro - #274
Merged
anipotts merged 2 commits intoAug 10, 2026
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/publication-tooling-619852662b
branch
from
August 10, 2026 14:37
3740a65 to
2449b1d
Compare
…y with 2 updates Bumps the publication-tooling group with 2 updates in the / directory: [ajv](https://github.com/ajv-validator/ajv) and [typescript](https://github.com/microsoft/TypeScript). Updates `ajv` from 8.17.1 to 8.20.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v8.17.1...v8.20.0) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: ajv dependency-version: 8.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: publication-tooling - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: publication-tooling ... Signed-off-by: dependabot[bot] <support@github.com>
anipotts
force-pushed
the
dependabot/npm_and_yarn/publication-tooling-619852662b
branch
from
August 10, 2026 16:00
2449b1d to
532dbd2
Compare
Keep the AJV 8.20 security and platform update while holding TypeScript at 6.0.3. Astro check currently fails with TypeScript 7 because its native compiler package does not expose the programmatic API used by Astro's language server. Regenerate bun.lock so frozen installs validate the declared dependency set.\n\nVerified with bun install --frozen-lockfile, field-run validation, astro check, production build, publication regression tests, 45 cc tests, and 175 lore tests. The local Playwright accessibility launch remained blocked by macOS Mach port permissions; GitHub Actions will run the same scan on Linux.
anipotts
deleted the
dependabot/npm_and_yarn/publication-tooling-619852662b
branch
August 10, 2026 16:04
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.
rationale
update AJV from 8.17.1 to 8.20.0 and keep the publication toolchain reproducible with a refreshed Bun lockfile.
Dependabot grouped TypeScript 7.0.2 into the original update. Astro 7.2 currently rejects that compiler package because it lacks the programmatic API used by
astro check, so this PR holds TypeScript at 6.0.3 until Astro's compatibility work lands.changes
bun.lockfor frozen installsverification
bun install --frozen-lockfilebun run check:field-runsbun run checkbun run buildbun run test:siteThe local accessibility browser could not launch under the macOS Mach port sandbox. The required Linux accessibility job remains the merge gate.