🌟 features
With this feature dependency-cruiser also recognises things like import * as fs from 'node:fs'
(which works from node 12.20) and const { readFileSync } = require('node:fs')
(which works from node 16). See this issue in the nodejs repo to see why this might be useful and why it might get more commonplace.
🐛 bugfixes
👷♀️ maintenance
- d9c485f chore(actions): use node 16 as default, drop node 15 from build matrices
- 3bfe6ad build(npm): ⬆️ @babel/core, @swc/core, acorn, acorn-loose, acorn-walk, chalk, eslint, eslint-config-prettier, eslint-plugin-unicorn, get-stream
- cf1154e build(npm): ⬇️ symlink-dir (as it didn't work on node 10 anymore, while we will still support that for a few weeks)