Skip to content

Commit

Permalink
[C3] bump create-analog from 1.3.1 to 1.8.1 in /packages/create-cloud…
Browse files Browse the repository at this point in the history
…flare/src/frameworks (#6848)

* [C3] bump create-analog in /packages/create-cloudflare/src/frameworks

Bumps [create-analog](https://github.com/analogjs/analog) from 1.3.1 to 1.8.1.
- [Release notes](https://github.com/analogjs/analog/releases)
- [Changelog](https://github.com/analogjs/analog/blob/beta/CHANGELOG.md)
- [Commits](analogjs/analog@v1.3.1...v1.8.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* chore: update dependencies of "create-cloudflare" package

The following dependency versions have been updated:

| Dependency    | From  | To    |
| ------------- | ----- | ----- |
| create-analog | 1.3.1 | 1.8.1 |

* remove Analog from quarantine

* Do not test Analog C3 on bun

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wrangler automated PR updater <[email protected]>
Co-authored-by: Peter Bacon Darwin <[email protected]>
  • Loading branch information
3 people authored Oct 1, 2024
1 parent 813e963 commit 291e5f3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .changeset/c3-frameworks-update-6848.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"create-cloudflare": patch
---

chore: update dependencies of "create-cloudflare" package

The following dependency versions have been updated:

| Dependency | From | To |
| ------------- | ----- | ----- |
| create-analog | 1.3.1 | 1.8.1 |
3 changes: 1 addition & 2 deletions packages/create-cloudflare/e2e-tests/frameworks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function getFrameworkTests(opts: {
unsupportedOSs: ["win32"],
// The analog template works with yarn, but the build takes so long that it
// becomes flaky in CI
unsupportedPms: ["yarn"],
unsupportedPms: ["yarn", "bun"],
verifyDeploy: {
route: "/",
expectedText: "The fullstack meta-framework for Angular!",
Expand All @@ -156,7 +156,6 @@ function getFrameworkTests(opts: {
expectedText: "C3_TEST",
},
flags: ["--skipTailwind"],
quarantine: true,
},
angular: {
testCommitMessage: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cloudflare/src/frameworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"dependencies": {
"create-astro": "4.8.0",
"create-analog": "1.3.1",
"create-analog": "1.8.1",
"@angular/create": "18.2.0",
"create-docusaurus": "3.5.2",
"create-hono": "0.12.0",
Expand Down

0 comments on commit 291e5f3

Please sign in to comment.