Skip to content

Pin all dependencies to exact versions#20

Merged
PabloZaiden merged 1 commit into
mainfrom
pin-all-dependencies-to-exact-versions-a5ce062
Apr 11, 2026
Merged

Pin all dependencies to exact versions#20
PabloZaiden merged 1 commit into
mainfrom
pin-all-dependencies-to-exact-versions-a5ce062

Conversation

@PabloZaiden
Copy link
Copy Markdown
Owner

Changes

Updated package.json to pin all dependency versions to exact values (removing ^ or ~ prefixes), and regenerated the lockfile to match.

Modified files

  • package.json — pinned dependency versions
  • bun.lock — updated lockfile

Copilot AI review requested due to automatic review settings April 11, 2026 19:36
Copy link
Copy Markdown
Contributor

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

Pins JavaScript dependencies to exact versions to improve reproducibility for installs/builds in this Bun-based CLI project.

Changes:

  • Removed the caret range from jsonc-parser, pinning it to 3.3.1.
  • Replaced @types/bun: latest with an explicit 1.3.10.
  • Regenerated bun.lock to match the pinned versions.

Reviewed changes

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

File Description
package.json Pins direct dependency and devDependency versions to exact values.
bun.lock Updates the resolved dependency entries to align with the pinned versions.

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

@PabloZaiden PabloZaiden merged commit 527c286 into main Apr 11, 2026
5 checks passed
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