Skip to content

Commit c17af0e

Browse files
authored
fix(deps): update dependency tslib to v2.6.0 (#207)
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 [https://github.com/microsoft/tslib/pull/213](https://togithub.com/microsoft/tslib/pull/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>
1 parent 39e677a commit c17af0e

File tree

4 files changed

+38
-42
lines changed

4 files changed

+38
-42
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"private": true,
2424
"dependencies": {
25-
"tslib": "2.5.3"
25+
"tslib": "2.6.0"
2626
},
2727
"devDependencies": {
2828
"@commitlint/cli": "^17.0.0",

packages/web-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"typescript": "^4.5.3"
7373
},
7474
"dependencies": {
75-
"tslib": "2.5.3",
75+
"tslib": "2.6.0",
7676
"@descope/web-js-sdk": "workspace:*"
7777
},
7878
"overrides": {

pnpm-lock.yaml

Lines changed: 29 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)