Skip to content

fix(@angular/build): exclude component styles from 'any' and 'all' budget calculations#29752

Merged
alan-agius4 merged 1 commit intoangular:mainfrom
alan-agius4:budgets-components-fix
Mar 4, 2025
Merged

fix(@angular/build): exclude component styles from 'any' and 'all' budget calculations#29752
alan-agius4 merged 1 commit intoangular:mainfrom
alan-agius4:budgets-components-fix

Conversation

@alan-agius4
Copy link
Copy Markdown
Collaborator

Previously, component styles were included in the 'any' and 'all' budgets, which could lead to incorrect budget violations. This update ensures that component styles are excluded from these budget calculations.

Closes #29609

…dget calculations

Previously, component styles were included in the 'any' and 'all' budgets, which could lead to incorrect budget violations. This update ensures that component styles are excluded from these budget calculations.

Closes angular#29609
@alan-agius4 alan-agius4 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 labels Mar 4, 2025
@alan-agius4 alan-agius4 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 Mar 4, 2025
@alan-agius4 alan-agius4 merged commit 434198c into angular:main Mar 4, 2025
34 checks passed
@alan-agius4 alan-agius4 deleted the budgets-components-fix branch March 4, 2025 17:20
@alan-agius4
Copy link
Copy Markdown
Collaborator Author

The changes were merged into the following branches: main, 19.2.x

@angular-automatic-lock-bot
Copy link
Copy Markdown

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 Apr 4, 2025
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: @angular/build target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"all" budget calculation should not include component styles

2 participants