Update supported languages and versions in configuration files, added…#3606
Merged
avifenesh merged 1 commit intovalkey-io:mainfrom Apr 27, 2025
Merged
Update supported languages and versions in configuration files, added…#3606avifenesh merged 1 commit intovalkey-io:mainfrom
avifenesh merged 1 commit intovalkey-io:mainfrom
Conversation
62c9768 to
ad48d7c
Compare
ikolomi
reviewed
Apr 15, 2025
622d83b to
88429bf
Compare
ikolomi
reviewed
Apr 27, 2025
Signed-off-by: avifenesh <aviarchi1994@gmail.com>
c76e841 to
bc5a92a
Compare
ikolomi
approved these changes
Apr 27, 2025
Closed
ikolomi
pushed a commit
that referenced
this pull request
May 11, 2025
#3606) Update supported Node.js versions and improve package dependencies Signed-off-by: avifenesh <aviarchi1994@gmail.com>
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.
… release conf enhancements for node.
Issue link
This pull request includes multiple changes to update dependencies and configuration files across the project. The most important changes involve updating version constraints for dependencies, modifying the Cargo.toml configuration, and adjusting supported platform targets.
Dependency updates:
node/package.json: Updated version constraints for various dependencies and devDependencies to follow the major for avoiding breaks, but stay up to date with fixes and improvments. [1] [2]Configuration updates:
node/rust-client/Cargo.toml: Updated version constraints for several dependencies and modified the release profile to optimize for size and performance.The results are half size binary, and 4% performance improvements.
Platform target adjustments:
node/rust-client/package.json: Adjusted the list of additional platform targets for the Rust client, adding and removing specific targets.The removed targets are not supported by glide and redundant.
Supported languages and versions:
.github/json_matrices/supported-languages-versions.json: Updated the list of supported Node.js versions and adjusted the always-run versions.Odd versions have short life supports, and the convention is that the even versions are the stable. The latest odd is the only one we should spend CI time on, while extending our ability to keep support long term versions.
Additional configuration:
node/package.json: Added a new configuration entry forlibc.For later support with a CI PR.
This Pull Request is linked to issue [Task] Remove all un relevant language versions. #2739
Checklist
Before submitting the PR make sure the following are checked: