webpack-contrib/stylelint-webpack-plugin

DeprecationWarning: [hash] is now [fullhash]

xavierfoucrier opened this issue · 4 comments

Hi @ricardogobbosouza,

Thanks for maintaining this project!

I recently got this deprecation warning when running stylelint-webpack-plugin in my webpack setup.

image

Here is part of the environment / dependencies I use:

  • node 16.15.0
  • npm 8.10.0
  • stylelint 14.8.5
  • stylelint-webpack-plugin 3.3.0
  • webpack 5.72.1
  • webpack-cli 4.9.2

Thanks a lot for taking time to check on your side! ✌️

Hi @xavierfoucrier
Could you provide a repository?
I can't reproduce in a simple test

Hello @ricardogobbosouza,

Thanks for your time!
I will provide a test repository as soon as possible 😉

this is not related to stylelint plugin, this is webpack core deprecation warning. this is expected changing from v4 to v5..

Hello @ricardogobbosouza,

Unfortunately I can't reproduce myself, because since I post the issue I have updated/upgraded my dependencies.
I can just confirm that this is a webpack deprecation warning, rather than a stylelint deprecation warning... sorry!

@vankop I was already using webpack 5 when I posted.