Skip to content

Commit

Permalink
Update dependency tslib to v2.5.0 (#42)
Browse files Browse the repository at this point in the history
[![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=-->
  • Loading branch information
k2snowman69 authored Feb 4, 2023
2 parents cb7cb15 + 6c95351 commit dc0a82f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
28 changes: 7 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"rimraf": "4.1.2",
"sortier": "2.0.0-beta.0",
"ts-jest": "29.0.5",
"tslib": "2.4.1",
"tslib": "2.5.0",
"typescript": "4.9.5"
},
"engines": {
Expand Down

0 comments on commit dc0a82f

Please sign in to comment.