ljmotta opened a new pull request, #2406: URL: https://github.com/apache/incubator-kie-tools/pull/2406
Closes: https://github.com/apache/incubator-kie-issues/issues/467 ## Description ### pnpm-lock.yaml This PR removes the `pnpm-lock.yaml` auto formating. ### Husky To update the git hook, preventing the `pnpm-lock.yaml` auto formating, run `pnpm prepare` to re-install the git hook. ### VS Code extension Troubleshooting the Prettier VS Code extension: - Update the Prettier VS Code extension; - Change the config file to `prettier.config.mjs` on the settings; - Disable/enable the VS Code extension; ### Uniforms Codegen packages Both packages uses the `prettier.format` function. Starting from version `3.x.x` the `prettier` libraries uses ESM instead of CJS, making it incompatible with `jest` `29.x`. Due to this incompatibility issue, an execption for the `prettier` package was added to the `.syncpackrc.json` file, enabling two different versions of `prettier` on the monorepo. -- 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]
