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

Merged
merged 1 commit into from
May 31, 2024
Merged

Version Packages #5932

merged 1 commit into from
May 31, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented May 28, 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

@cloudflare/vitest-pool-workers@0.4.0

Minor Changes

Patch Changes

wrangler@3.58.0

Minor Changes

  • #5933 93b98cb Thanks @WalshyDev! - feature: allow for writing authentication details per API environment. This allows someone targetting staging to have their staging auth details saved separately from production, this saves them logging in and out when switching environments.

Patch Changes

  • #5938 9e4d8bc Thanks @threepointone! - fix: let "assets" in wrangler.toml be a string

    The experimental "assets" field can be either a string or an object. However the type definition marks it only as an object. This is a problem because we use this to generate the json schema, which gets picked up by vscode's even better toml extension, and shows it to be an error when used with a string (even though it works fine). The fix is to simply change the type definition to add a string variant.

  • #5758 8e5e589 Thanks @Jackenmen! - fix: use correct type for AI binding instead of unknown

  • Updated dependencies [e0e7725]:

    • miniflare@3.20240524.1

create-cloudflare@2.21.4

Patch Changes

  • #5925 e51a43c Thanks @dario-piotrowicz! - fix: commit changes when framework cli initialized the git repository

    Currently if a framework CLI initializes the git repository then
    C3 fails to commit its changes, fix such erroneous behavior

  • #5892 9a804b9 Thanks @megaconfidence! - fix: Updates DO Template Entry point

miniflare@3.20240524.1

Patch Changes

@cloudflare/pages-shared@0.11.40

Patch Changes

  • Updated dependencies [e0e7725]:
    • miniflare@3.20240524.1

@workers-devprod workers-devprod requested review from a team as code owners May 28, 2024 18:10
Copy link
Contributor

github-actions bot commented May 28, 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/9320604879/npm-package-wrangler-5932

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

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

Or you can use npx with this latest build directly:

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

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


wrangler@3.58.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240524.1
workerd 1.20240524.0 1.20240524.0
workerd --version 1.20240524.0 2024-05-24

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

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 3 times, most recently from 9037221 to b1a6bb3 Compare May 30, 2024 12:17
@workers-devprod workers-devprod requested a review from a team as a code owner May 30, 2024 12:17
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 6 times, most recently from 07446ee to 740f883 Compare May 30, 2024 15:57
@CarmenPopoviciu CarmenPopoviciu merged commit c853278 into main May 31, 2024
29 of 32 checks passed
@CarmenPopoviciu CarmenPopoviciu deleted the changeset-release/main branch May 31, 2024 15:47
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