Skip to content

Lock File Rebuild for Libsodium Fix#174

Merged
korgon merged 1 commit intomainfrom
libsodium-hotfix
Dec 30, 2025
Merged

Lock File Rebuild for Libsodium Fix#174
korgon merged 1 commit intomainfrom
libsodium-hotfix

Conversation

@korgon
Copy link
Contributor

@korgon korgon commented Dec 30, 2025

adding missing @babel/runtime dev dependency after rebuild of lock file

Copilot AI review requested due to automatic review settings December 30, 2025 00:31
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 Babel dependencies to resolve a libsodium-related issue, adding the previously missing @babel/runtime dev dependency.

Key Changes:

  • Updated @babel/plugin-transform-runtime and @babel/preset-env from v7.24.0 to v7.28.x
  • Added missing @babel/runtime v7.28.4 as a dev dependency

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

"@babel/preset-env": "^7.24.0",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/runtime": "^7.28.4",
Copy link

Copilot AI Dec 30, 2025

Choose a reason for hiding this comment

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

The version of @babel/runtime (^7.28.4) is slightly behind the other Babel packages (^7.28.5). While this may not cause immediate issues due to semver ranges, aligning all Babel packages to the same minor version helps ensure consistency and reduces potential compatibility issues.

Suggested change
"@babel/runtime": "^7.28.4",
"@babel/runtime": "^7.28.5",

Copilot uses AI. Check for mistakes.
@korgon korgon merged commit b737c5e into main Dec 30, 2025
1 check passed
@korgon korgon deleted the libsodium-hotfix branch December 30, 2025 00:35
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