-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update devDependencies #284
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/devdependencies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
changed the title
Update dependency @types/node to v20.12.5
Update dependency @types/node to v20.12.6
Apr 9, 2024
renovate
bot
force-pushed
the
renovate/devdependencies
branch
from
April 9, 2024 05:29
a9e3c72
to
da0a7f8
Compare
renovate
bot
changed the title
Update dependency @types/node to v20.12.6
Update dependency @types/node to v20.12.7
Apr 10, 2024
renovate
bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
April 11, 2024 13:57
440ef1d
to
16da6a3
Compare
renovate
bot
changed the title
Update dependency @types/node to v20.12.7
Update devDependencies
Apr 11, 2024
renovate
bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
April 18, 2024 19:46
ce32ceb
to
a8f6e44
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
5 times, most recently
from
May 1, 2024 19:34
b70c677
to
d8b88f9
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
6 times, most recently
from
May 8, 2024 13:21
3612d9d
to
a17fd5f
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
9 times, most recently
from
May 16, 2024 15:32
da74062
to
6f23bd7
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
September 1, 2024 15:39
0cf5db1
to
e71cd76
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
September 4, 2024 22:36
0a28036
to
cf27f6b
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
3 times, most recently
from
September 17, 2024 08:21
c5cecf9
to
952956e
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
5 times, most recently
from
September 27, 2024 16:32
49152c1
to
3cf545f
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
from
October 7, 2024 22:30
3cf545f
to
ba0bb1a
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
7 times, most recently
from
October 23, 2024 14:41
7d9833c
to
d511e9f
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
8 times, most recently
from
October 31, 2024 20:31
3150c26
to
a99fd23
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
from
November 3, 2024 05:12
a99fd23
to
4376f40
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
~8.56.7
->~8.56.12
20.12.4
->20.17.6
~0.19.0
->~0.20.0
~6.1.2
->~6.2.6
~5.0.5
->~5.0.10
~8.0.2
->~8.3.5
~4.7.2
->~4.19.2
Release Notes
mmkal/expect-type (expect-type)
v0.20.0
Compare Source
Breaking changes
This change updates how overloaded functions are treated. Now,
.parameters
gives you a union of the parameter-tuples that a function can take. For example, given the following type:Behvaiour before:
Behaviour now:
There were similar changes for
.returns
,.parameter(...)
, and.toBeCallableWith
. Also, overloaded functions are now differentiated properly when using.branded.toEqualTypeOf
(this was a bug that it seems nobody found).See #83 for more details or look at the updated docs (including a new section called "Overloaded functions", which has more info on how this behaviour differs for TypeScript versions before 5.3).
What's Changed
1e37116
@internal
JSDoc tag (#104)4c40b07
overloads.ts
file (#107)5ee0181
0bbeffa
Full Changelog: mmkal/expect-type@v0.19.0...v0.20.0
bcomnes/npm-run-all2 (npm-run-all2)
v6.2.6
Compare Source
Commits
d928f9a
v6.2.5
Compare Source
v6.2.4
Compare Source
Merged
which
command#154
Fixed
which
command#153
v6.2.3
Compare Source
Commits
c43fa2b
dc2d7da
v6.2.2
Compare Source
Commits
fc35f0d
v6.2.1
Compare Source
Merged
#143
#142
#141
#138
v6.2.0
Compare Source
Merged
#134
#136
#131
isaacs/rimraf (rimraf)
v5.0.10
Compare Source
v5.0.9
Compare Source
v5.0.8
Compare Source
v5.0.7
Compare Source
v5.0.6
Compare Source
egoist/tsup (tsup)
v8.3.5
Compare Source
🐞 Bug Fixes
experimentalDts
only once - by @aryaemami59 in https://github.com/egoist/tsup/issues/1236 (fddd4)View changes on GitHub
v8.3.4
Compare Source
No significant changes
View changes on GitHub
v8.3.0
Compare Source
Bug Fixes
experimentalDts
file cleaning and watching (#1199) (76dc18b)Features
cts
andmts
config files (#1178) (ec811b3)injectStyle
(#1193) (f25a9db)v8.2.4
Compare Source
Bug Fixes
v8.2.3
Compare Source
v8.2.2
Compare Source
v8.2.1
Compare Source
v8.2.0
Compare Source
v8.1.2
Compare Source
v8.1.1
Compare Source
v8.1.0
Compare Source
Features
privatenumber/tsx (tsx)
v4.19.2
Compare Source
Bug Fixes
This release is also available on:
v4.19.1
Compare Source
v4.19.0
Compare Source
v4.18.0
Compare Source
v4.17.1
Compare Source
v4.17.0
Compare Source
v4.16.5
Compare Source
Bug Fixes
This release is also available on:
v4.16.4
Compare Source
Bug Fixes
This release is also available on:
v4.16.3
Compare Source
v4.16.2
Compare Source
v4.16.1
Compare Source
Bug Fixes
This release is also available on:
v4.16.0
Compare Source
v4.15.9
Compare Source
v4.15.8
Compare Source
v4.15.7
Compare Source
Bug Fixes
This release is also available on:
v4.15.6
Compare Source
Bug Fixes
module.register()
(#592) (cb27d4d)This release is also available on:
v4.15.5
Compare Source
Bug Fixes
This release is also available on:
v4.15.4
Compare Source
Bug Fixes
This release is also available on:
v4.15.3
Compare Source
Bug Fixes
This release is also available on:
v4.15.2
Compare Source
Bug Fixes
This release is also available on:
v4.15.1
Compare Source
Bug Fixes
This release is also available on:
v4.15.0
Compare Source
Features
This release is also available on:
v4.14.1
Compare Source
Bug Fixes
This release is also available on:
v4.14.0
Compare Source
Features
package.json
exports & main (4503421)This release is also available on:
v4.13.3
Compare Source
Bug Fixes
This release is also available on:
v4.13.2
Compare Source
Bug Fixes
This release is also available on:
v4.13.1
Compare Source
Bug Fixes
tsImport()
to parse CJS exports (0a78bfd)This release is also available on:
v4.13.0
Compare Source
Features
register()
to support namespace (#35) (c703300)tsImport()
to support loading CommonJS files (0eb4e91)This release is also available on:
v4.12.1
Compare Source
Bug Fixes
This release is also available on:
v4.12.0
Compare Source
Bug Fixes
Features
Performance Improvements
This release is also available on:
v4.11.2
Compare Source
Bug Fixes
.mjs
files (#32) (aa2b639)This release is also available on:
v4.11.1
Compare Source
Bug Fixes
This release is also available on:
v4.11.0
Compare Source
Bug Fixes
Features
tsconfig
(3f42ae3)This release is also available on:
v4.10.5
Compare Source
Bug Fixes
of
(86cf87c), closes #556This release is also available on:
v4.10.4
Compare Source
v4.10.3
Compare Source
Performance Improvements
import(
is not found in minified code (5cdd50b)This release is also available on:
v4.10.2
Compare Source
v4.10.1
Compare Source
v4.10.0
Compare Source
Features
This release is also available on:
v4.9.5
Compare Source
v4.9.4
Compare Source
Bug Fixes
This release is also available on:
v4.9.3
Compare Source
Bug Fixes
This release is also available on:
v4.9.2
Compare Source
Bug Fixes
This release is also available on:
v4.9.1
Compare Source
v4.9.0
Compare Source
v4.8.2
Compare Source
Bug Fixes
This release is also available on:
v4.8.1
Compare Source
v4.8.0
Compare Source
v4.7.3
Compare Source
Bug Fixes
allowJs
is set (#535) (081853e)This release is also available on:
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.