cloudflare / workers-sdk

⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
https://developers.cloudflare.com/workers/
Apache License 2.0
2.6k stars 674 forks source link

[C3] Bump create-analog from 1.3.1 to 1.5.0 in /packages/create-cloudflare/src/frameworks #6044

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps create-analog from 1.3.1 to 1.5.0.

Release notes

Sourced from create-analog's releases.

v1.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/analogjs/analog/compare/v1.4.0...v1.5.0

v1.5.0-beta.14

1.5.0-beta.14 (2024-06-12)

Bug Fixes

  • platform: add Firebase packages to known SSR transform list (#1154) (79c4575)

v1.5.0-beta.13

1.5.0-beta.13 (2024-06-11)

Bug Fixes

  • create-analog: add legacy dependencies to older templates (#1153) (71ba755)

v1.5.0-beta.12

1.5.0-beta.12 (2024-06-11)

... (truncated)

Changelog

Sourced from create-analog's changelog.

1.5.0 (2024-06-12)

Bug Fixes

  • content: add migration for marked-mangle dependency (#1151) (d8522ff)
  • content: adjust peer dependencies meta for different highlighters (#1124) (5708d7d)
  • content: adjust project config (#1122) (2570d65)
  • content: delete npmignore from ng-packagr after build (616eedd)
  • create-analog: add dependencies based on template and package manager (#1128) (0381aa4)
  • create-analog: add legacy dependencies to older templates (#1153) (71ba755)
  • create-analog: modify app config after the file is added (#1126) (d91f01e)
  • nx-plugin: update rxjs dependency (#1142) (c697365)
  • platform: add Firebase packages to known SSR transform list (#1154) (79c4575)

Features

  • content: custom syntax highlighter and add shiki as one (#1121) (f22d899)
  • create-analog: add syntax highlighter option for blog template (#1125) (4cb0bc2)
  • router: add support for @​angular/fire guards (#1131) (84646d8)
  • router: add utility function to read server side resolver from another resolver (#1144) (db7aace)
  • vite-plugin-nitro: handle web Response object in dev server plugin (#1141) (a8b0f32)

1.5.0-beta.14 (2024-06-12)

Bug Fixes

  • platform: add Firebase packages to known SSR transform list (#1154) (79c4575)

1.5.0-beta.13 (2024-06-11)

Bug Fixes

  • create-analog: add legacy dependencies to older templates (#1153) (71ba755)

1.5.0-beta.12 (2024-06-11)

Features

  • router: add utility function to read server side resolver from another resolver (#1144) (db7aace)

1.5.0-beta.11 (2024-06-11)

Bug Fixes

  • content: add migration for marked-mangle dependency (#1151) (d8522ff)

1.5.0-beta.10 (2024-06-04)

Bug Fixes

... (truncated)

Commits
  • 13522b4 chore: release 1.5.0 [skip ci]
  • f70d631 Merge pull request #1155 from analogjs/beta
  • 562da20 chore: release 1.5.0-beta.14 [skip ci]
  • 79c4575 fix(platform): add Firebase packages to known SSR transform list (#1154)
  • d3f2d3a chore: release 1.5.0-beta.13 [skip ci]
  • 71ba755 fix(create-analog): add legacy dependencies to older templates (#1153)
  • 4d2161c chore: release 1.5.0-beta.12 [skip ci]
  • db7aace feat(router): add utility function to read server side resolver from another ...
  • 2ad919d chore: release 1.5.0-beta.11 [skip ci]
  • d8522ff fix(content): add migration for marked-mangle dependency (#1151)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

changeset-bot[bot] commented 3 months ago

🦋 Changeset detected

Latest commit: 3fd172f6cfa46a5759421debb65581e263bb6e0b

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-actions[bot] commented 3 months ago

A wrangler prerelease is available for testing. You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9519571081/npm-package-wrangler-6044

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/6044/npm-package-wrangler-6044

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9519571081/npm-package-wrangler-6044 dev path/to/script.js
Additional artifacts: ```sh npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9519571081/npm-package-create-cloudflare-6044 --no-auto-update ``` ```sh npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9519571081/npm-package-cloudflare-kv-asset-handler-6044 ``` ```sh npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9519571081/npm-package-miniflare-6044 ``` ```sh npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9519571081/npm-package-cloudflare-pages-shared-6044 ``` ```sh npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9519571081/npm-package-cloudflare-vitest-pool-workers-6044 ``` Note that these links will no longer work once [the GitHub Actions artifact expires](https://docs.github.com/en/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization).

wrangler@3.60.3 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240610.0
workerd 1.20240610.1 1.20240610.1
workerd --version 1.20240610.1 2024-06-10

Please ensure constraints are pinned, and miniflare/workerd minor versions match.

brandonroberts commented 3 months ago

@petebacondarwin this can be changed to latest

https://github.com/cloudflare/workers-sdk/blob/3fd172f6cfa46a5759421debb65581e263bb6e0b/packages/create-cloudflare/templates/analog/c3.ts#L20

dependabot[bot] commented 3 months ago

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 commented 2 months ago

@dependabot recreate

dependabot[bot] commented 2 months ago

Superseded by #6359.