Closed AyoyimikaAjibade closed 2 years ago
Hi @AyoyimikaAjibade!, thanks for the Pull Request
The first commit message isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.
To Fix: You can fix this problem by running git commit --amend
, editing your commit message, and then running git push -f
to update this pull request.
Read more about contributing to ESLint here
Sub modules were never officially supported for this package and we removed them to make it clear what parts of the API are officially supported. The package itself exposes all of the classes Webpack needs — they just need to update how they are referenced.
Hello! update to node-eslint-scope caused breaking changes to webpack5.65.0 reversed dependencies while building as most submodules that used to be exported by default in the
package.json
file are now selected in the new version7.1.1
here is the error message thrown for most if webpack5.65.0 reverse dependencies (e.g
stats-webpack-plugin
)Pls I will like to ask why some submodules are not exposed in this update?
I created the PR to include exporting the said file i.e
./lib/referencer.js
Pls let me know if you need any other info. Thanks