Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5.1
->0.6.0
1.7.4
->1.7.5
1.1.24
->1.1.26
9.9.0
->9.9.1
9.1.4
->9.1.5
4.0.7
->4.0.8
8.1.0
->8.2.0
Release Notes
total-typescript/ts-reset (@total-typescript/ts-reset)
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.
axios/axios (axios)
v1.7.5
Compare Source
Bug Fixes
ReferenceError: navigator is not defined
for custom environments; (#6567) (fed1a4b)Contributors to this release
oven-sh/bun (bun-types)
v1.1.26
Compare Source
v1.1.25
Compare Source
eslint/eslint (eslint)
v9.9.1
Compare Source
typicode/husky (husky)
v9.1.5
Compare Source
micromatch/micromatch (micromatch)
v4.0.8
Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.2.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.