Skip to content

Bump package versions#64

Merged
jldeen merged 1 commit intomainfrom
jldeen/dependabot-fixes
Mar 5, 2026
Merged

Bump package versions#64
jldeen merged 1 commit intomainfrom
jldeen/dependabot-fixes

Conversation

@jldeen
Copy link
Collaborator

@jldeen jldeen commented Mar 5, 2026

This pull request updates several dependencies in the package.json file to their latest versions, ensuring the project uses the most recent features and security patches.

Fixes #63, #62, #61, #60, #58

@jldeen jldeen requested a review from Damovisa as a code owner March 5, 2026 22:25
Copilot AI review requested due to automatic review settings March 5, 2026 22:25
@jldeen jldeen merged commit 42ce45c into main Mar 5, 2026
8 checks passed
@jldeen jldeen deleted the jldeen/dependabot-fixes branch March 5, 2026 22:28
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates multiple npm dependencies/lockfile entries to newer versions to keep the Astro/Preact app current with upstream fixes and patches.

Changes:

  • Bump key runtime deps (Astro, Tailwind, Preact, Framer Motion, @primer/react-brand).
  • Bump a dev dependency (baseline-browser-mapping).
  • Regenerate package-lock.json to reflect updated transitive dependencies.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
package.json Updates top-level dependency version ranges.
package-lock.json Updates resolved versions/integrity for direct + transitive dependencies.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.2",
"framer-motion": "^12.34.0",
"@primer/react-brand": "^0.65.0",
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package-lock.json shows @primer/react-brand declares an engines requirement of Node.js >=24.0.0. The repo’s GitHub Actions workflow currently sets up Node 20, so please confirm this Node version mismatch is intentional (and update the project’s documented/required Node version or CI accordingly), or pin @primer/react-brand to a version compatible with the intended Node runtime.

Suggested change
"@primer/react-brand": "^0.65.0",
"@primer/react-brand": "0.64.0",

Copilot uses AI. Check for mistakes.
"@primer/react-brand": "^0.65.0",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.18.0",
"framer-motion": "^12.35.0",
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR metadata/linked Dependabot update for framer-motion (#63) indicates a bump to 12.34.3, but this PR updates framer-motion to ^12.35.0. If 12.35.0 is intentional, the PR description and linked issue references should be updated to reflect the actual version change; otherwise, consider aligning the dependency version with the intended bump.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants