chore(deps): update dependency wrangler to ^3.29.0 #304
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 contains the following updates:
^3.28.4
->^3.29.0
Release Notes
cloudflare/workers-sdk (wrangler)
v3.29.0
Compare Source
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
1c460287
Thanks @richardscarrott! - fix: allow Pages Functions to import built-in node:* modules, even when not bundling with wrangler50f93bd2
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
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.