-
Notifications
You must be signed in to change notification settings - Fork 747
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 #5061
Version Packages #5061
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/8007047990/npm-package-wrangler-5061 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/5061/npm-package-wrangler-5061 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8007047990/npm-package-wrangler-5061 dev path/to/script.js Additional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8007047990/npm-package-create-cloudflare-5061 --no-auto-update npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8007047990/npm-package-cloudflare-kv-asset-handler-5061 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8007047990/npm-package-miniflare-5061 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8007047990/npm-package-cloudflare-pages-shared-5061 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8007047990/npm-package-cloudflare-vitest-pool-workers-5061 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 #5061 +/- ##
==========================================
+ Coverage 70.33% 70.37% +0.04%
==========================================
Files 298 298
Lines 15512 15512
Branches 3983 3983
==========================================
+ Hits 10910 10917 +7
+ Misses 4602 4595 -7 |
a7822d6
to
0a07b75
Compare
3afc86e
to
226043e
Compare
0dd3249
to
b1e42c1
Compare
b1e42c1
to
9811a41
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
miniflare@3.20240208.0
Minor Changes
b03db864
Thanks @mrbbot! - chore: bumpworkerd
to1.20240208.0
wrangler@3.29.0
Minor Changes
#5042
5693d076
Thanks @dario-piotrowicz! - feat: add new--env-interface
towrangler types
Allow users to specify the name of the interface that they want
wrangler types
to generate for theenv
parameter, via the new CLI flag--env-interface
Example:
generates
instead of
#5042
5693d076
Thanks @dario-piotrowicz! - feat: add newpath
positional argument towrangler types
Allow users to specify the path to the typings (.d.ts) file they want
wrangler types
to generateExample:
generates a
my-env.d.ts
file in the current directoryinstead of creating a
worker-configuration.d.ts
filePatch Changes
#5042
5693d076
Thanks @dario-piotrowicz! - feat: include command run in thewrangler types
commentIn the comment added to the
.d.ts
file generated bywrangler types
include the command run to generated the file
#4303
1c460287
Thanks @richardscarrott! - fix: allow Pages Functions to import built-in node:* modules, even when not bundling with wrangler#4957
50f93bd2
Thanks @garrettgu10! - fix: don't strip.py
extensions from Python modules#5042
5693d076
Thanks @dario-piotrowicz! - fix: makewrangler types
honor top level config argumentThe
wrangler types
command currently ignores the-c|--config
argument(although it is still getting shown in the command's help message). Make
sure that the command honors the flag.
Also, if no config file is detected
present a warning to the user
#5042
5693d076
Thanks @dario-piotrowicz! - fix: make thewrangler types
command pick up local secret keys from.dev.vars
Make sure that the
wrangler types
command correctly picks upsecret keys defined in
.dev.vars
and includes them in the generatedfile (marking them as generic
string
types of course)Updated dependencies [
b03db864
]:create-cloudflare@2.12.1
Patch Changes
#5066
ef064279
Thanks @dependabot! - chore: Bumpedcreate-remix
from2.6.0
to2.7.1
#5052
f68e83e2
Thanks @jculvey! - feature: Add script to Qwik template for building Env type definitions.When creating a project with the Qwik template, the
QwikCityPlatform
type will be updated to contain a definition for theenv
property. These types can be re-generated with a newly addedbuild-cf-types
script.@cloudflare/pages-shared@0.11.14
Patch Changes
#4945
73b20fa9
Thanks @jahands! - feat: Add feature metrics to asset-serverUpdated dependencies [
b03db864
]:@cloudflare/vitest-pool-workers@0.0.3
Patch Changes
5693d076
,b03db864
,1c460287
,50f93bd2
,5693d076
,5693d076
,5693d076
,5693d076
]: