-
Notifications
You must be signed in to change notification settings - Fork 5
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 dependency @total-typescript/ts-reset to ^0.6.1 #331
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://weather-app-git-renovate-tota-fbf551-creative-programming-group.vercel.app/ |
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
This PR contains the following updates:
^0.5.1
->^0.6.1
Release Notes
total-typescript/ts-reset (@total-typescript/ts-reset)
v0.6.1
Patch Changes
757be40
: Fixed a bug where creating an empty map would no longer infer types correctly.v0.6.0
Minor Changes
6574858
: Added a rule,/map-constructor
, to defaultMap
toMap<unknown, unknown>
when no arguments are passed to the constructor.Before, you'd get
any
for both key and value types. Now, the result ofMap.get
isunknown
instead ofany
:This now is part of the recommended rules.
5bf3a15
: Added a rule,/promise-catch
, to change thecatch
method to takeunknown
instead ofany
as an argument.Patch Changes
53cee4f
: author: @none23Fixed 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: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.