@cbnventures/nova 0.17.0 → 0.18.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.
- package/LICENSE +22 -0
- package/build/package.json +1 -1
- package/build/src/api/node-releases.d.ts +4 -4
- package/build/src/api/node-releases.d.ts.map +1 -1
- package/build/src/api/node-releases.js +14 -14
- package/build/src/api/node-releases.js.map +1 -1
- package/build/src/api/spdx-licenses.d.ts +4 -4
- package/build/src/api/spdx-licenses.d.ts.map +1 -1
- package/build/src/api/spdx-licenses.js +12 -12
- package/build/src/api/spdx-licenses.js.map +1 -1
- package/build/src/cli/generate/github/funding.d.ts +3 -3
- package/build/src/cli/generate/github/funding.d.ts.map +1 -1
- package/build/src/cli/generate/github/funding.js +5 -5
- package/build/src/cli/generate/github/funding.js.map +1 -1
- package/build/src/cli/generate/github/issue-template.d.ts +3 -3
- package/build/src/cli/generate/github/issue-template.d.ts.map +1 -1
- package/build/src/cli/generate/github/issue-template.js +14 -12
- package/build/src/cli/generate/github/issue-template.js.map +1 -1
- package/build/src/cli/generate/github/workflows.d.ts +10 -10
- package/build/src/cli/generate/github/workflows.d.ts.map +1 -1
- package/build/src/cli/generate/github/workflows.js +222 -104
- package/build/src/cli/generate/github/workflows.js.map +1 -1
- package/build/src/cli/generate/must-haves/agent-conventions.d.ts +3 -3
- package/build/src/cli/generate/must-haves/agent-conventions.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/agent-conventions.js +11 -11
- package/build/src/cli/generate/must-haves/agent-conventions.js.map +1 -1
- package/build/src/cli/generate/must-haves/dotenv.d.ts +3 -3
- package/build/src/cli/generate/must-haves/dotenv.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/dotenv.js +69 -69
- package/build/src/cli/generate/must-haves/dotenv.js.map +1 -1
- package/build/src/cli/generate/must-haves/editorconfig.d.ts +3 -3
- package/build/src/cli/generate/must-haves/editorconfig.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/editorconfig.js +3 -3
- package/build/src/cli/generate/must-haves/editorconfig.js.map +1 -1
- package/build/src/cli/generate/must-haves/gitignore.d.ts +3 -3
- package/build/src/cli/generate/must-haves/gitignore.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/gitignore.js +69 -67
- package/build/src/cli/generate/must-haves/gitignore.js.map +1 -1
- package/build/src/cli/generate/must-haves/license.d.ts +3 -3
- package/build/src/cli/generate/must-haves/license.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/license.js +11 -7
- package/build/src/cli/generate/must-haves/license.js.map +1 -1
- package/build/src/cli/generate/must-haves/read-me.d.ts +3 -3
- package/build/src/cli/generate/must-haves/read-me.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/read-me.js +20 -27
- package/build/src/cli/generate/must-haves/read-me.js.map +1 -1
- package/build/src/cli/index.js +81 -34
- package/build/src/cli/index.js.map +1 -1
- package/build/src/cli/recipe/github/handle-gh-failure.d.ts +3 -0
- package/build/src/cli/recipe/github/handle-gh-failure.d.ts.map +1 -0
- package/build/src/cli/recipe/github/handle-gh-failure.js +22 -0
- package/build/src/cli/recipe/github/handle-gh-failure.js.map +1 -0
- package/build/src/cli/recipe/github/sync-features.d.ts +5 -0
- package/build/src/cli/recipe/github/sync-features.d.ts.map +1 -0
- package/build/src/cli/recipe/github/sync-features.js +145 -0
- package/build/src/cli/recipe/github/sync-features.js.map +1 -0
- package/build/src/cli/recipe/github/sync-identity.d.ts +6 -0
- package/build/src/cli/recipe/github/sync-identity.d.ts.map +1 -0
- package/build/src/cli/recipe/github/sync-identity.js +191 -0
- package/build/src/cli/recipe/github/sync-identity.js.map +1 -0
- package/build/src/cli/recipe/github/sync-policies.d.ts +5 -0
- package/build/src/cli/recipe/github/sync-policies.d.ts.map +1 -0
- package/build/src/cli/recipe/github/sync-policies.js +154 -0
- package/build/src/cli/recipe/github/sync-policies.js.map +1 -0
- package/build/src/cli/recipe/index.d.ts +2 -2
- package/build/src/cli/recipe/index.d.ts.map +1 -1
- package/build/src/cli/recipe/index.js +66 -56
- package/build/src/cli/recipe/index.js.map +1 -1
- package/build/src/cli/recipe/package-json/cleanup.d.ts +3 -3
- package/build/src/cli/recipe/package-json/cleanup.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/cleanup.js +25 -24
- package/build/src/cli/recipe/package-json/cleanup.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-artifacts.js +35 -35
- package/build/src/cli/recipe/package-json/normalize-artifacts.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-bundler.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-bundler.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-bundler.js +22 -22
- package/build/src/cli/recipe/package-json/normalize-bundler.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-dependencies.js +37 -37
- package/build/src/cli/recipe/package-json/normalize-dependencies.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-modules.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-modules.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-modules.js +47 -47
- package/build/src/cli/recipe/package-json/normalize-modules.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-tooling.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-tooling.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-tooling.js +23 -23
- package/build/src/cli/recipe/package-json/normalize-tooling.js.map +1 -1
- package/build/src/cli/recipe/package-json/sync-environment.d.ts +3 -3
- package/build/src/cli/recipe/package-json/sync-environment.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/sync-environment.js +37 -37
- package/build/src/cli/recipe/package-json/sync-environment.js.map +1 -1
- package/build/src/cli/recipe/package-json/sync-identity.d.ts +3 -3
- package/build/src/cli/recipe/package-json/sync-identity.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/sync-identity.js +20 -20
- package/build/src/cli/recipe/package-json/sync-identity.js.map +1 -1
- package/build/src/cli/recipe/package-json/sync-ownership.d.ts +3 -3
- package/build/src/cli/recipe/package-json/sync-ownership.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/sync-ownership.js +28 -28
- package/build/src/cli/recipe/package-json/sync-ownership.js.map +1 -1
- package/build/src/cli/scaffold/app/expressjs.d.ts +3 -3
- package/build/src/cli/scaffold/app/expressjs.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/expressjs.js +1 -1
- package/build/src/cli/scaffold/app/expressjs.js.map +1 -1
- package/build/src/cli/scaffold/app/nextjs.d.ts +3 -3
- package/build/src/cli/scaffold/app/nextjs.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/nextjs.js +1 -1
- package/build/src/cli/scaffold/app/nextjs.js.map +1 -1
- package/build/src/cli/scaffold/app/vite.d.ts +3 -3
- package/build/src/cli/scaffold/app/vite.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/vite.js +1 -1
- package/build/src/cli/scaffold/app/vite.js.map +1 -1
- package/build/src/cli/scaffold/app/workers.d.ts +3 -3
- package/build/src/cli/scaffold/app/workers.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/workers.js +1 -1
- package/build/src/cli/scaffold/app/workers.js.map +1 -1
- package/build/src/cli/scaffold/docs/docusaurus.d.ts +3 -3
- package/build/src/cli/scaffold/docs/docusaurus.d.ts.map +1 -1
- package/build/src/cli/scaffold/docs/docusaurus.js +1 -1
- package/build/src/cli/scaffold/docs/docusaurus.js.map +1 -1
- package/build/src/cli/scaffold/starter/base.d.ts +3 -3
- package/build/src/cli/scaffold/starter/base.d.ts.map +1 -1
- package/build/src/cli/scaffold/starter/base.js +7 -7
- package/build/src/cli/scaffold/starter/base.js.map +1 -1
- package/build/src/cli/utility/changelog.d.ts +4 -3
- package/build/src/cli/utility/changelog.d.ts.map +1 -1
- package/build/src/cli/utility/changelog.js +84 -83
- package/build/src/cli/utility/changelog.js.map +1 -1
- package/build/src/cli/utility/initialize.d.ts +5 -3
- package/build/src/cli/utility/initialize.d.ts.map +1 -1
- package/build/src/cli/utility/initialize.js +805 -244
- package/build/src/cli/utility/initialize.js.map +1 -1
- package/build/src/cli/utility/run-recipes.d.ts +3 -3
- package/build/src/cli/utility/run-recipes.d.ts.map +1 -1
- package/build/src/cli/utility/run-recipes.js +43 -12
- package/build/src/cli/utility/run-recipes.js.map +1 -1
- package/build/src/cli/utility/run-scripts.d.ts +3 -3
- package/build/src/cli/utility/run-scripts.d.ts.map +1 -1
- package/build/src/cli/utility/run-scripts.js +9 -8
- package/build/src/cli/utility/run-scripts.js.map +1 -1
- package/build/src/cli/utility/transpile.d.ts +3 -3
- package/build/src/cli/utility/transpile.d.ts.map +1 -1
- package/build/src/cli/utility/transpile.js +4 -4
- package/build/src/cli/utility/transpile.js.map +1 -1
- package/build/src/cli/utility/type-check.d.ts +3 -3
- package/build/src/cli/utility/type-check.d.ts.map +1 -1
- package/build/src/cli/utility/type-check.js +4 -4
- package/build/src/cli/utility/type-check.js.map +1 -1
- package/build/src/cli/utility/version.d.ts +3 -3
- package/build/src/cli/utility/version.d.ts.map +1 -1
- package/build/src/cli/utility/version.js +102 -102
- package/build/src/cli/utility/version.js.map +1 -1
- package/build/src/lib/constants.d.ts +3 -2
- package/build/src/lib/constants.d.ts.map +1 -1
- package/build/src/lib/constants.js +1 -0
- package/build/src/lib/constants.js.map +1 -1
- package/build/src/lib/item.d.ts +32 -31
- package/build/src/lib/item.d.ts.map +1 -1
- package/build/src/lib/item.js +3 -1
- package/build/src/lib/item.js.map +1 -1
- package/build/src/lib/nova-config.d.ts +11 -5
- package/build/src/lib/nova-config.d.ts.map +1 -1
- package/build/src/lib/nova-config.js +143 -8
- package/build/src/lib/nova-config.js.map +1 -1
- package/build/src/lib/regex.d.ts +15 -1
- package/build/src/lib/regex.d.ts.map +1 -1
- package/build/src/lib/regex.js +15 -1
- package/build/src/lib/regex.js.map +1 -1
- package/build/src/lib/scaffold.d.ts +9 -9
- package/build/src/lib/scaffold.d.ts.map +1 -1
- package/build/src/lib/scaffold.js +45 -44
- package/build/src/lib/scaffold.js.map +1 -1
- package/build/src/lib/utility.d.ts +26 -22
- package/build/src/lib/utility.d.ts.map +1 -1
- package/build/src/lib/utility.js +83 -17
- package/build/src/lib/utility.js.map +1 -1
- package/build/src/lib/workflow-templates.d.ts +2 -2
- package/build/src/lib/workflow-templates.d.ts.map +1 -1
- package/build/src/lib/workflow-templates.js +42 -0
- package/build/src/lib/workflow-templates.js.map +1 -1
- package/build/src/presets/eslint/dx-code-style.d.ts +2 -2
- package/build/src/presets/eslint/dx-code-style.d.ts.map +1 -1
- package/build/src/presets/eslint/dx-code-style.js.map +1 -1
- package/build/src/presets/eslint/dx-ignore.d.ts +2 -2
- package/build/src/presets/eslint/dx-ignore.d.ts.map +1 -1
- package/build/src/presets/eslint/dx-ignore.js.map +1 -1
- package/build/src/presets/eslint/fw-docusaurus.d.ts +2 -2
- package/build/src/presets/eslint/fw-docusaurus.d.ts.map +1 -1
- package/build/src/presets/eslint/fw-docusaurus.js.map +1 -1
- package/build/src/presets/eslint/fw-expressjs.d.ts +2 -2
- package/build/src/presets/eslint/fw-expressjs.d.ts.map +1 -1
- package/build/src/presets/eslint/fw-expressjs.js.map +1 -1
- package/build/src/presets/eslint/fw-nextjs.d.ts +2 -2
- package/build/src/presets/eslint/fw-nextjs.d.ts.map +1 -1
- package/build/src/presets/eslint/fw-nextjs.js.map +1 -1
- package/build/src/presets/eslint/lang-javascript.d.ts +2 -2
- package/build/src/presets/eslint/lang-javascript.d.ts.map +1 -1
- package/build/src/presets/eslint/lang-javascript.js.map +1 -1
- package/build/src/presets/eslint/lang-mdx.d.ts +2 -2
- package/build/src/presets/eslint/lang-mdx.d.ts.map +1 -1
- package/build/src/presets/eslint/lang-mdx.js.map +1 -1
- package/build/src/presets/eslint/lang-typescript.d.ts +2 -2
- package/build/src/presets/eslint/lang-typescript.d.ts.map +1 -1
- package/build/src/presets/eslint/lang-typescript.js.map +1 -1
- package/build/src/presets/eslint/runtime-browser.d.ts +2 -2
- package/build/src/presets/eslint/runtime-browser.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-browser.js.map +1 -1
- package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts +2 -2
- package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-cloudflare-workers.js.map +1 -1
- package/build/src/presets/eslint/runtime-edge.d.ts +2 -2
- package/build/src/presets/eslint/runtime-edge.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-edge.js.map +1 -1
- package/build/src/presets/eslint/runtime-node.d.ts +2 -2
- package/build/src/presets/eslint/runtime-node.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-node.js.map +1 -1
- package/build/src/presets/eslint/runtime-service-worker.d.ts +2 -2
- package/build/src/presets/eslint/runtime-service-worker.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-service-worker.js.map +1 -1
- package/build/src/presets/eslint/runtime-web-worker.d.ts +2 -2
- package/build/src/presets/eslint/runtime-web-worker.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-web-worker.js.map +1 -1
- package/build/src/presets/eslint/tool-vite.d.ts +2 -2
- package/build/src/presets/eslint/tool-vite.d.ts.map +1 -1
- package/build/src/presets/eslint/tool-vite.js.map +1 -1
- package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts +3 -3
- package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/no-default-export-declaration.js +2 -2
- package/build/src/rules/eslint/conventions/no-default-export-declaration.js.map +1 -1
- package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts +3 -3
- package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/no-implicit-boolean.js +14 -14
- package/build/src/rules/eslint/conventions/no-implicit-boolean.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-explicit-return.d.ts +6 -6
- package/build/src/rules/eslint/conventions/require-explicit-return.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-explicit-return.js +14 -14
- package/build/src/rules/eslint/conventions/require-explicit-return.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-hash-private.d.ts +4 -4
- package/build/src/rules/eslint/conventions/require-hash-private.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-hash-private.js +3 -3
- package/build/src/rules/eslint/conventions/require-hash-private.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts +4 -4
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.js +4 -4
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-naming-convention.d.ts +16 -16
- package/build/src/rules/eslint/conventions/require-naming-convention.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-naming-convention.js +34 -31
- package/build/src/rules/eslint/conventions/require-naming-convention.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-undefined-init.d.ts +3 -3
- package/build/src/rules/eslint/conventions/require-undefined-init.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-undefined-init.js +2 -2
- package/build/src/rules/eslint/conventions/require-undefined-init.js.map +1 -1
- package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts +4 -4
- package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/switch-case-blocks.js +3 -3
- package/build/src/rules/eslint/conventions/switch-case-blocks.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts +5 -5
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js +16 -16
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts +4 -4
- package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-multiline-strings.js +19 -19
- package/build/src/rules/eslint/formatting/no-multiline-strings.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts +3 -3
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.js +2 -2
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +3 -3
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js +2 -2
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-import-order.d.ts +3 -3
- package/build/src/rules/eslint/formatting/require-import-order.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-import-order.js +6 -6
- package/build/src/rules/eslint/formatting/require-import-order.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts +4 -4
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js +5 -5
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts +4 -4
- package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-conditions.js +5 -5
- package/build/src/rules/eslint/formatting/require-multiline-conditions.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-padding-lines.d.ts +9 -9
- package/build/src/rules/eslint/formatting/require-padding-lines.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-padding-lines.js +20 -20
- package/build/src/rules/eslint/formatting/require-padding-lines.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts +3 -3
- package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-ternary-parens.js +2 -2
- package/build/src/rules/eslint/formatting/require-ternary-parens.js.map +1 -1
- package/build/src/rules/eslint/index.d.ts +44 -44
- package/build/src/rules/eslint/index.d.ts.map +1 -1
- package/build/src/rules/eslint/index.js +44 -44
- package/build/src/rules/eslint/index.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts +7 -7
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js +7 -7
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +9 -7
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js +115 -61
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js +6 -6
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js +8 -8
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js.map +1 -1
- package/build/src/rules/eslint/nova/no-logger-dev.d.ts +3 -3
- package/build/src/rules/eslint/nova/no-logger-dev.d.ts.map +1 -1
- package/build/src/rules/eslint/nova/no-logger-dev.js +5 -5
- package/build/src/rules/eslint/nova/no-logger-dev.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-assign-then-return.js +2 -2
- package/build/src/rules/eslint/patterns/no-assign-then-return.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-await-in-loop.d.ts +7 -7
- package/build/src/rules/eslint/patterns/no-await-in-loop.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-await-in-loop.js +4 -4
- package/build/src/rules/eslint/patterns/no-await-in-loop.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js +2 -2
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-assignment.js +2 -2
- package/build/src/rules/eslint/patterns/no-bracket-assignment.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-method-call.d.ts +4 -4
- package/build/src/rules/eslint/patterns/no-bracket-method-call.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-method-call.js +2 -2
- package/build/src/rules/eslint/patterns/no-bracket-method-call.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.js +2 -2
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-use-before-define.d.ts +7 -7
- package/build/src/rules/eslint/patterns/no-use-before-define.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-use-before-define.js +2 -2
- package/build/src/rules/eslint/patterns/no-use-before-define.js.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts +3 -3
- package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literal-flags.js +2 -2
- package/build/src/rules/eslint/regex/no-regex-literal-flags.js.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literals.d.ts +4 -4
- package/build/src/rules/eslint/regex/no-regex-literals.d.ts.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literals.js +2 -2
- package/build/src/rules/eslint/regex/no-regex-literals.js.map +1 -1
- package/build/src/rules/eslint/safety/no-script-url.d.ts +4 -4
- package/build/src/rules/eslint/safety/no-script-url.d.ts.map +1 -1
- package/build/src/rules/eslint/safety/no-script-url.js +2 -2
- package/build/src/rules/eslint/safety/no-script-url.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-destructuring.d.ts +8 -8
- package/build/src/rules/eslint/syntax/no-destructuring.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-destructuring.js +10 -10
- package/build/src/rules/eslint/syntax/no-destructuring.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts +6 -6
- package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-numeric-literals.js +2 -2
- package/build/src/rules/eslint/syntax/no-numeric-literals.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts +3 -3
- package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-optional-chaining.js +2 -2
- package/build/src/rules/eslint/syntax/no-optional-chaining.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-rest-params.d.ts +4 -4
- package/build/src/rules/eslint/syntax/no-rest-params.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-rest-params.js +8 -8
- package/build/src/rules/eslint/syntax/no-rest-params.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +3 -3
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js +2 -2
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-explicit-any.d.ts +3 -3
- package/build/src/rules/eslint/typescript/no-explicit-any.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-explicit-any.js +2 -2
- package/build/src/rules/eslint/typescript/no-explicit-any.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts +3 -3
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.js +9 -9
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts +4 -4
- package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-shared-type-import.js +2 -2
- package/build/src/rules/eslint/typescript/no-shared-type-import.js.map +1 -1
- package/build/src/rules/eslint/typescript/require-bracket-property-access.d.ts +4 -4
- package/build/src/rules/eslint/typescript/require-bracket-property-access.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/require-bracket-property-access.js +2 -2
- package/build/src/rules/eslint/typescript/require-bracket-property-access.js.map +1 -1
- package/build/src/rules/eslint/typescript/require-type-naming.d.ts +6 -4
- package/build/src/rules/eslint/typescript/require-type-naming.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/require-type-naming.js +54 -8
- package/build/src/rules/eslint/typescript/require-type-naming.js.map +1 -1
- package/build/src/toolkit/bootstrap.d.ts +10 -10
- package/build/src/toolkit/bootstrap.d.ts.map +1 -1
- package/build/src/toolkit/bootstrap.js +33 -33
- package/build/src/toolkit/bootstrap.js.map +1 -1
- package/build/src/toolkit/cli-header.d.ts +4 -4
- package/build/src/toolkit/cli-header.d.ts.map +1 -1
- package/build/src/toolkit/cli-header.js +22 -22
- package/build/src/toolkit/cli-header.js.map +1 -1
- package/build/src/toolkit/logger.d.ts +9 -9
- package/build/src/toolkit/logger.d.ts.map +1 -1
- package/build/src/toolkit/logger.js +16 -16
- package/build/src/toolkit/logger.js.map +1 -1
- package/build/src/toolkit/markdown-table.d.ts +6 -6
- package/build/src/toolkit/markdown-table.d.ts.map +1 -1
- package/build/src/toolkit/markdown-table.js +2 -2
- package/build/src/toolkit/markdown-table.js.map +1 -1
- package/build/src/types/api/node-releases.d.ts +14 -14
- package/build/src/types/api/spdx-licenses.d.ts +17 -17
- package/build/src/types/cli/generate/github/funding.d.ts +28 -28
- package/build/src/types/cli/generate/github/issue-template.d.ts +87 -71
- package/build/src/types/cli/generate/github/workflows.d.ts +359 -311
- package/build/src/types/cli/generate/must-haves/agent-conventions.d.ts +28 -22
- package/build/src/types/cli/generate/must-haves/dotenv.d.ts +208 -206
- package/build/src/types/cli/generate/must-haves/editorconfig.d.ts +16 -16
- package/build/src/types/cli/generate/must-haves/gitignore.d.ts +188 -156
- package/build/src/types/cli/generate/must-haves/license.d.ts +28 -26
- package/build/src/types/cli/generate/must-haves/read-me.d.ts +105 -95
- package/build/src/types/cli/index.d.ts +73 -84
- package/build/src/types/cli/recipe/github/handle-gh-failure.d.ts +18 -0
- package/build/src/types/cli/recipe/github/sync-features.d.ts +67 -0
- package/build/src/types/cli/recipe/github/sync-identity.d.ts +107 -0
- package/build/src/types/cli/recipe/github/sync-policies.d.ts +70 -0
- package/build/src/types/cli/recipe/index.d.ts +21 -16
- package/build/src/types/cli/recipe/package-json/cleanup.d.ts +57 -55
- package/build/src/types/cli/recipe/package-json/normalize-artifacts.d.ts +44 -44
- package/build/src/types/cli/recipe/package-json/normalize-bundler.d.ts +36 -36
- package/build/src/types/cli/recipe/package-json/normalize-dependencies.d.ts +65 -65
- package/build/src/types/cli/recipe/package-json/normalize-modules.d.ts +37 -35
- package/build/src/types/cli/recipe/package-json/normalize-tooling.d.ts +39 -39
- package/build/src/types/cli/recipe/package-json/sync-environment.d.ts +60 -60
- package/build/src/types/cli/recipe/package-json/sync-identity.d.ts +51 -51
- package/build/src/types/cli/recipe/package-json/sync-ownership.d.ts +78 -78
- package/build/src/types/cli/scaffold/app/expressjs.d.ts +10 -10
- package/build/src/types/cli/scaffold/app/nextjs.d.ts +10 -10
- package/build/src/types/cli/scaffold/app/vite.d.ts +10 -10
- package/build/src/types/cli/scaffold/app/workers.d.ts +10 -10
- package/build/src/types/cli/scaffold/docs/docusaurus.d.ts +10 -10
- package/build/src/types/cli/scaffold/starter/base.d.ts +27 -27
- package/build/src/types/cli/utility/changelog.d.ts +189 -180
- package/build/src/types/cli/utility/initialize.d.ts +1135 -690
- package/build/src/types/cli/utility/run-recipes.d.ts +32 -11
- package/build/src/types/cli/utility/run-scripts.d.ts +126 -52
- package/build/src/types/cli/utility/transpile.d.ts +30 -30
- package/build/src/types/cli/utility/type-check.d.ts +30 -30
- package/build/src/types/cli/utility/version.d.ts +130 -130
- package/build/src/types/lib/constants.d.ts +8 -1
- package/build/src/types/lib/item.d.ts +158 -149
- package/build/src/types/lib/nova-config.d.ts +379 -191
- package/build/src/types/lib/regex.d.ts +762 -0
- package/build/src/types/lib/scaffold.d.ts +176 -149
- package/build/src/types/lib/utility.d.ts +369 -220
- package/build/src/types/lib/workflow-templates.d.ts +61 -56
- package/build/src/types/presets/eslint/dx-code-style.d.ts +1 -1
- package/build/src/types/presets/eslint/dx-ignore.d.ts +1 -1
- package/build/src/types/presets/eslint/fw-docusaurus.d.ts +1 -1
- package/build/src/types/presets/eslint/fw-expressjs.d.ts +1 -1
- package/build/src/types/presets/eslint/fw-nextjs.d.ts +1 -1
- package/build/src/types/presets/eslint/lang-javascript.d.ts +1 -1
- package/build/src/types/presets/eslint/lang-mdx.d.ts +1 -1
- package/build/src/types/presets/eslint/lang-typescript.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-browser.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-cloudflare-workers.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-edge.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-node.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-service-worker.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-web-worker.d.ts +1 -1
- package/build/src/types/presets/eslint/tool-vite.d.ts +1 -1
- package/build/src/types/rules/eslint/conventions/no-default-export-declaration.d.ts +30 -13
- package/build/src/types/rules/eslint/conventions/no-implicit-boolean.d.ts +84 -25
- package/build/src/types/rules/eslint/conventions/require-explicit-return.d.ts +47 -42
- package/build/src/types/rules/eslint/conventions/require-hash-private.d.ts +35 -12
- package/build/src/types/rules/eslint/conventions/require-kebab-case-filename.d.ts +35 -29
- package/build/src/types/rules/eslint/conventions/require-naming-convention.d.ts +212 -115
- package/build/src/types/rules/eslint/conventions/require-undefined-init.d.ts +34 -11
- package/build/src/types/rules/eslint/conventions/switch-case-blocks.d.ts +41 -18
- package/build/src/types/rules/eslint/formatting/no-complex-arrow-concise.d.ts +44 -30
- package/build/src/types/rules/eslint/formatting/no-multiline-strings.d.ts +67 -44
- package/build/src/types/rules/eslint/formatting/no-raw-text-in-code.d.ts +24 -10
- package/build/src/types/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +23 -9
- package/build/src/types/rules/eslint/formatting/require-import-order.d.ts +51 -39
- package/build/src/types/rules/eslint/formatting/require-multiline-condition-groups.d.ts +42 -26
- package/build/src/types/rules/eslint/formatting/require-multiline-conditions.d.ts +36 -20
- package/build/src/types/rules/eslint/formatting/require-padding-lines.d.ts +144 -103
- package/build/src/types/rules/eslint/formatting/require-ternary-parens.d.ts +35 -12
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-body.d.ts +65 -29
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +308 -134
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +59 -52
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +41 -26
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-private.d.ts +49 -17
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-since.d.ts +79 -11
- package/build/src/types/rules/eslint/nova/no-logger-dev.d.ts +35 -25
- package/build/src/types/rules/eslint/patterns/no-assign-then-return.d.ts +40 -17
- package/build/src/types/rules/eslint/patterns/no-await-in-loop.d.ts +53 -45
- package/build/src/types/rules/eslint/patterns/no-boolean-var-for-if.d.ts +34 -20
- package/build/src/types/rules/eslint/patterns/no-bracket-assignment.d.ts +36 -13
- package/build/src/types/rules/eslint/patterns/no-bracket-method-call.d.ts +43 -20
- package/build/src/types/rules/eslint/patterns/no-template-curly-in-string.d.ts +26 -12
- package/build/src/types/rules/eslint/patterns/no-use-before-define.d.ts +59 -45
- package/build/src/types/rules/eslint/regex/no-regex-literal-flags.d.ts +23 -9
- package/build/src/types/rules/eslint/regex/no-regex-literals.d.ts +31 -17
- package/build/src/types/rules/eslint/safety/no-script-url.d.ts +29 -15
- package/build/src/types/rules/eslint/syntax/no-destructuring.d.ts +61 -58
- package/build/src/types/rules/eslint/syntax/no-numeric-literals.d.ts +43 -29
- package/build/src/types/rules/eslint/syntax/no-optional-chaining.d.ts +23 -9
- package/build/src/types/rules/eslint/syntax/no-rest-params.d.ts +63 -31
- package/build/src/types/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +34 -11
- package/build/src/types/rules/eslint/typescript/no-explicit-any.d.ts +23 -9
- package/build/src/types/rules/eslint/typescript/no-inline-type-annotation.d.ts +58 -32
- package/build/src/types/rules/eslint/typescript/no-shared-type-import.d.ts +32 -18
- package/build/src/types/rules/eslint/typescript/require-bracket-property-access.d.ts +50 -22
- package/build/src/types/rules/eslint/typescript/require-type-naming.d.ts +87 -20
- package/build/src/types/shared.d.ts +410 -365
- package/build/src/types/tests/api/node-releases.test.d.ts +87 -6
- package/build/src/types/tests/api/spdx-licenses.test.d.ts +48 -8
- package/build/src/types/tests/cli/generate/github/funding.test.d.ts +25 -7
- package/build/src/types/tests/cli/generate/github/issue-template.test.d.ts +25 -7
- package/build/src/types/tests/cli/generate/github/workflows-helpers.test.d.ts +193 -30
- package/build/src/types/tests/cli/generate/github/workflows.test.d.ts +550 -35
- package/build/src/types/tests/cli/generate/must-haves/agent-conventions.test.d.ts +39 -14
- package/build/src/types/tests/cli/generate/must-haves/dotenv.test.d.ts +26 -8
- package/build/src/types/tests/cli/generate/must-haves/editorconfig.test.d.ts +22 -6
- package/build/src/types/tests/cli/generate/must-haves/gitignore.test.d.ts +24 -6
- package/build/src/types/tests/cli/generate/must-haves/license.test.d.ts +150 -12
- package/build/src/types/tests/cli/generate/must-haves/read-me.test.d.ts +211 -23
- package/build/src/types/tests/cli/recipe/github/handle-gh-failure.test.d.ts +96 -0
- package/build/src/types/tests/cli/recipe/github/sync-features.test.d.ts +357 -0
- package/build/src/types/tests/cli/recipe/github/sync-identity.test.d.ts +475 -0
- package/build/src/types/tests/cli/recipe/github/sync-policies.test.d.ts +408 -0
- package/build/src/types/tests/cli/recipe/package-json/cleanup.test.d.ts +159 -20
- package/build/src/types/tests/cli/recipe/package-json/normalize-artifacts.test.d.ts +102 -15
- package/build/src/types/tests/cli/recipe/package-json/normalize-bundler.test.d.ts +102 -15
- package/build/src/types/tests/cli/recipe/package-json/normalize-dependencies.test.d.ts +106 -19
- package/build/src/types/tests/cli/recipe/package-json/normalize-modules.test.d.ts +101 -14
- package/build/src/types/tests/cli/recipe/package-json/normalize-tooling.test.d.ts +126 -14
- package/build/src/types/tests/cli/recipe/package-json/sync-environment.test.d.ts +101 -14
- package/build/src/types/tests/cli/recipe/package-json/sync-identity.test.d.ts +101 -14
- package/build/src/types/tests/cli/recipe/package-json/sync-ownership.test.d.ts +101 -14
- package/build/src/types/tests/cli/scaffold/app/expressjs.test.d.ts +59 -18
- package/build/src/types/tests/cli/scaffold/app/nextjs.test.d.ts +62 -19
- package/build/src/types/tests/cli/scaffold/app/vite.test.d.ts +60 -19
- package/build/src/types/tests/cli/scaffold/app/workers.test.d.ts +59 -18
- package/build/src/types/tests/cli/scaffold/docs/docusaurus.test.d.ts +59 -18
- package/build/src/types/tests/cli/scaffold/starter/base.test.d.ts +55 -18
- package/build/src/types/tests/cli/utility/changelog.test.d.ts +161 -32
- package/build/src/types/tests/cli/utility/initialize.test.d.ts +211 -5
- package/build/src/types/tests/cli/utility/run-recipes.test.d.ts +87 -9
- package/build/src/types/tests/cli/utility/run-scripts.test.d.ts +124 -24
- package/build/src/types/tests/cli/utility/transpile.test.d.ts +23 -11
- package/build/src/types/tests/cli/utility/type-check.test.d.ts +34 -9
- package/build/src/types/tests/cli/utility/version.test.d.ts +33 -4
- package/build/src/types/tests/lib/item.test.d.ts +191 -37
- package/build/src/types/tests/lib/nova-config.test.d.ts +1032 -69
- package/build/src/types/tests/lib/regex.test.d.ts +453 -27
- package/build/src/types/tests/lib/scaffold.test.d.ts +55 -12
- package/build/src/types/tests/lib/schema.test.d.ts +171 -16
- package/build/src/types/tests/lib/utility.test.d.ts +1131 -164
- package/build/src/types/tests/lib/workflow-templates.test.d.ts +17 -17
- package/build/src/types/tests/rules/eslint/conventions/no-default-export-declaration.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/no-implicit-boolean.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-explicit-return.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-hash-private.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-kebab-case-filename.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-naming-convention.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-undefined-init.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/switch-case-blocks.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-complex-arrow-concise.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-multiline-strings.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-raw-text-in-code.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-ternary-in-template-literal.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-import-order.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-multiline-condition-groups.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-multiline-conditions.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-padding-lines.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-ternary-parens.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-body.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-hierarchy.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-alignment.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-name.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-private.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-since.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/nova/no-logger-dev.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-assign-then-return.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-await-in-loop.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-boolean-var-for-if.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-bracket-assignment.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-bracket-method-call.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-template-curly-in-string.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-use-before-define.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/regex/no-regex-literal-flags.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/regex/no-regex-literals.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/safety/no-script-url.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-destructuring.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-numeric-literals.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-optional-chaining.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-rest-params.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-explicit-any.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-inline-type-annotation.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-shared-type-import.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/require-bracket-property-access.test.d.ts +3 -3
- package/build/src/types/tests/rules/eslint/typescript/require-type-naming.test.d.ts +1 -1
- package/build/src/types/tests/toolkit/bootstrap.test.d.ts +155 -40
- package/build/src/types/tests/toolkit/cli-header.test.d.ts +135 -22
- package/build/src/types/tests/toolkit/logger.test.d.ts +113 -5
- package/build/src/types/tests/toolkit/markdown-table.test.d.ts +150 -27
- package/build/src/types/tests/type-declarations.test.d.ts +4683 -300
- package/build/src/types/toolkit/bootstrap.d.ts +71 -47
- package/build/src/types/toolkit/cli-header.d.ts +98 -88
- package/build/src/types/toolkit/logger.d.ts +98 -53
- package/build/src/types/toolkit/markdown-table.d.ts +74 -72
- package/build/templates/generators/github/workflows/publish/targets/aws-amplify-nextjs.yml +1 -1
- package/build/templates/generators/github/workflows/publish/targets/cloudflare-pages-docusaurus.yml +1 -1
- package/build/templates/generators/github/workflows/publish/targets/github-action.yml +121 -0
- package/build/templates/generators/github/workflows/publish/targets/github-packages.yml +1 -1
- package/build/templates/generators/github/workflows/publish/targets/github-pages-docusaurus.yml +1 -1
- package/build/templates/generators/github/workflows/publish/targets/npm.yml +1 -1
- package/build/templates/generators/github/workflows/publish/targets/vercel-nextjs.yml +1 -1
- package/build/templates/generators/must-haves/agent-conventions/AGENTS.md +1 -0
- package/build/templates/generators/must-haves/agent-conventions/CLAUDE.md +1 -0
- package/build/templates/generators/must-haves/agent-conventions/PROJECT_RULES.md +1 -1
- package/build/templates/generators/must-haves/agent-conventions/conventions/typescript.md +412 -148
- package/build/templates/generators/must-haves/agent-conventions/conventions/universal.md +27 -3
- package/build/templates/generators/must-haves/agent-conventions/cursorrules +1 -0
- package/package.json +1 -1
|
@@ -3,25 +3,25 @@
|
|
|
3
3
|
*
|
|
4
4
|
* @since 0.15.0
|
|
5
5
|
*/
|
|
6
|
-
export type
|
|
6
|
+
export type Shared_BorderCharacters_TopLeft = string;
|
|
7
7
|
|
|
8
|
-
export type
|
|
8
|
+
export type Shared_BorderCharacters_TopRight = string;
|
|
9
9
|
|
|
10
|
-
export type
|
|
10
|
+
export type Shared_BorderCharacters_BottomLeft = string;
|
|
11
11
|
|
|
12
|
-
export type
|
|
12
|
+
export type Shared_BorderCharacters_BottomRight = string;
|
|
13
13
|
|
|
14
|
-
export type
|
|
14
|
+
export type Shared_BorderCharacters_Horizontal = string;
|
|
15
15
|
|
|
16
|
-
export type
|
|
16
|
+
export type Shared_BorderCharacters_Vertical = string;
|
|
17
17
|
|
|
18
|
-
export type
|
|
19
|
-
topLeft:
|
|
20
|
-
topRight:
|
|
21
|
-
bottomLeft:
|
|
22
|
-
bottomRight:
|
|
23
|
-
horizontal:
|
|
24
|
-
vertical:
|
|
18
|
+
export type Shared_BorderCharacters = {
|
|
19
|
+
topLeft: Shared_BorderCharacters_TopLeft;
|
|
20
|
+
topRight: Shared_BorderCharacters_TopRight;
|
|
21
|
+
bottomLeft: Shared_BorderCharacters_BottomLeft;
|
|
22
|
+
bottomRight: Shared_BorderCharacters_BottomRight;
|
|
23
|
+
horizontal: Shared_BorderCharacters_Horizontal;
|
|
24
|
+
vertical: Shared_BorderCharacters_Vertical;
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
/**
|
|
@@ -29,29 +29,29 @@ export type SharedBorderCharacters = {
|
|
|
29
29
|
*
|
|
30
30
|
* @since 0.11.0
|
|
31
31
|
*/
|
|
32
|
-
export type
|
|
32
|
+
export type Shared_BorderStyle = 'box' | 'round' | 'thick';
|
|
33
33
|
|
|
34
34
|
/**
|
|
35
35
|
* Shared - Changelog Entry.
|
|
36
36
|
*
|
|
37
37
|
* @since 0.13.0
|
|
38
38
|
*/
|
|
39
|
-
export type
|
|
39
|
+
export type Shared_ChangelogEntry_Package = string;
|
|
40
40
|
|
|
41
|
-
export type
|
|
41
|
+
export type Shared_ChangelogEntry_Category = 'updated' | 'fixed' | 'added' | 'removed';
|
|
42
42
|
|
|
43
|
-
export type
|
|
43
|
+
export type Shared_ChangelogEntry_Bump = 'major' | 'minor' | 'patch';
|
|
44
44
|
|
|
45
|
-
export type
|
|
45
|
+
export type Shared_ChangelogEntry_Message = string;
|
|
46
46
|
|
|
47
|
-
export type
|
|
47
|
+
export type Shared_ChangelogEntry_FilePath = string;
|
|
48
48
|
|
|
49
|
-
export type
|
|
50
|
-
package:
|
|
51
|
-
category:
|
|
52
|
-
bump:
|
|
53
|
-
message:
|
|
54
|
-
filePath:
|
|
49
|
+
export type Shared_ChangelogEntry = {
|
|
50
|
+
package: Shared_ChangelogEntry_Package;
|
|
51
|
+
category: Shared_ChangelogEntry_Category;
|
|
52
|
+
bump: Shared_ChangelogEntry_Bump;
|
|
53
|
+
message: Shared_ChangelogEntry_Message;
|
|
54
|
+
filePath: Shared_ChangelogEntry_FilePath;
|
|
55
55
|
};
|
|
56
56
|
|
|
57
57
|
/**
|
|
@@ -59,28 +59,28 @@ export type SharedChangelogEntry = {
|
|
|
59
59
|
*
|
|
60
60
|
* @since 0.13.0
|
|
61
61
|
*/
|
|
62
|
-
export type
|
|
62
|
+
export type Shared_ChangelogOptions_Record = true;
|
|
63
63
|
|
|
64
|
-
export type
|
|
64
|
+
export type Shared_ChangelogOptions_Release = true;
|
|
65
65
|
|
|
66
|
-
export type
|
|
66
|
+
export type Shared_ChangelogOptions_Package = string;
|
|
67
67
|
|
|
68
|
-
export type
|
|
68
|
+
export type Shared_ChangelogOptions_Category = string;
|
|
69
69
|
|
|
70
|
-
export type
|
|
70
|
+
export type Shared_ChangelogOptions_Bump = string;
|
|
71
71
|
|
|
72
|
-
export type
|
|
72
|
+
export type Shared_ChangelogOptions_Message = string;
|
|
73
73
|
|
|
74
|
-
export type
|
|
74
|
+
export type Shared_ChangelogOptions_DryRun = true;
|
|
75
75
|
|
|
76
|
-
export type
|
|
77
|
-
record?:
|
|
78
|
-
release?:
|
|
79
|
-
package?:
|
|
80
|
-
category?:
|
|
81
|
-
bump?:
|
|
82
|
-
message?:
|
|
83
|
-
dryRun?:
|
|
76
|
+
export type Shared_ChangelogOptions = {
|
|
77
|
+
record?: Shared_ChangelogOptions_Record;
|
|
78
|
+
release?: Shared_ChangelogOptions_Release;
|
|
79
|
+
package?: Shared_ChangelogOptions_Package;
|
|
80
|
+
category?: Shared_ChangelogOptions_Category;
|
|
81
|
+
bump?: Shared_ChangelogOptions_Bump;
|
|
82
|
+
message?: Shared_ChangelogOptions_Message;
|
|
83
|
+
dryRun?: Shared_ChangelogOptions_DryRun;
|
|
84
84
|
};
|
|
85
85
|
|
|
86
86
|
/**
|
|
@@ -88,71 +88,71 @@ export type SharedChangelogOptions = {
|
|
|
88
88
|
*
|
|
89
89
|
* @since 0.11.0
|
|
90
90
|
*/
|
|
91
|
-
export type
|
|
91
|
+
export type Shared_DialogAction = 'save' | 'cancel' | 'back';
|
|
92
92
|
|
|
93
93
|
/**
|
|
94
94
|
* Shared - Entity Menu Action.
|
|
95
95
|
*
|
|
96
96
|
* @since 0.11.0
|
|
97
97
|
*/
|
|
98
|
-
export type
|
|
98
|
+
export type Shared_EntityMenuActionAdd_Kind = 'add';
|
|
99
99
|
|
|
100
|
-
export type
|
|
101
|
-
kind:
|
|
100
|
+
export type Shared_EntityMenuActionAdd = {
|
|
101
|
+
kind: Shared_EntityMenuActionAdd_Kind;
|
|
102
102
|
};
|
|
103
103
|
|
|
104
|
-
export type
|
|
104
|
+
export type Shared_EntityMenuActionEdit_Kind = 'edit';
|
|
105
105
|
|
|
106
|
-
export type
|
|
106
|
+
export type Shared_EntityMenuActionEdit_Index = number;
|
|
107
107
|
|
|
108
|
-
export type
|
|
109
|
-
kind:
|
|
110
|
-
index:
|
|
108
|
+
export type Shared_EntityMenuActionEdit = {
|
|
109
|
+
kind: Shared_EntityMenuActionEdit_Kind;
|
|
110
|
+
index: Shared_EntityMenuActionEdit_Index;
|
|
111
111
|
};
|
|
112
112
|
|
|
113
|
-
export type
|
|
113
|
+
export type Shared_EntityMenuActionRemove_Kind = 'remove';
|
|
114
114
|
|
|
115
|
-
export type
|
|
115
|
+
export type Shared_EntityMenuActionRemove_Index = number;
|
|
116
116
|
|
|
117
|
-
export type
|
|
118
|
-
kind:
|
|
119
|
-
index:
|
|
117
|
+
export type Shared_EntityMenuActionRemove = {
|
|
118
|
+
kind: Shared_EntityMenuActionRemove_Kind;
|
|
119
|
+
index: Shared_EntityMenuActionRemove_Index;
|
|
120
120
|
};
|
|
121
121
|
|
|
122
|
-
export type
|
|
122
|
+
export type Shared_EntityMenuActionBack_Kind = 'back';
|
|
123
123
|
|
|
124
|
-
export type
|
|
125
|
-
kind:
|
|
124
|
+
export type Shared_EntityMenuActionBack = {
|
|
125
|
+
kind: Shared_EntityMenuActionBack_Kind;
|
|
126
126
|
};
|
|
127
127
|
|
|
128
|
-
export type
|
|
129
|
-
|
|
130
|
-
|
|
|
131
|
-
|
|
|
132
|
-
|
|
|
128
|
+
export type Shared_EntityMenuAction =
|
|
129
|
+
Shared_EntityMenuActionAdd
|
|
130
|
+
| Shared_EntityMenuActionEdit
|
|
131
|
+
| Shared_EntityMenuActionRemove
|
|
132
|
+
| Shared_EntityMenuActionBack;
|
|
133
133
|
|
|
134
134
|
/**
|
|
135
135
|
* Shared - Env Entry.
|
|
136
136
|
*
|
|
137
137
|
* @since 0.15.0
|
|
138
138
|
*/
|
|
139
|
-
export type
|
|
139
|
+
export type Shared_EnvEntry_Key = string;
|
|
140
140
|
|
|
141
|
-
export type
|
|
141
|
+
export type Shared_EnvEntry_Value = string;
|
|
142
142
|
|
|
143
|
-
export type
|
|
144
|
-
key:
|
|
145
|
-
value:
|
|
143
|
+
export type Shared_EnvEntry = {
|
|
144
|
+
key: Shared_EnvEntry_Key;
|
|
145
|
+
value: Shared_EnvEntry_Value;
|
|
146
146
|
};
|
|
147
147
|
|
|
148
|
-
export type
|
|
148
|
+
export type Shared_EnvEntries = Shared_EnvEntry[];
|
|
149
149
|
|
|
150
150
|
/**
|
|
151
151
|
* Shared - Fund Platform.
|
|
152
152
|
*
|
|
153
153
|
* @since 0.15.0
|
|
154
154
|
*/
|
|
155
|
-
export type
|
|
155
|
+
export type Shared_FundPlatform_Id =
|
|
156
156
|
'github-sponsors'
|
|
157
157
|
| 'paypal'
|
|
158
158
|
| 'open-collective'
|
|
@@ -162,23 +162,23 @@ export type SharedFundPlatformId =
|
|
|
162
162
|
| 'liberapay'
|
|
163
163
|
| 'unknown';
|
|
164
164
|
|
|
165
|
-
export type
|
|
165
|
+
export type Shared_FundPlatform_Url = string;
|
|
166
166
|
|
|
167
|
-
export type
|
|
167
|
+
export type Shared_FundPlatform_Logo = string;
|
|
168
168
|
|
|
169
|
-
export type
|
|
169
|
+
export type Shared_FundPlatform_Label = string;
|
|
170
170
|
|
|
171
|
-
export type
|
|
171
|
+
export type Shared_FundPlatform_Alt = string;
|
|
172
172
|
|
|
173
|
-
export type
|
|
173
|
+
export type Shared_FundPlatform_Color = string;
|
|
174
174
|
|
|
175
|
-
export type
|
|
176
|
-
id:
|
|
177
|
-
url:
|
|
178
|
-
logo:
|
|
179
|
-
label:
|
|
180
|
-
alt:
|
|
181
|
-
color:
|
|
175
|
+
export type Shared_FundPlatform = {
|
|
176
|
+
id: Shared_FundPlatform_Id;
|
|
177
|
+
url: Shared_FundPlatform_Url;
|
|
178
|
+
logo: Shared_FundPlatform_Logo;
|
|
179
|
+
label: Shared_FundPlatform_Label;
|
|
180
|
+
alt: Shared_FundPlatform_Alt;
|
|
181
|
+
color: Shared_FundPlatform_Color;
|
|
182
182
|
};
|
|
183
183
|
|
|
184
184
|
/**
|
|
@@ -186,33 +186,33 @@ export type SharedFundPlatform = {
|
|
|
186
186
|
*
|
|
187
187
|
* @since 0.15.0
|
|
188
188
|
*/
|
|
189
|
-
export type
|
|
189
|
+
export type Shared_GeneratorRunResult = 'completed' | 'cancelled';
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
192
|
* Shared - Item Pretty Names.
|
|
193
193
|
*
|
|
194
194
|
* @since 0.11.0
|
|
195
195
|
*/
|
|
196
|
-
export type
|
|
196
|
+
export type Shared_ItemPrettyNames = Record<string, string>;
|
|
197
197
|
|
|
198
198
|
/**
|
|
199
199
|
* Shared - JSDoc Hierarchy Create Options.
|
|
200
200
|
*
|
|
201
201
|
* @since 0.15.0
|
|
202
202
|
*/
|
|
203
|
-
export type
|
|
203
|
+
export type Shared_JsdocHierarchyCreateOptions_AnchorDirectories = string[];
|
|
204
204
|
|
|
205
|
-
export type
|
|
205
|
+
export type Shared_JsdocHierarchyCreateOptions_IgnoreFiles = string[];
|
|
206
206
|
|
|
207
|
-
export type
|
|
207
|
+
export type Shared_JsdocHierarchyCreateOptions_KnownNames = Record<string, string>;
|
|
208
208
|
|
|
209
|
-
export type
|
|
209
|
+
export type Shared_JsdocHierarchyCreateOptions_StripDirectories = string[];
|
|
210
210
|
|
|
211
|
-
export type
|
|
212
|
-
anchorDirectories:
|
|
213
|
-
ignoreFiles:
|
|
214
|
-
knownNames:
|
|
215
|
-
stripDirectories:
|
|
211
|
+
export type Shared_JsdocHierarchyCreateOptions = Readonly<{
|
|
212
|
+
anchorDirectories: Shared_JsdocHierarchyCreateOptions_AnchorDirectories;
|
|
213
|
+
ignoreFiles: Shared_JsdocHierarchyCreateOptions_IgnoreFiles;
|
|
214
|
+
knownNames: Shared_JsdocHierarchyCreateOptions_KnownNames;
|
|
215
|
+
stripDirectories: Shared_JsdocHierarchyCreateOptions_StripDirectories;
|
|
216
216
|
}>;
|
|
217
217
|
|
|
218
218
|
/**
|
|
@@ -220,13 +220,13 @@ export type SharedJsdocHierarchyCreateOptions = Readonly<{
|
|
|
220
220
|
*
|
|
221
221
|
* @since 0.15.0
|
|
222
222
|
*/
|
|
223
|
-
export type
|
|
223
|
+
export type Shared_JsdocHierarchyFindSummaryInfoResult_Index = number;
|
|
224
224
|
|
|
225
|
-
export type
|
|
225
|
+
export type Shared_JsdocHierarchyFindSummaryInfoResult_Text = string;
|
|
226
226
|
|
|
227
|
-
export type
|
|
228
|
-
index:
|
|
229
|
-
text:
|
|
227
|
+
export type Shared_JsdocHierarchyFindSummaryInfoResult = {
|
|
228
|
+
index: Shared_JsdocHierarchyFindSummaryInfoResult_Index;
|
|
229
|
+
text: Shared_JsdocHierarchyFindSummaryInfoResult_Text;
|
|
230
230
|
};
|
|
231
231
|
|
|
232
232
|
/**
|
|
@@ -234,10 +234,10 @@ export type SharedJsdocHierarchyFindSummaryInfoResult = {
|
|
|
234
234
|
*
|
|
235
235
|
* @since 0.13.0
|
|
236
236
|
*/
|
|
237
|
-
export type
|
|
237
|
+
export type Shared_LinuxOsReleaseEntry = string;
|
|
238
238
|
|
|
239
|
-
export type
|
|
240
|
-
[key: string]:
|
|
239
|
+
export type Shared_LinuxOsReleaseEntries = {
|
|
240
|
+
[key: string]: Shared_LinuxOsReleaseEntry;
|
|
241
241
|
};
|
|
242
242
|
|
|
243
243
|
/**
|
|
@@ -245,16 +245,16 @@ export type SharedLinuxOsReleaseEntries = {
|
|
|
245
245
|
*
|
|
246
246
|
* @since 0.15.0
|
|
247
247
|
*/
|
|
248
|
-
export type
|
|
248
|
+
export type Shared_LoggerCustomizeReturnsMessage = unknown[];
|
|
249
249
|
|
|
250
|
-
export type
|
|
250
|
+
export type Shared_LoggerCustomizeReturnsMethodReturns = void;
|
|
251
251
|
|
|
252
|
-
export type
|
|
253
|
-
debug(...message:
|
|
254
|
-
dev(...message:
|
|
255
|
-
info(...message:
|
|
256
|
-
warn(...message:
|
|
257
|
-
error(...message:
|
|
252
|
+
export type Shared_LoggerCustomizeReturns = {
|
|
253
|
+
debug(...message: Shared_LoggerCustomizeReturnsMessage): Shared_LoggerCustomizeReturnsMethodReturns;
|
|
254
|
+
dev(...message: Shared_LoggerCustomizeReturnsMessage): Shared_LoggerCustomizeReturnsMethodReturns;
|
|
255
|
+
info(...message: Shared_LoggerCustomizeReturnsMessage): Shared_LoggerCustomizeReturnsMethodReturns;
|
|
256
|
+
warn(...message: Shared_LoggerCustomizeReturnsMessage): Shared_LoggerCustomizeReturnsMethodReturns;
|
|
257
|
+
error(...message: Shared_LoggerCustomizeReturnsMessage): Shared_LoggerCustomizeReturnsMethodReturns;
|
|
258
258
|
};
|
|
259
259
|
|
|
260
260
|
/**
|
|
@@ -262,7 +262,7 @@ export type SharedLoggerCustomizeReturns = {
|
|
|
262
262
|
*
|
|
263
263
|
* @since 0.11.0
|
|
264
264
|
*/
|
|
265
|
-
export type
|
|
265
|
+
export type Shared_LogLevel =
|
|
266
266
|
'debug'
|
|
267
267
|
| 'dev'
|
|
268
268
|
| 'info'
|
|
@@ -274,22 +274,22 @@ export type SharedLogLevel =
|
|
|
274
274
|
*
|
|
275
275
|
* @since 0.11.0
|
|
276
276
|
*/
|
|
277
|
-
export type
|
|
277
|
+
export type Shared_LogOptions_Name = string;
|
|
278
278
|
|
|
279
|
-
export type
|
|
279
|
+
export type Shared_LogOptions_Type = 'function' | 'method' | 'test';
|
|
280
280
|
|
|
281
|
-
export type
|
|
281
|
+
export type Shared_LogOptions_Purpose = string;
|
|
282
282
|
|
|
283
|
-
export type
|
|
283
|
+
export type Shared_LogOptions_PadTop = number;
|
|
284
284
|
|
|
285
|
-
export type
|
|
285
|
+
export type Shared_LogOptions_PadBottom = number;
|
|
286
286
|
|
|
287
|
-
export type
|
|
288
|
-
name?:
|
|
289
|
-
type?:
|
|
290
|
-
purpose?:
|
|
291
|
-
padTop?:
|
|
292
|
-
padBottom?:
|
|
287
|
+
export type Shared_LogOptions = {
|
|
288
|
+
name?: Shared_LogOptions_Name;
|
|
289
|
+
type?: Shared_LogOptions_Type;
|
|
290
|
+
purpose?: Shared_LogOptions_Purpose;
|
|
291
|
+
padTop?: Shared_LogOptions_PadTop;
|
|
292
|
+
padBottom?: Shared_LogOptions_PadBottom;
|
|
293
293
|
};
|
|
294
294
|
|
|
295
295
|
/**
|
|
@@ -297,16 +297,16 @@ export type SharedLogOptions = {
|
|
|
297
297
|
*
|
|
298
298
|
* @since 0.15.0
|
|
299
299
|
*/
|
|
300
|
-
export type
|
|
300
|
+
export type Shared_LogQueueEntry_Script = string;
|
|
301
301
|
|
|
302
|
-
export type
|
|
302
|
+
export type Shared_LogQueueEntry_Stream = 'stdout' | 'stderr';
|
|
303
303
|
|
|
304
|
-
export type
|
|
304
|
+
export type Shared_LogQueueEntry_Line = string;
|
|
305
305
|
|
|
306
|
-
export type
|
|
307
|
-
script:
|
|
308
|
-
stream:
|
|
309
|
-
line:
|
|
306
|
+
export type Shared_LogQueueEntry = {
|
|
307
|
+
script: Shared_LogQueueEntry_Script;
|
|
308
|
+
stream: Shared_LogQueueEntry_Stream;
|
|
309
|
+
line: Shared_LogQueueEntry_Line;
|
|
310
310
|
};
|
|
311
311
|
|
|
312
312
|
/**
|
|
@@ -314,51 +314,51 @@ export type SharedLogQueueEntry = {
|
|
|
314
314
|
*
|
|
315
315
|
* @since 0.15.0
|
|
316
316
|
*/
|
|
317
|
-
export type
|
|
317
|
+
export type Shared_MonorepoContextMonorepo_Context = 'monorepo';
|
|
318
318
|
|
|
319
|
-
export type
|
|
320
|
-
context:
|
|
319
|
+
export type Shared_MonorepoContextMonorepo = {
|
|
320
|
+
context: Shared_MonorepoContextMonorepo_Context;
|
|
321
321
|
};
|
|
322
322
|
|
|
323
|
-
export type
|
|
323
|
+
export type Shared_MonorepoContextWorkspace_Context = 'workspace';
|
|
324
324
|
|
|
325
|
-
export type
|
|
325
|
+
export type Shared_MonorepoContextWorkspace_Root = string;
|
|
326
326
|
|
|
327
|
-
export type
|
|
328
|
-
context:
|
|
329
|
-
root:
|
|
327
|
+
export type Shared_MonorepoContextWorkspace = {
|
|
328
|
+
context: Shared_MonorepoContextWorkspace_Context;
|
|
329
|
+
root: Shared_MonorepoContextWorkspace_Root;
|
|
330
330
|
};
|
|
331
331
|
|
|
332
|
-
export type
|
|
332
|
+
export type Shared_MonorepoContextStandalone_Context = 'standalone';
|
|
333
333
|
|
|
334
|
-
export type
|
|
335
|
-
context:
|
|
334
|
+
export type Shared_MonorepoContextStandalone = {
|
|
335
|
+
context: Shared_MonorepoContextStandalone_Context;
|
|
336
336
|
};
|
|
337
337
|
|
|
338
|
-
export type
|
|
338
|
+
export type Shared_MonorepoContextNested_Context = 'nested';
|
|
339
339
|
|
|
340
|
-
export type
|
|
341
|
-
context:
|
|
340
|
+
export type Shared_MonorepoContextNested = {
|
|
341
|
+
context: Shared_MonorepoContextNested_Context;
|
|
342
342
|
};
|
|
343
343
|
|
|
344
|
-
export type
|
|
345
|
-
|
|
346
|
-
|
|
|
347
|
-
|
|
|
348
|
-
|
|
|
344
|
+
export type Shared_MonorepoContext =
|
|
345
|
+
Shared_MonorepoContextMonorepo
|
|
346
|
+
| Shared_MonorepoContextWorkspace
|
|
347
|
+
| Shared_MonorepoContextStandalone
|
|
348
|
+
| Shared_MonorepoContextNested;
|
|
349
349
|
|
|
350
350
|
/**
|
|
351
351
|
* Shared - Normalized Result.
|
|
352
352
|
*
|
|
353
353
|
* @since 0.13.0
|
|
354
354
|
*/
|
|
355
|
-
export type
|
|
355
|
+
export type Shared_NormalizedResult_Result = true | string;
|
|
356
356
|
|
|
357
|
-
export type
|
|
357
|
+
export type Shared_NormalizedResult_Sanitized<ReturnType> = ReturnType | undefined;
|
|
358
358
|
|
|
359
|
-
export type
|
|
360
|
-
result:
|
|
361
|
-
sanitized:
|
|
359
|
+
export type Shared_NormalizedResult<ReturnType> = {
|
|
360
|
+
result: Shared_NormalizedResult_Result;
|
|
361
|
+
sanitized: Shared_NormalizedResult_Sanitized<ReturnType>;
|
|
362
362
|
};
|
|
363
363
|
|
|
364
364
|
/**
|
|
@@ -366,33 +366,33 @@ export type SharedNormalizedResult<ReturnType> = {
|
|
|
366
366
|
*
|
|
367
367
|
* @since 0.11.0
|
|
368
368
|
*/
|
|
369
|
-
export type
|
|
369
|
+
export type Shared_NovaConfig_Project_Name_Slug = string;
|
|
370
370
|
|
|
371
|
-
export type
|
|
371
|
+
export type Shared_NovaConfig_Project_Name_Title = string;
|
|
372
372
|
|
|
373
|
-
export type
|
|
374
|
-
slug?:
|
|
375
|
-
title?:
|
|
373
|
+
export type Shared_NovaConfig_Project_Name = {
|
|
374
|
+
slug?: Shared_NovaConfig_Project_Name_Slug;
|
|
375
|
+
title?: Shared_NovaConfig_Project_Name_Title;
|
|
376
376
|
};
|
|
377
377
|
|
|
378
|
-
export type
|
|
378
|
+
export type Shared_NovaConfig_Project_Description_Short = string;
|
|
379
379
|
|
|
380
|
-
export type
|
|
380
|
+
export type Shared_NovaConfig_Project_Description_Long = string;
|
|
381
381
|
|
|
382
|
-
export type
|
|
383
|
-
short?:
|
|
384
|
-
long?:
|
|
382
|
+
export type Shared_NovaConfig_Project_Description = {
|
|
383
|
+
short?: Shared_NovaConfig_Project_Description_Short;
|
|
384
|
+
long?: Shared_NovaConfig_Project_Description_Long;
|
|
385
385
|
};
|
|
386
386
|
|
|
387
|
-
export type
|
|
387
|
+
export type Shared_NovaConfigProjectKeyword = string;
|
|
388
388
|
|
|
389
|
-
export type
|
|
389
|
+
export type Shared_NovaConfig_Project_Keywords = Shared_NovaConfigProjectKeyword[];
|
|
390
390
|
|
|
391
|
-
export type
|
|
391
|
+
export type Shared_NovaConfig_Project_LegalName = string;
|
|
392
392
|
|
|
393
|
-
export type
|
|
393
|
+
export type Shared_NovaConfig_Project_Pronouns = 'personal' | 'business';
|
|
394
394
|
|
|
395
|
-
export type
|
|
395
|
+
export type Shared_NovaConfigProjectPlatform =
|
|
396
396
|
'nodejs'
|
|
397
397
|
| 'swift'
|
|
398
398
|
| 'android'
|
|
@@ -405,11 +405,11 @@ export type SharedNovaConfigProjectPlatform =
|
|
|
405
405
|
| 'linux'
|
|
406
406
|
| 'windows';
|
|
407
407
|
|
|
408
|
-
export type
|
|
408
|
+
export type Shared_NovaConfig_Project_Platforms = Shared_NovaConfigProjectPlatform[];
|
|
409
409
|
|
|
410
|
-
export type
|
|
410
|
+
export type Shared_NovaConfig_Project_StartingYear = number;
|
|
411
411
|
|
|
412
|
-
export type
|
|
412
|
+
export type Shared_NovaConfig_Project_License =
|
|
413
413
|
'AGPL-3.0'
|
|
414
414
|
| 'Apache-2.0'
|
|
415
415
|
| 'BSD-2-Clause'
|
|
@@ -425,211 +425,256 @@ export type SharedNovaConfigProjectLicense =
|
|
|
425
425
|
| 'Proprietary'
|
|
426
426
|
| 'Unlicense';
|
|
427
427
|
|
|
428
|
-
export type
|
|
429
|
-
name?:
|
|
430
|
-
description?:
|
|
431
|
-
keywords?:
|
|
432
|
-
legalName?:
|
|
433
|
-
pronouns?:
|
|
434
|
-
platforms?:
|
|
435
|
-
startingYear?:
|
|
436
|
-
license?:
|
|
428
|
+
export type Shared_NovaConfig_Project = {
|
|
429
|
+
name?: Shared_NovaConfig_Project_Name;
|
|
430
|
+
description?: Shared_NovaConfig_Project_Description;
|
|
431
|
+
keywords?: Shared_NovaConfig_Project_Keywords;
|
|
432
|
+
legalName?: Shared_NovaConfig_Project_LegalName;
|
|
433
|
+
pronouns?: Shared_NovaConfig_Project_Pronouns;
|
|
434
|
+
platforms?: Shared_NovaConfig_Project_Platforms;
|
|
435
|
+
startingYear?: Shared_NovaConfig_Project_StartingYear;
|
|
436
|
+
license?: Shared_NovaConfig_Project_License;
|
|
437
437
|
};
|
|
438
438
|
|
|
439
|
-
export type
|
|
439
|
+
export type Shared_NovaConfigEntity_Name = string;
|
|
440
440
|
|
|
441
|
-
export type
|
|
441
|
+
export type Shared_NovaConfigEntity_Email = string;
|
|
442
442
|
|
|
443
|
-
export type
|
|
443
|
+
export type Shared_NovaConfigEntity_Url = string;
|
|
444
444
|
|
|
445
|
-
export type
|
|
445
|
+
export type Shared_NovaConfigEntityRole = 'author' | 'contributor' | 'supporter';
|
|
446
446
|
|
|
447
|
-
export type
|
|
447
|
+
export type Shared_NovaConfigEntity_Roles = Shared_NovaConfigEntityRole[];
|
|
448
448
|
|
|
449
|
-
export type
|
|
450
|
-
name?:
|
|
451
|
-
email?:
|
|
452
|
-
url?:
|
|
453
|
-
roles?:
|
|
449
|
+
export type Shared_NovaConfigEntity = {
|
|
450
|
+
name?: Shared_NovaConfigEntity_Name;
|
|
451
|
+
email?: Shared_NovaConfigEntity_Email;
|
|
452
|
+
url?: Shared_NovaConfigEntity_Url;
|
|
453
|
+
roles?: Shared_NovaConfigEntity_Roles;
|
|
454
454
|
};
|
|
455
455
|
|
|
456
|
-
export type
|
|
456
|
+
export type Shared_NovaConfig_Entities = Shared_NovaConfigEntity[];
|
|
457
457
|
|
|
458
|
-
export type
|
|
458
|
+
export type Shared_NovaConfig_Emails_Bugs = string;
|
|
459
459
|
|
|
460
|
-
export type
|
|
461
|
-
bugs?:
|
|
460
|
+
export type Shared_NovaConfig_Emails = {
|
|
461
|
+
bugs?: Shared_NovaConfig_Emails_Bugs;
|
|
462
462
|
};
|
|
463
463
|
|
|
464
|
-
export type
|
|
464
|
+
export type Shared_NovaConfig_Github_Owner = string;
|
|
465
465
|
|
|
466
|
-
export type
|
|
466
|
+
export type Shared_NovaConfig_Github_Repo = string;
|
|
467
467
|
|
|
468
|
-
export type
|
|
468
|
+
export type Shared_NovaConfigGithubRecipeName =
|
|
469
|
+
'sync-features'
|
|
470
|
+
| 'sync-identity'
|
|
471
|
+
| 'sync-policies';
|
|
469
472
|
|
|
470
|
-
export type
|
|
473
|
+
export type Shared_NovaConfig_Github_Recipes = {
|
|
474
|
+
[K in Shared_NovaConfigGithubRecipeName]?: boolean;
|
|
475
|
+
};
|
|
476
|
+
|
|
477
|
+
export type Shared_NovaConfig_Github_Topics = string[];
|
|
478
|
+
|
|
479
|
+
export type Shared_NovaConfig_Github_Features = {
|
|
480
|
+
issues?: boolean;
|
|
481
|
+
wiki?: boolean;
|
|
482
|
+
projects?: boolean;
|
|
483
|
+
discussions?: boolean;
|
|
484
|
+
};
|
|
485
|
+
|
|
486
|
+
export type Shared_NovaConfig_Github_Policies_MergeMethods = {
|
|
487
|
+
merge?: boolean;
|
|
488
|
+
squash?: boolean;
|
|
489
|
+
rebase?: boolean;
|
|
490
|
+
};
|
|
491
|
+
|
|
492
|
+
export type Shared_NovaConfig_Github_Policies = {
|
|
493
|
+
visibility?: 'public' | 'private' | 'internal';
|
|
494
|
+
defaultBranch?: string;
|
|
495
|
+
mergeMethods?: Shared_NovaConfig_Github_Policies_MergeMethods;
|
|
496
|
+
autoDeleteHeadBranch?: boolean;
|
|
497
|
+
};
|
|
498
|
+
|
|
499
|
+
export type Shared_NovaConfig_Github = {
|
|
500
|
+
owner?: Shared_NovaConfig_Github_Owner;
|
|
501
|
+
repo?: Shared_NovaConfig_Github_Repo;
|
|
502
|
+
recipes?: Shared_NovaConfig_Github_Recipes;
|
|
503
|
+
topics?: Shared_NovaConfig_Github_Topics;
|
|
504
|
+
features?: Shared_NovaConfig_Github_Features;
|
|
505
|
+
policies?: Shared_NovaConfig_Github_Policies;
|
|
506
|
+
};
|
|
471
507
|
|
|
472
|
-
export type
|
|
508
|
+
export type Shared_NovaConfig_Urls_Homepage = string;
|
|
473
509
|
|
|
474
|
-
export type
|
|
510
|
+
export type Shared_NovaConfig_Urls_Repository = string;
|
|
475
511
|
|
|
476
|
-
export type
|
|
512
|
+
export type Shared_NovaConfig_Urls_Bugs = string;
|
|
477
513
|
|
|
478
|
-
export type
|
|
514
|
+
export type Shared_NovaConfig_Urls_License = string;
|
|
479
515
|
|
|
480
|
-
export type
|
|
516
|
+
export type Shared_NovaConfig_Urls_Logo = string;
|
|
481
517
|
|
|
482
|
-
export type
|
|
518
|
+
export type Shared_NovaConfig_Urls_Docker = string;
|
|
483
519
|
|
|
484
|
-
export type
|
|
520
|
+
export type Shared_NovaConfig_Urls_Documentation = string;
|
|
485
521
|
|
|
486
|
-
export type
|
|
522
|
+
export type Shared_NovaConfig_Urls_Npm = string;
|
|
487
523
|
|
|
488
|
-
export type
|
|
524
|
+
export type Shared_NovaConfigUrlsFundSource = string;
|
|
489
525
|
|
|
490
|
-
export type
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
526
|
+
export type Shared_NovaConfig_Urls_FundSources = Shared_NovaConfigUrlsFundSource[];
|
|
527
|
+
|
|
528
|
+
export type Shared_NovaConfig_Urls_PrivacyPolicy = string;
|
|
529
|
+
|
|
530
|
+
export type Shared_NovaConfig_Urls_TermsOfUse = string;
|
|
531
|
+
|
|
532
|
+
export type Shared_NovaConfig_Urls = {
|
|
533
|
+
homepage?: Shared_NovaConfig_Urls_Homepage;
|
|
534
|
+
repository?: Shared_NovaConfig_Urls_Repository;
|
|
535
|
+
bugs?: Shared_NovaConfig_Urls_Bugs;
|
|
536
|
+
license?: Shared_NovaConfig_Urls_License;
|
|
537
|
+
logo?: Shared_NovaConfig_Urls_Logo;
|
|
538
|
+
docker?: Shared_NovaConfig_Urls_Docker;
|
|
539
|
+
documentation?: Shared_NovaConfig_Urls_Documentation;
|
|
540
|
+
npm?: Shared_NovaConfig_Urls_Npm;
|
|
541
|
+
fundSources?: Shared_NovaConfig_Urls_FundSources;
|
|
542
|
+
privacyPolicy?: Shared_NovaConfig_Urls_PrivacyPolicy;
|
|
543
|
+
termsOfUse?: Shared_NovaConfig_Urls_TermsOfUse;
|
|
503
544
|
};
|
|
504
545
|
|
|
505
|
-
export type
|
|
546
|
+
export type Shared_NovaConfigWorkspace_Name = string;
|
|
506
547
|
|
|
507
|
-
export type
|
|
548
|
+
export type Shared_NovaConfigWorkspace_DisplayName = string;
|
|
508
549
|
|
|
509
|
-
export type
|
|
550
|
+
export type Shared_NovaConfigWorkspace_Role = 'project' | 'docs' | 'config' | 'app' | 'package' | 'tool' | 'template';
|
|
510
551
|
|
|
511
|
-
export type
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
552
|
+
export type Shared_NovaConfigWorkspace_Policy = 'freezable' | 'trackable' | 'distributable';
|
|
553
|
+
|
|
554
|
+
export type Shared_NovaConfigWorkspaceRecipeName =
|
|
555
|
+
'cleanup'
|
|
515
556
|
| 'normalize-artifacts'
|
|
516
|
-
| 'sync-environment'
|
|
517
|
-
| 'normalize-dependencies'
|
|
518
557
|
| 'normalize-bundler'
|
|
558
|
+
| 'normalize-dependencies'
|
|
559
|
+
| 'normalize-modules'
|
|
519
560
|
| 'normalize-tooling'
|
|
520
|
-
| '
|
|
561
|
+
| 'sync-environment'
|
|
562
|
+
| 'sync-identity'
|
|
563
|
+
| 'sync-ownership';
|
|
521
564
|
|
|
522
|
-
export type
|
|
565
|
+
export type Shared_NovaConfigWorkspaceRecipeEnabled = boolean;
|
|
523
566
|
|
|
524
|
-
export type
|
|
567
|
+
export type Shared_NovaConfigWorkspaceRecipeSettings = Record<string, boolean>;
|
|
525
568
|
|
|
526
|
-
export type
|
|
569
|
+
export type Shared_NovaConfigWorkspaceRecipeTupleWithSettings = [Shared_NovaConfigWorkspaceRecipeEnabled, Shared_NovaConfigWorkspaceRecipeSettings];
|
|
527
570
|
|
|
528
|
-
export type
|
|
571
|
+
export type Shared_NovaConfigWorkspaceRecipeTupleWithoutSettings = [Shared_NovaConfigWorkspaceRecipeEnabled];
|
|
529
572
|
|
|
530
|
-
export type
|
|
573
|
+
export type Shared_NovaConfigWorkspaceRecipeTuple = Shared_NovaConfigWorkspaceRecipeTupleWithSettings | Shared_NovaConfigWorkspaceRecipeTupleWithoutSettings;
|
|
531
574
|
|
|
532
|
-
export type
|
|
533
|
-
[key in
|
|
575
|
+
export type Shared_NovaConfigWorkspace_Recipes = {
|
|
576
|
+
[key in Shared_NovaConfigWorkspaceRecipeName]?: Shared_NovaConfigWorkspaceRecipeTuple;
|
|
534
577
|
};
|
|
535
578
|
|
|
536
|
-
export type
|
|
537
|
-
name:
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
579
|
+
export type Shared_NovaConfigWorkspace = {
|
|
580
|
+
name: Shared_NovaConfigWorkspace_Name;
|
|
581
|
+
displayName?: Shared_NovaConfigWorkspace_DisplayName;
|
|
582
|
+
role: Shared_NovaConfigWorkspace_Role;
|
|
583
|
+
policy: Shared_NovaConfigWorkspace_Policy;
|
|
584
|
+
recipes?: Shared_NovaConfigWorkspace_Recipes;
|
|
541
585
|
};
|
|
542
586
|
|
|
543
|
-
export type
|
|
544
|
-
[key: string]:
|
|
587
|
+
export type Shared_NovaConfig_Workspaces = {
|
|
588
|
+
[key: string]: Shared_NovaConfigWorkspace;
|
|
545
589
|
};
|
|
546
590
|
|
|
547
|
-
export type
|
|
591
|
+
export type Shared_NovaConfigWorkflow_Suffix = string;
|
|
548
592
|
|
|
549
|
-
export type
|
|
593
|
+
export type Shared_NovaConfigWorkflow_Template = string;
|
|
550
594
|
|
|
551
|
-
export type
|
|
595
|
+
export type Shared_NovaConfigWorkflowTrigger = string;
|
|
552
596
|
|
|
553
|
-
export type
|
|
597
|
+
export type Shared_NovaConfigWorkflow_Triggers = Shared_NovaConfigWorkflowTrigger[];
|
|
554
598
|
|
|
555
|
-
export type
|
|
599
|
+
export type Shared_NovaConfigWorkflow_DependsOn = string[];
|
|
556
600
|
|
|
557
|
-
export type
|
|
601
|
+
export type Shared_NovaConfigWorkflowScope = string;
|
|
558
602
|
|
|
559
|
-
export type
|
|
603
|
+
export type Shared_NovaConfigWorkflow_Scopes = Shared_NovaConfigWorkflowScope[];
|
|
560
604
|
|
|
561
|
-
export type
|
|
605
|
+
export type Shared_NovaConfigWorkflowTarget_Type = string;
|
|
562
606
|
|
|
563
|
-
export type
|
|
607
|
+
export type Shared_NovaConfigWorkflowTarget_WorkingDir = string;
|
|
564
608
|
|
|
565
|
-
export type
|
|
609
|
+
export type Shared_NovaConfigWorkflowTargetNeedsEntry = string;
|
|
566
610
|
|
|
567
|
-
export type
|
|
611
|
+
export type Shared_NovaConfigWorkflowTarget_Needs = Shared_NovaConfigWorkflowTargetNeedsEntry[];
|
|
568
612
|
|
|
569
|
-
export type
|
|
570
|
-
type:
|
|
571
|
-
workingDir:
|
|
572
|
-
needs?:
|
|
613
|
+
export type Shared_NovaConfigWorkflowTarget = {
|
|
614
|
+
type: Shared_NovaConfigWorkflowTarget_Type;
|
|
615
|
+
workingDir: Shared_NovaConfigWorkflowTarget_WorkingDir;
|
|
616
|
+
needs?: Shared_NovaConfigWorkflowTarget_Needs;
|
|
573
617
|
};
|
|
574
618
|
|
|
575
|
-
export type
|
|
619
|
+
export type Shared_NovaConfigWorkflow_Targets = Shared_NovaConfigWorkflowTarget[];
|
|
576
620
|
|
|
577
|
-
export type
|
|
621
|
+
export type Shared_NovaConfigWorkflowSettingsKey = string;
|
|
578
622
|
|
|
579
|
-
export type
|
|
623
|
+
export type Shared_NovaConfigWorkflowSettingsValue = string;
|
|
580
624
|
|
|
581
|
-
export type
|
|
582
|
-
[key:
|
|
625
|
+
export type Shared_NovaConfigWorkflow_Settings = {
|
|
626
|
+
[key: Shared_NovaConfigWorkflowSettingsKey]: Shared_NovaConfigWorkflowSettingsValue;
|
|
583
627
|
};
|
|
584
628
|
|
|
585
|
-
export type
|
|
586
|
-
'template':
|
|
587
|
-
'suffix':
|
|
588
|
-
'triggers':
|
|
589
|
-
'depends-on'?:
|
|
590
|
-
'scopes'?:
|
|
591
|
-
'targets'?:
|
|
592
|
-
'settings'?:
|
|
629
|
+
export type Shared_NovaConfigWorkflow = {
|
|
630
|
+
'template': Shared_NovaConfigWorkflow_Template;
|
|
631
|
+
'suffix': Shared_NovaConfigWorkflow_Suffix;
|
|
632
|
+
'triggers': Shared_NovaConfigWorkflow_Triggers;
|
|
633
|
+
'depends-on'?: Shared_NovaConfigWorkflow_DependsOn;
|
|
634
|
+
'scopes'?: Shared_NovaConfigWorkflow_Scopes;
|
|
635
|
+
'targets'?: Shared_NovaConfigWorkflow_Targets;
|
|
636
|
+
'settings'?: Shared_NovaConfigWorkflow_Settings;
|
|
593
637
|
};
|
|
594
638
|
|
|
595
|
-
export type
|
|
639
|
+
export type Shared_NovaConfig_Workflows = Shared_NovaConfigWorkflow[];
|
|
596
640
|
|
|
597
|
-
export type
|
|
598
|
-
project?:
|
|
599
|
-
entities?:
|
|
600
|
-
emails?:
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
641
|
+
export type Shared_NovaConfig = {
|
|
642
|
+
project?: Shared_NovaConfig_Project;
|
|
643
|
+
entities?: Shared_NovaConfig_Entities;
|
|
644
|
+
emails?: Shared_NovaConfig_Emails;
|
|
645
|
+
github?: Shared_NovaConfig_Github;
|
|
646
|
+
workflows?: Shared_NovaConfig_Workflows;
|
|
647
|
+
urls?: Shared_NovaConfig_Urls;
|
|
648
|
+
workspaces?: Shared_NovaConfig_Workspaces;
|
|
604
649
|
};
|
|
605
650
|
|
|
606
|
-
export type
|
|
651
|
+
export type Shared_NovaConfigConfig = Shared_NovaConfig;
|
|
607
652
|
|
|
608
653
|
/**
|
|
609
654
|
* Shared - Nova Config Category.
|
|
610
655
|
*
|
|
611
656
|
* @since 0.11.0
|
|
612
657
|
*/
|
|
613
|
-
export type
|
|
658
|
+
export type Shared_NovaConfigCategory = 'project' | 'entities' | 'emails' | 'github' | 'urls' | 'workspaces' | 'workflows';
|
|
614
659
|
|
|
615
660
|
/**
|
|
616
661
|
* Shared - Prompt With Cancel.
|
|
617
662
|
*
|
|
618
663
|
* @since 0.15.0
|
|
619
664
|
*/
|
|
620
|
-
export type
|
|
665
|
+
export type Shared_PromptWithCancelResolved_Cancelled = false;
|
|
621
666
|
|
|
622
|
-
export type
|
|
667
|
+
export type Shared_PromptWithCancelResolved_Result<Keys extends string, Result> = Record<Keys, Result>;
|
|
623
668
|
|
|
624
|
-
export type
|
|
625
|
-
cancelled:
|
|
626
|
-
result:
|
|
669
|
+
export type Shared_PromptWithCancelResolved<Keys extends string, Result> = {
|
|
670
|
+
cancelled: Shared_PromptWithCancelResolved_Cancelled;
|
|
671
|
+
result: Shared_PromptWithCancelResolved_Result<Keys, Result>;
|
|
627
672
|
};
|
|
628
673
|
|
|
629
|
-
export type
|
|
674
|
+
export type Shared_PromptWithCancelReject_Cancelled = true;
|
|
630
675
|
|
|
631
|
-
export type
|
|
632
|
-
cancelled:
|
|
676
|
+
export type Shared_PromptWithCancelReject = {
|
|
677
|
+
cancelled: Shared_PromptWithCancelReject_Cancelled;
|
|
633
678
|
};
|
|
634
679
|
|
|
635
680
|
/**
|
|
@@ -637,19 +682,19 @@ export type SharedPromptWithCancelReject = {
|
|
|
637
682
|
*
|
|
638
683
|
* @since 0.15.0
|
|
639
684
|
*/
|
|
640
|
-
export type
|
|
685
|
+
export type Shared_RunScriptsOptions_Pattern = string;
|
|
641
686
|
|
|
642
|
-
export type
|
|
687
|
+
export type Shared_RunScriptsOptions_Sequential = true | undefined;
|
|
643
688
|
|
|
644
|
-
export type
|
|
689
|
+
export type Shared_RunScriptsOptions_Parallel = true | undefined;
|
|
645
690
|
|
|
646
|
-
export type
|
|
691
|
+
export type Shared_RunScriptsOptions_Buffer = string | undefined;
|
|
647
692
|
|
|
648
|
-
export type
|
|
649
|
-
pattern?:
|
|
650
|
-
sequential?:
|
|
651
|
-
parallel?:
|
|
652
|
-
buffer?:
|
|
693
|
+
export type Shared_RunScriptsOptions = {
|
|
694
|
+
pattern?: Shared_RunScriptsOptions_Pattern;
|
|
695
|
+
sequential?: Shared_RunScriptsOptions_Sequential;
|
|
696
|
+
parallel?: Shared_RunScriptsOptions_Parallel;
|
|
697
|
+
buffer?: Shared_RunScriptsOptions_Buffer;
|
|
653
698
|
};
|
|
654
699
|
|
|
655
700
|
/**
|
|
@@ -657,19 +702,19 @@ export type SharedRunScriptsOptions = {
|
|
|
657
702
|
*
|
|
658
703
|
* @since 0.15.0
|
|
659
704
|
*/
|
|
660
|
-
export type
|
|
705
|
+
export type Shared_ScaffoldConfig_Mode = 'monorepo' | 'workspace';
|
|
661
706
|
|
|
662
|
-
export type
|
|
707
|
+
export type Shared_ScaffoldConfig_Name = string;
|
|
663
708
|
|
|
664
|
-
export type
|
|
709
|
+
export type Shared_ScaffoldConfig_OutputDirectory = string;
|
|
665
710
|
|
|
666
|
-
export type
|
|
711
|
+
export type Shared_ScaffoldConfig_WorkspaceName = string;
|
|
667
712
|
|
|
668
|
-
export type
|
|
669
|
-
mode:
|
|
670
|
-
name:
|
|
671
|
-
outputDirectory:
|
|
672
|
-
workspaceName:
|
|
713
|
+
export type Shared_ScaffoldConfig = {
|
|
714
|
+
mode: Shared_ScaffoldConfig_Mode;
|
|
715
|
+
name: Shared_ScaffoldConfig_Name;
|
|
716
|
+
outputDirectory: Shared_ScaffoldConfig_OutputDirectory;
|
|
717
|
+
workspaceName: Shared_ScaffoldConfig_WorkspaceName;
|
|
673
718
|
};
|
|
674
719
|
|
|
675
720
|
/**
|
|
@@ -677,16 +722,16 @@ export type SharedScaffoldConfig = {
|
|
|
677
722
|
*
|
|
678
723
|
* @since 0.15.0
|
|
679
724
|
*/
|
|
680
|
-
export type
|
|
725
|
+
export type Shared_ShellOutput_TextOut = string;
|
|
681
726
|
|
|
682
|
-
export type
|
|
727
|
+
export type Shared_ShellOutput_TextError = string;
|
|
683
728
|
|
|
684
|
-
export type
|
|
729
|
+
export type Shared_ShellOutput_Code = number;
|
|
685
730
|
|
|
686
|
-
export type
|
|
687
|
-
textOut:
|
|
688
|
-
textError:
|
|
689
|
-
code:
|
|
731
|
+
export type Shared_ShellOutput = {
|
|
732
|
+
textOut: Shared_ShellOutput_TextOut;
|
|
733
|
+
textError: Shared_ShellOutput_TextError;
|
|
734
|
+
code: Shared_ShellOutput_Code;
|
|
690
735
|
};
|
|
691
736
|
|
|
692
737
|
/**
|
|
@@ -694,21 +739,21 @@ export type SharedShellOutput = {
|
|
|
694
739
|
*
|
|
695
740
|
* @since 0.11.0
|
|
696
741
|
*/
|
|
697
|
-
export type
|
|
742
|
+
export type Shared_TextAlign = 'left' | 'center' | 'right';
|
|
698
743
|
|
|
699
744
|
/**
|
|
700
745
|
* Shared - URL Protocol.
|
|
701
746
|
*
|
|
702
747
|
* @since 0.11.0
|
|
703
748
|
*/
|
|
704
|
-
export type
|
|
749
|
+
export type Shared_UrlProtocol = 'generic' | 'repository';
|
|
705
750
|
|
|
706
751
|
/**
|
|
707
752
|
* Shared - Windows Registry Keys.
|
|
708
753
|
*
|
|
709
754
|
* @since 0.13.0
|
|
710
755
|
*/
|
|
711
|
-
export type
|
|
756
|
+
export type Shared_WindowsRegistryKey_Type =
|
|
712
757
|
'REG_NONE'
|
|
713
758
|
| 'REG_SZ'
|
|
714
759
|
| 'REG_EXPAND_SZ'
|
|
@@ -724,15 +769,15 @@ export type SharedWindowsRegistryKeyType =
|
|
|
724
769
|
| 'REG_QWORD'
|
|
725
770
|
| 'REG_QWORD_LITTLE_ENDIAN';
|
|
726
771
|
|
|
727
|
-
export type
|
|
772
|
+
export type Shared_WindowsRegistryKey_Data = string;
|
|
728
773
|
|
|
729
|
-
export type
|
|
730
|
-
type:
|
|
731
|
-
data:
|
|
774
|
+
export type Shared_WindowsRegistryKey = {
|
|
775
|
+
type: Shared_WindowsRegistryKey_Type;
|
|
776
|
+
data: Shared_WindowsRegistryKey_Data;
|
|
732
777
|
};
|
|
733
778
|
|
|
734
|
-
export type
|
|
735
|
-
[key: string]:
|
|
779
|
+
export type Shared_WindowsRegistryKeys = {
|
|
780
|
+
[key: string]: Shared_WindowsRegistryKey;
|
|
736
781
|
};
|
|
737
782
|
|
|
738
783
|
/**
|
|
@@ -740,16 +785,16 @@ export type SharedWindowsRegistryKeys = {
|
|
|
740
785
|
*
|
|
741
786
|
* @since 0.20.0
|
|
742
787
|
*/
|
|
743
|
-
export type
|
|
788
|
+
export type Shared_WorkflowTemplatePermissionRead = 'read';
|
|
744
789
|
|
|
745
|
-
export type
|
|
790
|
+
export type Shared_WorkflowTemplatePermissionWrite = 'write';
|
|
746
791
|
|
|
747
|
-
export type
|
|
792
|
+
export type Shared_WorkflowTemplatePermission = Shared_WorkflowTemplatePermissionRead | Shared_WorkflowTemplatePermissionWrite;
|
|
748
793
|
|
|
749
|
-
export type
|
|
794
|
+
export type Shared_WorkflowTemplatePermissionKey = string;
|
|
750
795
|
|
|
751
|
-
export type
|
|
752
|
-
[key:
|
|
796
|
+
export type Shared_WorkflowTemplatePermissions = {
|
|
797
|
+
[key: Shared_WorkflowTemplatePermissionKey]: Shared_WorkflowTemplatePermission;
|
|
753
798
|
};
|
|
754
799
|
|
|
755
800
|
/**
|
|
@@ -757,27 +802,27 @@ export type SharedWorkflowTemplatePermissions = {
|
|
|
757
802
|
*
|
|
758
803
|
* @since 0.20.0
|
|
759
804
|
*/
|
|
760
|
-
export type
|
|
805
|
+
export type Shared_WorkflowTemplateTarget_Description = string;
|
|
761
806
|
|
|
762
|
-
export type
|
|
807
|
+
export type Shared_WorkflowTemplateTargetArtifactPath = string;
|
|
763
808
|
|
|
764
|
-
export type
|
|
809
|
+
export type Shared_WorkflowTemplateTarget_ArtifactPaths = Shared_WorkflowTemplateTargetArtifactPath[];
|
|
765
810
|
|
|
766
|
-
export type
|
|
811
|
+
export type Shared_WorkflowTemplateTarget_Variables = Shared_WorkflowTemplateVariables;
|
|
767
812
|
|
|
768
|
-
export type
|
|
813
|
+
export type Shared_WorkflowTemplateTarget_Permissions = Shared_WorkflowTemplatePermissions;
|
|
769
814
|
|
|
770
|
-
export type
|
|
771
|
-
description:
|
|
772
|
-
artifactPaths:
|
|
773
|
-
variables:
|
|
774
|
-
permissions:
|
|
815
|
+
export type Shared_WorkflowTemplateTarget = {
|
|
816
|
+
description: Shared_WorkflowTemplateTarget_Description;
|
|
817
|
+
artifactPaths: Shared_WorkflowTemplateTarget_ArtifactPaths;
|
|
818
|
+
variables: Shared_WorkflowTemplateTarget_Variables;
|
|
819
|
+
permissions: Shared_WorkflowTemplateTarget_Permissions;
|
|
775
820
|
};
|
|
776
821
|
|
|
777
|
-
export type
|
|
822
|
+
export type Shared_WorkflowTemplateTargetType = string;
|
|
778
823
|
|
|
779
|
-
export type
|
|
780
|
-
[key:
|
|
824
|
+
export type Shared_WorkflowTemplateTargets = {
|
|
825
|
+
[key: Shared_WorkflowTemplateTargetType]: Shared_WorkflowTemplateTarget;
|
|
781
826
|
};
|
|
782
827
|
|
|
783
828
|
/**
|
|
@@ -785,34 +830,34 @@ export type SharedWorkflowTemplateTargets = {
|
|
|
785
830
|
*
|
|
786
831
|
* @since 0.20.0
|
|
787
832
|
*/
|
|
788
|
-
export type
|
|
833
|
+
export type Shared_WorkflowTemplateVariableFormatSecret = 'secret';
|
|
789
834
|
|
|
790
|
-
export type
|
|
835
|
+
export type Shared_WorkflowTemplateVariableFormatVar = 'var';
|
|
791
836
|
|
|
792
|
-
export type
|
|
837
|
+
export type Shared_WorkflowTemplateVariableFormatLiteral = 'literal';
|
|
793
838
|
|
|
794
|
-
export type
|
|
839
|
+
export type Shared_WorkflowTemplateVariable_Format = Shared_WorkflowTemplateVariableFormatSecret | Shared_WorkflowTemplateVariableFormatVar | Shared_WorkflowTemplateVariableFormatLiteral;
|
|
795
840
|
|
|
796
|
-
export type
|
|
841
|
+
export type Shared_WorkflowTemplateVariable_Default = string;
|
|
797
842
|
|
|
798
|
-
export type
|
|
843
|
+
export type Shared_WorkflowTemplateVariable_Auto = true;
|
|
799
844
|
|
|
800
|
-
export type
|
|
845
|
+
export type Shared_WorkflowTemplateVariable_Description = string;
|
|
801
846
|
|
|
802
|
-
export type
|
|
847
|
+
export type Shared_WorkflowTemplateVariable_Example = string;
|
|
803
848
|
|
|
804
|
-
export type
|
|
805
|
-
format:
|
|
806
|
-
default?:
|
|
807
|
-
auto?:
|
|
808
|
-
description?:
|
|
809
|
-
example?:
|
|
849
|
+
export type Shared_WorkflowTemplateVariable = {
|
|
850
|
+
format: Shared_WorkflowTemplateVariable_Format;
|
|
851
|
+
default?: Shared_WorkflowTemplateVariable_Default;
|
|
852
|
+
auto?: Shared_WorkflowTemplateVariable_Auto;
|
|
853
|
+
description?: Shared_WorkflowTemplateVariable_Description;
|
|
854
|
+
example?: Shared_WorkflowTemplateVariable_Example;
|
|
810
855
|
};
|
|
811
856
|
|
|
812
|
-
export type
|
|
857
|
+
export type Shared_WorkflowTemplateVariableName = string;
|
|
813
858
|
|
|
814
|
-
export type
|
|
815
|
-
[key:
|
|
859
|
+
export type Shared_WorkflowTemplateVariables = {
|
|
860
|
+
[key: Shared_WorkflowTemplateVariableName]: Shared_WorkflowTemplateVariable;
|
|
816
861
|
};
|
|
817
862
|
|
|
818
863
|
/**
|
|
@@ -820,14 +865,14 @@ export type SharedWorkflowTemplateVariables = {
|
|
|
820
865
|
*
|
|
821
866
|
* @since 0.13.0
|
|
822
867
|
*/
|
|
823
|
-
export type
|
|
868
|
+
export type Shared_WorkspaceManifest_Manifest = Shared_NovaConfigWorkspace;
|
|
824
869
|
|
|
825
|
-
export type
|
|
870
|
+
export type Shared_WorkspaceManifest_FilePath = string;
|
|
826
871
|
|
|
827
|
-
export type
|
|
872
|
+
export type Shared_WorkspaceManifest_FileContents = Record<string, unknown>;
|
|
828
873
|
|
|
829
|
-
export type
|
|
830
|
-
manifest:
|
|
831
|
-
filePath:
|
|
832
|
-
fileContents:
|
|
874
|
+
export type Shared_WorkspaceManifest = {
|
|
875
|
+
manifest: Shared_WorkspaceManifest_Manifest;
|
|
876
|
+
filePath: Shared_WorkspaceManifest_FilePath;
|
|
877
|
+
fileContents: Shared_WorkspaceManifest_FileContents;
|
|
833
878
|
};
|