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.1.0 to 9.2.1 #17

Merged
merged 2 commits into from
Mar 4, 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.1.0 to 9.2.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 2 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-12-30.
Release notes
Package name: dts-bundle-generator
  • 9.2.1 - 2023-12-30

    Fixed

    • Fixed handling globalThis and undefined (as a value) values (see #282 and 6a132dd)
  • 9.2.0 - 2023-12-29

    Release notes

    In this release I tried to adapt tests from api-extractor tool in order to compare results and apart from some passing tests I found a few issues that are fixed in this release.

    Fixed

    • Prettified output when some "parts" aren't emitted (e.g. banner) (see af1736f)
    • Fixed incorrect import() statement if imported name is imported with renaming (see 9edab0d)
    • Fixed wrongly collision-resolved names when a name exists in a global scope (see 25703d7)
    • Fixed incorrect output while having re-export via import (see e324b37)
    • Fixed incomplete generated namespace while having export * from statements (see 0bd1a19)
    • Fixed incorrect generation while using export * from statements (see 0bdbf07 and b27daaa)
    • Fixed error while generating namespaced exports via import statements (see 06e531f)
  • 9.1.0 - 2023-12-27

    Release notes

    With this release all known bugs in the tool are fixed (especially long-lived ones!) 🎉

    Fixed

    • Star re-exports (import * as NS / export * as NS) aren't wrapped with a NS name (see #134 and #281)
    • (Re-)Export from re-export from external library doesn't add import/export statements (see #251 and #279)
from dts-bundle-generator GitHub release notes
Commit messages
Package name: dts-bundle-generator
  • bbaa062 Bumped version to 9.2.1
  • 6a132dd Fixed finding a scope for compiler-level defined symbols like `globalThis` or `undefined`
  • 79b373e Bumped version to 9.2.0
  • b27daaa Fixed handling re-exports with `export * from` and renamings while importing/exporting
  • 41e1a5f Removed eslint-plugin-prefer-arrow eslint plugin
  • 843c6ed Don't make unnecessary links between symbols
  • 5c88857 Prettified code and making less assumptions but validate with checks
  • 06e531f Fixed error while generating namespaced exports via import statements
  • 0bdbf07 Fixed handling `export * from 'mod'` in root a source file (and all recursively-referenced modules)
  • 0bd1a19 Fixed incomplete generated namespace while having `export * from` statements
  • e324b37 Fixed incorrect output while having re-export via import
  • 25703d7 Fixed wrongly collision-resolved names when a name exists in a global scope
  • 9edab0d Fixed incorrect import() statement if imported name is imported with renaming
  • af95edf Do not import all types while running tests
  • af1736f Fixed trimming in output

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 bad427c into master Mar 4, 2024
4 checks passed
@dominicbirch dominicbirch deleted the snyk-upgrade-17828c21f00457e30ce067f65bee8285 branch March 4, 2024 14:43
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