-
Notifications
You must be signed in to change notification settings - Fork 778
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 #4781
Version Packages #4781
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/7629633260/npm-package-wrangler-4781 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/4781/npm-package-wrangler-4781 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7629633260/npm-package-wrangler-4781 dev path/to/script.js Additional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7629633260/npm-package-create-cloudflare-4781 --no-auto-update npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7629633260/npm-package-miniflare-4781 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7629633260/npm-package-cloudflare-pages-shared-4781 Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4781 +/- ##
==========================================
+ Coverage 70.54% 70.56% +0.01%
==========================================
Files 290 290
Lines 15075 15075
Branches 3818 3818
==========================================
+ Hits 10635 10638 +3
+ Misses 4440 4437 -3 |
482aed5
to
4680c97
Compare
610c17c
to
c92dbc0
Compare
c92dbc0
to
cf12e17
Compare
cf12e17
to
aa209b1
Compare
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
#4523
9f96f28b
Thanks @dario-piotrowicz! - Add newgetBindingsProxy
utility to the wrangler packageThe new utility is part of wrangler's JS API (it is not part of the wrangler CLI) and its use is to provide proxy objects to bindings, such objects can be used in Node.js code as if they were actual bindings
The utility reads the
wrangler.toml
file present in the current working directory in order to discern what bindings should be available (awrangler.json
file can be used too, as well as config files with custom paths).Example
Assuming that in the current working directory there is a
wrangler.toml
file with the followingcontent:
The utility could be used in a nodejs script in the following way:
Patch Changes
#3427
b79e93a3
Thanks @ZakKemble! - fix: Use Windows SYSTEMROOT env var for finding netstatCurrently, the drive letter of os.homedir() (the user's home directory) is used to build the path to netstat.exe. However, user directories are not always on the same drive as the Windows installation, in which case the path to netstat will be incorrect. Now we use the %SYSTEMROOT% environment variable which correctly points to the installation path of Windows.
#4768
c3e410c2
Thanks @petebacondarwin! - ci: bump undici versions to 5.28.2Updated dependencies [
c3e410c2
]:[email protected]
Patch Changes
#4780
a75ef752
Thanks @dependabot! - C3: Bumped@angular/create
from17.0.6
to17.1.0
#4786
7273efca
Thanks @dependabot! - C3: Bumpedcreate-svelte
from6.0.6
to6.0.8
#4788
d4676266
Thanks @dependabot! - C3: Bumpedcreate-remix
from2.5.0
to2.5.1
#4789
475da3a6
Thanks @dependabot! - C3: Bumpedcreate-qwik
from1.3.5
to1.4.0
#4803
fa09f4a2
Thanks @petebacondarwin! - feat: add "Hello World" example for Durable ObjectsThis new starter corresponds to the getting started guide in the docs.
See Add hello world example for Durable Objects #4747
#4768
c3e410c2
Thanks @petebacondarwin! - ci: bump undici versions to 5.28.2[email protected]
Patch Changes
c3e410c2
Thanks @petebacondarwin! - ci: bump undici versions to 5.28.2@cloudflare/[email protected]
Patch Changes
c3e410c2
]:@cloudflare/[email protected]
Minor Changes
884e4188
Thanks @1000hz! -import/order
rule has been removed.@cloudflare/[email protected]
Patch Changes
c3e410c2
Thanks @petebacondarwin! - ci: bump undici versions to 5.28.2[email protected]
Patch Changes
c3e410c2
Thanks @petebacondarwin! - ci: bump undici versions to 5.28.2[email protected]
Patch Changes
c3e410c2
Thanks @petebacondarwin! - ci: bump undici versions to 5.28.2