kinow opened a new pull request #1153: URL: https://github.com/apache/jena/pull/1153
There's a tool called `ncu` (npm check updates) that's similar to the Maven plug-in that checks for latest dependencies. You run it as `ncu` to get a picture of available changes. Then `ncu -u` to update the `package.json`, and follow that with `yarn install` to install the dependencies locally. Doing so, with React, Angular, Vue, etc., there's always the possibility that it will break something, due to some part of the framework using older versions. In the case of Vue, it's really common to see ESLint, and Sass Loader failing. It happened today, so I just reverted those two :+1: Vue 2 is stable and maintained. But eventually we will bump to Vue 3, and then will be able to update Sass Loader and ESLint. But **there are development-only dependencies**, so not a big issue :+1: Also fixing smaller issues. The only other main issue here is that `ncu` upgraded Bootstrap from 4, to 5. And the icons are not looking quite right. Other than that, it's looking good :-) Should be done this week. -Bruno -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
