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

Bump dts-bundle-generator from 6.12.0 to 8.1.0 #426

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps dts-bundle-generator from 6.12.0 to 8.1.0.

Release notes

Sourced from dts-bundle-generator's releases.

8.1.0

Added

  • Added support for .mts and .cts extensions (see #204)
  • Fixed handling re-exports in dependencies (see #259)

8.0.1

Fixed

  • declare module Module statements from dependencies are inlined despite if it should be imported (see #250 and a7255127ddbae46f2b4a37d54404fed3c644207e)

8.0.0

Breaking changes

  • Minimal typescript version changed from 4.0 to 5.0 (see #238 and #240)
  • Changed default behavior for module ModuleName statements (without quotes) (see #237 and #242)

Fixed

  • Fixed wrong export state of referenced namespaces/modules (see #241 and #242)
  • Some types are removed if they used in ambient context (see #243 and #244)
  • Imports are lost when importing esm-like modules without default export using commonjs import or esm import default (see #230 and #245)
  • Statements aren't inlined if they are used in declare global statements only (see #214 and #246)
  • Fixed incorrect output if rename while re-exporting the default export without a name (see #185 and #248)

7.2.0

Fixed

  • Incorrect handling inlining import() statements (see #234 and #235)

7.1.0

Fixed

New Contributors

  • @​jinzhubaofu made their first contribution in 2e1b1afa0dc405641b57963148b8487a3d6ddb50

Full Changelog: timocov/dts-bundle-generator@v7.0.0...v7.1.0

7.0.0

Breaking changes

  • Minimal typescript version changed from 3.0 to 4.5
  • yargs dependency was upgraded from 17.2 to 17.6
  • Minimal NodeJS version changed from 12 to 14
  • Compilation target changed from es5 to es2020 (modules are still commonjs though)

See #224

... (truncated)

Commits
  • a4e2734 Bumped version to 8.1.0
  • c0146c4 Added sorting in test to make it stable with the next typescript version
  • fc6b627 Chore: Upgraded outdated dev dependencies
  • 2e1a9e0 Added handling re-export in dependencies
  • 92b3c83 Removed contribution section from readme
  • 6baa44c Updated known limitations
  • 9f346f9 Merge pull request #257 from timocov/mts-cts-issue204
  • fa6eccf Added support for the .mts and .cts extensions
  • 93f5c79 Chore: Bumped version for nodejs in CI for lint
  • 4be457a Chore: Upgraded outdated dev dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dts-bundle-generator](https://github.com/timocov/dts-bundle-generator) from 6.12.0 to 8.1.0.
- [Release notes](https://github.com/timocov/dts-bundle-generator/releases)
- [Commits](timocov/dts-bundle-generator@v6.12.0...v8.1.0)

---
updated-dependencies:
- dependency-name: dts-bundle-generator
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 16, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 23, 2023

Superseded by #436.

@dependabot dependabot bot closed this Oct 23, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dts-bundle-generator-8.1.0 branch October 23, 2023 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants