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

chore: bump workerd and workers-types deps #6110

Merged
merged 2 commits into from
Jun 25, 2024
Merged

Conversation

CarmenPopoviciu
Copy link
Contributor

@CarmenPopoviciu CarmenPopoviciu commented Jun 20, 2024

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 dependabot/dependabot-core#9682)

Author has addressed the following

  • Tests
    • TODO (before merge)
    • Included
    • Not necessary because: version bump
  • E2E Tests CI Job required? (Use "e2e" label or ask maintainer to run separately)
    • I don't know
    • Required / Maybe required
    • Not required because: version bump
  • Changeset (Changeset guidelines)
    • TODO (before merge)
    • Included
    • Not necessary because:
  • Public documentation
    • TODO (before merge)
    • Cloudflare docs PR(s):
    • Not necessary because: version bump

@CarmenPopoviciu CarmenPopoviciu requested review from a team as code owners June 20, 2024 18:01
Copy link

changeset-bot bot commented Jun 20, 2024

🦋 Changeset detected

Latest commit: 99ec58f

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

Copy link
Contributor

github-actions bot commented Jun 20, 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/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:
npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9661936706/npm-package-create-cloudflare-6110 --no-auto-update
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9661936706/npm-package-cloudflare-kv-asset-handler-6110
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9661936706/npm-package-miniflare-6110
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9661936706/npm-package-cloudflare-pages-shared-6110
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.


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.

@CarmenPopoviciu CarmenPopoviciu force-pushed the carmen/workerd-bump branch 7 times, most recently from 2e0e217 to 31d49e0 Compare June 20, 2024 20:42
@threepointone
Copy link
Contributor

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
Copy link
Contributor

Following up on failing builds with eslint warnings here #6111

@CarmenPopoviciu CarmenPopoviciu changed the title chore: bump workerd and workers-types deps [DO NOT MERGE YET] chore: bump workerd and workers-types deps Jun 21, 2024
@CarmenPopoviciu CarmenPopoviciu changed the title [DO NOT MERGE YET] chore: bump workerd and workers-types deps chore: bump workerd and workers-types deps Jun 24, 2024
Bumps the workerd-and-workers-types group with 2 updates:
[@cloudflare/workers-types](https://github.com/cloudflare/workerd) and
[workerd](https://github.com/cloudflare/workerd).

Updates `@cloudflare/workers-types` from 4.20240605.0 to 4.20240620.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `workerd` from 1.20240610.0 to 1.20240620.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20240610.0...v1.20240620.1)

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: workerd-and-workers-types
- dependency-name: workerd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workerd-and-workers-types
...
The following dependency versions have been updated:

| Dependency                | From          | To            |
| ------------------------- | ------------  | ------------  |
| workerd                   | 1.20240610.1  | 1.20240620.1  |
| @cloudflare/workers-types | ^4.20240605.0 | ^4.20240620.0 |
@CarmenPopoviciu CarmenPopoviciu merged commit 7d02856 into main Jun 25, 2024
25 checks passed
@CarmenPopoviciu CarmenPopoviciu deleted the carmen/workerd-bump branch June 25, 2024 12:18
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.

3 participants