Skip to content

Commit dc0a82f

Browse files
authored
Update dependency tslib to v2.5.0 (#42)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tslib](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/tslib)) | [`2.4.1` -> `2.5.0`](https://renovatebot.com/diffs/npm/tslib/2.4.1/2.5.0) | [![age](https://badges.renovateapi.com/packages/npm/tslib/2.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/tslib/2.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/tslib/2.5.0/compatibility-slim/2.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/tslib/2.5.0/confidence-slim/2.4.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Microsoft/tslib</summary> ### [`v2.5.0`](https://togithub.com/microsoft/tslib/releases/tag/2.5.0): tslib 2.5.0 [Compare Source](https://togithub.com/Microsoft/tslib/compare/2.4.1...2.5.0) #### What's New - Fix asyncDelegator reporting done too early by [@&#8203;apendua](https://togithub.com/apendua) in [https://github.com/microsoft/tslib/pull/187](https://togithub.com/microsoft/tslib/pull/187) - Add support for TypeScript 5.0's `__esDecorate` and related helpers by [@&#8203;rbuckton](https://togithub.com/rbuckton) in [https://github.com/microsoft/tslib/pull/193](https://togithub.com/microsoft/tslib/pull/193) **Full Changelog**: microsoft/tslib@2.4.1...2.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/snowcoders/jest-react-mock-utils). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=-->
2 parents cb7cb15 + 6c95351 commit dc0a82f

File tree

2 files changed

+8
-22
lines changed

2 files changed

+8
-22
lines changed

package-lock.json

+7-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"rimraf": "4.1.2",
2626
"sortier": "2.0.0-beta.0",
2727
"ts-jest": "29.0.5",
28-
"tslib": "2.4.1",
28+
"tslib": "2.5.0",
2929
"typescript": "4.9.5"
3030
},
3131
"engines": {

0 commit comments

Comments
 (0)