Skip to content

chore: upgrade dependencies #344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

chore: upgrade dependencies #344

wants to merge 5 commits into from

Conversation

icco
Copy link

@icco icco commented Jul 8, 2025

Please prefix all TypeScript pull-requests with [Typescript]

What

I have upgraded the major versions of some of your dependencies to remove errors and warnings.

Checklist

  • Contains customer facing changes? Including API/behavior changes
  • Did you add sufficient unit test and/or integration test coverage for this PR?
    • If not, please explain why it is not required

References

JIRA:

Test & Review

Open questions / Follow-ups

@Copilot Copilot AI review requested due to automatic review settings July 8, 2025 16:37
@icco icco requested review from a team as code owners July 8, 2025 16:37
Copy link

@Copilot 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

Upgrade native build dependencies to their latest major versions to remove errors and warnings.

  • Bump node-gyp from 9.3.1 to 11.0.0 in devDependencies
  • Bump @mapbox/node-pre-gyp from 1.0.11 to 2.0.0 in dependencies
Comments suppressed due to low confidence (2)

package.json:49

  • Upgrading node-gyp to a new major version may introduce breaking changes in native build tooling; verify compatibility in CI scripts and update any custom build configurations as needed.
    "node-gyp": "^11.0.0",

package.json:56

  • The major version bump for @mapbox/node-pre-gyp may include API changes affecting binary modules; please review release notes and add or update tests to cover native module loading.
    "@mapbox/node-pre-gyp": "^2.0.0",

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.

1 participant