Skip to content

Commit

Permalink
fix(deps): update dependency tslib to v2.6.1 (#241)
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 | patch
| [`2.6.0` ->
`2.6.1`](https://renovatebot.com/diffs/npm/tslib/2.6.0/2.6.1) |

---

### Release Notes

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

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

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

#### What's Changed

- Allow functions as values in \__addDisposableResource by
[@&#8203;rbuckton](https://togithub.com/rbuckton) in
[microsoft/tslib#215
- Stop using es6 syntax in the es6 file by
[@&#8203;andrewbranch](https://togithub.com/andrewbranch) in
[microsoft/tslib#216

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

</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 Aug 14, 2023
1 parent dce2d23 commit d82d397
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 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
Expand Up @@ -22,7 +22,7 @@
},
"private": true,
"dependencies": {
"tslib": "2.6.0"
"tslib": "2.6.1"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-component/package.json
Expand Up @@ -72,7 +72,7 @@
"typescript": "^4.5.3"
},
"dependencies": {
"tslib": "2.6.0",
"tslib": "2.6.1",
"@descope/web-js-sdk": "workspace:*"
},
"overrides": {
Expand Down
64 changes: 32 additions & 32 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 d82d397

Please sign in to comment.