Kristoffer K.
Kristoffer K.
**What's the problem this PR addresses?** - In some cases `enhanced-resolve` is outside the control of the `pnpapi` and can't require it - The `issuer` might not belong to the...
**Describe the bug** When running under Yarn PnP `enhanced-resolve` will still use the `node_modules` resolution **To Reproduce** Setup: ```sh mkdir repro && cd repro yarn init -y yarn set version...
**What's the problem this PR addresses?** https://github.com/vladshcherbin/rollup-plugin-delete/commit/18a747728d8314e6ba62a128730243575cdd786f removed the peer dependency on `rollup` but it's required for the types to be guaranteed access to `rollup`, without it, the plugin relies...
**Describe the bug** When resolving transitive dependencies `[email protected]` tries to resolve them from `compilerOptions.baseUrl` which doesn't match what `tsc` does. ``` Resolving import "react" in directory "/tmp/tmp.1Iu4gSxpc7/node_modules/react-dom/cjs" of type "require-call"...
**What's the problem this PR addresses?** Node.js supports an `imports` field in `package.json` that the PnP API doesn't support yet. https://nodejs.org/dist/latest-v18.x/docs/api/packages.html#imports Fixes https://github.com/yarnpkg/berry/issues/3843 Ref https://github.com/nodejs/node/issues/40579 **How did you fix it?**...
- [ ] 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 the...
When running `vite build` it fails with the following error ```console $ yarn vite build vite v3.2.2 building for production... ✓ 46 modules transformed. [vite:vue2] Could not load /vite-vue2-null-repro/node_modules/vue2-google-maps/dist/components/placeInputImpl.js?vue&type=script&src=true&lang.js?commonjs-exports (imported...
**What's the problem this PR addresses?** https://github.com/arcanis/clipanion/pull/120 caused `./lib/advanced/Cli.mjs` to contain an unqualified import to the `platform` folder instead of the files in it. Fixes https://github.com/nodejs/corepack/pull/349#discussion_r1443780153 **How did you fix...
### Version v18.19.0 ### Platform `Linux unknown 5.15.0-92-generic #102-Ubuntu SMP Wed Jan 10 09:33:48 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux` ### Subsystem bootstrap ### What steps will reproduce the bug?...
| Q | A | ------------------------ | --- | Patch: Bug Fix? | Yes | Any Dependency Changes? | Yes | License | MIT Jest (@SimenB) is testing Yarn 2...