Skip to content

[C3] Bump create-analog from 2.3.1 to 2.4.0 in /packages/create-cloudflare/src/frameworks#13277

Merged
petebacondarwin merged 2 commits intomainfrom
dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/create-analog-2.4.0
Apr 15, 2026
Merged

[C3] Bump create-analog from 2.3.1 to 2.4.0 in /packages/create-cloudflare/src/frameworks#13277
petebacondarwin merged 2 commits intomainfrom
dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/create-analog-2.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2026

Bumps create-analog from 2.3.1 to 2.4.0.

Release notes

Sourced from create-analog's releases.

v2.4.0

2.4.0 (2026-03-30)

Bug Fixes

  • astro-angular: style tag ordering for multiple islands (#2210) (b306097)
  • astro-angular: support astro v6 using vite environment api (#2133) (e9fd9c6)
  • content: resolve content files by bare slug lookup (#2205) (7e79d24)
  • create-analog: bump to Vitest 4.1, update CI workflow versions (54b5112)
  • fix build and unit tests (dc6842c)
  • fix vitest build and ci workflows (a4b129a)
  • nx-plugin: remove full path to main.ts for Nx projects (#2164) (39f0d7c)
  • nx-plugin: restore builders configuration (1d2e4e8)
  • nx-plugin: restore schematics configuration (#2167) (e74fa68)
  • platform: allow using custom vite plugins for Angular compilation (#2102) (8bb4fb4)
  • platform: separate disabling highlighting from content discovery (#2110) (618c42c)
  • router: fix and add unit tests for route module invalidation on file changes (b9325af)
  • router: use non-greedy regex for path normalization (#2093) (fa5dd9b)
  • update dependencies and package manager versions across projects (#2106) (429536c), closes #2040
  • vite-plugin-angular: ensure sequential compilation for client and ssr bundles (#2109) (008bd1c)
  • vite-plugin-angular: hash styleId to prevent filename exceeding max length (#2090) (2aa2114)
  • vite-plugin-angular: normalize paths across plugin & live reload (#2126) (cc98bf7)
  • vite-plugin-angular: skip esm transform with Rolldown for Vitest (#2169) (20c720b)
  • vitest-angular: fix imports for snapshot serializers (#2211) (8e9f73d)
  • vitest-angular: support environment providers (#2129) (a90aa12)

Features

  • astro-angular: add option to move component styles to document head (#2162) (2361afa)
  • content: extract TOC to be property on contentFile (#2091) (4e870cc)
  • create-analog: add snapshot serializers (3318263)
  • update vite to stable v8.0.0 (#2111) (cf35c65)
  • vite-plugin-angular: working fileReplacements and liveReload for Angular Compilation API (7adf8c1)
  • vitest-angular: add teardown.destroyAfterEach option and deprecate browserMode option (#2054) (2fe2e1c)
  • vitest-angular: add reusable snapshot serializers (#2163) (9089c8d)

v2.4.0-beta.27

2.4.0-beta.27 (2026-03-30)

Bug Fixes

  • vitest-angular: fix imports for snapshot serializers (#2211) (8e9f73d)

v2.4.0-beta.26

2.4.0-beta.26 (2026-03-30)

... (truncated)

Changelog

Sourced from create-analog's changelog.

2.4.0 (2026-03-30)

Bug Fixes

  • astro-angular: style tag ordering for multiple islands (#2210) (b306097)
  • astro-angular: support astro v6 using vite environment api (#2133) (e9fd9c6)
  • content: resolve content files by bare slug lookup (#2205) (7e79d24)
  • create-analog: bump to Vitest 4.1, update CI workflow versions (54b5112)
  • fix build and unit tests (dc6842c)
  • fix vitest build and ci workflows (a4b129a)
  • nx-plugin: remove full path to main.ts for Nx projects (#2164) (39f0d7c)
  • nx-plugin: restore builders configuration (1d2e4e8)
  • nx-plugin: restore schematics configuration (#2167) (e74fa68)
  • platform: allow using custom vite plugins for Angular compilation (#2102) (8bb4fb4)
  • platform: separate disabling highlighting from content discovery (#2110) (618c42c)
  • router: fix and add unit tests for route module invalidation on file changes (b9325af)
  • router: use non-greedy regex for path normalization (#2093) (fa5dd9b)
  • update dependencies and package manager versions across projects (#2106) (429536c), closes #2040
  • vite-plugin-angular: ensure sequential compilation for client and ssr bundles (#2109) (008bd1c)
  • vite-plugin-angular: hash styleId to prevent filename exceeding max length (#2090) (2aa2114)
  • vite-plugin-angular: normalize paths across plugin & live reload (#2126) (cc98bf7)
  • vite-plugin-angular: skip esm transform with Rolldown for Vitest (#2169) (20c720b)
  • vitest-angular: fix imports for snapshot serializers (#2211) (8e9f73d)
  • vitest-angular: support environment providers (#2129) (a90aa12)

Features

  • astro-angular: add option to move component styles to document head (#2162) (2361afa)
  • content: extract TOC to be property on contentFile (#2091) (4e870cc)
  • create-analog: add snapshot serializers (3318263)
  • update vite to stable v8.0.0 (#2111) (cf35c65)
  • vite-plugin-angular: working fileReplacements and liveReload for Angular Compilation API (7adf8c1)
  • vitest-angular: add teardown.destroyAfterEach option and deprecate browserMode option (#2054) (2fe2e1c)
  • vitest-angular: add reusable snapshot serializers (#2163) (9089c8d)

2.4.0-beta.27 (2026-03-30)

Bug Fixes

  • vitest-angular: fix imports for snapshot serializers (#2211) (8e9f73d)

2.4.0-beta.26 (2026-03-30)

Bug Fixes

  • astro-angular: style tag ordering for multiple islands (#2210) (b306097)

2.4.0-beta.25 (2026-03-29)

Features

... (truncated)

Commits
  • 4d06c55 chore: release 2.4.0 [skip ci]
  • f0af303 Merge pull request #2214 from analogjs/beta
  • 7010bac build: upgrade Astro to v6 (#2108)
  • d6b31ce chore: release 2.4.0-beta.27 [skip ci]
  • 8e9f73d fix(vitest-angular): fix imports for snapshot serializers (#2211)
  • 4a7852f chore: release 2.4.0-beta.26 [skip ci]
  • b306097 fix(astro-angular): style tag ordering for multiple islands (#2210)
  • af4dc49 chore: release 2.4.0-beta.25 [skip ci]
  • 2361afa feat(astro-angular): add option to move component styles to document head (#2...
  • 2291aa7 chore: release 2.4.0-beta.24 [skip ci]
  • 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

@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 Apr 5, 2026
@dependabot dependabot bot requested a review from workers-devprod as a code owner April 5, 2026 06:06
@dependabot dependabot bot added dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format labels Apr 5, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 5, 2026

🦋 Changeset detected

Latest commit: 8dccc94

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

@github-project-automation github-project-automation bot moved this to Untriaged in workers-sdk Apr 5, 2026
@workers-devprod workers-devprod requested review from a team and vicb and removed request for a team April 5, 2026 06:07
@workers-devprod
Copy link
Copy Markdown
Contributor

workers-devprod commented Apr 5, 2026

Codeowners approval required for this PR:

  • ✅ @cloudflare/wrangler
Show detailed file reviewers

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 5, 2026

Changeset Review

File Reviewed: .changeset/c3-frameworks-update-13277.md

Validation Results:

  1. Version Type: ✅ patch - Appropriate for dependency updates
  2. Changelog Quality: ✅ Meaningful description with specific dependency (create-analog) and version details (2.3.1 → 2.4.7)
  3. Markdown Headers: ✅ No h1/h2/h3 headers present
  4. Analytics: N/A - Not applicable for dependency updates
  5. Dependabot: N/A - This is a regular PR changeset, not a dependabot changeset
  6. Experimental features: N/A - Not an experimental feature change

✅ All changesets look good

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 5, 2026

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

wrangler

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

commit: 8dccc94

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 Apr 5, 2026
@petebacondarwin petebacondarwin added this pull request to the merge queue Apr 5, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Apr 5, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2026

A newer version of create-analog exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@petebacondarwin
Copy link
Copy Markdown
Contributor

@dependabot recreate

@petebacondarwin petebacondarwin removed the request for review from vicb April 15, 2026 08:06
Bumps [create-analog](https://github.com/analogjs/analog) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/analogjs/analog/releases)
- [Changelog](https://github.com/analogjs/analog/blob/beta/CHANGELOG.md)
- [Commits](analogjs/analog@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: create-analog
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/create-analog-2.4.0 branch from fc8579c to 9686417 Compare April 15, 2026 08:07
@workers-devprod
Copy link
Copy Markdown
Contributor

Codeowners approval required for this PR:

  • ✅ @cloudflare/wrangler
Show detailed file reviewers

The following dependency versions have been updated:

| Dependency    | From  | To    |
| ------------- | ----- | ----- |
| create-analog | 2.3.1 | 2.4.7 |
@petebacondarwin petebacondarwin merged commit 44dc73a into main Apr 15, 2026
53 checks passed
@petebacondarwin petebacondarwin deleted the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/create-analog-2.4.0 branch April 15, 2026 08:39
@github-project-automation github-project-automation bot moved this from Approved to Done in workers-sdk Apr 15, 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