chore: upgrade dependencies#344
Open
Nat Welch (icco) wants to merge 5 commits intoconfluentinc:masterfrom
Open
chore: upgrade dependencies#344Nat Welch (icco) wants to merge 5 commits intoconfluentinc:masterfrom
Nat Welch (icco) wants to merge 5 commits intoconfluentinc:masterfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
Upgrade native build dependencies to their latest major versions to remove errors and warnings.
- Bump
node-gypfrom 9.3.1 to 11.0.0 in devDependencies - Bump
@mapbox/node-pre-gypfrom 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",
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.
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
References
JIRA:
Test & Review
Open questions / Follow-ups