@shibanet0/datamitsu-config 0.1.6 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/datamitsu.config.base.js +4687 -2288
  2. package/datamitsu.config.js +4687 -2288
  3. package/datamitsu.config.oci-dockerhub.js +4688 -2289
  4. package/datamitsu.config.oci-ghcr.js +4688 -2289
  5. package/dist/apps/eslint/index.d.ts +2 -2
  6. package/dist/apps/eslint/types.d.ts +0 -3
  7. package/dist/apps/lefthook-sort/__tests__/sort.test.d.ts +1 -0
  8. package/dist/apps/lefthook-sort/index.d.ts +2 -0
  9. package/dist/apps/lefthook-sort/sort.d.ts +5 -0
  10. package/dist/datamitsu-config/agents.md.d.ts +10 -5
  11. package/dist/datamitsu-config/apps/eslint.deps.d.ts +4 -6
  12. package/dist/datamitsu-config/apps/lefthook-sort.d.ts +1 -0
  13. package/dist/datamitsu-config/cmdSetup.d.ts +1 -1
  14. package/dist/datamitsu-config/constants.d.ts +26 -0
  15. package/dist/datamitsu-config/globs.d.ts +6 -0
  16. package/dist/datamitsu-config/inline-config/commitlint.d.ts +1 -1
  17. package/dist/datamitsu-config/inline-config/cspell.d.ts +1 -1
  18. package/dist/datamitsu-config/inline-config/eslint.d.ts +1 -1
  19. package/dist/datamitsu-config/inline-config/knip.d.ts +1 -1
  20. package/dist/datamitsu-config/inline-config/lefthook-sort.d.ts +1 -0
  21. package/dist/datamitsu-config/inline-config/oxfmt.d.ts +1 -1
  22. package/dist/datamitsu-config/inline-config/oxlint_configuration_schema.d.ts +1 -1
  23. package/dist/datamitsu-config/inline-config/prettier.d.ts +1 -1
  24. package/dist/datamitsu-config/parsers.d.ts +30 -0
  25. package/dist/datamitsu-config/setup/__tests__/github_dependabot_yml.test.d.ts +1 -0
  26. package/dist/datamitsu-config/setup/__tests__/lefthook_yaml.test.d.ts +1 -0
  27. package/dist/datamitsu-config/setup/__tests__/package_json.test.d.ts +1 -0
  28. package/dist/datamitsu-config/setup/__tests__/pnpm_workspace_yaml.test.d.ts +1 -0
  29. package/dist/datamitsu-config/setup/_alint_yml.d.ts +1 -0
  30. package/dist/datamitsu-config/setup/_datamitsu_scripts_check_empty_files_sh.d.ts +1 -0
  31. package/dist/datamitsu-config/setup/_datamitsu_scripts_format_terraform_spacing_sh.d.ts +1 -0
  32. package/dist/datamitsu-config/setup/_dclint_yaml.d.ts +1 -0
  33. package/dist/datamitsu-config/setup/_dockerignore.d.ts +1 -0
  34. package/dist/datamitsu-config/setup/_editorconfig.d.ts +1 -0
  35. package/dist/datamitsu-config/setup/_editorconfig_checker_json.d.ts +1 -0
  36. package/dist/datamitsu-config/setup/_github_dependabot_yml.d.ts +1 -0
  37. package/dist/datamitsu-config/setup/_github_zizmor_yml.d.ts +1 -0
  38. package/dist/datamitsu-config/setup/_gitignore.d.ts +1 -0
  39. package/dist/datamitsu-config/setup/_gitleaks_toml.d.ts +1 -0
  40. package/dist/datamitsu-config/setup/_golangci_yaml.d.ts +1 -0
  41. package/dist/datamitsu-config/setup/_ls_lint_yml.d.ts +1 -0
  42. package/dist/datamitsu-config/setup/_node_version.d.ts +1 -0
  43. package/dist/datamitsu-config/setup/_npmrc.d.ts +1 -0
  44. package/dist/datamitsu-config/setup/_oxlintrc_json.d.ts +1 -0
  45. package/dist/datamitsu-config/setup/_pinact_yaml.d.ts +1 -0
  46. package/dist/datamitsu-config/setup/_sqruff.d.ts +1 -0
  47. package/dist/datamitsu-config/setup/_syncpackrc_json.d.ts +1 -0
  48. package/dist/datamitsu-config/setup/_tflint_hcl.d.ts +1 -0
  49. package/dist/datamitsu-config/setup/_tombi_toml.d.ts +1 -0
  50. package/dist/datamitsu-config/setup/_trufflehog_exclude_paths_txt.d.ts +2 -0
  51. package/dist/datamitsu-config/setup/_vale_ini.d.ts +1 -0
  52. package/dist/datamitsu-config/setup/_vscode_extensions_json.d.ts +1 -0
  53. package/dist/datamitsu-config/setup/_vscode_settings_json.d.ts +1 -0
  54. package/dist/datamitsu-config/setup/_yamlfmt_yaml.d.ts +1 -0
  55. package/dist/datamitsu-config/setup/_yamllint_yaml.d.ts +1 -0
  56. package/dist/datamitsu-config/setup/aiTools.d.ts +1 -0
  57. package/dist/datamitsu-config/setup/commitlint_config_mjs.d.ts +1 -0
  58. package/dist/datamitsu-config/setup/cspell_config_mjs.d.ts +1 -0
  59. package/dist/datamitsu-config/setup/deny_toml.d.ts +1 -0
  60. package/dist/datamitsu-config/setup/deprecated_configs.d.ts +1 -0
  61. package/dist/datamitsu-config/setup/eslint_config_mjs.d.ts +1 -0
  62. package/dist/datamitsu-config/setup/hadolint_yaml.d.ts +1 -0
  63. package/dist/datamitsu-config/setup/knip_config_js.d.ts +1 -0
  64. package/dist/datamitsu-config/setup/lefthook_yaml.d.ts +1 -0
  65. package/dist/datamitsu-config/setup/mdsf_json.d.ts +1 -0
  66. package/dist/datamitsu-config/setup/oxfmt_config_ts.d.ts +1 -0
  67. package/dist/datamitsu-config/setup/package_json.d.ts +1 -0
  68. package/dist/datamitsu-config/setup/pnpm_workspace_yaml.d.ts +1 -0
  69. package/dist/datamitsu-config/setup/prettier_config_mjs.d.ts +1 -0
  70. package/dist/datamitsu-config/setup/pyproject_toml.d.ts +1 -0
  71. package/dist/datamitsu-config/setup/rustfmt_toml.d.ts +1 -0
  72. package/dist/datamitsu-config/setup/shared.d.ts +1 -0
  73. package/dist/datamitsu-config/setup/turbo_json.d.ts +1 -0
  74. package/dist/datamitsu-config/setup/ty_toml.d.ts +1 -0
  75. package/dist/datamitsu-config/skills.d.ts +10 -4
  76. package/dist/datamitsu-config/tsconfig.md.d.ts +2 -2
  77. package/dist/datamitsu-config/utils/detectPackageType.d.ts +2 -0
  78. package/dist/s0/index.js +5 -5
  79. package/package.json +2 -2
  80. package/tsconfig/base.json +11 -3
  81. package/tsconfig/infra-pulumi.json +12 -4
  82. package/tsconfig/nextjs.json +11 -3
  83. package/tsconfig/react-library.json +5 -1
  84. package/tsconfig/service-worker.json +3 -1
  85. package/tsconfig/service.json +3 -1
  86. package/tsconfig/shared-react-library.json +5 -1
  87. package/dist/apps/eslint/plugins/react-perf.d.ts +0 -2
@@ -1 +1 @@
1
- export declare const data = "tar.br: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";
1
+ export declare const data = "tar.br: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";
@@ -0,0 +1,30 @@
1
+ /**
2
+ * WASM output-parser module pin.
3
+ *
4
+ * Datamitsu turns a tool's machine-readable output into structured diagnostics with a signed
5
+ * Rust→WASM parser module, shipped as a versioned asset on the datamitsu GitHub release. Tools opt
6
+ * in by name via `outputParser` (see ./tools.ts); a module declared but unreferenced is harmless.
7
+ *
8
+ * The single module dispatches every tool's parser by name, so one `parsers` entry ("core") serves
9
+ * all of them. It is downloaded once and SHA-256 verified against `hash` before it is loaded into
10
+ * the sandboxed WASM runtime.
11
+ *
12
+ * Pinned to the datamitsu build this config targets — keep in sync with the @datamitsu/datamitsu
13
+ * pin in package.json. The values below are exactly the ones that build publishes in its own
14
+ * `parsers-oci.json` (node_modules/@datamitsu/datamitsu/parsers-oci.json), which is the file to
15
+ * copy from on every bump. `pnpm sync-datamitsu-version` does NOT rewrite this file — it only
16
+ * touches package.json and datamitsu.config.ts — so these three values are a manual step.
17
+ *
18
+ * Sourced from the registry rather than a release asset. The module is delivered over two channels
19
+ * — a GitHub release asset (`url`) and an OCI artifact (`oci`) — and an entry declares exactly one;
20
+ * there is no fallback chain. `oci` is used here because the registry copy always exists: unstable
21
+ * builds reach npm and the registry without always getting a GitHub release cut, so the release
22
+ * asset can 404 for a version that otherwise exists, and staying on one channel across stable and
23
+ * unstable pins keeps this entry shaped the same either way.
24
+ *
25
+ * `hash` does double duty on this channel: it is the module's SHA-256 _and_ the expected digest of
26
+ * the artifact's single layer, so a manifest pointing at other content is rejected before a single
27
+ * payload byte is requested. Note the hash changes on every build even when the parser sources do
28
+ * not — the module's version string is injected at compile time, so its bytes differ.
29
+ */
30
+ export declare const parsers: config.MapOfParsers;
@@ -0,0 +1 @@
1
+ export declare const alintYml: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const checkEmptyFilesSh: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const formatTerraformSpacingSh: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const dclintYaml: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const dockerignore: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const editorconfig: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const editorconfigCheckerJson: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const githubDependabotYml: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const githubZizmorYml: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const gitignore: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const gitleaksToml: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const golangciYaml: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const lsLintYml: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const nodeVersion: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const npmrc: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const oxlintrcJson: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const pinactYaml: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const sqruff: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const syncpackrcJson: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const tflintHcl: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const tombiToml: config.ConfigSetup;
@@ -0,0 +1,2 @@
1
+ export declare const trufflehogExcludePaths: string[];
2
+ export declare const trufflehogExcludePathsTxt: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const valeIni: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const vscodeExtensionsJson: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const vscodeSettingsJson: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const yamlfmtYaml: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const yamllintYaml: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const aiTools: config.MapOfConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const commitlintConfigMjs: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const cspellConfigMjs: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const denyToml: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const deprecatedConfigs: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const eslintConfigMjs: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const hadolintYaml: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const knipConfigJs: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const lefthookYaml: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const mdsfJson: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const oxfmtConfigTs: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const packageJson: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const pnpmWorkspaceYaml: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const prettierConfigMjs: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const pyprojectToml: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const rustfmtToml: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const yamlIgnore: string[];
@@ -0,0 +1 @@
1
+ export declare const turboJson: config.ConfigSetup;
@@ -0,0 +1 @@
1
+ export declare const tyToml: config.ConfigSetup;
@@ -8,9 +8,15 @@ export interface SkillDefinition {
8
8
  }
9
9
  export declare const SKILLS: SkillDefinition[];
10
10
  export declare const REMOVED_SKILLS: string[];
11
- export declare const SKILL_CLEANUP_AGENTS_MD_INSTRUCTIONS_HASH = "9fffca22fdb8a19166396dc675b13aece38d573bf2a1fd08573947cff644439d";
12
- export declare const SKILL_CLEANUP_AGENTS_MD_ADAPTER_CLAUDE_HASH = "4c55061f8d18f4b5edf1b4478bec06da032694bccb627dc861a2dc31fd9cc167";
13
- export declare const SKILL_CLEANUP_AGENTS_MD_ADAPTER_CODEX_HASH = "c36f9ae1e4fa2d15f434c300dbe0995b8cb2a60fc5e632bb516f37488e68a300";
14
- export declare const SKILL_SETUP_TSCONFIG_INSTRUCTIONS_HASH = "749b019af80df9646f8d1f1491c091b93cf9a7f1dbf2966943aa31c76160eaf9";
11
+ export declare const SKILL_BACKLOG_INSTRUCTIONS_HASH = "58242e544744f1c611638ba10c38ef65c5efe70e60604b8ac11fa6766897db08";
12
+ export declare const SKILL_BACKLOG_ADAPTER_CLAUDE_HASH = "1e13794a51fe1b104c87a556145626df9d71f513f8355c6ac2a85f4aadbc7391";
13
+ export declare const SKILL_BACKLOG_ADAPTER_CODEX_HASH = "84ee9c13520e092e58b370bed9de566d96632870fc011c9f12b6a63c7e962ac0";
14
+ export declare const SKILL_CLEANUP_AGENTS_MD_INSTRUCTIONS_HASH = "622d852ca069742cf6dd803d5744b008e6f9480c75c74b42c4884b06bfddf3ce";
15
+ export declare const SKILL_CLEANUP_AGENTS_MD_ADAPTER_CLAUDE_HASH = "ba21e41a641e6c6f01309fe6563e0c961a4acbd9b55c9eabadb2c8459d55dda2";
16
+ export declare const SKILL_CLEANUP_AGENTS_MD_ADAPTER_CODEX_HASH = "85dab71e883e003e2ee4a9d3f3728c30e0d4535c6062956b412e6e50a5287b9c";
17
+ export declare const SKILL_SCAFFOLD_STACK_INSTRUCTIONS_HASH = "28a9581cf58b87bd81913b052637f4fd08b624c23f904acddb8492a31d224d1f";
18
+ export declare const SKILL_SCAFFOLD_STACK_ADAPTER_CLAUDE_HASH = "eb18cf165f1f7e2a8910c8a50a6974e9b7c867e66cfa335675e05b03b2238236";
19
+ export declare const SKILL_SCAFFOLD_STACK_ADAPTER_CODEX_HASH = "b0deeb09ffdc91f7ae267fecb849ca1dd9e530304502492601f6caa345ee22aa";
20
+ export declare const SKILL_SETUP_TSCONFIG_INSTRUCTIONS_HASH = "c411af06bac7b2c18b68fc83941be0858245bddee75df40bb740cfd26d6341c0";
15
21
  export declare const SKILL_SETUP_TSCONFIG_ADAPTER_CLAUDE_HASH = "923a388c3ec8d1ab8bb8859c2c4ed13ead607d253aec01a428d0df654bc23911";
16
22
  export declare const SKILL_SETUP_TSCONFIG_ADAPTER_CODEX_HASH = "b47e306d7f1804b6907cd262893d71b39ba82c13f7cdbb810fc695526f4a519c";
@@ -1,2 +1,2 @@
1
- export declare const TSCONFIG_MD = "# TypeScript Configuration Guide\n\nThis package provides reusable TypeScript configurations for different project types.\n\n## Requirements\n\n- **TypeScript 6.0+** required\n- Modern bundler (tsup, vite, esbuild)\n\n## Quick Selection\n\n| Project Type | Monorepo? | Config |\n| ------------------------- | --------- | ----------------------------- |\n| Next.js app | Any | `nextjs.json` |\n| React + Vite app | Any | `base.json` |\n| React library | Yes | `shared-react-library.json` |\n| React library | No | `react-library.json` |\n| Node.js library | Yes | `shared-library.json` |\n| Node.js library | No | `library.json` |\n| Backend service (Node.js) | Any | `service.json` |\n| Backend service (Workers) | Any | `service-worker.json` |\n| Pulumi / IaC | Any | `infra-pulumi.json` |\n| Node.js CLI | Any | `base.json` or `service.json` |\n| E2E tests | Any | `base.json` |\n\n## Configuration Descriptions\n\n### `base.json`\n\n**For:** CLI tools, tests, build scripts, React apps (Vite, CRA)\n\n**Features:**\n\n- Strict typing by default\n- `src/` \u2192 `dist/` structure\n- Explicit configuration (all options specified)\n\n**Example:**\n\n```json\n{\n \"extends\": \"@shibanet0/datamitsu-config/tsconfig/base.json\"\n}\n```\n\n---\n\n### `library.json`\n\n**For:** Standalone npm package (NOT in monorepo)\n\n**Adds:** `noEmit: true` - bundler handles all output\n\n**Example:** Standalone npm utility package\n\n---\n\n### `react-library.json`\n\n**For:** Standalone React library (NOT in monorepo)\n\n**Adds:**\n\n- DOM types\n- JSX support\n- `noEmit: true`\n\n**\u26A0\uFE0F WARNING:** DO NOT use for Node.js projects! Adds DOM types that don't exist in Node.js.\n\n---\n\n### `service.json`\n\n**For:** Backend APIs, serverless functions, microservices \u2014 running on **Node.js**\n\n**Adds:**\n\n- `types: [\"node\"]`\n- `noEmit: true`\n\n**Example:** Express API, AWS Lambda\n\n**Note:** For the Cloudflare Workers runtime use `service-worker.json` instead \u2014 it swaps Node types for Workers types.\n\n---\n\n### `service-worker.json`\n\n**For:** Backend services on the **Cloudflare Workers** runtime\n\n**Adds:**\n\n- `types: [\"@cloudflare/workers-types\"]`\n- `noEmit: true`\n\n**Note:** Add `@cloudflare/workers-types` as a dev dependency. For Node.js services use `service.json`.\n\n---\n\n### `shared-library.json`\n\n**For:** Library INSIDE a monorepo\n\n**Adds:**\n\n- `composite: true` - project references\n- `declaration: true` - emits .d.ts\n- `declarationMap: true`\n\n**Why NOT noEmit:** Project references require TypeScript to emit declarations for IDE \"go to definition\".\n\n---\n\n### `shared-react-library.json`\n\n**For:** React library INSIDE a monorepo\n\n**Adds:**\n\n- DOM types + JSX\n- `composite: true`\n- Declaration emit\n\n---\n\n### `nextjs.json`\n\n**For:** Next.js apps (Pages/App Router)\n\n**Features:**\n\n- `jsx: \"preserve\"` - Next.js transforms itself\n- `noEmit: true`\n- Next.js plugin\n\n---\n\n### `infra-pulumi.json`\n\n**For:** [Pulumi](https://www.pulumi.com/) Infrastructure-as-Code projects\n\n**Standalone preset** \u2014 does **NOT** extend `base.json`. Pulumi runs TypeScript through its own ts-node runtime (full transpile), which is incompatible with the base preset's `verbatimModuleSyntax`, `module: \"preserve\"`, and erasable-only constraints.\n\n**Adds / differs:**\n\n- `experimentalDecorators: true` \u2014 Pulumi component resources use decorators\n- `module: \"esnext\"`, `sourceMap: true`, `noEmit: true`\n- `types: [\"node\"]`\n- `allowImportingTsExtensions: true` \u2014 import sibling modules with an explicit `.ts`\n\n**\u26A0\uFE0F The erasable-only rule does NOT apply here.** Because Pulumi _compiles_ the code (rather than stripping types), non-erasable syntax (`enum`, decorators, etc.) is legal in Pulumi code \u2014 and **only** in Pulumi code. Every other preset in this family forbids it.\n\n---\n\n## Common Mistakes\n\n### \u274C react-library for Node.js projects\n\n```json\n// WRONG for Node.js API\n{\n \"extends\": \"@shibanet0/datamitsu-config/tsconfig/react-library.json\"\n}\n```\n\n**Problem:** Adds DOM types (`document`, `window`) to Node.js environment.\n\n**Solution:** Use `service.json`\n\n---\n\n### \u274C library instead of shared-library in monorepo\n\n```json\n// WRONG in monorepo\n{\n \"extends\": \"@shibanet0/datamitsu-config/tsconfig/library.json\"\n}\n```\n\n**Problem:** `noEmit: true` disables declaration emit, IDE can't \"go to definition\".\n\n**Solution:** Use `shared-library.json`\n\n---\n\n### \u274C Forgot explicit types after TS6\n\n**Problem:**\n\n```typescript\nimport { readFile } from \"node:fs/promises\";\n// Error: Cannot find module 'node:fs/promises'\n```\n\n**Solution:**\n\n```json\n{\n \"extends\": \"@shibanet0/datamitsu-config/tsconfig/service.json\",\n \"compilerOptions\": {\n \"types\": [\"node\"]\n }\n}\n```\n\n---\n\n## Path Aliases\n\n**These configurations DO NOT include path aliases (`~/*`, `@/*`).**\n\n**Why?**\n\n- Require duplication in tsconfig, bundler, jest, eslint\n- Problems when publishing libraries\n- Different syntax across tools\n\n**Use relative paths:**\n\n```typescript\nimport { helper } from \"../../utils/helper\";\n```\n\n**Benefits:**\n\n- Work everywhere without configuration\n- ES modules standard\n- IDE auto-updates\n\n---\n\n## Philosophy\n\n**Bundler-centric approach:**\n\n- TypeScript only for type checking\n- Bundler handles compilation, sourcemaps, declarations\n- Exception: monorepo `shared-*` configs emit declarations for project references\n\n**Explicit configuration:**\n\n- All options specified explicitly, even if they're TS6 defaults\n- No magic, maximum compatibility\n- \"Just works\" everywhere\n\n---\n\n## Migration to TS6\n\n**TypeScript 6.0+ required:**\n\n```bash\npnpm add -D typescript@latest\n```\n\n**Add explicit types:**\n\n```json\n{\n \"extends\": \"@shibanet0/datamitsu-config/tsconfig/service.json\",\n \"compilerOptions\": {\n \"types\": [\"node\"]\n }\n}\n```\n\n**Check types:**\n\n```bash\ntsc --noEmit\n```\n\n---\n\n## Based on\n\n[@codecompose/typescript-config](https://github.com/0x80/typescript-config/commit/58337f95dea59ca25031ffa55a593bda5c78b882) by 0x80.";
2
- export declare const TSCONFIG_MD_HASH = "1cf0bf81b69fc29c4f63362043bc228940e1a327268c651a05893baec7931994";
1
+ export declare const TSCONFIG_MD = "# TypeScript Configuration Guide\n\nThis package provides reusable TypeScript configurations for different project types.\n\n## Requirements\n\n- **TypeScript 6.0+** required. Every preset is also valid under TypeScript 7 \u2014 see\n [TypeScript 7](#typescript-7) before upgrading, as the compiler is stricter than 6.\n- Modern bundler (tsup, vite, esbuild)\n\n## Quick Selection\n\n| Project Type | Monorepo? | Config |\n| ------------------------- | --------- | ----------------------------- |\n| Next.js app | Any | `nextjs.json` |\n| React + Vite app | Any | `base.json` |\n| React library | Yes | `shared-react-library.json` |\n| React library | No | `react-library.json` |\n| Node.js library | Yes | `shared-library.json` |\n| Node.js library | No | `library.json` |\n| Backend service (Node.js) | Any | `service.json` |\n| Backend service (Workers) | Any | `service-worker.json` |\n| Pulumi / IaC | Any | `infra-pulumi.json` |\n| Node.js CLI | Any | `base.json` or `service.json` |\n| E2E tests | Any | `base.json` |\n\n## Configuration Descriptions\n\n### `base.json`\n\n**For:** CLI tools, tests, build scripts, React apps (Vite, CRA)\n\n**Features:**\n\n- Strict typing by default\n- `src/` \u2192 `dist/` structure\n- Explicit configuration (all options specified)\n\n**Example:**\n\n```json\n{\n \"extends\": \"@shibanet0/datamitsu-config/tsconfig/base.json\"\n}\n```\n\n---\n\n### `library.json`\n\n**For:** Standalone npm package (NOT in monorepo)\n\n**Adds:** `noEmit: true` - bundler handles all output\n\n**Example:** Standalone npm utility package\n\n---\n\n### `react-library.json`\n\n**For:** Standalone React library (NOT in monorepo)\n\n**Adds:**\n\n- DOM types\n- JSX support\n- `noEmit: true`\n\n**\u26A0\uFE0F WARNING:** DO NOT use for Node.js projects! Adds DOM types that don't exist in Node.js.\n\n---\n\n### `service.json`\n\n**For:** Backend APIs, serverless functions, microservices \u2014 running on **Node.js**\n\n**Adds:**\n\n- `types: [\"node\"]`\n- `noEmit: true`\n\n**Example:** Express API, AWS Lambda\n\n**Note:** For the Cloudflare Workers runtime use `service-worker.json` instead \u2014 it swaps Node types for Workers types.\n\n---\n\n### `service-worker.json`\n\n**For:** Backend services on the **Cloudflare Workers** runtime\n\n**Adds:**\n\n- `types: [\"@cloudflare/workers-types\"]`\n- `noEmit: true`\n\n**Note:** Add `@cloudflare/workers-types` as a dev dependency. For Node.js services use `service.json`.\n\n---\n\n### `shared-library.json`\n\n**For:** Library INSIDE a monorepo\n\n**Adds:**\n\n- `composite: true` - project references\n- `declaration: true` - emits .d.ts\n- `declarationMap: true`\n\n**Why NOT noEmit:** Project references require TypeScript to emit declarations for IDE \"go to definition\".\n\n---\n\n### `shared-react-library.json`\n\n**For:** React library INSIDE a monorepo\n\n**Adds:**\n\n- DOM types + JSX\n- `composite: true`\n- Declaration emit\n\n---\n\n### `nextjs.json`\n\n**For:** Next.js apps (Pages/App Router)\n\n**Features:**\n\n- `jsx: \"preserve\"` - Next.js transforms itself\n- `noEmit: true`\n- Next.js plugin\n\n---\n\n### `infra-pulumi.json`\n\n**For:** [Pulumi](https://www.pulumi.com/) Infrastructure-as-Code projects\n\n**Standalone preset** \u2014 does **NOT** extend `base.json`. Pulumi runs TypeScript through its own ts-node runtime (full transpile), which is incompatible with the base preset's `verbatimModuleSyntax`, `module: \"preserve\"`, and erasable-only constraints.\n\n**Adds / differs:**\n\n- `experimentalDecorators: true` \u2014 Pulumi component resources use decorators\n- `module: \"esnext\"`, `sourceMap: true`, `noEmit: true`\n- `types: [\"node\"]`\n- `allowImportingTsExtensions: true` \u2014 import sibling modules with an explicit `.ts`\n\n**\u26A0\uFE0F The erasable-only rule does NOT apply here.** Because Pulumi _compiles_ the code (rather than stripping types), non-erasable syntax (`enum`, decorators, etc.) is legal in Pulumi code \u2014 and **only** in Pulumi code. Every other preset in this family forbids it.\n\n---\n\n## Common Mistakes\n\n### \u274C react-library for Node.js projects\n\n```json\n// WRONG for Node.js API\n{\n \"extends\": \"@shibanet0/datamitsu-config/tsconfig/react-library.json\"\n}\n```\n\n**Problem:** Adds DOM types (`document`, `window`) to Node.js environment.\n\n**Solution:** Use `service.json`\n\n---\n\n### \u274C library instead of shared-library in monorepo\n\n```json\n// WRONG in monorepo\n{\n \"extends\": \"@shibanet0/datamitsu-config/tsconfig/library.json\"\n}\n```\n\n**Problem:** `noEmit: true` disables declaration emit, IDE can't \"go to definition\".\n\n**Solution:** Use `shared-library.json`\n\n---\n\n### \u274C Forgot explicit types after TS6\n\n**Problem:**\n\n```typescript\nimport { readFile } from \"node:fs/promises\";\n// Error: Cannot find module 'node:fs/promises'\n```\n\n**Solution:**\n\n```json\n{\n \"extends\": \"@shibanet0/datamitsu-config/tsconfig/service.json\",\n \"compilerOptions\": {\n \"types\": [\"node\"]\n }\n}\n```\n\n---\n\n## Path Aliases\n\n**These configurations DO NOT include path aliases (`~/*`, `@/*`).**\n\n**Why?**\n\n- Require duplication in tsconfig, bundler, jest, eslint\n- Problems when publishing libraries\n- Different syntax across tools\n\n**Use relative paths:**\n\n```typescript\nimport { helper } from \"../../utils/helper\";\n```\n\n**Benefits:**\n\n- Work everywhere without configuration\n- ES modules standard\n- IDE auto-updates\n\n---\n\n## Philosophy\n\n**Bundler-centric approach:**\n\n- TypeScript only for type checking\n- Bundler handles compilation, sourcemaps, declarations\n- Exception: monorepo `shared-*` configs emit declarations for project references\n\n**Explicit configuration:**\n\n- All options specified explicitly, even if they're TS6 defaults\n- No magic, maximum compatibility\n- \"Just works\" everywhere\n\n---\n\n## Migration to TS6\n\n**TypeScript 6.0+ required:**\n\n```bash\npnpm add -D typescript@^6\n```\n\nPin the major deliberately \u2014 `typescript@latest` now resolves to 7.x, which is a\ndifferent compiler. See [TypeScript 7](#typescript-7).\n\n**Add explicit types:**\n\n```json\n{\n \"extends\": \"@shibanet0/datamitsu-config/tsconfig/service.json\",\n \"compilerOptions\": {\n \"types\": [\"node\"]\n }\n}\n```\n\n**Check types:**\n\n```bash\ntsc --noEmit\n```\n\n---\n\n## TypeScript 7\n\nTypeScript 7 is the compiler rewritten in Go \u2014 what used to ship separately as\n`@typescript/native-preview` (`tsgo`). It is now the `typescript` package itself, so a\nseparate native-preview dependency is redundant and should be removed.\n\nEvery preset here is valid under 7 \u2014 the `compilerOptions` surface is unchanged. Two\nthings are not:\n\n**The JavaScript compiler API is gone.** `typescript@7` exports only `version` and\n`versionMajorMinor`. The AST moved to the `typescript/unstable/*` entrypoints and is\nreshaped: there is a scanner and the `SyntaxKind`/`is*` surface, but no `createSourceFile`\nparser and no `createPrinter`. Any build script that imports `typescript` for its AST\nneeds a 6.x installed alongside, or a rewrite.\n\n**typescript-eslint does not support it.** Every published version, canary included, peers\non `typescript >=4.8.4 <6.1.0` and fails outright with `typescript-eslint does not support\nTS 7.0`. A project that lints with type-aware rules must stay on 6.x until that lands.\n\nThe compiler is also stricter, in ways that surface as new errors on code 6 accepted \u2014\nJSDoc is parsed more strictly, and assignability is tightened (notably `Ref<T>` against\n`Ref<T> | undefined` under `exactOptionalPropertyTypes`, and generic-schema variance).\nExpect to fix real type errors, not just to swap the dependency.\n\nUpgrade the type-checker independently of the toolchain: datamitsu's managed `tsc` runs\n7.x as its own isolated app, while the `eslint` app keeps its own 6.x, so the two never\ncollide.\n\n---\n\n## Based on\n\n[@codecompose/typescript-config](https://github.com/0x80/typescript-config/commit/58337f95dea59ca25031ffa55a593bda5c78b882) by 0x80.";
2
+ export declare const TSCONFIG_MD_HASH = "755da66ad2c957305c4dab982e03c6467f631276bda10c9282b60d3746110158";
@@ -0,0 +1,2 @@
1
+ import type { PackageJson } from "type-fest";
2
+ export declare const detectPackageType: (data: PackageJson) => "module" | undefined;
package/dist/s0/index.js CHANGED
@@ -183,8 +183,10 @@ const pulumiCleanup = async () => {
183
183
  const filesToRemove = [];
184
184
  for (const encFile of encryptedFiles) {
185
185
  const originalFile = getDecryptedPath(encFile);
186
- if (await fs.access(originalFile).then(() => true).catch(() => false)) if (await verifyEncryptedFile(encFile, datamitsu, GPG_TTY)) filesToRemove.push(originalFile);
187
- else console.warn(`⚠️ Warning: ${path.relative(process.cwd(), encFile)} failed verification, keeping original`);
186
+ if (await fs.access(originalFile).then(() => true).catch(() => false)) {
187
+ if (await verifyEncryptedFile(encFile, datamitsu, GPG_TTY)) filesToRemove.push(originalFile);
188
+ else console.warn(`⚠️ Warning: ${path.relative(process.cwd(), encFile)} failed verification, keeping original`);
189
+ }
188
190
  }
189
191
  if (filesToRemove.length === 0) {
190
192
  console.log(`✨ No unencrypted files to clean up!\n`);
@@ -470,9 +472,7 @@ const pulumiCommand = new Command("pulumi-sops").addArgument(new Argument("<type
470
472
  case "decrypt-all-state":
471
473
  await pulumiDecrypt();
472
474
  break;
473
- case "encrypt-all-state":
474
- await pulumiEncrypt();
475
- break;
475
+ case "encrypt-all-state": await pulumiEncrypt();
476
476
  }
477
477
  });
478
478
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shibanet0/datamitsu-config",
3
- "version": "0.1.6",
3
+ "version": "0.2.0",
4
4
  "description": "Shared datamitsu configuration with 79+ managed development tools",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -55,7 +55,7 @@
55
55
  ],
56
56
  "dependencies": {
57
57
  "@commander-js/extra-typings": "14.0.0",
58
- "@datamitsu/datamitsu": "0.1.5",
58
+ "@datamitsu/datamitsu": "0.2.1",
59
59
  "commander": "14.0.3",
60
60
  "execa": "9.6.1",
61
61
  "fast-glob": "3.3.3",
@@ -10,7 +10,9 @@
10
10
  "forceConsistentCasingInFileNames": true,
11
11
  "incremental": true,
12
12
  "isolatedModules": true,
13
- "lib": ["esnext"],
13
+ "lib": [
14
+ "esnext"
15
+ ],
14
16
  "module": "preserve",
15
17
  "moduleDetection": "force",
16
18
  "moduleResolution": "bundler",
@@ -35,6 +37,12 @@
35
37
  "verbatimModuleSyntax": true
36
38
  },
37
39
  "display": "Base configuration",
38
- "exclude": ["${configDir}/node_modules", "${configDir}/dist"],
39
- "include": ["${configDir}/src", "${configDir}/src/**/*.json"]
40
+ "exclude": [
41
+ "${configDir}/node_modules",
42
+ "${configDir}/dist"
43
+ ],
44
+ "include": [
45
+ "${configDir}/src",
46
+ "${configDir}/src/**/*.json"
47
+ ]
40
48
  }
@@ -10,7 +10,9 @@
10
10
  "experimentalDecorators": true,
11
11
  "forceConsistentCasingInFileNames": true,
12
12
  "isolatedModules": true,
13
- "lib": ["esnext"],
13
+ "lib": [
14
+ "esnext"
15
+ ],
14
16
  "module": "esnext",
15
17
  "moduleDetection": "force",
16
18
  "moduleResolution": "bundler",
@@ -27,10 +29,16 @@
27
29
  "sourceMap": true,
28
30
  "strict": true,
29
31
  "target": "esnext",
30
- "types": ["node"],
32
+ "types": [
33
+ "node"
34
+ ],
31
35
  "useUnknownInCatchVariables": true
32
36
  },
33
37
  "display": "Infrastructure as Code (Pulumi)",
34
- "exclude": ["${configDir}/node_modules"],
35
- "include": ["${configDir}/**/*.ts"]
38
+ "exclude": [
39
+ "${configDir}/node_modules"
40
+ ],
41
+ "include": [
42
+ "${configDir}/**/*.ts"
43
+ ]
36
44
  }
@@ -2,7 +2,11 @@
2
2
  "$schema": "https://json.schemastore.org/tsconfig",
3
3
  "compilerOptions": {
4
4
  "jsx": "preserve",
5
- "lib": ["dom", "dom.iterable", "esnext"],
5
+ "lib": [
6
+ "dom",
7
+ "dom.iterable",
8
+ "esnext"
9
+ ],
6
10
  "noEmit": true,
7
11
  "noUncheckedSideEffectImports": false,
8
12
  "plugins": [
@@ -11,10 +15,14 @@
11
15
  }
12
16
  ],
13
17
  "rootDir": "${configDir}",
14
- "types": ["node"]
18
+ "types": [
19
+ "node"
20
+ ]
15
21
  },
16
22
  "display": "Next.js app",
17
- "exclude": ["${configDir}/node_modules"],
23
+ "exclude": [
24
+ "${configDir}/node_modules"
25
+ ],
18
26
  "extends": "./base.json",
19
27
  "include": [
20
28
  "${configDir}",
@@ -2,7 +2,11 @@
2
2
  "$schema": "https://json.schemastore.org/tsconfig",
3
3
  "compilerOptions": {
4
4
  "jsx": "react-jsx",
5
- "lib": ["dom", "dom.iterable", "esnext"],
5
+ "lib": [
6
+ "dom",
7
+ "dom.iterable",
8
+ "esnext"
9
+ ],
6
10
  "noEmit": true
7
11
  },
8
12
  "display": "Standalone React component library",
@@ -2,7 +2,9 @@
2
2
  "$schema": "https://json.schemastore.org/tsconfig",
3
3
  "compilerOptions": {
4
4
  "noEmit": true,
5
- "types": ["@cloudflare/workers-types"]
5
+ "types": [
6
+ "@cloudflare/workers-types"
7
+ ]
6
8
  },
7
9
  "display": "Backend service (Cloudflare Workers)",
8
10
  "extends": "./base.json"
@@ -2,7 +2,9 @@
2
2
  "$schema": "https://json.schemastore.org/tsconfig",
3
3
  "compilerOptions": {
4
4
  "noEmit": true,
5
- "types": ["node"]
5
+ "types": [
6
+ "node"
7
+ ]
6
8
  },
7
9
  "display": "Backend service (Node.js)",
8
10
  "extends": "./base.json"
@@ -5,7 +5,11 @@
5
5
  "declaration": true,
6
6
  "declarationMap": true,
7
7
  "jsx": "react-jsx",
8
- "lib": ["dom", "dom.iterable", "esnext"]
8
+ "lib": [
9
+ "dom",
10
+ "dom.iterable",
11
+ "esnext"
12
+ ]
9
13
  },
10
14
  "display": "Monorepo shared React component library",
11
15
  "extends": "./base.json"
@@ -1,2 +0,0 @@
1
- import type { TypedFlatConfigItem } from "../types";
2
- export declare function reactPerf(): Promise<TypedFlatConfigItem[]>;