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 #5655

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Version Packages #5655

merged 1 commit into from
Apr 24, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Apr 18, 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

create-cloudflare@2.21.0

Minor Changes

  • #5675 235c439 Thanks @jculvey! - feat: Improvements to hono template.

    The hono template has been updated as follows:

    • Bumps create-hono to 0.7.0
    • Automatically installs dependencies and specifies the detected package manager to avoid interactive prompts
    • Adds a wrangler.toml file with commented out examples of all available bindings to match other templates.
    • Adds a cf-typegen package script to automatically regenerate types for Bindings from wrangler.toml
  • #5637 b41c4ed Thanks @joshthoward! - feat: change Durable Objects "Hello, World!" template to use RPC methods

Patch Changes

wrangler@3.52.0

Minor Changes

  • #5666 81d9615 Thanks @CarmenPopoviciu! - fix: Fix Pages config validation around Durable Objects

    Today Pages cannot deploy Durable Objects itself. For this reason it is mandatory that when declaring Durable Objects bindings in the config file, the script_name is specified. We are currently not failing validation if
    script_name is not specified but we should. These changes fix that.

Patch Changes

  • #5610 24840f6 Thanks @SuperchupuDev! - Mark ts-json-schema-generator as a dev dependency

  • #5669 a7e36d5 Thanks @dario-piotrowicz! - fix: fix broken Durable Object local proxying (when no cf property is present)

    A regression was introduced in wrangler 3.46.0 (Add support for named entrypoints #5215)
    which made it so that missing Request#cf properties are serialized as "undefined", this in turn
    throws a syntax parse error when such values are parsed via JSON.parse breaking the communication
    with Durable Object local proxies. Fix such issue by serializing missing Request#cf properties as
    "{}" instead.

  • #5616 c6312b5 Thanks @webbertakken! - fix: broken link to durable object migrations docs

  • #5482 1b7739e Thanks @DaniFoldi! - docs: show new Discord url everywhere for consistency. The old URL still works, but https://discord.cloudflare.com is preferred.

  • Updated dependencies [3a0d735, 1b7739e]:

    • miniflare@3.20240419.0
    • @cloudflare/kv-asset-handler@0.3.2

@cloudflare/kv-asset-handler@0.3.2

Patch Changes

miniflare@3.20240419.0

Patch Changes

  • #5682 3a0d735 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20240405.0 1.20240419.0
    @cloudflare/workers-types ^4.20240405.0 ^4.20240419.0
  • #5482 1b7739e Thanks @DaniFoldi! - docs: show new Discord url everywhere for consistency. The old URL still works, but https://discord.cloudflare.com is preferred.

@cloudflare/pages-shared@0.11.30

Patch Changes

@cloudflare/vitest-pool-workers@0.2.3

Patch Changes

format-errors@0.0.1

Patch Changes

workers-playground@0.0.4

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners April 18, 2024 19:11
Copy link
Contributor

github-actions bot commented Apr 18, 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/8814297959/npm-package-wrangler-5655

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

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

Or you can use npx with this latest build directly:

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

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


wrangler@3.52.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240419.0
workerd 1.20240419.0 1.20240419.0
workerd --version 1.20240419.0 2024-04-19

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

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 15 times, most recently from a6babf0 to 1e9b906 Compare April 24, 2024 09:27
Copy link
Contributor

@petebacondarwin petebacondarwin left a comment

Choose a reason for hiding this comment

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

Waiting on the revert of the D1 PR

@RamIdeas
Copy link
Contributor

D1 PR has been reverted. Waiting on changes to make their way to this branch and checks to pass again, then will merge

@DaniFoldi
Copy link
Contributor

Hi, just checking the generated changesets of the PR, I noticed that my Discord url PR bumps patch on all packages - is that the desired behaviour on format-errors and workers-playground?

@petebacondarwin
Copy link
Contributor

Hi, just checking the generated changesets of the PR, I noticed that my Discord url PR bumps patch on all packages - is that the desired behaviour on format-errors and workers-playground?

Hi @DaniFoldi - yes this is expected because the changeset marks each of these as patch changes. This is actually desired because we want to release a new version with the updated README docs.

@RamIdeas RamIdeas merged commit fc03c10 into main Apr 24, 2024
25 checks passed
@RamIdeas RamIdeas deleted the changeset-release/main branch April 24, 2024 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants