-
Notifications
You must be signed in to change notification settings - Fork 1k
Version Packages #7567
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 #7567
Conversation
|
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/12373353997/npm-package-wrangler-7567You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7567/npm-package-wrangler-7567Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-wrangler-7567 dev path/to/script.jsAdditional artifacts:wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-cloudflare-workers-bindings-extension-7567 -O ./cloudflare-workers-bindings-extension.0.0.0-va42ab22cb.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-va42ab22cb.vsixnpx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-create-cloudflare-7567 --no-auto-updatenpm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-cloudflare-kv-asset-handler-7567npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-miniflare-7567npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-cloudflare-pages-shared-7567npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-cloudflare-unenv-preset-7567npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-cloudflare-vitest-pool-workers-7567npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-cloudflare-workers-editor-shared-7567npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-cloudflare-workers-shared-7567npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-cloudflare-workflows-shared-7567Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
f3a38a8 to
8ead75e
Compare
432c58e to
1e16dda
Compare
1e16dda to
15a1d32
Compare
Mrthebuilder
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made a few changes
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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
[email protected]
Minor Changes
#7522
6403e41Thanks @vicb! - feat(wrangler): allow overriding the unenv preset.By default wrangler uses the bundled unenv preset.
Setting
WRANGLER_UNENV_RESOLVE_PATHSallow to use another version of the preset.Those paths are used when resolving the unenv module identifiers to absolute paths.
This can be used to test a development version.
#7479
2780849Thanks @penalosa! - Accept a JSON file of the format{ name: string }[]inwrangler kv bulk delete, as well as the currentstring[]format.Patch Changes
#7541
ca9410aThanks @vicb! - chore(wrangler): update unenv dependency version#7345
15aa936Thanks @edmundhung! - fix(wrangler): keypress event name is optional[email protected]
Patch Changes
#7511
5addedfThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7557
01b5451Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7497
fb30983Thanks @dario-piotrowicz! - fix: make sure C3 works with the latest Astro versions#7390
0e9499eThanks @penalosa! - Bump Nuxt C3 template to Node 18#7565
8ad5be9Thanks @dario-piotrowicz! - update the astro experimental template not to unnecessarily specifyv2fornodejs_compat@cloudflare/[email protected]
Patch Changes
77bd9a1Thanks @GregBrimble! - chore: Remove now-unused asset preservation cache (v1)@cloudflare/[email protected]
Patch Changes
ca9410a,6403e41,15aa936,2780849]:[email protected]
Patch Changes
7e40e14Thanks @penalosa! - Limit status bot repos