Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 12, 2020

This PR contains the following updates:

Package Type Update Change
dependency-cruiser devDependencies minor 9.8.1 -> 9.11.0

Release Notes

sverweij/dependency-cruiser

v9.11.0

Compare Source

911R

🐛 fixes

  • 🚀 bugfix(enrich): improve performance of cycle and reachable detection (#​348)

Will speed up the cycle and reachability detection code between 2x and 10x - which can improve performance on certain larger repos (> 2000 modules) with seconds.

🌟 features

  • feature(cli|api): adds progress feedback (#​347)

📖 documentation

  • doc(real-world-samples): regenerate the yarn & react graphs with the new highlighting in place

🔧 maintenance

v9.10.1

Compare Source

🌟 features

  • feature(enrich): de-duplicate cyclic violations in the summary (#​341)
  • feature(wrap-stream-in-html): highlight connected edges (#​346)<- thanks @​forivall for writing this feature!

📖 documentation

  • bugfix(doc): set the prefix for the schema graph to the correct base path
  • doc(cli): mention wrap-stream-in-html earlier (#​345) (@​forivall)
  • doc(validate): improve jsdoc

🔧 maintenance

v9.9.5

Compare Source

🔧 maintenance

  • refactor(resolve): ensures reading package manifests keeps working in a package.json-with-exports world
  • build(npm): replaces tslint (used for linting stuff in /types) with eslint
  • ⬆️ @​babel/core, eslint, eslint-config-moving-meadow, mocha, tsconfig-paths-webpack-plugin
  • refactor(*): replaces some => includes where possible
  • refactor(resolve): use named functions where possible

v9.9.4

Compare Source

🐛 bugfixes

  • bugfix(resolve): by default don't let enhanced-resolve look at 'exports' fields in package.json manifests just yet (#​339)

Thanks to @​hckhanh for finding this bug!

v9.9.3

Compare Source

🐛 bugfixes & 🌟 features

  • bugfix(extract): reduces memory usage by using a new version of enhanced-resolve (#​335)

This also introduces a feature to tweak the cache duration enhanced resolve uses. For larger repos (above ~5000 modules, 20000 dependencies) it might be worthwhile to play with this to find a trade off between memory usage and time spent running.

Thanks to @​jomi-se who not only found the bug in enhanced-resolve but also helped validate the fix (in detail!) and rolled an alternate and promising cache implementation for enhanced resolve

🔧 maintenance

  • refactor(enrich|validate): sanitize validate interface (#​337)
  • build(npm): ⬆️ enhanced-resolve, @​babel/core, commander, eslint, eslint-plugin-unicorn, inquirer, typescript
  • ci(travis): don't run hyperfine on the ci

v9.9.2

Compare Source

🔧 maintenance

  • build(npm): ⬆️ inquirer, lodash

v9.9.1

Compare Source

🔧 maintenance

  • build(npm): ⬆️ lodash

v9.9.0

Compare Source

🌟 features

  • feature(validate): enables using 'required' rules (#​329) - thanks @​hzaun for raising the issue and helping with validating the PR!

🔧 maintenance

  • build(npm): ⬆️ ajv

📖 documentation

  • doc(security): adds a security policy

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@Himenon Himenon merged commit ac2cd83 into master Aug 12, 2020
@Himenon Himenon deleted the renovate/dependency-cruiser-9.x branch August 12, 2020 08:04
Himenon added a commit that referenced this pull request Aug 15, 2020
chore(deps): update dependency dependency-cruiser to v9.11.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants