formsy-react
                                
                                 formsy-react copied to clipboard
                                
                                    formsy-react copied to clipboard
                            
                            
                            
                        chore(deps-dev): Bump tslib from 2.4.1 to 2.7.0
Bumps tslib from 2.4.1 to 2.7.0.
Release notes
Sourced from tslib's releases.
v2.7.0
What's Changed
- Implement deterministic collapse of
awaitinawait usingby@rbucktonin microsoft/tslib#262- Use global 'Iterator.prototype' for downlevel generators by
@rbucktonin microsoft/tslib#267Full Changelog: https://github.com/microsoft/tslib/compare/v2.6.3...v2.7.0
v2.6.3
What's Changed
- 'await using' normative changes by
@rbucktonin microsoft/tslib#258Full Changelog: https://github.com/microsoft/tslib/compare/v2.6.2...v2.6.3
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.
... (truncated)
Commits
- 6abc075Bump version to 2.7.0.
- 227b5d6Use global 'Iterator.prototype' for downlevel generators (#267)
- 4f2902cImplement deterministic collapse of 'await' in 'await using' (#262)
- a280d4b2.6.3
- 983d81b'await using' normative changes (#258)
- 54cd71cBump the github-actions group with 3 updates (#253)
- 298efd9Bump the github-actions group with 1 update (#242)
- e8b4418Bump the github-actions group with 1 update (#241)
- ae8c5c3Bump the github-actions group with 2 updates (#240)
- 2b38d87JSDoc typo on- __exportStar. (#221)
- 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)