Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2025

Bumps DenizAltunkapan/directory-tree-generator from 2 to 4.

Release notes

Sourced from DenizAltunkapan/directory-tree-generator's releases.

Multi‑Path Directory Scanning

✨ New

  • Multiple pathspath now accepts a comma‑separated list (e.g. frontend,backend).
    Each directory is scanned individually and rendered as its own section (## <path>) in DIRECTORY.md.

🛠 Improvements

  • Robust handling of invalid or missing paths (skipped with a warning, build continues).
  • Cleaner CLI/Action inputs: unchanged behaviour for single path, seamless upgrade.

Upgrade tip:

with:
  path: frontend,backend           # ← new!
  extensions: .ts,.html,.scss
  show-extensions: true
node index.js --path src,shared --extensions .js,.tsx --show-extensions true

fix: corrected output path for DIRECTORY.md to project root

No release notes provided.

Commits
  • c48c0be feat(generator): support comma‑separated scan paths for multi‑folder projects
  • ef6131b fix: correctly handle file extensions
  • 96c36ac fix: corrected output path for DIRECTORY.md to project root
  • See full diff 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 [DenizAltunkapan/directory-tree-generator](https://github.com/denizaltunkapan/directory-tree-generator) from 2 to 4.
- [Release notes](https://github.com/denizaltunkapan/directory-tree-generator/releases)
- [Commits](DenizAltunkapan/directory-tree-generator@v2...v4)

---
updated-dependencies:
- dependency-name: DenizAltunkapan/directory-tree-generator
  dependency-version: '4'
  dependency-type: direct:production
  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 github_actions Pull requests that update GitHub Actions code labels Jul 4, 2025
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 4, 2025
@dependabot dependabot bot requested review from alxkm and siriak as code owners July 4, 2025 21:11
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Jul 4, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.41%. Comparing base (841f9c3) to head (cbf4e49).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #6342   +/-   ##
=========================================
  Coverage     74.41%   74.41%           
  Complexity     5419     5419           
=========================================
  Files           681      681           
  Lines         18888    18888           
  Branches       3665     3665           
=========================================
  Hits          14055    14055           
  Misses         4276     4276           
  Partials        557      557           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@siriak
Copy link
Member

siriak commented Jul 5, 2025

@DenizAltunkapan please review

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 5, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/dot-github/workflows/DenizAltunkapan/directory-tree-generator-4 branch July 5, 2025 12:05
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants