ardatan / feTS

🗹 TypeScript HTTP Framework focusing on e2e type-safety, easy setup, performance & great developer experience
https://the-guild.dev/openapi/fets
MIT License
629 stars 29 forks source link

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

Closed renovate[bot] closed 4 days ago

renovate[bot] commented 4 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.25.8 -> 7.25.9 age adoption passing confidence
@babel/preset-env (source) 7.25.8 -> 7.25.9 age adoption passing confidence
@pulumi/azure-native (source) 2.67.0 -> 2.68.0 age adoption passing confidence
wrangler (source) 3.81.0 -> 3.82.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.25.9`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7259-2024-10-22) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.8...v7.25.9) ##### :bug: Bug Fix - `babel-parser`, `babel-template`, `babel-types` - [#​16905](https://redirect.github.com/babel/babel/pull/16905) fix: Keep type annotations in `syntacticPlaceholders` mode ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helper-compilation-targets`, `babel-preset-env` - [#​16907](https://redirect.github.com/babel/babel/pull/16907) fix: support BROWSERSLIST{,\_CONFIG} env ([@​JLHwung](https://redirect.github.com/JLHwung)) - Other - [#​16884](https://redirect.github.com/babel/babel/pull/16884) Analyze `ClassAccessorProperty` to prevent the `no-undef` rule ([@​victorenator](https://redirect.github.com/victorenator)) ##### :house: Internal - `babel-helper-transform-fixture-test-runner` - [#​16914](https://redirect.github.com/babel/babel/pull/16914) remove test options flaky ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :running_woman: Performance - `babel-parser`, `babel-types` - [#​16918](https://redirect.github.com/babel/babel/pull/16918) perf: Make `VISITOR_KEYS` etc. faster to access ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
pulumi/pulumi-azure-native (@​pulumi/azure-native) ### [`v2.68.0`](https://redirect.github.com/pulumi/pulumi-azure-native/compare/v2.67.0...v2.68.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-azure-native/compare/v2.67.0...v2.68.0)
cloudflare/workers-sdk (wrangler) ### [`v3.82.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3820) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.81.0...wrangler@3.82.0) ##### Minor Changes - [#​6945](https://redirect.github.com/cloudflare/workers-sdk/pull/6945) [`6b97353`](https://redirect.github.com/cloudflare/workers-sdk/commit/6b9735389fcb57dd8abb778439dd5e11f593b264) Thanks [@​bthwaites](https://redirect.github.com/bthwaites)! - Add jurisdiction option to R2 event notification wrangler actions ##### Patch Changes - [#​5737](https://redirect.github.com/cloudflare/workers-sdk/pull/5737) [`9bf51d6`](https://redirect.github.com/cloudflare/workers-sdk/commit/9bf51d656f5c7cd6ef744ebc1cebe85b29f05187) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Validate duplicate bindings across all binding types - [#​7010](https://redirect.github.com/cloudflare/workers-sdk/pull/7010) [`1f6ff8b`](https://redirect.github.com/cloudflare/workers-sdk/commit/1f6ff8b696671cd1f7918c0549cc7e6660a71e5b) Thanks [@​vicb](https://redirect.github.com/vicb)! - chore: update unenv dependency version - [#​7012](https://redirect.github.com/cloudflare/workers-sdk/pull/7012) [`244aa57`](https://redirect.github.com/cloudflare/workers-sdk/commit/244aa57a9f38b9dedbae6d4bb3949dd63840c82c) Thanks [@​RamIdeas](https://redirect.github.com/RamIdeas)! - Add support for Workflow bindings (in deployments, not yet in local dev) To bind to a workflow, add a `workflows` section in your wrangler.toml: ```toml [[workflows]] binding = "WORKFLOW" name = "my-workflow" class_name = "MyDemoWorkflow" ``` and export an entrypoint (e.g. `MyDemoWorkflow`) in your script: ```typescript import { WorkflowEntrypoint } from "cloudflare:workers"; export class MyDemoWorkflow extends WorkflowEntrypoint {...} ``` - [#​7039](https://redirect.github.com/cloudflare/workers-sdk/pull/7039) [`e44f496`](https://redirect.github.com/cloudflare/workers-sdk/commit/e44f496a84ba1c4c87abd5ea6302735cf84d525f) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Only show dev registry connection status in local dev - [#​7037](https://redirect.github.com/cloudflare/workers-sdk/pull/7037) [`e1b93dc`](https://redirect.github.com/cloudflare/workers-sdk/commit/e1b93dcf6fc8b707d2d12b9e1a76e20f7450f025) Thanks [@​emily-shen](https://redirect.github.com/emily-shen)! - fix: ask for confirmation before creating a new Worker when uploading secrets Previously, `wrangler secret put KEY --name non-existent-worker` would automatically create a new Worker with the name `non-existent-worker`. This fix asks for confirmation before doing so (if running in an interactive context). Behaviour in non-interactive/CI contexts should be unchanged. - [#​7015](https://redirect.github.com/cloudflare/workers-sdk/pull/7015) [`48152d6`](https://redirect.github.com/cloudflare/workers-sdk/commit/48152d69ee1440764b99e1d9b17656aaa1c1b20e) Thanks [@​RamIdeas](https://redirect.github.com/RamIdeas)! - add `wrangler workflows ...` commands - [#​7041](https://redirect.github.com/cloudflare/workers-sdk/pull/7041) [`045787b`](https://redirect.github.com/cloudflare/workers-sdk/commit/045787bc435dd84c3554adecc9ae8ddaf8a7a1ce) Thanks [@​CarmenPopoviciu](https://redirect.github.com/CarmenPopoviciu)! - Show `wrangler pages dev --proxy` warning On Node.js 17+, wrangler will default to fetching only the IPv6 address. With these changes we warn users that the process listening on the port specified via `--proxy` should be configured for IPv6. - [#​7018](https://redirect.github.com/cloudflare/workers-sdk/pull/7018) [`127615a`](https://redirect.github.com/cloudflare/workers-sdk/commit/127615afc29c95fa602d3ca63611fff2848556c1) Thanks [@​emily-shen](https://redirect.github.com/emily-shen)! - fix: log successful runs of `d1 execute` in local - [#​6970](https://redirect.github.com/cloudflare/workers-sdk/pull/6970) [`a8ca700`](https://redirect.github.com/cloudflare/workers-sdk/commit/a8ca7005d09533f76b67c571859aa4c19519bec4) Thanks [@​oliy](https://redirect.github.com/oliy)! - Add HTTP authentication options for Workers Pipelines - [#​7005](https://redirect.github.com/cloudflare/workers-sdk/pull/7005) [`6131ef5`](https://redirect.github.com/cloudflare/workers-sdk/commit/6131ef5a3d166176b98f2f2d4e8710c980ba6843) Thanks [@​edmundhung](https://redirect.github.com/edmundhung)! - fix: prevent users from passing multiple arguments to non array options - [#​7046](https://redirect.github.com/cloudflare/workers-sdk/pull/7046) [`f9d5fdb`](https://redirect.github.com/cloudflare/workers-sdk/commit/f9d5fdb0fdb4d0ed52264d64938d55eddd82ed8d) Thanks [@​oliy](https://redirect.github.com/oliy)! - Minor change to 3rd party API shape for Workers Pipelines - [#​6972](https://redirect.github.com/cloudflare/workers-sdk/pull/6972) [`c794935`](https://redirect.github.com/cloudflare/workers-sdk/commit/c794935143e98af1829682fb4f34dec6efa7077a) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Add ` (local) ` indicator to bindings using local data - Updated dependencies \[[`809193e`](https://redirect.github.com/cloudflare/workers-sdk/commit/809193e05ad80c32086acf18646d0bd436cf2bfd)]: - miniflare@3.20241018.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 was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 4 days ago

❌ Benchmark Failed

Failed assertions detected

If the performance regression is expected, please increase the failing threshold.


✓ no_errors{server:node-http,mode:no-schema}
✓ expected_result{server:node-http,mode:no-schema}
✓ no_errors{server:node-http,mode:json-schema}
✓ expected_result{server:node-http,mode:json-schema}
✓ no_errors{server:uWebSockets,mode:no-schema}
✓ expected_result{server:uWebSockets,mode:no-schema}
✗ no_errors{server:uWebSockets,mode:json-schema}
↳  0% — ✓ 0 / ✗ 70295
✗ expected_result{server:uWebSockets,mode:json-schema}
↳  0% — ✓ 0 / ✗ 70295
 checks......................................: 82.44% ✓ 660088      ✗ 140590
 data_received...............................: 69 MB  577 kB/s
 data_sent...................................: 51 MB  423 kB/s
 http_req_blocked............................: avg=1.69µs   min=912ns    med=1.63µs   max=5.36ms  p(90)=2.12µs   p(95)=2.4µs   
 http_req_connecting.........................: avg=13ns     min=0s       med=0s       max=5.15ms  p(90)=0s       p(95)=0s      
 http_req_duration...........................: avg=206.52µs min=120.27µs med=184.16µs max=31.87ms p(90)=254.49µs p(95)=277.09µs
   { expected_response:true }................: avg=190.66µs min=120.27µs med=178.03µs max=10.39ms p(90)=209.09µs p(95)=220.67µs
 ✓ { server:node-http,mode:json-schema }.....: avg=206.15µs min=150.88µs med=192.52µs max=7.41ms  p(90)=218.51µs p(95)=229.86µs
 ✓ { server:node-http,mode:no-schema }.......: avg=198.12µs min=139.92µs med=181.41µs max=9.38ms  p(90)=208.83µs p(95)=224.49µs
 ✓ { server:uWebSockets,mode:json-schema }...: avg=280.96µs min=185.74µs med=254.65µs max=31.87ms p(90)=304.92µs p(95)=329.1µs 
 ✓ { server:uWebSockets,mode:no-schema }.....: avg=170.56µs min=120.27µs med=159.47µs max=10.39ms p(90)=182.62µs p(95)=191.19µs
 http_req_failed.............................: 17.55% ✓ 70295       ✗ 330044
 http_req_receiving..........................: avg=23.51µs  min=11.93µs  med=22.85µs  max=1.77ms  p(90)=28.87µs  p(95)=31.25µs 
 http_req_sending............................: avg=10.03µs  min=5.37µs   med=9.49µs   max=5.87ms  p(90)=14.71µs  p(95)=16.13µs 
 http_req_tls_handshaking....................: avg=0s       min=0s       med=0s       max=0s      p(90)=0s       p(95)=0s      
 http_req_waiting............................: avg=172.97µs min=93.65µs  med=150.55µs max=31.8ms  p(90)=218.61µs p(95)=242.17µs
 http_reqs...................................: 400339 3336.108538/s
 iteration_duration..........................: avg=287.53µs min=180.3µs  med=260.41µs max=32.08ms p(90)=354.26µs p(95)=381.29µs
 iterations..................................: 400339 3336.108538/s
 vus.........................................: 1      min=1         max=1   
 vus_max.....................................: 2      min=2         max=2   
github-actions[bot] commented 4 days ago
### 💻 Website Preview The latest changes are available as preview in: [https://b0e0b500.fets.pages.dev](https://b0e0b500.fets.pages.dev)