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

fix(deps): update all non-major dependencies #2011

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 22.10.10 -> 22.12.0 age adoption passing confidence
lint-staged 15.4.2 -> 15.4.3 age adoption passing confidence
wrangler (source) 3.105.1 -> 3.106.0 age adoption passing confidence

Release Notes

lint-staged/lint-staged (lint-staged)

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.
cloudflare/workers-sdk (wrangler)

v3.106.0

Compare Source

Minor Changes
  • #​7856 2b6f149 Thanks @​emily-shen! - feat: add sanitised error messages to Wrangler telemetry

    Error messages that have been audited for potential inclusion of personal information, and explicitly opted-in, are now included in Wrangler's telemetry collection. Collected error messages will not include any filepaths, user input or any other potentially private content.

  • #​7900 bd9228e Thanks @​vicb! - chore(wrangler): update unenv dependency version

    [email protected] allows using the workerd implementation for
    the Node modules net, timers, and timers/promises.
    See unjs/unenv#396.

Patch Changes
  • #​7904 50b13f6 Thanks @​WalshyDev! - fix: validation for R2 bucket names, the regex was wrongly rejecting buckets starting with a number and the message wasn't as clear as it could be on what was going wrong.

  • #​7895 134d61d Thanks @​jahands! - Fix regression in retryOnAPIFailure preventing any requests from being retried

    Also fixes a regression in pipelines that prevented 401 errors from being retried when waiting for an API token to become active.

  • #​7879 5c02e46 Thanks @​andyjessop! - Fix to not require local connection string when using Hyperdrive and wrangler dev --remote

  • #​7860 13ab591 Thanks @​vicb! - refactor(wrangler): make JSON parsing independent of Node

    Switch jsonc-parser to parse json:

    • JSON.parse() exception messages are not stable across Node versions
    • While jsonc-parser is used, JSONC specific syntax is disabled
  • Updated dependencies []:


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 26, 2025
Copy link
Contributor

github-actions bot commented Jan 26, 2025

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=139.294582 min=26      med=139     max=188     p(90)=161     p(95)=167    
     data_received..................: 19 MB  641 kB/s
     data_sent......................: 12 MB  411 kB/s
     http_req_blocked...............: avg=5.21µs     min=671ns   med=1.43µs  max=8.37ms  p(90)=2.17µs  p(95)=2.55µs 
     http_req_connecting............: avg=3.32µs     min=0s      med=0s      max=8.28ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=23.78ms    min=4.43ms  med=23.1ms  max=1.23s   p(90)=30.13ms p(95)=31.72ms
       { expected_response:true }...: avg=23.78ms    min=4.43ms  med=23.1ms  max=1.23s   p(90)=30.13ms p(95)=31.72ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 125703
     http_req_receiving.............: avg=38.07µs    min=11.21µs med=28.27µs max=16.14ms p(90)=42.38µs p(95)=50.13µs
     http_req_sending...............: avg=12.49µs    min=3.94µs  med=7.55µs  max=19.19ms p(90)=11.19µs p(95)=15.5µs 
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=23.73ms    min=4.31ms  med=23.05ms max=1.23s   p(90)=30.08ms p(95)=31.66ms
     http_reqs......................: 125703 4189.217571/s
     iteration_duration.............: avg=47.7ms     min=12.03ms med=45.99ms max=1.26s   p(90)=51.7ms  p(95)=57.66ms
     iterations.....................: 62828  2093.825617/s
     vus............................: 99     min=99        max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

github-actions bot commented Jan 26, 2025

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=140.429728 min=14     med=141     max=194     p(90)=159     p(95)=163    
     data_received..................: 23 MB  750 kB/s
     data_sent......................: 15 MB  486 kB/s
     http_req_blocked...............: avg=2.57µs     min=641ns  med=1.31µs  max=6.02ms  p(90)=1.95µs  p(95)=2.22µs 
     http_req_connecting............: avg=769ns      min=0s     med=0s      max=2.82ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=20.33ms    min=2.55ms med=19.84ms max=1.1s    p(90)=25.67ms p(95)=27.31ms
       { expected_response:true }...: avg=20.33ms    min=2.55ms med=19.84ms max=1.1s    p(90)=25.67ms p(95)=27.31ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 147024
     http_req_receiving.............: avg=32.79µs    min=9.33µs med=21.96µs max=21.24ms p(90)=35.98µs p(95)=43.43µs
     http_req_sending...............: avg=11.28µs    min=3.3µs  med=6.1µs   max=16.28ms p(90)=9.21µs  p(95)=13.23µs
     http_req_tls_handshaking.......: avg=0s         min=0s     med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=20.29ms    min=2.15ms med=19.8ms  max=1.1s    p(90)=25.63ms p(95)=27.24ms
     http_reqs......................: 147024 4900.193605/s
     iteration_duration.............: avg=40.77ms    min=10.1ms med=39.26ms max=1.12s   p(90)=44.77ms p(95)=50.36ms
     iterations.....................: 73493  2449.463548/s
     vus............................: 44     min=44        max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

github-actions bot commented Jan 26, 2025

@benchmarks/server results (ponyfill)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 294924      ✗ 0     
     data_received..................: 29 MB   968 kB/s
     data_sent......................: 12 MB   393 kB/s
     http_req_blocked...............: avg=1.37µs   min=852ns    med=1.16µs   max=3.19ms p(90)=1.81µs   p(95)=1.97µs  
     http_req_connecting............: avg=21ns     min=0s       med=0s       max=3.12ms p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=140.35µs min=94.32µs  med=135.67µs max=7.88ms p(90)=157.98µs p(95)=165.17µs
       { expected_response:true }...: avg=140.35µs min=94.32µs  med=135.67µs max=7.88ms p(90)=157.98µs p(95)=165.17µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 147462
     http_req_receiving.............: avg=24.39µs  min=12.38µs  med=22.79µs  max=3.29ms p(90)=30.34µs  p(95)=33.12µs 
     http_req_sending...............: avg=6.38µs   min=4.16µs   med=5.54µs   max=2.02ms p(90)=8.13µs   p(95)=8.86µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s     p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=109.57µs min=65.89µs  med=104.56µs max=7.84ms p(90)=123.72µs p(95)=129.57µs
     http_reqs......................: 147462  4914.916881/s
     iteration_duration.............: avg=198.88µs min=141.59µs med=193.43µs max=7.98ms p(90)=219.14µs p(95)=228.82µs
     iterations.....................: 147462  4914.916881/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

github-actions bot commented Jan 26, 2025

@benchmarks/server results (undici)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 223102      ✗ 0     
     data_received..................: 22 MB   747 kB/s
     data_sent......................: 8.9 MB  298 kB/s
     http_req_blocked...............: avg=1.37µs   min=881ns    med=1.16µs   max=247.95µs p(90)=1.86µs   p(95)=2.03µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=147.74µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=207.55µs min=153.22µs med=196.4µs  max=69.61ms  p(90)=221.56µs p(95)=230.45µs
       { expected_response:true }...: avg=207.55µs min=153.22µs med=196.4µs  max=69.61ms  p(90)=221.56µs p(95)=230.45µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 111551
     http_req_receiving.............: avg=25.06µs  min=13.34µs  med=23.52µs  max=2.78ms   p(90)=30.23µs  p(95)=32.83µs 
     http_req_sending...............: avg=6.2µs    min=3.95µs   med=5.35µs   max=1.71ms   p(90)=7.96µs   p(95)=8.57µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=176.28µs min=132.25µs med=165.06µs max=69.54ms  p(90)=187.47µs p(95)=195.65µs
     http_reqs......................: 111551  3718.226061/s
     iteration_duration.............: avg=264.49µs min=196.1µs  med=252.46µs max=69.76ms  p(90)=281.1µs  p(95)=292.77µs
     iterations.....................: 111551  3718.226061/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

github-actions bot commented Jan 26, 2025

@benchmarks/server results (native)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 210664      ✗ 0     
     data_received..................: 21 MB   706 kB/s
     data_sent......................: 8.4 MB  281 kB/s
     http_req_blocked...............: avg=1.35µs   min=881ns    med=1.15µs   max=274.36µs p(90)=1.82µs   p(95)=1.99µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=119.7µs  p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=223.37µs min=170.51µs med=212.38µs max=10.87ms  p(90)=241.02µs p(95)=251.74µs
       { expected_response:true }...: avg=223.37µs min=170.51µs med=212.38µs max=10.87ms  p(90)=241.02µs p(95)=251.74µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 105332
     http_req_receiving.............: avg=24.69µs  min=13.77µs  med=23µs     max=1.8ms    p(90)=30.05µs  p(95)=32.7µs  
     http_req_sending...............: avg=6.16µs   min=3.96µs   med=5.26µs   max=2.79ms   p(90)=8.03µs   p(95)=8.57µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=192.5µs  min=147.42µs med=181.17µs max=7.98ms   p(90)=206.83µs p(95)=216.78µs
     http_reqs......................: 105332  3510.927765/s
     iteration_duration.............: avg=280.57µs min=214.93µs med=268.85µs max=11.17ms  p(90)=300.56µs p(95)=313.93µs
     iterations.....................: 105332  3510.927765/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 85082c0 to 849d5cf Compare January 28, 2025 06:05
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v15.4.3 fix(deps): update all non-major dependencies Jan 28, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 849d5cf to e9c68ca Compare January 28, 2025 12:08
@renovate renovate bot merged commit 69a76b2 into master Jan 28, 2025
24 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 28, 2025 15:06
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