Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sverweij/dependency-cruiser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v17.3.8
Choose a base ref
...
head repository: sverweij/dependency-cruiser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v17.3.9
Choose a head ref
  • 3 commits
  • 18 files changed
  • 2 contributors

Commits on Mar 3, 2026

  1. build(npm): updates external dependencies

    Up'em just updated these outdated dependencies in package.json:
    
    @swc/core                         1.15.11   -> 1.15.18  devDependencies   (policy: latest)
    @eslint/eslintrc            .     3.3.3     -> 3.3.4    devDependencies   (policy: latest)
    @eslint/js                        9.39.2    -> 9.39.3   devDependencies   (policy: latest)
    @types/node                       25.2.1    -> 25.3.3   devDependencies   (policy: latest)
    @typescript-eslint/eslint-plugin  8.54.0    -> 8.56.1   devDependencies   (policy: latest)
    @typescript-eslint/parser         8.54.0    -> 8.56.1   devDependencies   (policy: latest)
    @vue/compiler-sfc                 3.5.27    -> 3.5.29   devDependencies   (policy: latest)
    acorn                             8.15.0    -> 8.16.0   dependencies      (policy: latest)
    acorn-walk                        8.3.4     -> 8.3.5    dependencies      (policy: latest)
    ajv                               8.17.1    -> 8.18.0   devDependencies   (policy: latest)
    c8                                10.1.3    -> 11.0.0   devDependencies   (policy: latest)
    enhanced-resolve                  5.19.0    -> 5.20.0   dependencies      (policy: latest)
    eslint                            9.39.2    -> 9.39.3   devDependencies   (policy: latest)
    eslint-plugin-n                   17.23.2   -> 17.24.0  devDependencies   (policy: latest)
    eslint-plugin-security            3.0.1     -> 4.0.0    devDependencies   (policy: latest)
    globals                           17.3.0    -> 17.4.0   devDependencies   (policy: latest)
    lint-staged                       16.2.7    -> 16.3.2   devDependencies   (policy: latest)
    svelte                            5.49.2    -> 5.53.7   devDependencies   (policy: latest)
    upem                              10.0.3    -> 10.0.4   devDependencies   (policy: latest)
    watskeburt                        5.0.2     -> 5.0.3    dependencies      (policy: latest)
    
    Up'em found these packages were outdated, but did not update them because of policies:
    
    @eslint/js                        9.39.3   devDependencies   (policy: wanted)
    eslint                            9.39.3   devDependencies   (policy: wanted)
    eslint-plugin-budapestian         6.0.0    devDependencies   (policy: wanted)
    eslint-plugin-mocha               10.5.0   devDependencies   (policy: wanted)
    eslint-plugin-unicorn             56.0.1   devDependencies   (policy: wanted)
    symlink-dir                       7.1.0    devDependencies   (policy: wanted)
    
    Also adds some overrides several transitive deps pulled in via devDependencies to snooze
    vulnerability alerts (the vulnerabilities themselves are almost impossible to trigger in our
    context, but clean dashboards are more easy to monitor, so we still add them)
    sverweij committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    e1843a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. feat: allows usage with TypeScript v6 (#1049)

    ## Description
    
    This PR add support for TypeScript 6.0, which is currently in Beta.
    TypeScript 6.0 has no depcruiser-affecting breakage that I could see,
    and is mostly about aligning the config and some defaults with tsgo
    ([see the notes
    here](https://devblogs.microsoft.com/typescript/announcing-typescript-6-0-beta/)).
    The change mostly involves increasing the range to include `< 7.0.0` as
    the upper bound. I mirrored the changes in both package.json and the
    generated meta.cjs.
    
    (7.0 will most likely be another can of worms, I'd be happy to poke at
    that closer to prime time 😌)
    
    ## Motivation and Context
    
    I was testing compatibility with 6.0 at work and noticed that depcruiser
    was silently giving me very small graphs. I traced this down to the
    transpiler allowlist in `meta.cjs`.
    
    Aside: [I also saw this issue about giving a warning on missing
    transpilers, which would also be
    relevant](#1048).
    
    ## How Has This Been Tested?
    
    - [x] green ci
    
    
    ## Types of changes
    
    - [ ] Bug fix (non-breaking change which fixes an issue)
    - [ ] Documentation only change
    - [ ] Refactor (non-breaking change which fixes an issue without
    changing functionality)
    - [x] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to change)
    
    ## Checklist
    - [x] 📖
    
    - My change doesn't require a documentation update, the TypeScript
    ranges are not really specified in the docs, as far as I could see.
     
    - [x] ⚖️
    - The contribution will be subject to [The MIT
    license](https://github.com/sverweij/dependency-cruiser/blob/main/LICENSE),
    and I'm OK with that.
      - The contribution is my own original work.
    - I am ok with the stuff in
    [**CONTRIBUTING.md**](https://github.com/sverweij/dependency-cruiser/blob/main/.github/CONTRIBUTING.md).
    
    ---------
    
    Co-authored-by: sverweij <[email protected]>
    fpapado and sverweij authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    d91a816 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. 17.3.9

    sverweij committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    7c4adad View commit details
    Browse the repository at this point in the history
Loading