-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency tslib to v2.3.0 #343
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
Conversation
|
bf8a2eb to
1b4c4ab
Compare
5bebc65 to
9de56fd
Compare
9de56fd to
4bf7d96
Compare
c018d5a to
c58a2d7
Compare
4916ce5 to
d045bde
Compare
047ed34 to
c01b270
Compare
f54a296 to
1af37b9
Compare
b08dc13 to
b117a1d
Compare
9b1d31a to
a998fa1
Compare
a998fa1 to
05982a8
Compare
33e21af to
5a124e1
Compare
5a124e1 to
5041d12
Compare
|
5041d12 to
25c5878
Compare
e5cdcfc to
0cae546
Compare
0cae546 to
5315cf8
Compare
This PR contains the following updates:
2.0.3->2.3.0Release Notes
Microsoft/tslib
v2.3.0Compare Source
This release updates tslib to use TypeScript 4.4's upcoming
__spreadArrayhelper which correctly preserves sparse array inputs (e.g. arrays containing "missing" elements like[1, 2, , 4]). This new version of__spreadArrayis backwards-compatible and is often also faster. See microsoft/tslib#151 for more details.v2.2.0Compare 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
__classPrivateFieldGetand__classPrivateFieldSet. See microsoft/tslib#146 for more details.v2.1.0Compare Source
This release adds a new
__spreadArrayhelper which avoids side-effects compared to the now-deprecated__spreadArraysand__spreadhelpers. See microsoft/tslib#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 microsoft/tslib#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.