From 60c4846a5e1f13d1feb9f9659480b21c977c7b0a Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Wed, 2 Nov 2022 09:47:50 +0100 Subject: [PATCH] Update dependency tslib to v2.4.1 (#1620) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tslib](https://www.typescriptlang.org/) ([source](https://github.com/Microsoft/tslib)) | dependencies | patch | [`2.4.0` -> `2.4.1`](https://renovatebot.com/diffs/npm/tslib/2.4.0/2.4.1) | --- ### Release Notes
Microsoft/tslib ### [`v2.4.1`](https://github.com/microsoft/tslib/releases/tag/2.4.1) [Compare Source](https://github.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://github.com/microsoft/tslib/pull/186).
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cabr2-bot Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1620 Reviewed-by: Epsilon_02 Co-authored-by: Calciumdibromid Bot Co-committed-by: Calciumdibromid Bot --- frontend/package.json | 2 +- frontend/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index c240b17eb..3418d40f7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ "@ngxs/store": "3.7.5", "@tauri-apps/api": "1.1.0", "rxjs": "7.5.7", - "tslib": "2.4.0", + "tslib": "2.4.1", "zone.js": "0.11.8" }, "browserslist": [ diff --git a/frontend/yarn.lock b/frontend/yarn.lock index feed8aab6..cb9d8a7c6 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -8056,6 +8056,11 @@ tslib@2.4.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== +tslib@2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e" + integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== + tslib@^1.8.1, tslib@^1.9.0: version "1.14.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"