Trivikram Kamat

Results 221 issues of Trivikram Kamat

### Introduction Replace `mkdirp` with `fs.mkdirSync(path, { recursive: true })` ### Details The `mkdirp` utility is used at multiple places in react-native https://github.com/search?q=repo%3Afacebook%2Freact-native%20mkdirp&type=code It can be replaced with Node.js native...

Fixes: https://github.com/facebook/jscodeshift/issues/494 The steps maintainers have to take: * Optional: enable only squash merge on Pull Requests and disable others https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests * This step is not required, but will keep...

CLA Signed

# Description The [Ecosystem Performance](https://e18e.dev/) was formed in July 2024 to cleanup, speedup, levelup the JavaScript Ecosystem. Socket Security team wrote a blog post about it https://socket.dev/blog/javascript-community-launches-e18e-initiative-to-improve-ecosystem-performance On the e18e...

### Is your feature request related to a problem? Please describe. The `mkdirp` utility is used in unzip-stream https://github.com/search?q=repo%3Amhr3%2Funzip-stream%20mkdirp&type=code It can be replaced with Node.js native fs.mkdirSync added `recursive` option...

The following warning is shown when using `tibdex/backport@v2` > The following actions use a deprecated Node.js version and will be forced to run on node20: tibdex/backport@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

The following error is thrown when attempting to run docker pull on M1 MBP ```console $> docker pull nodejs/devcontainer:nightly nightly: Pulling from nodejs/devcontainer ... no matching manifest for linux/arm64/v8 in...

Required for using Node.js 20.x in CI * Changelog for actions/checkout@v4 https://github.com/actions/checkout/blob/main/CHANGELOG.md?rgh-link-date=2024-09-04T18%3A38%3A10Z#v400 * Changelog for actions/setup-node@v4 https://github.com/actions/setup-node/releases/tag/v4.0.0 GitHub Blog post: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

### Component Dockerfile ### Is your proposal related to a problem? The Dockerfiles in hasura graphql-engine use Node.js 16.x which was end-of-life on 2023-09-11 https://github.com/search?q=repo%3Ahasura%2Fgraphql-engine%20node%3A16&type=code ### Describe the solution you'd...

k/enhancement

### Is your feature request related to a problem? Please describe. The Package Metadata Interoperability Collab Space has a consensus on devEngines proposal, and it was merged in https://github.com/openjs-foundation/package-metadata-interoperability-collab-space/pull/27 https://github.com/npm/cli/releases/tag/v10.9.0...

### Verify canary release - [X] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue N/A, this is an...

kind: bug
needs: triage