conventional-commits / conventionalcommits.org

The conventional commits specification
https://conventionalcommits.org
MIT License
6.73k stars 520 forks source link

build(dev-deps): bump themes dev-deps + anchor-js #475

Closed lorenzodianni closed 1 year ago

lorenzodianni commented 1 year ago

There was a problem with node-sass and the current node version (v19) that broke local build (see #441). To fix this error we must update how we build css, moving from node-sass (that is deprecated) to sass

I've also updated to latest version webpack and all other css dev-deps + anchor-js

We can NOT update github-markdown-css because has some breaking changes that cause some layout bugs, we need to do that in a new dedicated PR

lorenzodianni commented 1 year ago

@damianopetrungaro the problem described in #441 happens because locally we use the latest version of node v19.0.0 but for production build we use node v8.17.0 (see netlify logs)

damianopetrungaro commented 1 year ago

Thanks @lorenzodianni great as usual!