-
Notifications
You must be signed in to change notification settings - Fork 12
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.8.1 #168
base: master
Are you sure you want to change the base?
Conversation
Kudos, SonarCloud Quality Gate passed! |
2c4edb7
to
ee74319
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
ee74319
to
14ece7b
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
14ece7b
to
7e2ac81
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
7e2ac81
to
bea3c84
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
bea3c84
to
0de5400
Compare
0de5400
to
22ba146
Compare
22ba146
to
a1ad10d
Compare
a1ad10d
to
76e20a4
Compare
76e20a4
to
f77bb13
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
f77bb13
to
a6d1eab
Compare
Quality Gate passedIssues Measures |
a6d1eab
to
7220ed2
Compare
7220ed2
to
116aee5
Compare
116aee5
to
aee0334
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
2.2.0
->2.8.1
Release Notes
Microsoft/tslib (tslib)
v2.8.1
Compare Source
v2.8.0
Compare Source
What's Changed
Full Changelog: microsoft/tslib@v2.7.0...v2.8.0
v2.7.0
Compare Source
v2.6.3
Compare Source
What's Changed
Full Changelog: microsoft/tslib@v2.6.2...v2.6.3
v2.6.2
: tslib 2.6.2Compare Source
What's Changed
exports["module"]["types"]
by @andrewbranch in https://github.com/microsoft/tslib/pull/217Full Changelog: microsoft/tslib@v2.6.1...v2.6.2
v2.6.1
: tslib 2.6.1Compare Source
What's Changed
Full Changelog: microsoft/tslib@2.6.0...v2.6.1
v2.6.0
: tslib 2.6.0Compare Source
What's Changed
using
andawait using
by @rbuckton in https://github.com/microsoft/tslib/pull/213Full Changelog: microsoft/tslib@v2.5.3...2.6.0
v2.5.3
: tslib 2.5.3Compare Source
What's Changed
Full Changelog: microsoft/tslib@2.5.2...v2.5.3
v2.5.2
: tslib 2.5.2Compare Source
This release explicitly re-exports helpers to work around TypeScript's incomplete symbol resolution for tslib.
v2.5.1
: tslib 2.5.1Compare Source
This release of tslib provides fixes for two issues.
First, it reverses the order of
init
hooks provided by decorators to correctly reflect proposed behavior.Second, it corrects the
exports
field of tslib'spackage.json
and provides accurate declaration files so that it may be consumed under thenode16
andbundler
settings formoduleResolution.
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.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 was generated by Mend Renovate. View the repository job log.