-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: migrate from @salesforce/core v5 -> v6 #5332
Conversation
…rceApexTestRunCodeAction.ts
@@ -10,9 +10,9 @@ | |||
}, | |||
"main": "out/src", | |||
"dependencies": { | |||
"@salesforce/core": "5.3.20", | |||
"@salesforce/core": "6.4.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@daphne-sfdc please bump this to the most recent version of v6. I know its a moving target, but lets try to get this merged being as close to current as possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably should visit all of the one to see if they have been bumped
…retrieve v10.2.5 -> v10.2.9
I tested it manually and it looks good. |
What does this PR do?
Migrates @salesforce/core from v5.3.0 -> v6.4.7
This upgrade means we are able to support Core v6 in our other dependencies, so the following dependencies are also migrated from Core v5 -> v6 in this PR:
What issues does this PR fix or reference?
@W-14671437@
Functionality Before
Extensions monorepo uses v5 of @salesforce/core
Functionality After
Extensions monrepo uses v6 of @salesforce/core, which means we are now able to pull in new features from our shared libraries