chore(deps): update dependency dependency-cruiser to 16.7 #616
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
16.6
->16.7
Release Notes
sverweij/dependency-cruiser (dependency-cruiser)
v16.7.0
Compare Source
✨ feature: recognize type imports in jsdoc
Dependency-cruiser now recognizes imports in jsdoc - both the new one introduced in TS5.5 (e.g.
/** @​import { something } from "blahblah"; */
), as well as the older notation (e.g./** @​type {import('blahblah').something} */
).Thanks to @louwers for raising the associated issue and testing a very early version of PR #965
jsdoc
,jsdoc-bracket-import
andjsdoc-import-tag
for use in your rules.commits:
09e9e41
feat(extract): adds recognition of jsdoc@import
type imports (#965)see microsoft's announcement on the thing
0d49477
feat(extract): adds recognition of the more classic jsdoc 'bracket' imports (#969)fedead6
feat(init): adds question to enable detection of jsdoc imports (#970)🐛 fixes
09ae707
fix(npm): shortens the message in the (only) distributed script👷 maintenance
aae6edd
/b5bfe76
refactor: addresses small linting issues2d2b0e5
refactor(resolve): uses Maps for the context maps79e1aa1
build(npm): updates external dependencies09ae707
fix(npm): shortens the message in the (only) distributed script🧹 chores
8a288dd
chore: migrates to eslint 9 & flat config (#968)69b59b6
chore: makes ci use node 23 instead of 2278960d3
build(npm): adds svgo to devDependenciesConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.