FleetAdmiralJakob / chat-io

Post Quantum Secured Messaging PWA
https://chat-io.roessner.tech
8 stars 0 forks source link

chore(deps): update dependency @total-typescript/ts-reset to ^0.6.0 #440

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@total-typescript/ts-reset (source) ^0.5.1 -> ^0.6.0 age adoption passing confidence

Release Notes

total-typescript/ts-reset (@​total-typescript/ts-reset) ### [`v0.6.0`](https://togithub.com/total-typescript/ts-reset/blob/HEAD/CHANGELOG.md#060) ##### Minor Changes - [`6574858`](https://togithub.com/total-typescript/ts-reset/commit/6574858): Added a rule, `/map-constructor`, to default `Map` to `Map` when no arguments are passed to the constructor. Before, you'd get `any` for both key and value types. Now, the result of `Map.get` is `unknown` instead of `any`: ```ts const userMap = new Map(); const value = userMap.get("matt"); // value: unknown ``` This now is part of the recommended rules. - [`5bf3a15`](https://togithub.com/total-typescript/ts-reset/commit/5bf3a15): Added a rule, `/promise-catch`, to change the `catch` method to take `unknown` instead of `any` as an argument. ```ts const promise = Promise.reject("error"); // BEFORE promise.catch((error) => { console.error(error); // error is any! }); // AFTER promise.catch((error) => { console.error(error); // error is unknown! }); ``` ##### Patch Changes - [`53cee4f`](https://togithub.com/total-typescript/ts-reset/commit/53cee4f): author: [@​none23](https://togithub.com/none23) Fixed a bug where running .filter on a union of arrays would not work.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
chat-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 24, 2024 0:56am
socket-security[bot] commented 2 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@total-typescript/ts-reset@0.6.0 None 0 183 kB mpocock

🚮 Removed packages: npm/@total-typescript/ts-reset@0.5.1)

View full report↗︎