Skip to content

Commit

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

| Package | Type | Update | Change |
|---|---|---|---|
| [tslib](https://www.typescriptlang.org/)
([source](https://togithub.com/Microsoft/tslib)) | dependencies | minor
| [`2.5.3` ->
`2.6.0`](https://renovatebot.com/diffs/npm/tslib/2.5.3/2.6.0) |

---

### Release Notes

<details>
<summary>Microsoft/tslib (tslib)</summary>

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

[Compare
Source](https://togithub.com/Microsoft/tslib/compare/v2.5.3...2.6.0)

#### What's Changed

- Add helpers for `using` and `await using` by
[@&#8203;rbuckton](https://togithub.com/rbuckton) in
[microsoft/tslib#213

**Full Changelog**:
microsoft/tslib@v2.5.3...2.6.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xLjExIiwidXBkYXRlZEluVmVyIjoiMzYuMS4xMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] and descope[bot] committed Jul 18, 2023
1 parent 39e677a commit c17af0e
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 42 deletions.
14 changes: 7 additions & 7 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 @@ -22,7 +22,7 @@
},
"private": true,
"dependencies": {
"tslib": "2.5.3"
"tslib": "2.6.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
Expand Down
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.5.3",
"tslib": "2.6.0",
"@descope/web-js-sdk": "workspace:*"
},
"overrides": {
Expand Down
62 changes: 29 additions & 33 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 c17af0e

Please sign in to comment.