-
Notifications
You must be signed in to change notification settings - Fork 753
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
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-7567 You 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-7567 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-wrangler-7567 dev path/to/script.js Additional 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.vsix npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-create-cloudflare-7567 --no-auto-update npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-cloudflare-kv-asset-handler-7567 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-miniflare-7567 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-cloudflare-pages-shared-7567 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-cloudflare-unenv-preset-7567 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-cloudflare-vitest-pool-workers-7567 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-cloudflare-workers-editor-shared-7567 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-cloudflare-workers-shared-7567 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12373353997/npm-package-cloudflare-workflows-shared-7567 Note 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
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
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
6403e41
Thanks @vicb! - feat(wrangler): allow overriding the unenv preset.By default wrangler uses the bundled unenv preset.
Setting
WRANGLER_UNENV_RESOLVE_PATHS
allow 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
2780849
Thanks @penalosa! - Accept a JSON file of the format{ name: string }[]
inwrangler kv bulk delete
, as well as the currentstring[]
format.Patch Changes
#7541
ca9410a
Thanks @vicb! - chore(wrangler): update unenv dependency version#7345
15aa936
Thanks @edmundhung! - fix(wrangler): keypress event name is optional[email protected]
Patch Changes
#7511
5addedf
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7557
01b5451
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7497
fb30983
Thanks @dario-piotrowicz! - fix: make sure C3 works with the latest Astro versions#7390
0e9499e
Thanks @penalosa! - Bump Nuxt C3 template to Node 18#7565
8ad5be9
Thanks @dario-piotrowicz! - update the astro experimental template not to unnecessarily specifyv2
fornodejs_compat
@cloudflare/[email protected]
Patch Changes
77bd9a1
Thanks @GregBrimble! - chore: Remove now-unused asset preservation cache (v1)@cloudflare/[email protected]
Patch Changes
ca9410a
,6403e41
,15aa936
,2780849
]:[email protected]
Patch Changes
7e40e14
Thanks @penalosa! - Limit status bot repos