Re: [PR] fix: replace fs-extra.ensureFileSync with fs.writeFileSync [cordova-android]

2025-03-21 Thread via GitHub
erisu merged PR #1790: URL: https://github.com/apache/cordova-android/pull/1790 -- 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: issues-unsubscr...@cordo

[PR] fix: replace fs-extra.ensureFileSync with fs.writeFileSync [cordova-android]

2025-03-21 Thread via GitHub
erisu opened a new pull request, #1790: URL: https://github.com/apache/cordova-android/pull/1790 ### Motivation and Context Fix undefined `ensureFileSync` method. ### Description The `fs-extra` npm package was removed which caused `ensureFileSync` to b

Re: [PR] fix: replace fs-extra.ensureFileSync with fs.writeFileSync [cordova-android]

2025-03-20 Thread via GitHub
codecov-commenter commented on PR #1790: URL: https://github.com/apache/cordova-android/pull/1790#issuecomment-2742502762 ## [Codecov](https://app.codecov.io/gh/apache/cordova-android/pull/1790?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campa

Re: [PR] fix: replace fs-extra.ensureFileSync with fs.writeFileSync [cordova-android]

2025-03-20 Thread via GitHub
github-advanced-security[bot] commented on code in PR #1790: URL: https://github.com/apache/cordova-android/pull/1790#discussion_r2006957111 ## lib/builders/ProjectBuilder.js: ## @@ -301,7 +301,7 @@ if (fs.existsSync(signingPropertiesPath)) fs.rmSync(signingP