Update dependency tslib to v2.3.0#343
Merged
renovate[bot] merged 1 commit intomasterfrom Jul 31, 2021
Merged
Conversation
Author
|
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
Author
|
5041d12 to
25c5878
Compare
2ae4e08 to
025c838
Compare
04670c5 to
7d67138
Compare
dcfb590 to
d6db79e
Compare
This file contains hidden or 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
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:
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.