file-selector
file-selector copied to clipboard
feat(deps): bump tslib from 2.4.0 to 2.6.2
Bumps tslib from 2.4.0 to 2.6.2.
Release notes
Sourced from tslib's releases.
tslib 2.6.2
What's Changed
- Fix path to
exports["module"]["types"]by@andrewbranchin microsoft/tslib#217Full Changelog: https://github.com/microsoft/tslib/compare/v2.6.1...v2.6.2
tslib 2.6.1
What's Changed
- Allow functions as values in __addDisposableResource by
@rbucktonin microsoft/tslib#215- Stop using es6 syntax in the es6 file by
@andrewbranchin microsoft/tslib#216Full Changelog: https://github.com/microsoft/tslib/compare/2.6.0...v2.6.1
tslib 2.6.0
What's Changed
- Add helpers for
usingandawait usingby@rbucktonin microsoft/tslib#213Full Changelog: https://github.com/microsoft/tslib/compare/v2.5.3...2.6.0
tslib 2.5.3
What's Changed
- Do not reference tslib.es6.js from package.json exports by
@andrewbranchin microsoft/tslib#208Full Changelog: https://github.com/microsoft/tslib/compare/2.5.2...v2.5.3
tslib 2.5.2
This release explicitly re-exports helpers to work around TypeScript's incomplete symbol resolution for tslib.
tslib 2.5.1
This release of tslib provides fixes for two issues.
First, it reverses the order of
inithooks provided by decorators to correctly reflect proposed behavior.Second, it corrects the
exportsfield of tslib'spackage.jsonand provides accurate declaration files so that it may be consumed under thenode16andbundlersettings formoduleResolution.tslib 2.5.0
What's New
- Fix asyncDelegator reporting done too early by
@apenduain microsoft/tslib#187- Add support for TypeScript 5.0's
__esDecorateand related helpers by@rbucktonin microsoft/tslib#193Full Changelog: https://github.com/microsoft/tslib/compare/2.4.1...2.5.0
tslib 2.4.1
This release contains fixes for early
returns andthrows invoked on generators.
Commits
49ac8dc2.6.23071b51Merge pull request #217 from microsoft/bug/fix-modules-condition-types-path743045eFix path to exports["module"]["types"]41c120d2.6.1be55012Merge pull request #216 from microsoft/bug/2058d4c782Undo format on save74f91b3Stop using es6 syntax in the es6 file1d606f6Allow functions as values in __addDisposableResource (#215)7c7f3ae2.6.0f641b05Add helpers forusingandawait using(#213)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)