Merged
Conversation
cristiand391
commented
Oct 25, 2022
| 'soql.txt', | ||
| ]) | ||
| .it('should throw an error when both query (inline/file query) flags are specified', (ctx) => { | ||
| expect(ctx.stderr).to.include('--soqlqueryfile= cannot also be provided when using --query='); |
Member
Author
There was a problem hiding this comment.
oclif/core change I think (bumped salesforce/command)
cristiand391
commented
Oct 25, 2022
| "@salesforce/command": "^5.2.4", | ||
| "@salesforce/core": "^3.30.3", | ||
| "@salesforce/command": "^5.2.16", | ||
| "@salesforce/core": "^3.31.17", |
Member
Author
There was a problem hiding this comment.
old core was also specifying jsforce: "beta" so plugin-data was getting another jsforce version. Latest core
allows to dedup. ditto command.
WillieRuemmele
approved these changes
Oct 25, 2022
iowillhoit
approved these changes
Oct 25, 2022
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.
What does this PR do?
updates
jsforceversion field in the pjson to use carets and the whole beta tag and version instead of justbeta.Even deduping deps with
yarn-deduplicate, when creating an sfdx RC it would still get multiple versions of jsforce due to thebetatag and some outdated deps also pinning tobeta.yarn-deduplicatesupports dedup of pre-releases but it needs themajor.minor.patchformat to be able to work:https://github.com/scinos/yarn-deduplicate#pre-release-versions
What issues does this PR fix or reference?
[skip-validate-pr]