Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency madge to v8 #233

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
madge 5.0.1 -> 8.0.0 age adoption passing confidence

Release Notes

pahen/madge (madge)

v8.0.0

Compare Source

v7.0.0

Compare Source

8 April 2024

  • devDeps: release-it@^15.6.0->^16.2.1 #393
  • ci: Run build & test scripts on GitHub Actions #394
  • chore: bump and align dependencies; dedupe typescript #379
  • Adding option to not print the circular file count #387
  • Update README, explaining to how ignore typed imports on .tsx files #389
  • docs: update README to include ignore dynamic imports FAQ #360
  • docs: fix donate anchor #362
  • Release 6.1.0 #378
  • chore: check in package-lock.json 2137846
  • devDeps: release-it@^16.1.5->^16.2.1 1bcdc12
  • ci: add build/test workflow for GitHub Actions fa34634
v6.1.0

4 June 2023

  • constrain and bump typescript versions #376
  • Disable spinner when running in CI #356
  • Remove deploy to NPM from Travis build #354
  • feat: support for rankdir in CLI #311
  • Move typescript to peer dependencies #350
  • Release 6.0.0 #352
  • Release 6.1.0 66bb0c3
  • install and use ci-info c35da47
  • remove ci-info and change isEnabled setting a771115

v6.1.0

Compare Source

  • constrain and bump typescript versions #376
  • Disable spinner when running in CI #356
  • Remove deploy to NPM from Travis build #354
  • feat: support for rankdir in CLI #311
  • Move typescript to peer dependencies #350
  • Release 6.0.0 #352
  • install and use ci-info c35da47
  • remove ci-info and change isEnabled setting a771115
  • control no-spinner from env var 3a7d544

v6.0.0

Compare Source

29 January 2023

  • Handle collect tsconfig's extends fileds #349
  • Update packages detective-* to latest #348
  • chore: bump 'detective-typescript' package to allow newer TS versions #321
  • Replace to ts-graphviz package #341
  • chore: bump detective-postcss to v6 #319
  • Drop support Node.js EOL versions(<14) #342
  • handle collect tsconfig's extends fileds #323
  • Changed to depend on the ts-graphviz package 9b9ae87
  • Release 6.0.0 2aa75b2
  • update packages detective-* to latest 60b6557
v5.0.2

27 January 2023

  • Add NPM task and docs for creating a release #346
  • Fix broken link to Travis in README #345
  • docs: fix subtrees typo in README #325
  • minor typo in README.md #300
  • Release 5.0.2 614d44d
  • minor typos in README.md edc27c8
  • minor type in README.md 9f5514c
v5.0.1

23 June 2021

  • Fix issue with command line options stopped working 512c2cb
  • Update README 8e98136

v5.0.2

Compare Source

27 January 2023

  • Add NPM task and docs for creating a release #346
  • Fix broken link to Travis in README #345
  • docs: fix subtrees typo in README #325
  • minor typo in README.md #300
  • Release 5.0.2 614d44d
  • minor typos in README.md edc27c8
  • minor type in README.md 9f5514c

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from C0ZEN as a code owner August 7, 2024 02:51
@renovate renovate bot assigned C0ZEN Aug 7, 2024
Copy link
Author

renovate bot commented Aug 7, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/typescript
npm ERR!   dev typescript@"4.3.5" from the root project
npm ERR!   peer typescript@"^3.0.0 || ^4.0.0" from [email protected]
npm ERR!   node_modules/eslint-etc
npm ERR!     eslint-etc@"^4.0.7" from [email protected]
npm ERR!     node_modules/eslint-plugin-rxjs
npm ERR!       dev eslint-plugin-rxjs@"3.3.4" from the root project
npm ERR!   4 more (eslint-plugin-rxjs, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peerOptional typescript@"^5.4.4" from [email protected]
npm ERR! node_modules/madge
npm ERR!   dev madge@"8.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/typescript
npm ERR!   peerOptional typescript@"^5.4.4" from [email protected]
npm ERR!   node_modules/madge
npm ERR!     dev madge@"8.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-08-07T02_51_03_505Z-debug.log

Copy link

codeclimate bot commented Aug 7, 2024

Code Climate has analyzed commit 0d40bfe and detected 0 issues on this pull request.

View more on Code Climate.

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.

1 participant