Open mend-for-github-com[bot] opened 7 months ago
This PR contains the following updates:
0.13.0
0.13.1
By merging this PR, the below issues will be automatically resolved and closed:
This PR contains the following updates:
0.13.0
->0.13.1
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
import-js/eslint-plugin-import (eslint-import-resolver-webpack)
### [`v0.13.1`](https://redirect.github.com/import-js/eslint-plugin-import/blob/HEAD/resolvers/webpack/CHANGELOG.md#0131---2021-05-13) ##### Added - add support for webpack5 'externals function' (\[[#2023](https://redirect.github.com/import-js/eslint-plugin-import/issues/2023)], thanks \[[@jet2jet](https://redirect.github.com/jet2jet)]) ##### Changed - Add warning about async Webpack configs (\[[#1962](https://redirect.github.com/import-js/eslint-plugin-import/issues/1962)], thanks \[[@ogonkov](https://redirect.github.com/ogonkov)]) - Replace `node-libs-browser` with `is-core-module` (\[[#1967](https://redirect.github.com/import-js/eslint-plugin-import/issues/1967)], thanks \[[@andersk](https://redirect.github.com/andersk)]) - \[meta] add "engines" field to document existing requirements - \[Refactor] use `is-regex` instead of `instanceof RegExp` - \[Refactor] use `Array.isArray` instead of `instanceof Array` - \[deps] update `debug`, `interpret`, `is-core-module`, `lodash`, `resolve`