SolidOS / solidos

The operating system for Solid
https://solidos.solidcommunity.net/
MIT License
127 stars 19 forks source link

auth-upgrade : check npm-update dependencies #69

Closed bourgeoa closed 3 years ago

bourgeoa commented 3 years ago

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

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

timea-solid commented 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

timea-solid commented 3 years ago

@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`

timea-solid commented 3 years ago

Ok - hold the PR off because I have a problem with storybook. 🤔

timea-solid commented 3 years ago

Done, updated package.json in all repos.