Bump dependencies to latest versions#89
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s npm dependencies (and corresponding lockfile) to newer versions, primarily upgrading Astro and baseline-browser-mapping.
Changes:
- Bumped
astrofrom^6.1.10to^6.2.2. - Bumped
baseline-browser-mappingfrom^2.10.24to^2.10.27. - Refreshed
package-lock.jsonto capture updated transitive dependency versions required by the new Astro release.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates direct dependency versions for Astro and baseline-browser-mapping. |
| package-lock.json | Updates resolved versions/integrity metadata and transitive deps to match the bumped packages. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/2 changed files
- Comments generated: 1
Comment on lines
12
to
16
| "@astrojs/preact": "^5.1.2", | ||
| "@primer/react-brand": "^0.67.0", | ||
| "astro": "^6.1.10", | ||
| "astro": "^6.2.2", | ||
| "framer-motion": "^12.38.0", | ||
| "html2canvas": "^1.4.1", |
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.
This pull request updates dependencies in the
package.jsonfile to keep the project up to date and secure. The most important changes are:Dependency updates:
astrodependency from version^6.1.10to^6.2.2to include the latest features and fixes.baseline-browser-mappingdevDependency from version^2.10.24to^2.10.27for improved browser compatibility data.Fixes #88 #87