Skip to content

Conversation

@miliberlin
Copy link
Member

Affected Components

  • CLI
  • Create CLI
  • Test
  • Docs
  • Examples
  • Other

Notes for the Reviewer

Resolves #[issue-number]

New Dependency Submission

@miliberlin miliberlin changed the title feat: normalize logicalId [red-71] feat: normalize logicalId instead of throwing error [red-71] Feb 4, 2026
}

static sanitizeLogicalId (logicalId: string): string {
return logicalId.replace(/[^A-Za-z0-9_\-/#.]/g, '')
Copy link
Contributor

Choose a reason for hiding this comment

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

it would be weird for the user if suddenly the logicalId changes, how about giving a warn on what is going on and what are we going to do? also, they will still have the invalid logicalId on their config right?

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.

2 participants