Skip to content

Conversation

@stephen-carter-at-sf
Copy link
Contributor

@stephen-carter-at-sf stephen-carter-at-sf commented Oct 21, 2025

Note that with this change, we now get new styling with our tables.

For example:

OLD:
image

NEW:
image

@stephen-carter-at-sf stephen-carter-at-sf force-pushed the sc/toESM branch 4 times, most recently from c8143d6 to f3115a9 Compare October 22, 2025 15:29
@stephen-carter-at-sf stephen-carter-at-sf changed the title Upgrade oclif and core salesforce dependencies to latest CHANGE: @W-20005455@: Upgrade oclif and core salesforce dependencies to latest Oct 22, 2025
@stephen-carter-at-sf stephen-carter-at-sf marked this pull request as ready for review October 22, 2025 15:33
"@salesforce/core": "6.7.6",
"@salesforce/sf-plugins-core": "5.0.13",
"@salesforce/core": "^8.23.3",
"@salesforce/sf-plugins-core": "^12.2.4",
Copy link
Contributor

Choose a reason for hiding this comment

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

🤯


// Prompt the user to confirm that the described action should be performed. [Implemented by SfCommand]
confirm(message: string): Promise<boolean>;
confirm(promptInputs: {message: string}): Promise<boolean>;
Copy link
Contributor

Choose a reason for hiding this comment

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

This is an interesting new syntax - I wonder what else has become available with this upgrade 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah there are more options - but I didn't want to pull in all the types if we didn't have to. So I just did minimal update needed for now.

@stephen-carter-at-sf stephen-carter-at-sf merged commit 667f1ee into dev Oct 22, 2025
9 checks passed
@stephen-carter-at-sf stephen-carter-at-sf deleted the sc/toESM branch October 22, 2025 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants