JoshuaKGoldberg / create-typescript-app

Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. πŸ’
MIT License
915 stars 69 forks source link

πŸ› Bug: eslint-plugin-perfectionist's configs/recommended-natural not found in latest version #1588

Closed JoshuaKGoldberg closed 1 month ago

JoshuaKGoldberg commented 2 months ago

Bug Report Checklist

Expected

npx create-typescript-app --base everything should create a repo with working pnpm lint.

Actual

 $ pnpm lint

> text-table-fast@0.0.0 lint /Users/josh/repos/text-table-fast
> eslint . --max-warnings 0

Oops! Something went wrong! :(

ESLint: 9.7.0

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './configs/recommended-natural' is not defined by "exports" in /Users/josh/repos/text-table-fast/node_modules/eslint-plugin-perfectionist/package.json imported from /Users/josh/repos/text-table-fast/eslint.config.js
    at exportsNotFound (node:internal/modules/esm/resolve:299:10)
    at packageExportsResolve (node:internal/modules/esm/resolve:646:9)
    at packageResolve (node:internal/modules/esm/resolve:825:14)
    at moduleResolve (node:internal/modules/esm/resolve:915:18)
    at defaultResolve (node:internal/modules/esm/resolve:1132:11)
    at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:557:12)
    at ModuleLoader.resolve (node:internal/modules/esm/loader:526:25)
    at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:249:38)
    at ModuleJob._link (node:internal/modules/esm/module_job:126:49)
 ELIFECYCLE  Command failed with exit code 2.

Additional Info

πŸ’–

github-actions[bot] commented 1 month ago

:tada: This is included in version v1.63.2 :tada:

The release is available on:

Cheers! πŸ“¦πŸš€