feat: require Node >=22, drop EOL Node versions @W-23480655@ - #2851
Merged
Conversation
The applicationinsights dependency tree pulls in both otel v1 and v2 packages. The v1/v2 split causes deep nesting (3+ levels) that produces paths exceeding Windows' 259-char limit for users with 34+ char usernames. Force all @opentelemetry/core, /resources, and /semantic-conventions to their v1 versions via yarn resolutions. The v2 consumers (@azure/opentelemetry-instrumentation-azure-sdk) are never imported at runtime by applicationinsights, so this is safe.
Contributor
|
Artifact failures are expected. Merging 🎉 |
iowillhoit
approved these changes
Jul 30, 2026
iowillhoit
approved these changes
Jul 30, 2026
2 tasks
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.
Summary
engines.nodefrom>=18.6.0to>=22.0.0@salesforce/coreto^9.0.0,@salesforce/sf-plugins-coreto13.0.0,@salesforce/kitto^4.0.0,@salesforce/ts-typesto^3.0.0pack:wintargets (only x64 and arm64)@W-23480655@
Known schema change
The
artifactsCI check flags a removed field:This is an intentional removal from
@salesforce/core9.0.0. The field was never set, changed, or used — it was dead code on the public API surface. Removed in forcedotcom/sfdx-core#1262 (merged Feb 2026).Affects schemas for:
org:login:web,org:login:sfdx-url,org:login:jwt,org:login:access-token.Dependency Version Map
Test plan
yarn compilepasses locallyartifactscheck — expected failure due to intentional schema removal (see above)tarballscheck — Windows path length issue from transitive deps