Skip to content

Bump version to "v21.2.4" with changelog.#32843

Merged
alan-agius4 merged 1 commit intoangular:21.2.xfrom
alan-agius4:release-stage-21.2.4
Mar 26, 2026
Merged

Bump version to "v21.2.4" with changelog.#32843
alan-agius4 merged 1 commit intoangular:21.2.xfrom
alan-agius4:release-stage-21.2.4

Conversation

@alan-agius4
Copy link
Copy Markdown
Collaborator

No description provided.

@alan-agius4 alan-agius4 added the action: merge The PR is ready for merge by the caretaker label Mar 26, 2026
@alan-agius4 alan-agius4 merged commit 2aa93fc into angular:21.2.x Mar 26, 2026
11 of 12 checks passed
@alan-agius4 alan-agius4 deleted the release-stage-21.2.4 branch March 26, 2026 10:33
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the project version from 21.2.3 to 21.2.4, reflected in both package.json and CHANGELOG.md. The changelog includes several bug fixes across @angular/cli, @angular/build, and @angular/ssr. Feedback was provided regarding the formatting of an asterisk in a changelog entry, suggesting that '\*' should be '*' for proper rendering.

| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- |
| [9bdf782c8](https://github.com/angular/angular-cli/commit/9bdf782c838ab5820ec905d689a62ffc3b3cabe3) | fix | apply forwarded prefix and vary header in accept-language redirects |
| [628c58672](https://github.com/angular/angular-cli/commit/628c586728748e1c367fa7e363299eb79b1566ca) | fix | support '\*' in allowedHosts and warn about security risks |
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The backslash before the asterisk in '\*' is likely unnecessary and will be rendered as a literal backslash. To display a literal asterisk within single quotes, you can just write '*'. This will make the changelog entry more accurate.

Suggested change
| [628c58672](https://github.com/angular/angular-cli/commit/628c586728748e1c367fa7e363299eb79b1566ca) | fix | support '\*' in allowedHosts and warn about security risks |
| [628c58672](https://github.com/angular/angular-cli/commit/628c586728748e1c367fa7e363299eb79b1566ca) | fix | support '*' in allowedHosts and warn about security risks |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant