dpogue opened a new pull request, #211:
URL: https://github.com/apache/cordova-common/pull/211

   ### Platforms affected
   None
   
   
   ### Motivation and Context
   <!-- Why is this change required? What problem does it solve? -->
   <!-- If it fixes an open issue, please link to the issue here. -->
   Resolves some deprecations warnings printed to the console in Node 22.
   
   
   ### Description
   <!-- Describe your changes in detail -->
   * The `fs.Stats` constructor is deprecated in Node 22 and prints a warning 
to the console, so we want to find a way to avoid hitting that
   * We got some warnings elsewhere that temporary files weren't cleaned up 
properly after test runs. Try using the `tmp` npm module to handle this better
   
   
   ### Testing
   <!-- Please describe in detail how you tested your changes. -->
   Ran unit tests locally on Node 22.
   
   
   ### Checklist
   
   - [x] I've run the tests to see all new and existing tests pass
   


-- 
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...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to