Closed bourgeoa closed 3 years ago
reverted a test also because after update of solid-ui to webpack5 the test started to fail again. https://github.com/solid/solid-ui/commit/befe4400123b084071ed5b59aae8704eb8af8b25
@bourgeoa I managed to update solid-ui as mentioned privately. See PR above. This means the release script must be updated accordingly for solid-ui. Solid-ui does not need any more the following lines: `npm install --save-dev webpack@4
npm install --save-dev webpack-cli@3`
Ok - hold the PR off because I have a problem with storybook. 🤔
Done, updated package.json in all repos.
Before publishing the solidos full stack from main a review of the dependencies would make publishing easier.
The process of publishing is done with https://github.com/solid/solidos/blob/main/scripts/release
npx npm-check-updates -u
example webpack@4 and webpack-cli@3 For example a new rule must apply to eslint because eslint@8 is not compatible with node.js < 16. I feel we should not accept that it seems quite early