Skip to content

npm(deps-dev): bump dts-bundle-generator from 7.2.0 to 8.0.0 #20

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2023

Bumps dts-bundle-generator from 7.2.0 to 8.0.0.

Release notes

Sourced from dts-bundle-generator's releases.

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)
Commits
  • a74cd5d Bumped version to 8.0.0
  • cfbe0c8 Removed redundant tslint comment
  • 213998d Merge pull request #248 from timocov/issue185
  • 14e9df0 Fixed incorrect output if rename while re-exporting the default export withou...
  • a7ad68d Chore: Injecting current package version in tests to avoid changing several f...
  • b1da78d Merge pull request #246 from timocov/issue214
  • fa0459e Added support for inlining statements that are "exported" via using `declare ...
  • a9d9e1e Merge pull request #245 from timocov/fix230
  • a330aab Fixed handling import = require syntax and "import default"
  • 76254ce Merge pull request #244 from timocov/fix243
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [dts-bundle-generator](https://github.com/timocov/dts-bundle-generator) from 7.2.0 to 8.0.0.
- [Release notes](https://github.com/timocov/dts-bundle-generator/releases)
- [Commits](timocov/dts-bundle-generator@v7.2.0...v8.0.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 Apr 3, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2023

Superseded by #23.

@github-actions
Copy link

This PR is stale because it has been open 30 days with no activity.

@github-actions github-actions bot added the Stale label May 22, 2023
@codeclimate
Copy link

codeclimate bot commented May 25, 2023

Code Climate has analyzed commit dbebe7a and detected 0 issues on this pull request.

View more on Code Climate.

@scrutinizer-notifier
Copy link

The inspection completed: No new issues

@github-actions github-actions bot removed the Stale label May 29, 2023
@github-actions
Copy link

github-actions bot commented Jul 3, 2023

This PR is stale because it has been open 30 days with no activity.

@github-actions github-actions bot added the Stale label Jul 3, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2023

A newer version of dts-bundle-generator exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@github-actions github-actions bot removed the Stale label Oct 30, 2023
Copy link

github-actions bot commented Dec 4, 2023

This PR is stale because it has been open 30 days with no activity.

@github-actions github-actions bot added the Stale label Dec 4, 2023
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 Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants