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

Bump @cloudflare/unenv-preset to 2.3.0 #8569

Merged
merged 2 commits into from
Mar 21, 2025
Merged

Bump @cloudflare/unenv-preset to 2.3.0 #8569

merged 2 commits into from
Mar 21, 2025

Conversation

vicb
Copy link
Contributor

@vicb vicb commented Mar 19, 2025

Test the parent PR.

This PR is expected to fail until wrangler is updated to use the preset containing the parent PR.

Now that #8568 has been merged and released, the test should pass


  • Tests
    • TODO (before merge)
    • Tests included
    • Tests not necessary because:
  • Wrangler E2E Tests CI Job required? (Use "e2e" label or ask maintainer to run separately)
    • I don't know
    • Required
    • Not required because:
  • Public documentation
    • TODO (before merge)
    • Cloudflare docs PR(s):
    • Documentation not necessary because: no user facing change
  • Wrangler V3 Backport
    • TODO (before merge)
    • PR:
    • Not necessary because: adding a test for crypto which is not in v3

This is part 2 of 2 in a stack made with GitButler:

Sorry, something went wrong.

Copy link
Contributor

github-actions bot commented Mar 19, 2025

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/13986271166/npm-package-wrangler-8569

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

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

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13986271166/npm-package-wrangler-8569 dev path/to/script.js
Additional artifacts:

cloudflare-workers-bindings-extension:

wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13986271166/npm-package-cloudflare-workers-bindings-extension-8569 -O ./cloudflare-workers-bindings-extension.0.0.0-v30341897d.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-v30341897d.vsix

create-cloudflare:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13986271166/npm-package-create-cloudflare-8569 --no-auto-update

@cloudflare/kv-asset-handler:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13986271166/npm-package-cloudflare-kv-asset-handler-8569

miniflare:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13986271166/npm-package-miniflare-8569

@cloudflare/pages-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13986271166/npm-package-cloudflare-pages-shared-8569

@cloudflare/unenv-preset:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13986271166/npm-package-cloudflare-unenv-preset-8569

@cloudflare/vite-plugin:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13986271166/npm-package-cloudflare-vite-plugin-8569

@cloudflare/vitest-pool-workers:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13986271166/npm-package-cloudflare-vitest-pool-workers-8569

@cloudflare/workers-editor-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13986271166/npm-package-cloudflare-workers-editor-shared-8569

@cloudflare/workers-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13986271166/npm-package-cloudflare-workers-shared-8569

@cloudflare/workflows-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13986271166/npm-package-cloudflare-workflows-shared-8569

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


wrangler@4.3.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 4.20250319.0
workerd 1.20250319.0 1.20250319.0
workerd --version 1.20250319.0 2025-03-19

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

@vicb vicb force-pushed the vicb/crypto-tests branch from 49b6cc7 to 2ab2f79 Compare March 19, 2025 08:32
Copy link

changeset-bot bot commented Mar 19, 2025

🦋 Changeset detected

Latest commit: 0368f11

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

This PR includes changesets to release 2 packages
Name Type
wrangler Minor
@cloudflare/vitest-pool-workers 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

Base automatically changed from vicb/crypto to main March 19, 2025 09:46
@vicb vicb requested review from a team as code owners March 19, 2025 09:46
@vicb vicb force-pushed the vicb/crypto-tests branch from 2ab2f79 to 6c929f8 Compare March 19, 2025 09:52
@vicb vicb requested review from a team as code owners March 19, 2025 09:52
@vicb vicb force-pushed the vicb/crypto-tests branch from 6c929f8 to da2a93b Compare March 19, 2025 09:55

Verified

This commit was signed with the committer’s verified signature.
GnomedDev Gnome!
@vicb vicb force-pushed the vicb/crypto-tests branch from da2a93b to 0be9f81 Compare March 21, 2025 06:51

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@vicb vicb force-pushed the vicb/crypto-tests branch from 0be9f81 to 0368f11 Compare March 21, 2025 06:52
@vicb vicb changed the title Add test for node:crypto Bump @cloudflare/unenv-preset to 2.3.0 Mar 21, 2025
@vicb vicb added the e2e Run wrangler e2e tests on a PR label Mar 21, 2025
@vicb vicb requested a review from petebacondarwin March 21, 2025 07:35
@vicb vicb merged commit 1c94eee into main Mar 21, 2025
46 of 54 checks passed
@vicb vicb deleted the vicb/crypto-tests branch March 21, 2025 12:45
@vicb
Copy link
Contributor Author

vicb commented Mar 21, 2025

Thanks Carmen 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e Run wrangler e2e tests on a PR
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants