circular-dependency-plugin icon indicating copy to clipboard operation
circular-dependency-plugin copied to clipboard

Detect circular dependencies in modules compiled with Webpack

Results 40 circular-dependency-plugin issues
Sort by recently updated
recently updated
newest added

First off -- amazing plugin, this has saved me from a bunch of problems. Thank you so much! The issue I'm seeing is this: ```javascript // foo.js import { Bar...

Sorely missed [`circular-dependency-plugin`](https://github.com/aackerman/circular-dependency-plugin) when using Vite, is there any chance we could support it?

Bumps [json5](https://github.com/json5/json5) to 1.0.2 and updates ancestor dependencies [json5](https://github.com/json5/json5), [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [loader-utils](https://github.com/webpack/loader-utils). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 1.0.2 Release notes Sourced from json5's...

dependencies

Bumps [json5](https://github.com/json5/json5) to 2.2.2 and updates ancestor dependencies [json5](https://github.com/json5/json5), [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.2 Release notes Sourced from json5's...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.1.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

(node:48988) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.

Fixes this DeprecationWarning: ``` DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. at new CircularDependencyPlugin (/node_modules/circular-dependency-plugin/index.js:8:20) ```

Error ``` (node:78938) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. at new CircularDependencyPlugin (/Users/dennisat/dev/x-company/x-project/node_modules/.pnpm/[email protected][email protected][email protected]_/node_modules/circular-dependency-plugin/index.js:8:20) at Object. (/Users/dennisat/dev/x-company/x-project/packages/mhc-ui-components/webpack.plugins.js:9:5) ... ``` This because the `let extend = require('util')._extend`...