Merged
Conversation
Contributor
|
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/12201649876/npm-package-wrangler-7439You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7439/npm-package-wrangler-7439Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12201649876/npm-package-wrangler-7439 dev path/to/script.jsAdditional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12201649876/npm-package-create-cloudflare-7439 --no-auto-updatenpm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12201649876/npm-package-cloudflare-kv-asset-handler-7439npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12201649876/npm-package-miniflare-7439npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12201649876/npm-package-cloudflare-pages-shared-7439npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12201649876/npm-package-cloudflare-vitest-pool-workers-7439npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12201649876/npm-package-cloudflare-workers-editor-shared-7439npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12201649876/npm-package-cloudflare-workers-shared-7439npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12201649876/npm-package-cloudflare-workflows-shared-7439Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
8299066 to
916a029
Compare
84e0951 to
5cd3506
Compare
penalosa
approved these changes
Dec 6, 2024
petebacondarwin
approved these changes
Dec 6, 2024
5cd3506 to
a93b8d7
Compare
lrapoport-cf
approved these changes
Dec 6, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/workers-shared@0.10.0
Minor Changes
f4ae6eeThanks @WillTaylorDev! - Support forassets.experimental_serve_directlywithwrangler devwrangler@3.93.0
Minor Changes
#7291
f5b9cd5Thanks @edmundhung! - Add anonymous telemetry to Wrangler commandsFor new users, Cloudflare will collect anonymous usage telemetry to guide and improve Wrangler's development. If you have already opted out of Wrangler's existing telemetry, this setting will still be respected.
See our data policy for more details on what we collect and how to opt out if you wish.
#7448
20a0f17Thanks @GregBrimble! - feat: Allow Workers for Platforms scripts (scripts deployed with--dispatch-namespace) to bring alongassets#7445
f4ae6eeThanks @WillTaylorDev! - Support forassets.experimental_serve_directlywithwrangler devPatch Changes
#7256
415e5b5Thanks @jamesopstad! - Export unstable_readConfig function and Unstable_Config, Unstable_RawConfig, Unstable_RawEnvironment and Unstable_MiniflareWorkerOptions types from Wrangler.Overload unstable_getMiniflareWorkerOptions function to accept a config that has already been loaded.
#7431
8f25ebeThanks @vicb! - chore(wrangler): update unenv dependency versionPull in:
module:createRequirefor latest workerd unjs/unenv#351)node:eventsinstead of relative path unjs/unenv#354)unenv/imports insidenode:httpunjs/unenv#363)process.domaintoundefinedunjs/unenv#367)#7426
b40d0abThanks @petebacondarwin! - fix: allow the asset directory to be omitted in Wrangler config for commands that don't need it#7454
f2045beThanks @petebacondarwin! - refactor: Ensure that unstable type exports are all prefixed withUnstable_rather than justUnstable#7461
9ede45bThanks @petebacondarwin! - fix: relax validation of unsafe configuration to allow an empty objectThe types, the default and the code in general support an empty object for this config setting.
So it makes sense to avoid erroring when validating the config.
#7446
9435af0Thanks @petebacondarwin! - fix: make sure Wrangler doesn't create a.wranglertmp dir in thefunctions/folder of a Pages projectThis regression was introduced in refactor: move projectRoot computation to config validation #7415
and this change fixes it by reverting that change.
#7385
14a7bc6Thanks @edmundhung! - Thex-provisionexperimental flag now support inherit bindings in deploys#7463
073293fThanks @penalosa! - Clarify messaging aroundwrangler versionscommands to reflect that they're stable (and have been since GA during birthday week)#7436
5e69799Thanks @Ankcorn! - Relax type on observability.enabled to remove linting error for nested configurations#7450
8c873edThanks @petebacondarwin! - fix: ensure that version secrets commands do not write wrangler config warningsUpdated dependencies [
21a9e24,f4ae6ee]:create-cloudflare@2.33.3
Patch Changes
#7384
55ec38aThanks @Cherry! - chore: bump vitest in templates#7428
f463dd2Thanks @Oreoezi! - Use correct port in playwright config file for generated SvelteKit apps#7343
a3d5aadThanks @petebacondarwin! - fix: C3 experimental template for Solid now uses correct preset#7332
a068672Thanks @petebacondarwin! - fix: C3 experimental template for Nuxt now uses correct presetminiflare@3.20241205.0
Patch Changes
#7464
21a9e24Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
@cloudflare/pages-shared@0.11.71
Patch Changes
21a9e24]:@cloudflare/vitest-pool-workers@0.5.34
Patch Changes
415e5b5,8f25ebe,21a9e24,b40d0ab,f2045be,9ede45b,f5b9cd5,9435af0,20a0f17,f4ae6ee,14a7bc6,073293f,5e69799,8c873ed]: