Skip to content

[C3] Bump @angular/create from 21.2.10 to 21.2.11 in /packages/create-cloudflare/src/frameworks#13943

Merged
petebacondarwin merged 2 commits into
mainfrom
dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/angular/create-21.2.11
May 17, 2026
Merged

[C3] Bump @angular/create from 21.2.10 to 21.2.11 in /packages/create-cloudflare/src/frameworks#13943
petebacondarwin merged 2 commits into
mainfrom
dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/angular/create-21.2.11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 17, 2026

Bumps @angular/create from 21.2.10 to 21.2.11.

Release notes

Sourced from @​angular/create's releases.

21.2.11

@​angular/cli

Commit Description
fix - bbd63b7a5 robustly parse npm manifest from array

@​angular/ssr

Commit Description
fix - eafe1a719 allow all hosts in common engine rendering options to prevent validation errors
fix - 7a116a80d remove stateful flag from URL_PARAMETER_REGEXP
Changelog

Sourced from @​angular/create's changelog.

21.2.11 (2026-05-13)

@​angular/cli

Commit Type Description
bbd63b7a5 fix robustly parse npm manifest from array

@​angular/ssr

Commit Type Description
eafe1a719 fix allow all hosts in common engine rendering options to prevent validation errors
7a116a80d fix remove stateful flag from URL_PARAMETER_REGEXP

20.3.26 (2026-05-13)

@​angular/ssr

Commit Type Description
7cc1871ee fix allow all hosts in common engine rendering options to prevent validation errors

19.2.26 (2026-05-13)

@​angular/ssr

Commit Type Description
842fee029 fix allow all hosts in common engine rendering options to prevent validation errors

Commits
  • 00e3663 release: cut the v21.2.11 release
  • eafe1a7 fix(@​angular/ssr): allow all hosts in common engine rendering options to prev...
  • 7a116a8 fix(@​angular/ssr): remove stateful flag from URL_PARAMETER_REGEXP
  • a7705fb build: update cross-repo angular dependencies
  • 453ed5b build: update github/codeql-action action to v4.35.4
  • f0f9b2d refactor(@​angular/cli): add validation and logging to npm manifest parsing
  • bbd63b7 fix(@​angular/cli): robustly parse npm manifest from array
  • See full diff in compare view

@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 May 17, 2026
@dependabot dependabot Bot requested a review from workers-devprod as a code owner May 17, 2026 06:09
@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 May 17, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 17, 2026

🦋 Changeset detected

Latest commit: b564fe6

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

This PR includes changesets to release 1 package
Name Type
create-cloudflare Patch

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

@github-project-automation github-project-automation Bot moved this to Untriaged in workers-sdk May 17, 2026
@workers-devprod workers-devprod requested review from a team and dario-piotrowicz and removed request for a team May 17, 2026 06:09
@workers-devprod
Copy link
Copy Markdown
Contributor

workers-devprod commented May 17, 2026

Codeowners approval required for this PR:

  • ✅ @cloudflare/wrangler
Show detailed file reviewers

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 17, 2026

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@13943

wrangler

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

commit: b564fe6

Copy link
Copy Markdown
Contributor

@workers-devprod workers-devprod left a comment

Choose a reason for hiding this comment

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

Codeowners reviews satisfied

@github-project-automation github-project-automation Bot moved this from Untriaged to Approved in workers-sdk May 17, 2026
@petebacondarwin
Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [@angular/create](https://github.com/angular/angular-cli) from 21.2.10 to 21.2.11.
- [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.10...v21.2.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title [C3] bump @angular/create from 21.2.10 to 21.2.11 in /packages/create-cloudflare/src/frameworks [C3] Bump @angular/create from 21.2.10 to 21.2.11 in /packages/create-cloudflare/src/frameworks May 17, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/angular/create-21.2.11 branch from 203aa7c to 6d7056c Compare May 17, 2026 07:39
The following dependency versions have been updated:

| Dependency      | From    | To      |
| --------------- | ------- | ------- |
| @angular/create | 21.2.10 | 21.2.11 |
@github-actions
Copy link
Copy Markdown
Contributor

✅ All changesets look good

@petebacondarwin petebacondarwin merged commit 4eda246 into main May 17, 2026
52 of 53 checks passed
@petebacondarwin petebacondarwin deleted the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/angular/create-21.2.11 branch May 17, 2026 08:47
@github-project-automation github-project-automation Bot moved this from Approved to Done in workers-sdk May 17, 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