Skip to content

Commit

Permalink
fix(deps): update dependency tslib to v2.5.0 (#151)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [tslib](https://www.typescriptlang.org/)
([source](https://togithub.com/Microsoft/tslib)) | dependencies | minor
| [`2.3.1` ->
`2.5.0`](https://renovatebot.com/diffs/npm/tslib/2.3.1/2.5.0) | `2.5.2`
(+1) |

---

### 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
[microsoft/tslib#187
- Add support for TypeScript 5.0's `__esDecorate` and related helpers by
[@&#8203;rbuckton](https://togithub.com/rbuckton) in
[microsoft/tslib#193

**Full Changelog**:
microsoft/tslib@2.4.1...2.5.0

### [`v2.4.1`](https://togithub.com/microsoft/tslib/releases/tag/2.4.1):
tslib 2.4.1

[Compare
Source](https://togithub.com/Microsoft/tslib/compare/2.4.0...2.4.1)

This release contains [fixes for early `return`s and `throw`s invoked on
generators](https://togithub.com/microsoft/tslib/pull/186).

### [`v2.4.0`](https://togithub.com/microsoft/tslib/releases/tag/2.4.0):
tslib 2.4.0

[Compare
Source](https://togithub.com/Microsoft/tslib/compare/2.3.1...2.4.0)

This release includes the `__classPrivateFieldIn` helper as well as an
update to `__createBinding` to reduce indirection between multiple
re-exports.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTAuMiJ9-->

Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] and descope[bot] committed May 24, 2023
1 parent 3c27e44 commit 77e361c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/web-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"typescript": "^4.5.3"
},
"dependencies": {
"tslib": "2.3.1",
"tslib": "2.5.0",
"@descope/web-js-sdk": "workspace:*"
},
"overrides": {
Expand Down
15 changes: 6 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit 77e361c

Please sign in to comment.