Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

[Snyk] Upgrade tslib from 2.0.3 to 2.3.1 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade tslib from 2.0.3 to 2.3.1.

merge advice
ℹ️ 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 4 versions ahead of your current version.
  • The recommended version was released 8 months ago, on 2021-08-11.
Release notes
Package name: tslib
  • 2.3.1 - 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.

  • 2.3.0 - 2021-06-11

    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.

  • 2.2.0 - 2021-04-05

    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.

  • 2.1.0 - 2021-01-05

    This release adds a new __spreadArray helper which avoids side-effects compared to the now-deprecated __spreadArrays and __spread helpers. See #133 for more details.

    This release also provides a more-specific error message when extending from a type which is not a function and not null. See #138 for more details.

  • 2.0.3 - 2020-10-09

    Full discussion in the webpack issue

from tslib GitHub release notes
Commit messages
Package name: tslib
  • 251802e Bump version to 2.3.1.
  • ffb6938 Merge pull request #155 from microsoft/fixSpreadArrayForNonConcatSpreadables
  • dc0616a Fix __spreadArray for non-concat-spreadables
  • 0b93014 Bump version to 2.3.0.
  • 1f2daa7 Update __spreadArray helper (#151)
  • 4f0f29b Merge pull request #142 from microsoft/orta-deploy-docs
  • f7eea49 Bump version to 2.2.0.
  • 145fdc0 update private class element helpers ([Snyk] Upgrade zone.js from 0.10.3 to 0.11.5 #2) (#146)
  • be5f805 Update README.md
  • 54a056a Merge pull request #141 from microsoft/bumpVersion-2.1.0
  • e7a1155 Bump version to 2.1.0.
  • 88a77b8 Update tslib to support new __spreadArray helper (#133)
  • cff487d Ported runtime TypeError for non-function, non-null __extends (#138)
  • fcba93d Merge pull request #136 from microsoft/fix_ci
  • 0fc8e73 Fix CI

Compare


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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant