Releases: dependents/node-get-amd-module-type
Releases · dependents/node-get-amd-module-type
v7.0.0
v6.0.2
What's Changed
Bug Fixes
- Remove redundant callback guard - The unnecessary
if (callback)check before invoking the callback inindex.jshas been removed. The callback is always present in this code path. (7c40f48)
Refactoring
- Modernize test suite - Tests have been converted from callback-style to
async/awaitusingutil.promisify. Error assertions now useassert.rejects(). A missing test case fordynamicRequire.js(depstype) was also added. (2cd2f1b)
Maintenance
- Run
npm audit fixto address security advisories in dependencies. (f6025d6) - Dependency security bumps (via Dependabot):
js-yaml,webpack,minimatch,picomatch,flatted,lodash-es,lodash. - Update CI configuration:
- Add Node.js 24 to the test matrix.
- Update GitHub Actions:
actions/checkoutv4 → v6,actions/setup-nodev4 → v6,github/codeql-actionv3 → v4. - Group GitHub Actions updates in Dependabot config.
Full Changelog: v6.0.1...v6.0.2
v6.0.1
v6.0.0
What's Changed
- BREAKING Update dependencies and drop Node.js < 18 support
Full Changelog: v5.0.1...v6.0.0
v5.0.1
- Update dependencies
- Tighten error tests
Full Changelog: v5.0.0...v5.0.1
v5.0.0
- Drop Node.js 12 support
- Update CI
- Switch to xo for linting
Full Changelog: v4.1.0...v5.0.0