Skip to content

RTECO-1035 - Added Support for yarn v4#3440

Open
fluxxBot wants to merge 2 commits intomasterfrom
RTECO-1035-yarnv4
Open

RTECO-1035 - Added Support for yarn v4#3440
fluxxBot wants to merge 2 commits intomasterfrom
RTECO-1035-yarnv4

Conversation

@fluxxBot
Copy link
Copy Markdown
Contributor

  • All tests have passed. If this feature is not already covered by the tests, new tests have been added.
  • The pull request is targeting the master branch.
  • The code has been validated to compile successfully by running go vet ./....
  • The code has been formatted properly using go fmt ./....

@fluxxBot fluxxBot requested review from a team, agrasth, bhanurp, itsmeleela, naveenku-jfrog and reshmifrog and removed request for a team April 16, 2026 05:53
@fluxxBot fluxxBot added the new feature Automatically generated release notes label Apr 16, 2026
@fluxxBot fluxxBot added safe to test Approve running integration tests on a pull request and removed safe to test Approve running integration tests on a pull request labels Apr 16, 2026
@fluxxBot fluxxBot added the safe to test Approve running integration tests on a pull request label Apr 16, 2026
Comment thread npm_test.go
err = jfrogCli.Exec("yarn", "install")
assert.Error(t, err)
// Yarn v4 is now supported — install should succeed and collect build-info
assert.NoError(t, jfrogCli.Exec("yarn", "--build-name="+tests.YarnBuildName, "--build-number=2", "--module=yarnV4Module"))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

are the e2e scenarios for v4 support added, especially new features which are added as part of v4?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new feature Automatically generated release notes safe to test Approve running integration tests on a pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants