-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(deps): update dependency tslib to v2.5.0 #337
base: main
Are you sure you want to change the base?
Conversation
7af63d0
to
dcc837e
Compare
Kudos, SonarCloud Quality Gate passed! |
dcc837e
to
5c0ad41
Compare
5c0ad41
to
9829620
Compare
25b66f8
to
08de8a8
Compare
08de8a8
to
61dd643
Compare
61dd643
to
9ea0dce
Compare
9ea0dce
to
4b0fd60
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
4b0fd60
to
b329f7e
Compare
90e5b8c
to
a121cd7
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
a121cd7
to
7cc9fc4
Compare
d0be6b1
to
c8d26ab
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
464fcab
to
10793d8
Compare
cadfcab
to
838de28
Compare
838de28
to
034d3b2
Compare
8781192
to
b6a1abc
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
b6a1abc
to
f28e411
Compare
f90c172
to
8a999d0
Compare
8a999d0
to
5b7ae38
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
caf12da
to
a073785
Compare
a073785
to
cfe6a46
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR contains the following updates:
2.1.0
->2.5.0
Release Notes
Microsoft/tslib
v2.5.0
: tslib 2.5.0Compare Source
What's New
__esDecorate
and related helpers by @rbuckton in https://github.com/microsoft/tslib/pull/193Full Changelog: microsoft/tslib@2.4.1...2.5.0
v2.4.1
: tslib 2.4.1Compare Source
This release contains fixes for early
return
s andthrow
s invoked on generators.v2.4.0
: tslib 2.4.0Compare Source
This release includes the
__classPrivateFieldIn
helper as well as an update to__createBinding
to reduce indirection between multiple re-exports.v2.3.1
: tslib 2.3.1Compare 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
: tslib 2.3.0Compare 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
: tslib 2.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
__classPrivateFieldGet
and__classPrivateFieldSet
. See https://github.com/microsoft/tslib/pull/146 for more details.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 Mend Renovate. View repository job log here.