OyvindLGjesdal opened a new pull request, #3778: URL: https://github.com/apache/jena/pull/3778
GitHub issue resolved # Pull request Description: Dependabot fails build for eslint. Investigating why. If eslint also has an updated version and updated lockfile, the CI runs successfully. However there are some other issues/warnings, that should probably be updated with the new version. lockfile updated with ```` yarn update [email protected] ``` ``` warning " > @vue/[email protected]" has incorrect peer dependency "eslint@^8.0.1". warning "@vue/eslint-config-standard > [email protected]" has incorrect peer dependency "eslint@^8.0.1". warning " > [email protected]" has incorrect peer dependency "eslint@^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9". warning "@vue/eslint-config-standard > [email protected]" has incorrect peer dependency "eslint@^7.0.0 || ^8.0.0 || ^9.0.0". warning " > [email protected]" has incorrect peer dependency "eslint@^7.0.0 || ^8.0.0 || ^9.0.0". warning " > [email protected]" has incorrect peer dependency "eslint@^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0". ``` eslint-plugin-standard no longer in use: https://www.npmjs.com/package/eslint-plugin-standard (can probably just remove) Will try to update also rest of dependencies. ---- - [ ] Tests are included. - [ ] Documentation change and updates are provided for the [Apache Jena website](https://github.com/apache/jena-site/) - [ ] Commits have been squashed to remove intermediate development commit messages. - [ ] Key commit messages start with the issue number (GH-xxxx) By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the [Contributor's Agreement](https://www.apache.org/licenses/contributor-agreements.html). ---- See the [Apache Jena "Contributing" guide](https://github.com/apache/jena/blob/main/CONTRIBUTING.md). -- 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]
