-
-
Notifications
You must be signed in to change notification settings - Fork 0
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 dependency tslib to v2.3.1 #356
Conversation
|
8b6dac9
to
dc1c66f
Compare
e8adcf1
to
b431976
Compare
b431976
to
c878e87
Compare
eb0becc
to
abc40b8
Compare
8d6ecfa
to
c7a51b0
Compare
c7a51b0
to
5546362
Compare
9a823c1
to
90c206e
Compare
f43997f
to
393fbd2
Compare
393fbd2
to
6673f30
Compare
7d1f94b
to
23f2ab0
Compare
a98c23b
to
85bd10a
Compare
85bd10a
to
e6f1aaf
Compare
|
e6f1aaf
to
c7f0e01
Compare
84b6b35
to
16dab48
Compare
16dab48
to
f52de0e
Compare
This PR contains the following updates:
2.0.3
->2.3.1
Release Notes
Microsoft/tslib
v2.3.1
Compare Source
This release updates the
__spreadArray
helper for TypeScript 4.4 to correctly operate on collections that are not "concat-spreadable" such as the DOM'sNodeList
s andHTMLCollection
s.v2.3.0
Compare Source
This release updates tslib to use TypeScript 4.4's upcoming
__spreadArray
helper which correctly preserves sparse array inputs (e.g. arrays containing "missing" elements like[1, 2, , 4]
). This new version of__spreadArray
is backwards-compatible and is often also faster. See https://github.com/microsoft/tslib/pull/151 for more details.v2.2.0
Compare Source
This release supports TypeScript 4.3's new functionality for ECMAScript private methods and accessors, and private static class members.
It does so by expanding the scope of
__classPrivateFieldGet
and__classPrivateFieldSet
. See https://github.com/microsoft/tslib/pull/146 for more details.v2.1.0
Compare Source
This release adds a new
__spreadArray
helper which avoids side-effects compared to the now-deprecated__spreadArrays
and__spread
helpers. See https://github.com/microsoft/tslib/pull/133 for more details.This release also provides a more-specific error message when extending from a type which is not a function and not null. See https://github.com/microsoft/tslib/pull/138 for more details.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by WhiteSource Renovate. View repository job log here.