Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #7514

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Version Packages #7514

wants to merge 1 commit into from

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Dec 11, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

[email protected]

Minor Changes

Patch Changes

  • #7504 8371748 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    @angular/create 19.0.0 19.0.4
  • #7512 21ceca4 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-hono 0.14.2 0.14.3
  • #7513 0808c9a Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-astro 4.10.0 4.11.0
  • #7530 14ddd30 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-vue 3.12.1 3.12.2
  • #7531 ee98fd4 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    sv 0.6.2 0.6.7
  • #7526 0117820 Thanks @WalshyDev! - fix: update create-remix to fix creating a Remix project failing with "Cannot find module 'fs-extra'"

  • #7241 d8e96b2 Thanks @dario-piotrowicz! - update Next.js template to use Next.js v.15

[email protected]

Minor Changes

Patch Changes

  • #7510 004af53 Thanks @oliy! - Add file prefix option to wrangler pipelines commands

  • #6754 0356d0a Thanks @bluwy! - refactor: move @cloudflare/workers-shared as dev dependency

  • #7478 2e90efc Thanks @petebacondarwin! - fix: ensure that non-inherited fields are not removed when using an inferred named environment

    It is an error for the the user to provide an environment name that doesn't match any of the named environments in the Wrangler configuration.
    But if there are no named environments defined at all in the Wrangler configuration, we special case the top-level environment as though it was a named environment.
    Previously, when this happens, we would remove all the nonInheritable fields from the configuration (essentially all the bindings) leaving an incorrect configuration.
    Now we correctly generate a flattened named environment that has the nonInheritable fields, plus correctly applies any transformFn on inheritable fields.

  • #7524 11f95f7 Thanks @gpanders! - Include response body in Cloudchamber API errors

  • #7485 a98dfa0 Thanks @OilyLime! - Fix to not require local connection string when using Hyperdrive and wrangler dev --remote

  • #7427 3bc0f28 Thanks @edmundhung! - The x-provision experimental flag now identifies draft and inherit bindings by looking up the current binding settings.

    Draft bindings can then be provisioned (connected to new or existing KV, D1, or R2 resources) during wrangler deploy.

  • Updated dependencies []:

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

  • #7520 805ad2b Thanks @bruxodasilva! - Fixed a bug in local development where fetching a Workflow instance by ID would return a Workflow status, even if that instance did not exist. This only impacted the get() method on the Worker bindings.

@workers-devprod workers-devprod requested review from a team as code owners December 11, 2024 10:47
@workers-devprod workers-devprod added the skip-pr-description-validation Skip validation of the required PR description format label Dec 11, 2024
Copy link
Contributor

github-actions bot commented Dec 11, 2024

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/12301975080/npm-package-wrangler-7514

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

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

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12301975080/npm-package-wrangler-7514 dev path/to/script.js
Additional artifacts:
npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12301975080/npm-package-create-cloudflare-7514 --no-auto-update
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12301975080/npm-package-cloudflare-kv-asset-handler-7514
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12301975080/npm-package-miniflare-7514
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12301975080/npm-package-cloudflare-pages-shared-7514
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12301975080/npm-package-cloudflare-vitest-pool-workers-7514
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12301975080/npm-package-cloudflare-workers-editor-shared-7514
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12301975080/npm-package-cloudflare-workers-shared-7514
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12301975080/npm-package-cloudflare-workflows-shared-7514

Note that these links will no longer work once the GitHub Actions artifact expires.


[email protected] includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20241205.0
workerd 1.20241205.0 1.20241205.0
workerd --version 1.20241205.0 2024-12-05

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

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 19 times, most recently from 6fb665d to 748ad16 Compare December 12, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-pr-description-validation Skip validation of the required PR description format
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant