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 #1084

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.11.3 -> 20.11.4 age adoption passing confidence
bun-types (source) 1.0.22 -> 1.0.23 age adoption passing confidence
wrangler (source) 3.22.4 -> 3.22.5 age adoption passing confidence

Release Notes

oven-sh/bun (bun-types)

v1.0.23

Compare Source

cloudflare/workers-sdk (wrangler)

v3.22.5

Compare Source

Patch Changes
  • #​4707 96a27f3d Thanks @​mrbbot! - fix: only offer to report unknown errors

    Previously, Wrangler would offer to report any error to Cloudflare. This included errors caused by misconfigurations or invalid commands. This change ensures those types of errors aren't reported.

  • #​4722 5af6df13 Thanks @​mrbbot! - fix: don't require auth for wrangler r2 object --local operations

    Previously, Wrangler would ask you to login when reading or writing from local R2 buckets. This change ensures no login prompt is displayed, as authentication isn't required for these operations.

  • #​4719 c37d94b5 Thanks @​mrbbot! - fix: ensure miniflare and wrangler can source map in the same process

    Previously, if in a wrangler dev session you called console.log() and threw an unhandled error you'd see an error like [ERR_ASSERTION]: The expression evaluated to a falsy value. This change ensures you can do both of these things in the same session.

  • #​4683 24147166 Thanks @​mrbbot! - fix: ensure logs containing at not truncated to at [object Object]

    Previously, logs containing at were always treated as stack trace call sites requiring source mapping. This change updates the call site detection to avoid false positives.

  • #​4748 3603a60d Thanks @​Cherry! - fix: resolve imports in a more node-like fashion for packages that do not declare exports

    Previously, trying to import a file that wasn't explicitly exported from a module would result in an error, but now, better attempts are made to resolve the import using node's module resolution algorithm. It's now possible to do things like this:

    import JPEG_DEC_WASM from "@​jsquash/jpeg/codec/dec/mozjpeg_dec.wasm";

    This works even if the mozjpeg_dec.wasm file isn't explicitly exported from the @jsquash/jpeg module.

    Fixes #​4726

  • #​4687 0a488f66 Thanks @​mrbbot! - fix: remove confusing --local messaging from wrangler pages dev

    Running wrangler pages dev would previously log a warning saying --local is no longer required even though --local was never set. This change removes this warning.

  • Updated dependencies [4f6999ea, c37d94b5]:


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 Jan 16, 2024
Copy link

codesandbox bot commented Jan 16, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link
Contributor

github-actions bot commented Jan 16, 2024

✅ Benchmark Results

     ✓ no-errors
     ✓ expected-result

     checks.........................: 100.00% ✓ 298214      ✗ 0     
     data_received..................: 29 MB   979 kB/s
     data_sent......................: 12 MB   398 kB/s
     http_req_blocked...............: avg=1.38µs   min=881ns   med=1.18µs   max=308.26µs p(90)=1.86µs   p(95)=2.04µs  
     http_req_connecting............: avg=0ns      min=0s      med=0s       max=125.56µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=139.52µs min=94.37µs med=133.94µs max=7.49ms   p(90)=154.93µs p(95)=161.07µs
       { expected_response:true }...: avg=139.52µs min=94.37µs med=133.94µs max=7.49ms   p(90)=154.93µs p(95)=161.07µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 149107
     http_req_receiving.............: avg=23.99µs  min=12.36µs med=22.87µs  max=1.31ms   p(90)=29.7µs   p(95)=31.69µs 
     http_req_sending...............: avg=6.22µs   min=4.09µs  med=5.51µs   max=314.2µs  p(90)=8.04µ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=109.29µs min=69.71µs med=103.3µs  max=7.36ms   p(90)=121.35µs p(95)=126.33µs
     http_reqs......................: 149107  4970.048485/s
     iteration_duration.............: avg=196.76µs min=138.6µs med=190.53µs max=7.67ms   p(90)=214.54µs p(95)=222.49µs
     iterations.....................: 149107  4970.048485/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 0818dcc to fdc5308 Compare January 16, 2024 17:08
@renovate renovate bot merged commit 54a4114 into master Jan 16, 2024
19 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 16, 2024 18:47
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