build(deps): bump astro from 5.16.11 to 5.18.1 in /docs in the npm_and_yarn group across 1 directory - #2093
Conversation
Bumps the npm_and_yarn group with 1 update in the /docs directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.16.11 to 5.18.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@5.18.1/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.18.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.18.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
PR Analysis 📊Changed Files Summary:
CI Status: Running automated checks... |
Dependency Audit Results |
Quick Checks Results
✅ All quick checks passed! |
Build Status ✅ Build successful✅ Build completed successfully! |
🔒 Security Audit Results✅ Secret Scanning: No secrets detected 📊 View full results: Security Audit Summary |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2f8f11411b
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "yocto-spinner": "^0.2.3", | ||
| "zod": "^3.25.76", | ||
| "zod-to-json-schema": "^3.25.1", | ||
| "zod-to-ts": "^1.2.0" |
There was a problem hiding this comment.
Re-pin TypeScript in docs lockfile
After this Astro bump, the lockfile still pulls in zod-to-ts but no longer contains a locked typescript package, leaving a required peer unresolved. In this commit, npm ls --package-lock-only --all in docs/ now exits with ELSPROBLEMS (missing: typescript@^4.9.4 || ^5.0.2, required by zod-to-ts@1.2.0), and npm ci attempts to fetch an unpinned typescript from the registry; that breaks lockfile reproducibility and can fail in restricted CI/registry environments. Please restore a pinned TypeScript entry (for example via a direct devDependency) so installs remain deterministic.
Useful? React with 👍 / 👎.
Test Results ✅ PassedTest Suites: 58 failed, 5 skipped, 487 passed, 545 of 550 total ✅ All tests passed! Ready for review. View test outputCheck the Actions tab for detailed test output. |
PR Status Summary
✅ All checks passed! This PR is ready to merge. 🎉 |
|
Superseded by #2094. |
Bumps the npm_and_yarn group with 1 update in the /docs directory: astro.
Updates
astrofrom 5.16.11 to 5.18.1Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
434d9cc[ci] release (#15829)c2cd371fix(helpers): Backport remote patterns segments fix (#15828)011f061[ci] release (#15597)efae11cfix: X-Forwarded-Proto rejected when allowedDomains includes protocol… (#15594)751ccf0Update actionBodySizeLimit changeset and make minor (#15600)b7dd447make actionBodySizeLimit configurable (#15589)e0f1a2b[ci] release (#15571)522f880Limit action request body size (#15564)436962achore: Upgrade Vite and esbuild (#15554)e01e98bRespect remote image allowlists (#15569)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.