Skip to content
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

Sm/no-capital-enforcement-on-plugins #1093

Merged
merged 4 commits into from
Jun 21, 2024

Conversation

mshanemc
Copy link
Contributor

What does this PR do?

sfdx-project.json has a 3PP prop called plugins. Allow capital-case keys there.

pin ts to avoid 5.5 until nonara/ts-patch#161 is in for ts-patch

drop a dev-dep that was pulled in for a single UT assertion

What issues does this PR fix or reference?

@W-5571825@

@mshanemc mshanemc requested a review from a team as a code owner June 21, 2024 14:23
});
describe('plugins', () => {
const pluginsContent = { SomePlugin: 'value', SomeOtherPlugin: { NestedCap: true } };
it('allows uppercase packaging aliases on write', async () => {
Copy link
Member

Choose a reason for hiding this comment

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

Update UT names for plugins

@WillieRuemmele WillieRuemmele merged commit 900e4c6 into main Jun 21, 2024
73 checks passed
@WillieRuemmele WillieRuemmele deleted the sm/no-capital-enforcement-on-plugins branch June 21, 2024 17:01
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.

3 participants