plugin-kit icon indicating copy to clipboard operation
plugin-kit copied to clipboard

Enhanced Sanity.io plugin development experience.

Results 12 plugin-kit issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. [More settings and logs here.](https://developer.mend.io/github/sanity-io/plugin-kit) --- Using a [curated preset](https://redirect.github.com/sanity-io/renovate-config#readme) maintained by Sanity: The Content Operating System --- > [!WARNING] These dependencies...

🤖 bot

I have tried multiple times using `npx @sanity/plugin-kit init pluginname`, following the wizard, and then when running `yarn build` it instantly fails (see screenshot below) ![Screenshot 2024-03-21 at 12 29...

When running the README.md quick run steps, the package.json doesn't seem to be properly configured. ```bash # Initialize a new plugin (outside of your Sanity studio folder) npx @sanity/plugin-kit init...

triaged

When a `.eslintrc` is used the plugin-kit correctly detects that I have `@sanity/no-v2-imports` in my `extends` array. But when using `.eslintrc.js` I get this error: ``` ✖ 4 problems (3...

bug
triaged

[0] Error: missing package.json [0] at D:\repos\sanity-smartling\sanity-plugin-smartling\node_modules\@sanity\pkg-utils\dist\_chunks\watch-86ed07a5.cjs:186:13 [0] [0] D:\repos\sanity-plugin\sanity-plugin-smartling\node_modules\rxjs\dist\cjs\internal\util\reportUnhandledError.js:13 [0] throw err; [0] ^ [0] [0] Error: missing package.json [0] at D:\repos\sanity-plugin\sanity-plugin-smartling\node_modules\@sanity\pkg-utils\dist\_chunks\watch-86ed07a5.cjs:186:13 [0] at D:\repos\net-sanity-plugin\sanity-plugin-smartling\node_modules\rxjs\dist\cjs\internal\operators\switchMap.js:17:35 Following the exact steps...

triaged

**Describe the bug** If your project has an older version of typescript, some of the TS Config checks fail. For instance, checking for `module: 'preserve'` only works in TypeScript 5.4...

**Describe the bug** ``` ESLintIgnoreWarning: The ".eslintignore" file is no longer supported. Switch to using the "ignores" property in "eslint.config.js": https://eslint.org/docs/latest/use/configure/migration-guide#ignoring-files (Use `node --trace-warnings ...` to show where the warning...

- @sanity/plugin-kit depends on git-user-info - git-user-info depends on parse-git-config - parse-git-config dependency has a [vulnerability](https://github.com/jonschlinkert/parse-git-config/issues/14) that is creating some noise for packages relying on plugin-kit. Is it possible to...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.3`](https://renovatebot.com/diffs/npm/typescript/5.8.3/5.9.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.8.3/5.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ###...

📦 deps
🤖 bot

If you find a security vulnerability, do NOT open an issue. Email [[email protected]](mailto:[email protected]) instead. **Describe the bug** When running the build process with plugin-kit and pkg-utils on a plugin project,...