Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

[Snyk] Upgrade tslib from 2.0.0 to 2.2.0 #17

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.0 to 2.2.0.

ℹ️ 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 5 versions ahead of your current version.
  • The recommended version was released a month ago, on 2021-04-05.
Release notes
Package name: tslib
  • 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

  • 2.0.2 - 2020-10-06

    This release adds support for using tslib in Node using esmodule imports, further context in #126 and the related issues.

  • 2.0.1 - 2020-08-06
    1. Use Object.prototype.hasOwnProperty.call.
    2. Skip default when iterating exports in __importStar.
    3. Shorter parameter name in __exportStar.
  • 2.0.0 - 2020-05-13

    This release changes __exportStar and __importStar to use __createBinding which is incompatible with versions of TypeScript older than 3.9 (i.e. 3.8 and below).

from tslib GitHub release notes
Commit messages
Package name: tslib
  • f7eea49 Bump version to 2.2.0.
  • 145fdc0 update private class element helpers (Bump websocket-extensions from 0.1.3 to 0.1.4 #2) (#146)
  • 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
  • 76bedfd Prepare for release
  • fc41556 Merge pull request #131 from microsoft/webpack_5
  • b9ec816 Merge pull request #129 from microsoft/weswigham-patch-1
  • ae54860 Merge #129 into this PR
  • b4b7884 Fix CI to correctly use the right tslib in webpack 5
  • ee82cf4 Use `module` over `webpack` to be a little bit more tool agnostic
  • 9da1f4f Reverts the #150 change
  • c2b1746 Try #150
  • 3830f5b Revert the extra exports reference
  • d89ca6b Try use module instead of webpack
  • 3926215 Add `webpack` condition, so webpack loads es6 module version
  • ea85d51 Adds tetsts for webpack 5
  • 5b81244 Add `webpack` condition, so webpack loads es6 module version
  • 4d0058c Merge pull request #62 from stevemoser/patch-1
  • 60824d0 Merge branch 'master' into patch-1
  • 4dc5f82 Bump version for 2.x branch

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