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

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Version Packages #5582

merged 1 commit into from
Apr 11, 2024

Conversation

workers-devprod
Copy link
Contributor

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

miniflare@3.20240405.1

Minor Changes

wrangler@3.50.0

Minor Changes

  • #5587 d95450f Thanks @CarmenPopoviciu! - fix: pages functions build-env should throw error if invalid Pages config file is found

  • #5572 65aa21c Thanks @CarmenPopoviciu! - fix: fix pages function build-env to exit with code rather than throw fatal error

    Currently pages functions build-env throws a fatal error if a config file does not exit, or if it is invalid. This causes issues for the CI system. We should instead exit with a specific code, if any of those situations arises.

  • #5291 ce00a44 Thanks @pmiguel! - feature: Added bespoke OAuth scope for Queues management.

Patch Changes

  • Updated dependencies [08b4908]:
    • miniflare@3.20240405.1

create-cloudflare@2.18.1

Patch Changes

  • #5333 d5f3c13 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-vue 3.9.2 3.10.2
  • #5576 c9c68d8 Thanks @jculvey! - chore: Update the wrangler.toml of the Python Workers template to include commented out bindings definitions.

@cloudflare/pages-shared@0.11.28

Patch Changes

  • Updated dependencies [08b4908]:
    • miniflare@3.20240405.1

@cloudflare/vitest-pool-workers@0.1.19

Patch Changes

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

github-actions bot commented Apr 11, 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/8648913081/npm-package-wrangler-5582

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

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

Or you can use npx with this latest build directly:

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

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


wrangler@3.50.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240405.1
workerd 1.20240405.0 1.20240405.0
workerd --version 1.20240405.0 2024-04-05

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

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 2 times, most recently from d96f267 to 0fe7920 Compare April 11, 2024 12:03
@workers-devprod workers-devprod requested a review from a team as a code owner April 11, 2024 12:03
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 2 times, most recently from 634ab09 to ae964b3 Compare April 11, 2024 14:15
@CarmenPopoviciu CarmenPopoviciu merged commit 3e57697 into main Apr 11, 2024
27 checks passed
@CarmenPopoviciu CarmenPopoviciu deleted the changeset-release/main branch April 11, 2024 16:59
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.

🐛 BUG: wrangler dev switches Accept-Encoding and request.cf.clientAcceptEncoding
3 participants