ardatan / whatwg-node

Helper packages to create platform agnostic applications and libraries without worrying about the lack of WHATWG support in Node.js
MIT License
154 stars 31 forks source link

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

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.14.10 -> 20.14.11 age adoption passing confidence
wrangler (source) 3.64.0 -> 3.65.0 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler) ### [`v3.65.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3650) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.64.0...wrangler@3.65.0) ##### Minor Changes - [#​6194](https://togithub.com/cloudflare/workers-sdk/pull/6194) [`25afcb2`](https://togithub.com/cloudflare/workers-sdk/commit/25afcb2f118fb06526209340b3562703cdae326b) Thanks [@​zebp](https://togithub.com/zebp)! - chore: Add duration and sourcemap size to upload metrics event Wrangler will now send the duration and the total size of any sourcemaps uploaded with your Worker to Cloudflare if you have metrics enabled. - [#​6259](https://togithub.com/cloudflare/workers-sdk/pull/6259) [`eb201a3`](https://togithub.com/cloudflare/workers-sdk/commit/eb201a3258469f16c3a42dc5f749ecf3d3ecf372) Thanks [@​ottomated](https://togithub.com/ottomated)! - chore: Add types to DurableObjectNamespace type generation. For example: ```ts interface Env { OBJECT: DurableObjectNamespace; } ``` - [#​6245](https://togithub.com/cloudflare/workers-sdk/pull/6245) [`e4abed3`](https://togithub.com/cloudflare/workers-sdk/commit/e4abed3e8f9c46a014a045885da0dea5c4ae8837) Thanks [@​OilyLime](https://togithub.com/OilyLime)! - feature: Add support for Hyperdrive over Access configs ##### Patch Changes - [#​6255](https://togithub.com/cloudflare/workers-sdk/pull/6255) [`d497e1e`](https://togithub.com/cloudflare/workers-sdk/commit/d497e1e38c58ce740bdccf126bd926456d61ea9f) Thanks [@​rozenmd](https://togithub.com/rozenmd)! - fix: teach wrangler init --from-dash about d1 bindings This PR teaches `wrangler init --from-dash` about D1 bindings, so they aren't incorrectly added to the wrangler.toml as unsafe bindings. - [#​6258](https://togithub.com/cloudflare/workers-sdk/pull/6258) [`4f524f2`](https://togithub.com/cloudflare/workers-sdk/commit/4f524f2eb04f38114adff3590386e06db072f6b0) Thanks [@​dom96](https://togithub.com/dom96)! - feature: Add warning about deploying Python with requirements.txt This 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](https://togithub.com/cloudflare/workers-sdk/pull/6249) [`8bbd824`](https://togithub.com/cloudflare/workers-sdk/commit/8bbd824980c5b1a706bb2e7bef4e52206f7097cf) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - chore: Update config-schema.json for the wrangler.toml - [#​5955](https://togithub.com/cloudflare/workers-sdk/pull/5955) [`db11a0f`](https://togithub.com/cloudflare/workers-sdk/commit/db11a0fd12d7b048e5f74acab876080f79e393b3) Thanks [@​harugon](https://togithub.com/harugon)! - fix: correctly escape newlines in `constructType` function for multiline strings This 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 the `wrangler types` command. This improves robustness and prevents errors related to multiline string handling in environment variables and other configuration settings. - [#​6263](https://togithub.com/cloudflare/workers-sdk/pull/6263) [`fa1016c`](https://togithub.com/cloudflare/workers-sdk/commit/fa1016cffcb0edcc7fa5deef283481a9b1fd527f) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - fix: use cli script-name arg when deploying a worker with queue consumers - Updated dependencies \[[`0d32448`](https://togithub.com/cloudflare/workers-sdk/commit/0d32448fc72521be691dfc87c8ad5f108ddced62)]: - miniflare@3.20240712.0

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.

github-actions[bot] commented 1 month ago

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=139.238167 min=52     med=139     max=201      p(90)=160     p(95)=167    
     data_received..................: 24 MB  814 kB/s
     data_sent......................: 16 MB  527 kB/s
     http_req_blocked...............: avg=2.75µs     min=621ns  med=1.45µs  max=18.47ms  p(90)=2.06µs  p(95)=2.43µs 
     http_req_connecting............: avg=570ns      min=0s     med=0s      max=4.49ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=18.71ms    min=2.35ms med=18.25ms max=765.87ms p(90)=24.37ms p(95)=26.62ms
       { expected_response:true }...: avg=18.71ms    min=2.35ms med=18.25ms max=765.87ms p(90)=24.37ms p(95)=26.62ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 159635
     http_req_receiving.............: avg=36.05µs    min=8.26µs med=24.8µs  max=24.54ms  p(90)=40.95µs p(95)=50.21µs
     http_req_sending...............: avg=12.46µs    min=3.13µs med=7.04µs  max=26.01ms  p(90)=10.67µs p(95)=16.74µs
     http_req_tls_handshaking.......: avg=0s         min=0s     med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=18.67ms    min=2.32ms med=18.21ms max=765.82ms p(90)=24.32ms p(95)=26.52ms
     http_reqs......................: 159635 5320.430526/s
     iteration_duration.............: avg=37.55ms    min=7.76ms med=36.5ms  max=782.7ms  p(90)=41.7ms  p(95)=47.4ms 
     iterations.....................: 79797  2659.532024/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 
github-actions[bot] commented 1 month ago

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=139.174192 min=48     med=138     max=196      p(90)=164     p(95)=170    
     data_received..................: 24 MB  785 kB/s
     data_sent......................: 15 MB  503 kB/s
     http_req_blocked...............: avg=3µs        min=642ns  med=1.37µs  max=13.67ms  p(90)=1.98µs  p(95)=2.3µs  
     http_req_connecting............: avg=1.03µs     min=0s     med=0s      max=4.69ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=19.41ms    min=2.21ms med=18.84ms max=781.29ms p(90)=24.93ms p(95)=26.91ms
       { expected_response:true }...: avg=19.41ms    min=2.21ms med=18.84ms max=781.29ms p(90)=24.93ms p(95)=26.91ms
     http_req_failed................: 0.00%  ✓ 1           ✗ 153989
     http_req_receiving.............: avg=36.59µs    min=8.89µs med=23.43µs max=24.3ms   p(90)=38.55µs p(95)=46.64µs
     http_req_sending...............: avg=11.4µs     min=3.26µs med=6.48µs  max=20.73ms  p(90)=9.68µs  p(95)=14.62µs
     http_req_tls_handshaking.......: avg=0s         min=0s     med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=19.36ms    min=2.19ms med=18.8ms  max=781.22ms p(90)=24.89ms p(95)=26.83ms
     http_reqs......................: 153990 5132.121389/s
     iteration_duration.............: avg=38.93ms    min=9.62ms med=37.71ms max=805.39ms p(90)=43.09ms p(95)=48.47ms
     iterations.....................: 76967  2565.127521/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 
github-actions[bot] commented 1 month ago

@benchmarks/server results (ponyfill)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 300594      ✗ 0     
     data_received..................: 30 MB   987 kB/s
     data_sent......................: 12 MB   401 kB/s
     http_req_blocked...............: avg=1.34µs   min=841ns    med=1.15µs   max=236.2µs p(90)=1.83µs   p(95)=1.99µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=92.47µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=139.08µs min=90µs     med=133.63µs max=8.08ms  p(90)=155.72µs p(95)=162.4µs 
       { expected_response:true }...: avg=139.08µs min=90µs     med=133.63µs max=8.08ms  p(90)=155.72µs p(95)=162.4µs 
     http_req_failed................: 0.00%   ✓ 0           ✗ 150297
     http_req_receiving.............: avg=24.41µs  min=12.01µs  med=23.28µs  max=7.53ms  p(90)=30.2µs   p(95)=32.24µs 
     http_req_sending...............: avg=6.16µs   min=4.01µs   med=5.32µs   max=7.79ms  p(90)=7.95µs   p(95)=8.48µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s      p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=108.51µs min=69.34µs  med=102.62µs max=7.45ms  p(90)=121.78µs p(95)=127.23µs
     http_reqs......................: 150297  5009.717049/s
     iteration_duration.............: avg=195.28µs min=133.99µs med=189.04µs max=8.26ms  p(90)=214.39µs p(95)=223.51µs
     iterations.....................: 150297  5009.717049/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   
github-actions[bot] commented 1 month ago

@benchmarks/server results (native)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 223544      ✗ 0     
     data_received..................: 23 MB   749 kB/s
     data_sent......................: 8.9 MB  298 kB/s
     http_req_blocked...............: avg=1.5µs    min=902ns    med=1.31µs   max=206.71µs p(90)=1.99µs   p(95)=2.15µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=134.14µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=202.63µs min=153.32µs med=190.3µs  max=16.71ms  p(90)=214.96µs p(95)=224.57µs
       { expected_response:true }...: avg=202.63µs min=153.32µs med=190.3µs  max=16.71ms  p(90)=214.96µs p(95)=224.57µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 111772
     http_req_receiving.............: avg=26µs     min=14.34µs  med=24.78µs  max=2.37ms   p(90)=31.62µs  p(95)=33.55µs 
     http_req_sending...............: avg=6.87µs   min=4.2µs    med=6.62µs   max=401.76µs p(90)=8.58µs   p(95)=9.44µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=169.75µs min=122.06µs med=157.25µs max=16.64ms  p(90)=179.17µs p(95)=188.4µs 
     http_reqs......................: 111772  3725.539499/s
     iteration_duration.............: avg=263.8µs  min=202.54µs med=250.6µs  max=16.83ms  p(90)=278.84µs p(95)=291.09µs
     iterations.....................: 111772  3725.539499/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1