-
Notifications
You must be signed in to change notification settings - Fork 11
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 to ESM #854
Conversation
BREAKING CHANGES: ESM and node 18 minimum
package.json
Outdated
"open": "^8.2.1", | ||
"tslib": "^2" | ||
"chalk": "^5.3.0", | ||
"inquirer": "^9.2.11", |
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.
this is using v9 inquirer with the v8 inquirer types. That seems like a bug. Willie had this problem on salesforcecli/plugin-sobject#439 (review)
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.
The problem is that sf-plugins-core is getting it's type definitions for inquirer from whatever version plugin-auth has. I think sf-plugins-core needs to include inquirer's types as a dependency so that this doesn't happen
[made a few commits for deps and dead code] ✅ auth logout via script
|
What does this PR do?
Migrate to ESM
Depends on salesforcecli/sf-plugins-core#443
What issues does this PR fix or reference?
@W-14438530@