afs commented on PR #2043: URL: https://github.com/apache/jena/pull/2043#issuecomment-1767872066
The build works if I pull the PR but it is updating the generated lock file. If we regenerate `yarn.lock` (by "rm yarn.lock; yarn install" - is there a better way?) won't dependabot changes be lost? (I've just discovered https://github.com/dependabot/dependabot-core/issues/6450 but not dug into the details.) Yesterday, I was trying do a round of updates on the UI as preparation for 4.10.0 - also to get them into 5.x. I tried `yarn upgrade-interactive` - build failed - I get a lot of 404's (below) More modest changes of setting package.json`"overrides"` individually for `postcss` and then, separately, `@babel/traverse` - same build failures. ``` [INFO] [TESTS] datasets [INFO] [TESTS] without any datasets [INFO] [SERVER] GET /tests/reset 200 0.438 ms - 2 [INFO] [SERVER] GET / 404 1.601 ms - 2 [INFO] [SERVER] GET / 404 1.340 ms - 2 [INFO] [SERVER] GET / 404 1.319 ms - 2 . . . 404 . . . ``` -- 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]
