Skip to content

Conversation

@aravindbuilt
Copy link
Contributor

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade tslib from 1.14.1 to 2.4.1.

ℹ️ 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.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 10 versions ahead of your current version.
  • The recommended version was released 3 months ago, on 2022-10-31.
Release notes
Package name: tslib
  • 2.4.1 - 2022-10-31

    This release contains fixes for early returns and throws invoked on generators.

  • 2.4.0 - 2022-04-22

    This release includes the __classPrivateFieldIn helper as well as an update to __createBinding to reduce indirection between multiple re-exports.

  • 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

  • 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
  • 2.0.0 - 2020-05-13
  • 1.14.1 - 2020-10-09

    Long discussion in the webpack issues

from tslib GitHub release notes
Commit messages
Package name: tslib
  • 8acd4b3 Bump version to 2.4.1.
  • 5f7365e Remove extra line in generator.md
  • b1d38ee Fix early call to return/throw on generator (#186)
  • 4e27e9f Merge pull request #181 from microsoft/users/GitHubPolicyService/201dd6b7-4ca8-49f3-9744-61af1a7eb442
  • 7af3973 Microsoft mandatory file
  • 5bfaf87 Merge pull request #172 from microsoft/add-test-vite
  • a7129c7 Update bower.json
  • 5b7da89 Update package.json
  • f541748 Drop node@10 from test matrix, add node@16
  • 8860d61 Add a test for vite
  • c827964 Merge branch 'EB-Forks-docs/add-tsdoc'
  • fbf48a8 Merge branch 'docs/add-tsdoc' of https://github.com/EB-Forks/tslib into EB-Forks-docs/add-tsdoc
  • 15f98b6 optimize `__createBinding` (#168)
  • 06853a8 Update package.json: changed pattern "./" to "./*" (reformat .talismanrc for improved readability and consistency #135)
  • 7012efc Merge pull request #164 from penx/license-update
  • 5b8af4e Update license within js files
  • 7def9b5 Merge pull request #160 from penx/patch-1
  • f0563d9 Don't require license to be included by bundlers
  • 481d352 Merge pull request #157 from bloomberg/private-fields-in-in
  • c1fbc71 [squash] add export to index.js
  • ad11408 adds __classPrivateFieldIn
  • 251802e Bump version to 2.3.1.
  • ffb6938 Merge pull request #155 from microsoft/fixSpreadArrayForNonConcatSpreadables
  • dc0616a Fix __spreadArray for non-concat-spreadables

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

@aravindbuilt aravindbuilt requested a review from a team as a code owner February 2, 2023 19:06
@aravindbuilt aravindbuilt requested a review from a team February 2, 2023 19:06
netrajpatel
netrajpatel previously approved these changes Jun 6, 2023
@aman19K
Copy link
Contributor

aman19K commented Jun 14, 2023

@cs-raj version bump missing.

@cs-raj
Copy link
Contributor

cs-raj commented Jun 14, 2023

@cs-raj version bump missing.

Added Version Bump

@cs-raj cs-raj requested a review from netrajpatel June 15, 2023 09:51
@aman19K aman19K merged commit a558450 into main Jun 21, 2023
@aman19K aman19K deleted the snyk-upgrade-8186239271f0751468f98a024820bfd2 branch June 21, 2023 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants