From dev-return-75116-archive-asf-public=cust-asf.ponee.io@myfaces.apache.org Mon Jun 14 08:06:32 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 7CD13180680 for ; Mon, 14 Jun 2021 10:06:32 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 3D48E46423 for ; Mon, 14 Jun 2021 08:05:13 +0000 (UTC) Received: (qmail 37870 invoked by uid 500); 14 Jun 2021 08:05:12 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 37784 invoked by uid 99); 14 Jun 2021 08:05:12 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2021 08:05:12 +0000 From: =?utf-8?q?GitBox?= To: dev@myfaces.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bmyfaces-tobago=5D_dependabot=5Bbot=5D_opened_a_new?= =?utf-8?q?_pull_request_=23993=3A_build=28deps-dev=29=3A_bump_tslib_from_2?= =?utf-8?q?=2E2=2E0_to_2=2E3=2E0_in_/tobago-theme?= Message-ID: Date: Mon, 14 Jun 2021 08:05:12 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit dependabot[bot] opened a new pull request #993: URL: https://github.com/apache/myfaces-tobago/pull/993 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.2.0 to 2.3.0.
Release notes

Sourced from tslib's releases.

tslib 2.3.0

This release updates tslib to use TypeScript 4.4's upcoming __spreadArray helper which correctly preserves sparse array inputs (e.g. arrays containing "missing" elements like [1, 2, , 4]). This new version of __spreadArray is backwards-compatible and is often also faster. See microsoft/tslib#151 for more details.

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tslib&package-manager=npm_and_yarn&previous-version=2.2.0&new-version=2.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
-- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org