Skip to content
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

chore(deps): update all non-major dependencies #892

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) 18.2.29 -> 18.2.30 age adoption passing confidence
wrangler 3.13.2 -> 3.14.0 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler)

v3.14.0

Compare Source

Minor Changes
  • #​2162 a1f212e6 Thanks @​WalshyDev! - add support for service bindings in wrangler pages dev by providing the
    new --service|-s flag which accepts an array of BINDING_NAME=SCRIPT_NAME
    where BINDING_NAME is the name of the binding and SCRIPT_NAME is the name
    of the worker (as defined in its wrangler.toml), such workers need to be
    running locally with with wrangler dev.

    For example if a user has a worker named worker-a, in order to locally bind
    to that they'll need to open two different terminals, in each navigate to the
    respective worker/pages application and then run respectively wrangler dev and
    wrangler pages ./publicDir --service MY_SERVICE=worker-a this will add the
    MY_SERVICE binding to pages' worker env 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 however
    experimental 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 19, 2023
@github-actions
Copy link
Contributor

✅ Benchmark Results

     ✓ no-errors
     ✓ expected-result

     checks.........................: 100.00% ✓ 362920      ✗ 0     
     data_received..................: 36 MB   1.2 MB/s
     data_sent......................: 15 MB   484 kB/s
     http_req_blocked...............: avg=1.18µs   min=700ns   med=1µs      max=165.7µs p(90)=1.4µs   p(95)=1.7µs  
     http_req_connecting............: avg=0ns      min=0s      med=0s       max=116.6µs p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=107.07µs min=58.9µs  med=95.69µs  max=18.22ms p(90)=124.4µs p(95)=143.4µs
       { expected_response:true }...: avg=107.07µs min=58.9µs  med=95.69µs  max=18.22ms p(90)=124.4µs p(95)=143.4µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 181460
     http_req_receiving.............: avg=17.89µs  min=9.19µs  med=16.4µs   max=7.31ms  p(90)=24.8µs  p(95)=26.7µs 
     http_req_sending...............: avg=5.37µs   min=3.5µs   med=4.4µs    max=2.1ms   p(90)=6µs     p(95)=7.7µs  
     http_req_tls_handshaking.......: avg=0s       min=0s      med=0s       max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=83.8µs   min=45µs    med=72.9µs   max=16.56ms p(90)=98.3µs  p(95)=115.8µs
     http_reqs......................: 181460  6048.422639/s
     iteration_duration.............: avg=161.07µs min=101.8µs med=144.69µs max=18.49ms p(90)=183.9µs p(95)=206.2µs
     iterations.....................: 181460  6048.422639/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

@renovate renovate bot merged commit 633bd09 into master Oct 19, 2023
16 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 19, 2023 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants