chore(deps): update all non-major dependencies #31
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:
^20.14.10
->^20.14.11
^3.20240701.0
->^3.20240712.0
^3.3.2
->^3.3.3
^3.64.0
->^3.65.0
Release Notes
cloudflare/workers-sdk (miniflare)
v3.20240712.0
Compare Source
Patch Changes
#6265
0d32448
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
prettier/prettier (prettier)
v3.3.3
Compare Source
diff
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
Add parentheses for decorator expressions (#16458 by @y-schneider)
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
Support
@let
declaration syntax (#16474 by @sosukesuzuki)Adds support for Angular v18
@let
declaration syntax.Please see the following code example. The
@let
declaration allows you to define local variables within the template:For more details, please refer to the excellent blog post by the Angular Team: Introducing @let in Angular.
We also appreciate the Angular Team for kindly answering our questions to implement this feature.
cloudflare/workers-sdk (wrangler)
v3.65.0
Compare Source
Minor Changes
#6194
25afcb2
Thanks @zebp! - chore: Add duration and sourcemap size to upload metrics eventWrangler will now send the duration and the total size of any sourcemaps uploaded with your Worker to Cloudflare if you have metrics enabled.
#6259
eb201a3
Thanks @ottomated! - chore: Add types to DurableObjectNamespace type generation. For example:#6245
e4abed3
Thanks @OilyLime! - feature: Add support for Hyperdrive over Access configsPatch Changes
#6255
d497e1e
Thanks @rozenmd! - fix: teach wrangler init --from-dash about d1 bindingsThis PR teaches
wrangler init --from-dash
about D1 bindings, so they aren't incorrectly added to the wrangler.toml as unsafe bindings.#6258
4f524f2
Thanks @dom96! - feature: Add warning about deploying Python with requirements.txtThis expands on the warning shown for all Python Workers to include a message about deploying Python Workers with a requirements.txt not being supported.
#6249
8bbd824
Thanks @petebacondarwin! - chore: Update config-schema.json for the wrangler.toml#5955
db11a0f
Thanks @harugon! - fix: correctly escape newlines inconstructType
function for multiline stringsThis fix ensures that multiline strings are correctly handled by the
constructType
function. Newlines are now properly escaped to prevent invalid JavaScript code generation when using thewrangler types
command. This improves robustness and prevents errors related to multiline string handling in environment variables and other configuration settings.#6263
fa1016c
Thanks @petebacondarwin! - fix: use cli script-name arg when deploying a worker with queue consumersUpdated dependencies [
0d32448
]:Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.