alxndrsn opened a new pull request, #9141:
URL: https://github.com/apache/pouchdb/pull/9141

   This seems to be a common issue:
   
   * https://github.com/apache/pouchdb/issues/8968
   * https://github.com/apache/pouchdb/issues/8985
   * https://github.com/apache/pouchdb/issues/8989
   * https://github.com/apache/pouchdb/issues/9072
   * https://github.com/apache/pouchdb/issues/9078
   
   Adding this dependency in Node _seems_ to be safe (although I can't find it 
documented):
   
   ```sh
   $ (dir="$(mktemp --directory)" && cd "$dir"; git init; yarn init; yarn add 
events; node -e 'const builtin = require("node:events"); const lib = 
require("events"); console.log(builtin===lib)')
   Initialized empty Git repository in /tmp/tmp.tkpBomXAIR/.git/
   ➤ YN0000: · Yarn 4.9.2
   ➤ YN0000: ┌ Resolution step
   ➤ YN0000: └ Completed
   ➤ YN0000: ┌ Fetch step
   ➤ YN0000: └ Completed
   ➤ YN0000: ┌ Link step
   ➤ YN0000: └ Completed
   ➤ YN0000: · Done in 0s 56ms
   ➤ YN0000: · Yarn 4.9.2
   ➤ YN0000: ┌ Resolution step
   ➤ YN0085: │ + events@npm:3.3.0
   ➤ YN0000: └ Completed
   ➤ YN0000: ┌ Fetch step
   ➤ YN0000: └ Completed
   ➤ YN0000: ┌ Link step
   ➤ YN0000: └ Completed
   ➤ YN0000: · Done in 0s 62ms
   true
   ```
   
   Closes https://github.com/apache/pouchdb/issues/8968
   Closes https://github.com/apache/pouchdb/issues/8985
   Closes https://github.com/apache/pouchdb/issues/8989
   Closes https://github.com/apache/pouchdb/issues/9072
   Closes https://github.com/apache/pouchdb/issues/9078


-- 
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]

Reply via email to