Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps dependency-cruiser from 17.3.2 to 17.3.5.

Release notes

Sourced from dependency-cruiser's releases.

v17.3.5

👷 maintenance

  • 2c72a14f perf(enrich/orphan): optimizes the data structure it exercises upon (#1037)
  • c80252ed perf(enrich/derive/metrics): only create indexed graph once (#1036)
  • 1dab573d perf(enrich/derive): uses better datastructure for deriving dependents (#1035)
  • 11a608a9 refactor(enrich/derive/circular): moves creation of indexed module graph into deriveCycles (#1034)

🧹 chores

  • 6ddfe153 chore(progress): cleans up steps & performance log (#1038)
  • b8358fca doc(cache): adds missing type annotation
  • 3d20f907 chore(npm): updates external devDependencies

v17.3.5-beta-2

  • 2c72a14f perf(enrich/orphan): optimizes the data structure it exercises upon (#1037)

from the previous beta:

  • b8358fca doc(cache): adds missing type annotation
  • c80252ed perf(enrich/derive/metrics): only create indexed graph once (#1036)
  • 1dab573d perf(enrich/derive): uses better datastructure for deriving dependents (#1035)
  • 11a608a9 refactor(enrich/derive/circular): moves creation of indexed module graph into deriveCycles (#1034)

v17.3.4

🐛 fixes

  • 2415f0c8 fix(extract): ensures we work again when typescript isn't installed (#1033)

👷 maintenance

  • d75e4d3b fix: small consistency & performance improvements
  • 66b25b65 chore(depsDev): bump actions/cache from 4 to 5 in the all-the-things group (#1032)

v17.3.4-beta-1

  • b8358fca doc(cache): adds missing type annotation
  • c80252ed perf(enrich/derive/metrics): only create indexed graph once (#1036)
  • 1dab573d perf(enrich/derive): uses better datastructure for deriving dependents (#1035)
  • 11a608a9 refactor(enrich/derive/circular): moves creation of indexed module graph into deriveCycles (#1034)

🤦 Note for anyone confused by the version numbering: technically this should have been released as v17.3.5-beta-1 🤷

v17.3.3

🚀 refactorings to make dependency-cruiser run a little more efficient

  • 749e6ca8/ 85890667 perf(main|schema|tools): pre-compiles json schemas at build time - removes ajv as a runtime dependency (#1029) relevant for everyone; the validation step now takes 10x less time and we could drop ajv as a runtime dependency, which makes for a faster install as well as a reduction in dependency management.
  • be411750/ 9ea64053 perf(derive/reachable): simplifies & cleans up the algorithm (#1030/ #1031) I have the feeling I'm not done there yet, but this already makes the algo run 1.3 - 1.5x faster, so if something with reachables in your rule set you might notice an improvement.
  • 9ea64053 (#1031) also caches regex compilations throughout dependency-cruiser making the validation 1.5x - 2.5x faster (it already didn't take that much time, but every 10ms counts).
  • c558d426 perf(extract/typescript): adds various performance optimizations (#1026)

... (truncated)

Commits
  • ff3c7aa 17.3.5
  • 3d20f90 chore(npm): updates external devDependencies
  • 6ddfe15 chore(progress): cleans up steps & performance log (#1038)
  • 2c72a14 perf(enrich/orphan): optimizes the data structure it exercises upon (#1037)
  • b8358fc doc(cache): adds missing type annotation
  • c80252e perf(enrich/derive/metrics): only create indexed graph once (#1036)
  • 1dab573 perf(enrich/derive): uses better datastructure for deriving dependents (#1035)
  • 11a608a refactor(enrich/derive/circular): moves creation of indexed module graph int...
  • 2836fc0 17.3.4
  • d75e4d3 fix: small consistency & performance improvments
  • 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 [dependency-cruiser](https://github.com/sverweij/dependency-cruiser) from 17.3.2 to 17.3.5.
- [Release notes](https://github.com/sverweij/dependency-cruiser/releases)
- [Changelog](https://github.com/sverweij/dependency-cruiser/blob/main/CHANGELOG.md)
- [Commits](sverweij/dependency-cruiser@v17.3.2...v17.3.5)

---
updated-dependencies:
- dependency-name: dependency-cruiser
  dependency-version: 17.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 2026
@github-actions github-actions bot enabled auto-merge (squash) January 1, 2026 01:01
@github-actions github-actions bot merged commit 347b446 into main Jan 1, 2026
4 checks passed
@github-actions github-actions bot deleted the dependabot-npm_and_yarn-main-dependency-cruiser-17.3.5 branch January 1, 2026 01:02
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.

1 participant