Version Packages - #5061
Merged
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/8007047990/npm-package-wrangler-5061You 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-5061Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8007047990/npm-package-wrangler-5061 dev path/to/script.jsAdditional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8007047990/npm-package-create-cloudflare-5061 --no-auto-updatenpm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8007047990/npm-package-cloudflare-kv-asset-handler-5061npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8007047990/npm-package-miniflare-5061npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8007047990/npm-package-cloudflare-pages-shared-5061npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8007047990/npm-package-cloudflare-vitest-pool-workers-5061Note 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 |
workers-devprod
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
February 20, 2024 21:14
a7822d6 to
0a07b75
Compare
6 tasks
workers-devprod
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
February 21, 2024 14:03
3afc86e to
226043e
Compare
workers-devprod
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
February 21, 2024 15:53
0dd3249 to
b1e42c1
Compare
workers-devprod
force-pushed
the
changeset-release/main
branch
from
February 22, 2024 15:36
b1e42c1 to
9811a41
Compare
RamIdeas
approved these changes
Feb 22, 2024
lrapoport-cf
approved these changes
Feb 22, 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
miniflare@3.20240208.0
Minor Changes
b03db864Thanks @mrbbot! - chore: bumpworkerdto1.20240208.0wrangler@3.29.0
Minor Changes
#5042
5693d076Thanks @dario-piotrowicz! - feat: add new--env-interfacetowrangler typesAllow users to specify the name of the interface that they want
wrangler typesto generate for theenvparameter, via the new CLI flag--env-interfaceExample:
generates
instead of
#5042
5693d076Thanks @dario-piotrowicz! - feat: add newpathpositional argument towrangler typesAllow users to specify the path to the typings (.d.ts) file they want
wrangler typesto generateExample:
generates a
my-env.d.tsfile in the current directoryinstead of creating a
worker-configuration.d.tsfilePatch Changes
#5042
5693d076Thanks @dario-piotrowicz! - feat: include command run in thewrangler typescommentIn the comment added to the
.d.tsfile generated bywrangler typesinclude the command run to generated the file
#4303
1c460287Thanks @richardscarrott! - fix: allow Pages Functions to import built-in node:* modules, even when not bundling with wrangler#4957
50f93bd2Thanks @garrettgu10! - fix: don't strip.pyextensions from Python modules#5042
5693d076Thanks @dario-piotrowicz! - fix: makewrangler typeshonor top level config argumentThe
wrangler typescommand currently ignores the-c|--configargument(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
5693d076Thanks @dario-piotrowicz! - fix: make thewrangler typescommand pick up local secret keys from.dev.varsMake sure that the
wrangler typescommand correctly picks upsecret keys defined in
.dev.varsand includes them in the generatedfile (marking them as generic
stringtypes of course)Updated dependencies [
b03db864]:create-cloudflare@2.12.1
Patch Changes
#5066
ef064279Thanks @dependabot! - chore: Bumpedcreate-remixfrom2.6.0to2.7.1#5052
f68e83e2Thanks @jculvey! - feature: Add script to Qwik template for building Env type definitions.When creating a project with the Qwik template, the
QwikCityPlatformtype will be updated to contain a definition for theenvproperty. These types can be re-generated with a newly addedbuild-cf-typesscript.@cloudflare/pages-shared@0.11.14
Patch Changes
#4945
73b20fa9Thanks @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]: