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

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Version Packages #6081

merged 1 commit into from
Jun 25, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Jun 18, 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

wrangler@3.62.0

Minor Changes

  • #5950 0075621 Thanks @WalshyDev! - feat: add wrangler versions secret put, wrangler versions secret bulk and wrangler versions secret list

    wrangler versions secret put allows for you to add/update a secret even if the latest version is not fully deployed. A new version with this secret will be created, the existing secrets and config are copied from the latest version.

    wrangler versions secret bulk allows you to bulk add/update multiple secrets at once, this behaves the same as secret put and will only make one new version.

    wrangler versions secret list lists the secrets available to the currently deployed versions. wrangler versions secret list --latest-version or wrangler secret list will list for the latest version.

    Additionally, we will now prompt for extra confirmation if attempting to rollback to a version with different secrets than the currently deployed.

Patch Changes

  • #6118 1621992 Thanks @WalshyDev! - fix: rollback in the case of a secret change, the prompt meant to show was not showing due to the spinner in an interactive env. It will now properly show.

    chore: improve the view of wrangler versions view and change up copy a little for versions secret commands.

  • #6105 26855f3 Thanks @helloimalastair! - feat: Add help messages to all invalid r2 commands

  • #3735 9c7df38 Thanks @lrapoport-cf! - chore: Cleanup wrangler --help output

    This commit cleans up and standardizes the look and feel of all wrangler commands as displayed by wrangler --help and wrangler <cmd> --help.

  • #6080 e2972cf Thanks @threepointone! - chore: run eslint (with react config) on workers-playground/wrangler

    This enables eslint (with our react config) for the workers-playground project. Additionally, this enables the react-jsx condition in relevant tsconfig/eslint config, letting us write jsx without having React in scope.

  • #6001 d39d595 Thanks @penalosa! - chore: changes to how wrangler dev launches your worker, behind the experimental --x-dev-env flag

  • #5214 05c5607 Thanks @penalosa! - feat: Experimental file based service discovery when running multiple Wrangler instances locally. To try it out, make sure all your local Wrangler instances are running with the --x-registry flag.

  • Updated dependencies [7d02856, d4e1e9f]:

    • miniflare@3.20240620.0
    • @cloudflare/kv-asset-handler@0.3.4

create-cloudflare@2.21.9

Patch Changes

  • #6069 91c7ce2 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-hono 0.8.1 0.9.0
  • #6070 bcb7acd Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-svelte 6.3.1 6.3.2
  • #6086 820d6d2 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-vue 3.10.3 3.10.4

@cloudflare/kv-asset-handler@0.3.4

Patch Changes

miniflare@3.20240620.0

Patch Changes

  • #6110 7d02856 Thanks @CarmenPopoviciu! - chore: update dependencies of "miniflare" package

    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

@cloudflare/pages-shared@0.11.45

Patch Changes

  • Updated dependencies [7d02856]:
    • miniflare@3.20240620.0

@cloudflare/vitest-pool-workers@0.4.7

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners June 18, 2024 20:36
Copy link
Contributor

github-actions bot commented Jun 18, 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/9662283034/npm-package-wrangler-6081

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

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

Or you can use npx with this latest build directly:

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

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


wrangler@3.62.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240620.0
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.

@cloudflare cloudflare deleted a comment Jun 19, 2024
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 8 times, most recently from b06737f to 458e72e Compare June 20, 2024 15:01
@cloudflare cloudflare deleted a comment Jun 20, 2024
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 7 times, most recently from f95a066 to b9cf300 Compare June 21, 2024 18:42
@workers-devprod workers-devprod requested a review from a team as a code owner June 21, 2024 18:42
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 8 times, most recently from 439b40c to ea71800 Compare June 25, 2024 11:05
@CarmenPopoviciu CarmenPopoviciu merged commit ea6f0b7 into main Jun 25, 2024
31 checks passed
@CarmenPopoviciu CarmenPopoviciu deleted the changeset-release/main branch June 25, 2024 14:27
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