Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps circular-dependency-scanner from 2.3.0 to 3.0.1.

Release notes

Sourced from circular-dependency-scanner's releases.

v3.0.1

Patch Changes

  • fix: the relative path argument caused a globbing failure.

v3.0.0

⚠️ Breaking

Since v3, this tool only support Node.js v20+.

The graph detection core algorithm is implemented in rust instead, to save runtime memory and make it much faster, that is compiled to wasm and integrated.

Prefer to check CHANGELOG history for more information.

v3.0.0-beta.0

Major Changes

  • feat: implement graph detect algorithm with rust, save runtime memory and make it much faster
  • feat: re-export the analyzeGraph method and Edge type
  • chore: update eco-dependencies and refactor infrastructure
Changelog

Sourced from circular-dependency-scanner's changelog.

3.0.1

Patch Changes

  • fix: the relative path argument caused a globbing failure.

3.0.0

Major Changes

⚠️ Breaking

Since v3, this tool only support Node.js v20+.

The graph detection core algorithm is implemented in rust instead, to save runtime memory and make it much faster, that is compiled to wasm and integrated.

Prefer to check CHANGELOG history for more information.

3.0.0-beta.0

Major Changes

  • perf: implement graph detect algorithm with rust, save runtime memory and make it much faster
  • feat: re-export the analyzeGraph method and Edge type
  • chore: update eco-dependencies and refactor infrastructure
Commits
  • 7a84880 feat: the relative path argument caused a globbing failure
  • b059cb2 chore: release v3.0.0
  • 978a0f5 chore: release 3.0.0-beta.0
  • 6fb1e61 build: infrastructure changes
  • df8c646 feat: replace graph-cycles with rust petgraph and wasm
  • 79a103c refactor: simplify match rule
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 26, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 26, 2026
@changeset-bot
Copy link

changeset-bot bot commented Jan 26, 2026

⚠️ No Changeset found

Latest commit: c5f2686

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 26, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/circular-dependency-scanner-3.0.1 branch from 13b8796 to 978f40b Compare January 28, 2026 10:08
Bumps [circular-dependency-scanner](https://github.com/emosheeep/circular-dependency-scanner) from 2.3.0 to 3.0.1.
- [Release notes](https://github.com/emosheeep/circular-dependency-scanner/releases)
- [Changelog](https://github.com/emosheeep/circular-dependency-scanner/blob/master/CHANGELOG.md)
- [Commits](emosheeep/circular-dependency-scanner@v2.3.0...v3.0.1)

---
updated-dependencies:
- dependency-name: circular-dependency-scanner
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/circular-dependency-scanner-3.0.1 branch from 978f40b to c5f2686 Compare February 8, 2026 21:13
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