Update dependency tslib to v2
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
tslib (source) | dependencies | major | ^2.0.0 | homepage, source |
Release Notes
Microsoft/tslib
v2.0.0
This release changes __exportStar
and __importStar
to use __createBinding
which is incompatible with versions of TypeScript older than 3.9 (i.e. 3.8 and below).
v1.13.0
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.
v1.12.0
This release adds the __createBinding
helper function which is used by non-ECMAScript module emit in TypeScript 3.9.
v1.11.2
This release relicenses tslib to the 0BSD license which should allow projects that embed or bundle tslib to omit its license header.
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.