Alexander Kachkaev
Alexander Kachkaev
## 🌟 What is the purpose of this PR? This PR migrates this repo to [Yarn Berry](https://github.com/yarnpkg/berry) (a.k.a. Yarn Modern) by introducing a local version of Yarn (`yarn set version...
👋 @Eyas! Remark v15 [was released in Sep 2023](https://github.com/remarkjs/remark/releases/tag/15.0.0) and its popularity is [getting close](https://www.npmjs.com/package/remark?activeTab=versions) to v14:  `remark-custom-heading-id` anticipates `remark` v14, which blocks the...
- [ ] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing)) - [x] This feature is important to have in this repository; a contrib plugin wouldn't do ### Describe...
I believe I have found a small bug similar to https://github.com/StefanTerdell/zod-to-json-schema/issues/66. Using `[email protected]`. Here is a reproduction: ```ts const sharedFieldSchema = /* ... see below ... */; const schema =...
👋 folks! I know it might be the wrong place to ask, but someone else might be searching this repo too in the future. What would be the reverse operation?...
:wave: folks! I’ve just tried `manypkg` instead of [`check-dependency-version-consistency`](https://www.npmjs.com/package/check-dependency-version-consistency) – looks great! There is a minor internal issue I would like to bring up. Installing `@manypkg/[email protected]` adds quite a lot...
👋 folks! I wonder if you would be interested in a small change to [INVALID_PACKAGE_NAME.ts](https://github.com/Thinkmill/manypkg/blob/a01efc9c25900b7d21b6d517a2021b021f8b3922/packages/cli/src/checks/INVALID_PACKAGE_NAME.ts). The rule is triggered even if the root workspace is not named, but turning this...
## Summary Addresses https://github.com/facebook/react/pull/31675#discussion_r1871923519 / https://github.com/facebook/react/pull/31678#issuecomment-2521667674 ## How did you test this change? Read-through / Visual inspection
I was creating a new package in a monorepo by copying an existing one. I forgot to change the name and ended up with two workspaces having identical names. `pnpm...
### Suggest an idea for Knip 👋 @webpro! We use knip in a Next.js project and I’ve noticed one false-negative which is to do with how our app is setup....