Superchupu

Results 53 issues of Superchupu

### Problem When [`resolvePackageJsonImports`](https://www.typescriptlang.org/tsconfig#resolvePackageJsonImports) is enabled in tsconfig.json, and they point to somewhere inside the `outDir` directory, TypeScript will resolve the package import as the same file but inside the...

enhancement
resolver

When running `corepack up` on a project that uses pnpm v9, it seems to update to a pre-release version, [9.1.0-0](https://github.com/pnpm/pnpm/releases/tag/v9.1.0-0)

After inspecting the published code of both packages, I've noticed none of them export types from `semver`, making `@types/semver` a useless/unused dependency for the end user (even if they use...

### Description Encountered these while working on #2099 - The `bench.biome.json` file shows many warnings in vscode after adding the `$schema` field. Either the schema is wrong, or the benchmark...

good first issue
S-Help-wanted
A-Tooling

### Description Some users might want to dedupe their linting config, so that rules already recommended by Biome aren't manually specified in the config file. This is hard to do...

A-Linter
S-Enhancement

### Issue description According to [`arethetypeswrong`](https://arethetypeswrong.github.io/?p=discord-api-types%400.37.73), the types are wrong :P See https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md for more information on masquerading as CJS ![image](https://github.com/discordjs/discord-api-types/assets/53496941/dbd70eb9-9117-483f-a2d8-4b455ab2db3d) ### Code sample _No response_ ### Package version 0.37.73...

bug

### What feature would you like to see? next.js 15 has just reached rc, and it requires react 19 (which is in rc too right now). i haven't had any...

request

`raw-body` was used in a way that it only converted the request to a Buffer. This PR replaces usage of `raw-body` with a less complex, native approach, removing not just...

### Problem really small visual thing, but some hyperlinks include a trailing space, so they look like `this ` instead of `this` ![image](https://github.com/user-attachments/assets/31bc1143-9b42-469f-8971-77ee09a97c71) ![image](https://github.com/user-attachments/assets/7b18def5-2d0f-4a02-b4e9-3c800bb65487) ### Expected behavior hyperlinks not having...

bug

currently, what is returned after crawling and what is used in filters is always what fdir has processed. i propose a function that allows users to transform those paths with...