cloudflare / workers-sdk

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

chore: bump workerd and workers-types deps #6110

Closed CarmenPopoviciu closed 1 week ago

CarmenPopoviciu commented 1 week ago

What this PR solves / how to test

Manually bumping workerd and workers-types versions because the dependabot version update job seems to be broken (due to https://github.com/dependabot/dependabot-core/issues/9682)

Author has addressed the following

changeset-bot[bot] commented 1 week ago

🦋 Changeset detected

Latest commit: 99ec58f3670173d25b37f2b799409ba40fbead99

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages | Name | Type | | ------------------------------- | ----- | | miniflare | Patch | | @cloudflare/pages-shared | Patch | | @cloudflare/vitest-pool-workers | Patch | | wrangler | 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 1 week 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/9661936706/npm-package-wrangler-6110

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

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

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9661936706/npm-package-wrangler-6110 dev path/to/script.js
Additional artifacts: ```sh npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9661936706/npm-package-create-cloudflare-6110 --no-auto-update ``` ```sh npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9661936706/npm-package-cloudflare-kv-asset-handler-6110 ``` ```sh npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9661936706/npm-package-miniflare-6110 ``` ```sh npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9661936706/npm-package-cloudflare-pages-shared-6110 ``` ```sh npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9661936706/npm-package-cloudflare-vitest-pool-workers-6110 ``` 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.61.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240610.1
workerd 1.20240620.1 1.20240620.1
workerd --version 1.20240620.1 2024-06-20

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

threepointone commented 1 week ago

Hmm, this lint failure

image

was showing in https://github.com/cloudflare/workers-sdk/pull/6001/files#diff-0daa0c9e538e464631807e0cc2ab0d74c0db46f2f646ac81e27e63111fcfcc65R611 , why didn't it fail the build there?

threepointone commented 1 week ago

Following up on failing builds with eslint warnings here https://github.com/cloudflare/workers-sdk/pull/6111