Snyk has created this PR to upgrade tslib from 2.2.0 to 2.3.1.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 2 versions ahead of your current version.
The recommended version was released 6 months ago, on 2021-08-11.
This release updates the __spreadArray helper for TypeScript 4.4 to correctly operate on collections that are not "concat-spreadable" such as the DOM's NodeLists and HTMLCollections.
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 #151 for more details.
Snyk has created this PR to upgrade tslib from 2.2.0 to 2.3.1.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: tslib
This release updates the
__spreadArray
helper for TypeScript 4.4 to correctly operate on collections that are not "concat-spreadable" such as the DOM'sNodeList
s andHTMLCollection
s.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 #151 for more details.This release supports TypeScript 4.3's new functionality for ECMAScript private methods and accessors, and private static class members.
It does so by expanding the scope of
__classPrivateFieldGet
and__classPrivateFieldSet
. See #146 for more details.Commit messages
Package name: tslib
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs