Skip to content

[C3] Bump @angular/create from 21.2.1 to 21.2.2 in /packages/create-cloudflare/src/frameworks#12908

Merged
edmundhung merged 2 commits intomainfrom
dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/angular/create-21.2.2
Mar 16, 2026
Merged

[C3] Bump @angular/create from 21.2.1 to 21.2.2 in /packages/create-cloudflare/src/frameworks#12908
edmundhung merged 2 commits intomainfrom
dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/angular/create-21.2.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Bumps @angular/create from 21.2.1 to 21.2.2.

Release notes

Sourced from @​angular/create's releases.

21.2.2

@​angular/cli

Commit Description
fix - 8447d9132 conditionally quote package names when adding dependencies based on host requirements
fix - d2f209823 preserve exact version in ng add when requested
perf - 28f4d684a avoid redundant package version resolution in ng add

@​angular/build

Commit Description
fix - 06010294f allow any CHROME_BIN for vitest playwright provider
fix - 8dec0c62b normalize line endings for CSP hash generation
fix - 58688ebd7 pass process environment variables to prerender workers
fix - 4ca61647f resolve assets correctly during i18n prerendering
Changelog

Sourced from @​angular/create's changelog.

21.2.2 (2026-03-11)

@​angular/cli

Commit Type Description
8447d9132 fix conditionally quote package names when adding dependencies based on host requirements
d2f209823 fix preserve exact version in ng add when requested
28f4d684a perf avoid redundant package version resolution in ng add

@​angular/build

Commit Type Description
06010294f fix allow any CHROME_BIN for vitest playwright provider
8dec0c62b fix normalize line endings for CSP hash generation
58688ebd7 fix pass process environment variables to prerender workers
4ca61647f fix resolve assets correctly during i18n prerendering

20.3.20 (2026-03-11)

@​angular/build

Commit Type Description
0fd6823af fix pass process environment variables to prerender workers

22.0.0-next.0 (2026-03-05)

Breaking Changes

  • Node.js v20 is no longer supported. The minimum supported Node.js versions are now v22.22.0 and v24.13.1.
  • The @angular-devkit/architect-cli package is no longer available. The architect CLI tool has been moved to the @angular-devkit/architect package.
  • The experimental @angular-devkit/build-angular:jest and @angular-devkit/build-angular:web-test-runner builders have been removed.

@​angular/ssr

  • The server no longer falls back to Client-Side Rendering (CSR) when a request fails host validation. Requests with unrecognized 'Host' headers will now return a 400 Bad Request status code. Users must ensure all valid hosts are correctly configured in the 'allowedHosts' option.

@​angular/cli

... (truncated)

Commits
  • bebe7d6 release: cut the v21.2.2 release
  • 58688eb fix(@​angular/build): pass process environment variables to prerender workers
  • a92ed61 ci: re-enable renovate for less package
  • 42180e5 refactor: remove @angular-devkit/core logger and its dependencies from the ...
  • 790e18d build: update cross-repo angular dependencies
  • 6255c20 build: update pnpm to v10.31.0
  • e8599f1 build: lock file maintenance
  • 8447d91 fix(@​angular/cli): conditionally quote package names when adding dependencies...
  • 58e2e56 build: update github/codeql-action action to v4.32.6
  • d2f2098 fix(@​angular/cli): preserve exact version in ng add when requested
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open with Devin

Bumps [@angular/create](https://github.com/angular/angular-cli) from 21.2.1 to 21.2.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v21.2.1...v21.2.2)

---
updated-dependencies:
- dependency-name: "@angular/create"
  dependency-version: 21.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format labels Mar 15, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 15, 2026 06:07
@dependabot dependabot bot added c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format labels Mar 15, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 15, 2026

🦋 Changeset detected

Latest commit: 9787b23

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@workers-devprod
Copy link
Copy Markdown
Contributor

workers-devprod commented Mar 15, 2026

Codeowners approval required for this PR:

  • ✅ @cloudflare/wrangler
Show detailed file reviewers

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

The following dependency versions have been updated:

| Dependency      | From   | To     |
| --------------- | ------ | ------ |
| @angular/create | 21.2.1 | 21.2.2 |
@github-actions
Copy link
Copy Markdown
Contributor

✅ All changesets look good

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 15, 2026

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@12908

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@12908

miniflare

npm i https://pkg.pr.new/miniflare@12908

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@12908

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@12908

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@12908

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@12908

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@12908

wrangler

npm i https://pkg.pr.new/wrangler@12908

commit: 9787b23

@github-project-automation github-project-automation bot moved this from Untriaged to Approved in workers-sdk Mar 16, 2026
@edmundhung edmundhung merged commit eadb0fd into main Mar 16, 2026
38 of 39 checks passed
@edmundhung edmundhung deleted the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/angular/create-21.2.2 branch March 16, 2026 12:45
@github-project-automation github-project-automation bot moved this from Approved to Done in workers-sdk Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants