Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade tslib from 2.0.0 to 2.5.3 #83

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

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Jun 5, 2023

Snyk has created this PR to upgrade tslib from 2.0.0 to 2.5.3.

ℹ️ 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 13 versions ahead of your current version.
  • The recommended version was released 3 days ago, on 2023-06-02.
Release notes
Package name: tslib
  • 2.5.3 - 2023-06-02

    What's Changed

    Full Changelog: 2.5.2...v2.5.3

  • 2.5.2 - 2023-05-18

    This release explicitly re-exports helpers to work around TypeScript's incomplete symbol resolution for tslib.

  • 2.5.1 - 2023-05-17

    This release of tslib provides fixes for two issues.

    First, it reverses the order of init hooks provided by decorators to correctly reflect proposed behavior.

    Second, it corrects the exports field of tslib's package.json and provides accurate declaration files so that it may be consumed under the node16 and bundler settings for moduleResolution.

  • 2.5.0 - 2023-01-26

    What's New

    • Fix asyncDelegator reporting done too early by @ apendua in #187
    • Add support for TypeScript 5.0's __esDecorate and related helpers by @ rbuckton in #193

    Full Changelog: 2.4.1...2.5.0

  • 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
  • 2.0.2 - 2020-10-06
  • 2.0.1 - 2020-08-06
  • 2.0.0 - 2020-05-13
from tslib GitHub release notes
Commit messages
Package name: tslib
  • cc5ff03 2.5.3
  • a471c51 Merge pull request #208 from microsoft/moar-modules
  • 80deca0 Do not reference tslib.es6.js from package.json exports
  • e623061 Bump version to 2.5.2.
  • 2b57a92 Use named reexport to satsify incomplete TS symbol resolution (#204)
  • 91fcbd0 Reverse order of decorator-injected initializers (#202)
  • eab3cff Merge pull request #200 from Andarist/fix/import-types
  • 5ef7d1a Update modules/index.d.ts
  • 7def846 Merge pull request #201 from microsoft/fix-esm
  • 4e79d03 Merge pull request #179 from guybedford/patch-4
  • 033b363 Add default export to modules/index.js
  • 897f11e Ensure tslib.es6.js is typed
  • a0a67d9 Add Node-specific export condition for ESM entrypoint that re-exports CJS
  • 0f84d40 Add propert declaration file for the `import` condition
  • a100d7b Merge pull request #195 from xfq/https
  • d58182f http -> https
  • e388a23 Merge pull request #194 from microsoft/bump-version-2.5
  • b68d573 Bump package version to 2.5.0
  • 62c5322 Add support for __esDecorate and related helpers (#193)
  • 3bdc002 Merge pull request #188 from microsoft/add-codeql
  • 697f430 try paths: .
  • 63319af add codeql
  • a549d39 Fix asyncDelegator reporting done too early (#187)
  • 8acd4b3 Bump version to 2.4.1.

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

None yet

1 participant