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 dts-bundle-generator from 9.2.1 to 9.3.1 #23

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

dominicbirch
Copy link
Owner

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


Snyk has created this PR to upgrade dts-bundle-generator from 9.2.1 to 9.3.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.


  • The recommended version is 6 versions ahead of your current version.
  • The recommended version was released a month ago, on 2024-02-03.
Release notes
Package name: dts-bundle-generator
  • 9.3.1 - 2024-02-03

    Fixing one little oopsie from v9.3.0 release.

    Fixed

    • Spamming warning log messages while processing variables (see 8ecb56f)
  • 9.3.0 - 2024-02-03

    Changed

    • Do not compile bundled output together as they might have incompatible global declarations (see #296 and 43c2058)

    Fixed

    • Not all symbols in a declaration merging are exported (see #301 and 874f801)
    • Namespaced imports/exports don't generate a namespace if they are exported via name (see #299 and 86fc2ff)
    • jsdoc comments are stripped for nodes that were renamed because of the name collision (see #298 and 2b1b281)
    • Do not rename a node if known global name refers to this a symbol of that node (see #297 and c0a7007)
  • 9.2.5 - 2024-01-25

    Fixed

    • Fixed inlining transitive-dependencies when using inlineDeclareGlobals (see eb03676)
  • 9.2.4 - 2024-01-11

    Added

    • Added a warning if referenced type is not exported because it was renamed due to the name collisions (see #288, #286 (comment) and 262286c).
  • 9.2.3 - 2024-01-10

    Fixed

    • Do not export types if their local name changed because of collisions (unless they were explicitly exported) (see #286 and 643003f)
  • 9.2.2 - 2024-01-10

    Fixed

    • Added support for var symbol renaming (see #285) - thanks @ Atrue!
  • 9.2.1 - 2023-12-30

    Fixed

    • Fixed handling globalThis and undefined (as a value) values (see #282 and 6a132dd)
from dts-bundle-generator GitHub release notes
Commit messages
Package name: dts-bundle-generator
  • aef64a0 Bumped version to 9.3.1
  • 8ecb56f Fixed incorrect spamming warning log message
  • 4f8e815 Bumped version to 9.3.0
  • 557cf2d Added warning about unhandled variable identifier type
  • 874f801 De-merging declaration merging symbols while getting exports of a module
  • 86fc2ff Added recursively looking for a namespace import/export from inlined module
  • 2b1b281 Do not erase jsdoc comments from nodes that were renamed because of name collisions
  • ff28f20 Fixed iteration over set
  • c0a7007 Do not rename a node if known global name refers to this a symbol of that node
  • 43c2058 When check generated bundles, do not compile them together as they might have incompatible global declarations
  • 03fd032 Bumped version to 9.2.5
  • eb03676 Fixed inlining transitive-dependencies when using inlineDeclareGlobals
  • 1da6921 Updated typescript compatibility types according to the latest available API
  • 61271b5 Added vscode launch file to simplify local debugging process
  • 0d4d55e Bumped version to 9.2.4
  • 262286c Added a warning if a type node is not exported because it was renamed due to name collisions
  • 07e0a53 Bumped version to 9.2.3
  • 643003f Do not export types if their local name changed because of collisions (unless they were explicitly exported)
  • 12550ce Bumped version to 9.2.2
  • 1f10372 Merge pull request #285 from Atrue/export-var
  • 9c177a0 Replaced `FunctionScopedVariable` and `BlockScopedVariable` with just `Variable`
  • 82691b0 support var symbol renaming

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

@dominicbirch dominicbirch merged commit 0b6c98c into master Mar 7, 2024
3 checks passed
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.

2 participants