react-use-intercom
react-use-intercom copied to clipboard
Bump tslib from 2.5.0 to 2.8.0
Bumps tslib from 2.5.0 to 2.8.0.
Release notes
Sourced from tslib's releases.
v2.8.0
What's Changed
- Validate export structure of every entrypoint by
@andrewbranchin microsoft/tslib#269- Add rewriteRelativeImportExtension helper by
@andrewbranchin microsoft/tslib#270Full Changelog: https://github.com/microsoft/tslib/compare/v2.7.0...v2.8.0
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
... (truncated)
Commits
ca5f7fb2.8.02334267Merge pull request #270 from microsoft/rewriteRelativeImportExtensionc4cde74Missed update27b2192Little optimizationsfece22aAdd URL-ish test9c731e9Combine tsx case into regex1c03288Test and fix invalid declaration-looking extensionsa55e9f7Do more with a regexe828dacShorten by one linee7b6aa0Case insensitivity, remove lookbehind- 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)
⚠️ No Changeset found
Latest commit: d6de38915fafe0986e2577c9085f3a77d6e87375
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Superseded by #710.