chore: update project dependencies#339
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refreshes the site/ and web/ npm dependency lockfiles, updates the web TypeScript toolchain, and adds a repo-level Dependabot configuration to keep Go, npm, and GitHub Actions dependencies regularly updated.
Changes:
- Bump
webdev dependency TypeScript from~5.8.3to~6.0.3and regenerateweb/package-lock.json. - Add an npm
overridesentry insite/package.jsonto pinesbuild@0.28.1and regeneratesite/package-lock.json. - Introduce
.github/dependabot.ymlto enable weekly updates for Go modules (root +/.adc-sdk), npm (/site,/web), and GitHub Actions.
Show a summary per file
| File | Description |
|---|---|
| web/package.json | Updates the TypeScript devDependency to ~6.0.3. |
| web/package-lock.json | Regenerated lockfile to reflect updated TypeScript and transitive dependency versions. |
| site/package.json | Adds an overrides pin for esbuild@0.28.1. |
| site/package-lock.json | Regenerated lockfile to apply the esbuild override and updated transitive packages. |
| .github/dependabot.yml | Adds weekly Dependabot update configuration for Go, npm, and GitHub Actions. |
Copilot's findings
Files not reviewed (2)
- site/package-lock.json: Generated file
- web/package-lock.json: Generated file
- Files reviewed: 3/5 changed files
- Comments generated: 0
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.
Summary
siteandweb.webTypeScript to~6.0.3.siteoverride foresbuild@0.28.1to resolve the low-severity Dependabot alert while keeping Astro on 6.x because@astrojs/starlight@0.40.0still peers onastro@^6.4.5.Notes from the audit:
github.com/github/copilot-sdk/gois already current atv1.0.2, and the direct Go dependency set did not need updates.Validation
go test ./...cd site && npm run buildcd site && npm audit --audit-level=lowcd web && npm run buildcd web && npm audit --audit-level=low