bump packages#102
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates JavaScript dependencies and adjusts Dependabot configuration to group npm dependency updates into a single PR, reducing update noise for this repository.
Changes:
- Bumped key runtime/dev dependencies (Astro, React, @astrojs/preact, @primer/react-brand, baseline-browser-mapping) in
package.jsonand refreshedpackage-lock.json. - Added a Dependabot group to consolidate all npm dependency updates into one grouped update PR.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates direct dependency/version ranges (Astro, React, Primer Brand, etc.). |
| package-lock.json | Updates the lockfile to align with the new dependency versions and transitive resolutions. |
| .github/dependabot.yaml | Adds an all-dependencies group (patterns: ["*"]) for npm updates to group dependency bumps together. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/3 changed files
- Comments generated: 2
| "astro": "^6.3.8", | ||
| "@astrojs/preact": "^5.1.5", | ||
| "@primer/react-brand": "^0.68.0", | ||
| "astro": "^6.4.5", |
| "@playwright/test": "^1.60.0", | ||
| "@tailwindcss/postcss": "^4.3.0", | ||
| "baseline-browser-mapping": "^2.10.32" | ||
| "baseline-browser-mapping": "^2.10.35" |
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 includes dependency updates and a configuration change to group all dependencies together for updates. The main changes are:
Dependency updates:
package.json, including@astrojs/preact,@primer/react-brand,astro,react, andbaseline-browser-mappingto their latest patch or minor versions.Configuration improvements:
.github/dependabot.yamlto add a group calledall-dependenciesthat matches all dependency patterns, enabling Dependabot to group all updates together.Fixes #101, #100, #99, #98, #97