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

fix(migrations): Fix cf migration regular expression to include underscores #54533

Closed
wants to merge 1 commit into from

Conversation

jessicajaniuk
Copy link
Contributor

In rare cases people may use an underscore in their component names, which was not accounted for in the formatting portion of the migration.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix

Does this PR introduce a breaking change?

  • Yes
  • No

@jessicajaniuk jessicajaniuk added action: review The PR is still awaiting reviews from at least one requested reviewer target: patch This PR is targeted for the next patch release area: migrations Issues related to `ng update` migrations labels Feb 20, 2024
@ngbot ngbot bot modified the milestone: Backlog Feb 20, 2024
…scores

In rare cases people may use an underscore in their component names, which was not accounted for in the formatting portion of the migration.

fixes: angular#54532
@jessicajaniuk jessicajaniuk removed the request for review from crisbeto February 20, 2024 23:24
@jessicajaniuk jessicajaniuk added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Feb 20, 2024

writeFile('/comp.html', [
`<div *ngIf="show">show</div>`,
`<a-very-long-component-name-that-has_underscores-too`,
Copy link
Member

Choose a reason for hiding this comment

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

🤯

@alxhub
Copy link
Member

alxhub commented Feb 21, 2024

This PR was merged into the repository by commit 42d3ddd.

alxhub pushed a commit that referenced this pull request Feb 21, 2024
…scores (#54533)

In rare cases people may use an underscore in their component names, which was not accounted for in the formatting portion of the migration.

fixes: #54532

PR Close #54533
@alxhub alxhub closed this in 42d3ddd Feb 21, 2024
@pkozlowski-opensource
Copy link
Member

@stefhorst if you run into problems with 17.2.2 please open a dedicated issue with a minimal reproduction scenario. You are commenting on a PR that has nothing to do with routing.

@stefhorst
Copy link

OK sorry

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Mar 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: migrations Issues related to `ng update` migrations target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants