chore(deps): update all non-major dependencies #892
Merged
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:
18.2.29
->18.2.30
3.13.2
->3.14.0
Release Notes
cloudflare/workers-sdk (wrangler)
v3.14.0
Compare Source
Minor Changes
#4204
38fdbe9b
Thanks @matthewdavidrodgers! - Support user limits for CPU timeUser limits provided via script metadata on upload
Example configuration:
#2162
a1f212e6
Thanks @WalshyDev! - add support for service bindings inwrangler pages dev
by providing thenew
--service
|-s
flag which accepts an array ofBINDING_NAME=SCRIPT_NAME
where
BINDING_NAME
is the name of the binding andSCRIPT_NAME
is the nameof the worker (as defined in its
wrangler.toml
), such workers need to berunning locally with with
wrangler dev
.For example if a user has a worker named
worker-a
, in order to locally bindto that they'll need to open two different terminals, in each navigate to the
respective worker/pages application and then run respectively
wrangler dev
andwrangler pages ./publicDir --service MY_SERVICE=worker-a
this will add theMY_SERVICE
binding to pages' workerenv
object.Note: additionally after the
SCRIPT_NAME
the name of an environment can be specified,prefixed by an
@
(as in:MY_SERVICE=SCRIPT_NAME@PRODUCTION
), this behavior is howeverexperimental and not fully properly defined.
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.
👻 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.