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-dev): bump dependency-cruiser from 13.0.4 to 15.4.0 #278

Merged
merged 2 commits into from
Nov 26, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2023

Bumps dependency-cruiser from 13.0.4 to 15.4.0.

Release notes

Sourced from dependency-cruiser's releases.

v15.4.0

✨ features

  • ba4533fe feat(resolve): enables passing 'aliasFields' to enhanced-resolve (#870) - thanks to @​JakeSidSmith for not only raising the issue that led to this fix, but also for the detailed & well documented research that made this addition a very easy one to implement.
  • dfdb385d feat(reporter/dot): only considers rule severity for coloring invalid modules/ dependencies (#869)

🐛 fixes

  • 3445a3bb fix(init): makes initial regular expressions more specific (#872)- thanks @​mx-bernhard for raising the issue and suggesting an elegant fix.

📖 documentation

  • aca64898 doc: modify semicolons to commas (#866)

👷 maintenance

  • a6d562b7 build(npm): updates external dependencies

v15.3.1-beta-2

🐛 fixes to address #863

On top of the commit that takes 'workspaces' field into account when merging package manifests fix from #867, from that same PR:

  • 78990e08/ 2f29acea/ 943a5212 fixes: don't classify relative module names as 'aliased' - which addresses the bug that bit the beta testers
  • give precedence to bolted-on aliases (webpack) over node native aliases might there be a conflict

✨ / 📖 things from the main branch rebased into #863, but not released to latest yet

  • ba4533fe feat(resolve): enables passing 'aliasFields' to enhanced-resolve (#870)
  • dfdb385d feat(reporter/dot): only considers rule severity for coloring invalid modules/ dependencies (#869)
  • aca64898 doc: modify semicolons to commas (#866)

v15.3.1-beta-1

🐛 fixes

  • fe0a8311 fix(resolve): takes 'workspaces' field into account when merging package manifests

v15.3.0

✨ features

👷 maintenance

  • 6eb9c61f build(npm): updates external dependencies
  • ae9b688e refactor(resolve): hands over preserveSymlink processing to EHR (#865)
  • 41b20c67 fix(test): makes c8 stop processing again when coverage is too low
  • 6dc06324 fix(test): ensures that by default subpath imports are used for local imports

v15.2.0

... (truncated)

Commits
  • 41e01de 15.4.0
  • 3445a3b fix(init): makes initial regular expressions more specific (#872)
  • a6d562b build(npm): updates external dependencies
  • ba4533f feat(resolve): enables passing 'aliasFields' to enhanced-resolve (#870)
  • dfdb385 feat(reporter/dot): only considers rule severity for coloring invalid modules...
  • aca6489 doc: modify semicolons to commas (#866)
  • 8b37fe3 15.3.0
  • 6eb9c61 build(npm): updates external dependencies
  • fce008d feat(extract): makes support for workspaces explicit (#864)
  • 41b20c6 fix(test): makes c8 stop processing again when coverage is too low
  • 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)

@dependabot dependabot bot requested a review from MH4GF as a code owner November 23, 2023 01:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 23, 2023
Bumps [dependency-cruiser](https://github.com/sverweij/dependency-cruiser) from 13.0.4 to 15.4.0.
- [Release notes](https://github.com/sverweij/dependency-cruiser/releases)
- [Changelog](https://github.com/sverweij/dependency-cruiser/blob/main/CHANGELOG.md)
- [Commits](sverweij/dependency-cruiser@v13.0.4...v15.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependency-cruiser-15.4.0 branch from 6d7b6b3 to c9034d7 Compare November 25, 2023 14:17
@MH4GF MH4GF linked an issue Nov 26, 2023 that may be closed by this pull request
@MH4GF MH4GF merged commit 4e1a033 into main Nov 26, 2023
6 checks passed
@MH4GF MH4GF deleted the dependabot/npm_and_yarn/dependency-cruiser-15.4.0 branch November 26, 2023 01:37
@MH4GF MH4GF added the enhancement New feature or request label Nov 26, 2023
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 enhancement New feature or request javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: support v15
1 participant