zregvart opened a new pull request #620: URL: https://github.com/apache/camel-website/pull/620
This change includes: - two changes from #617 ([`d70796f` (#617)](https://github.com/apache/camel-website/pull/617/commits/d70796f3b680e9986ca149444d35c163e01ff9de) and [`1bf1a47` (#617)](https://github.com/apache/camel-website/pull/617/commits/1bf1a47bd6a021a085ef81e8f3ef8171b771c775) - Yarn PnP cache update I only included piecemeal what needs to be done to upgrade Antora to 3.0.0-alpha.9 and to fail the build for any warnings logged. Some changes I made in comparison to #617: - Add dependencies to `@antora/playbook-builder`, `@antora/site-mapper` and `pino-pretty` (see below) - Changed dependency for `antora-ui-theme` to use the `workspace:` range It is a Yarn/PnP requirement that all dependencies that are brought in via `require` are declared in `package.json`, without these additional dependencies the build would fail with: ``` ➜ yarn build-all ➤ YN0000: Error: Your application tried to access @antora/playbook-builder, but it isn't declared in your dependencies; this makes the require call ambiguous and unsound. ➤ YN0000: ➤ YN0000: Required package: @antora/playbook-builder (via "@antora/playbook-builder") ... ``` -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org