Sukka

Results 151 issues of Sukka

### Version v22.5.1 ### Platform ```text Darwin Sukka-Macbook-Pro.local 24.0.0 Darwin Kernel Version 24.0.0: Mon Aug 12 21:27:51 PDT 2024; root:xnu-11215.1.10~5/RELEASE_ARM64_T6020 arm64 ``` ### Subsystem _No response_ ### What steps will...

fs

The PR attempts to reduce the installation size of the `webpackbar`. - Replace `chalk` w/ `ansis` - https://www.npmjs.com/package/ansis - Replace `ansi-escapes` w/ `sisteransi` - https://www.npmjs.com/package/sisteransi The installation size is reduced...

```js const tldtsExperimental = require("tldts-experimental") const tldts = require("tldts") console.log(tldtsExperimental.parse('mine.torrent.pw')) console.log(tldts.parse('mine.torrent.pw')) ``` https://runkit.com/sukkaw/66af9605197c730008ca4ef7 `tldtsExperimental.parse('mine.torrent.pw')` returns `{ isIcann: false }` while `tldts.parse('mine.torrent.pw')` returns `{ isIcann: true }`.

**Describe the feature** I recently became the co-maintainer of the `eslint-import-resolver-typescript` and the `eslint-plugin-import-x` projects, and I am working on replacing `get-tsconfig` w/ `tsconfck`. I have faced a few difficulties...

enhancement

### Description Implement the `uninstallPackage` for programmatically uninstall packages. This is useful for codemod/migration that removes outdated packages that are no longer required after migration. ### Linked Issues N/A ###...

### Environment Node.js 18 & 22 ### Reproduction ```ts const path = require("path"); const pathe = require("pathe"); console.log({ path: path.basename("sbin/a/"), pathe: pathe.basename("sbin/a/"), }); // { path: 'a', pathe: '' }...

bug

https://pkg-size.dev/eslint-plugin-sonarjs `eslint-plugin-sonarjs` includes `@babel/core`, `vue-eslint-parser`, `eslint-plugin-react`, `eslint-plugin-import`, `typescript-eslint@v7` all in its dependencies, resulting in an installation size of 87 MiB. It is ridiculous. I have tried to submit a PR...

### Describe the problem https://github.com/kopiro/eslint-plugin-ssr-friendly is no longer maintained while some of rules are useful. ### Describe the solution you'd like Port https://github.com/kopiro/eslint-plugin-ssr-friendly in `eslint-react`. Probably a new sub-plugin `eslint-react/ssr`?...

Status: Triaging