Open snyk-bot opened 4 years ago
Merging #208 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #208 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 17 17
Lines 130 130
Branches 24 24
=========================================
Hits 130 130
Continue to review full report at Codecov.
Legend - Click here to learn more
Ξ = absolute <relative> (impact)
,ΓΈ = not affected
,? = missing data
Powered by Codecov. Last update 212c378...b5eaacf. Read the comment docs.
Snyk has created this PR to upgrade tslib from 1.10.0 to 1.13.0.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: tslib
This release reverts breaking changes in tslib that were not compatible with versions of TypeScript prior to 3.9. The behavior slightly diverges from that of TypeScript 3.9, but generally is compatible with previous versions of TypeScript-authored code.
The new behavior of TypeScript 3.9 will be available in tslib 2.0.0.
See this pull request for more details.
This release adds the
__createBinding
helper function which is used by non-ECMAScript module emit in TypeScript 3.9.This release relicenses tslib to the 0BSD license which should allow projects that embed or bundle tslib to omit its license header.
This release updates tslib's declaration files so that users don't have to include declarations for
WeakMap
in their compilation.This release provides the
__classPrivateFieldGet
and__classPrivateFieldSet
helper functions to power ECMAScript private fields in TypeScript 3.8.This release fixes enumerability in object rest's
__rest
helper (see details here) and adds a new__spreadArrays
helper (done as part of a change for more accurate array spreads).Commit messages
Package name: tslib
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
π§ View latest project report
π Adjust upgrade PR settings
π Ignore this dependency or unsubscribe from future upgrade PRs