@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
|
@@ -1,160 +1,205 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { Shared_LoggerCustomizeReturns, Shared_LogLevel, Shared_LogOptions } from '../shared.d.ts';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Toolkit - Logger - Customize.
|
|
5
5
|
*
|
|
6
6
|
* @since 0.11.0
|
|
7
7
|
*/
|
|
8
|
-
export type
|
|
8
|
+
export type Toolkit_Logger_Runner_Customize_Options = Shared_LogOptions;
|
|
9
9
|
|
|
10
|
-
export type
|
|
10
|
+
export type Toolkit_Logger_Runner_Customize_Returns = Shared_LoggerCustomizeReturns;
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Toolkit - Logger - Customize - Debug.
|
|
14
|
+
*
|
|
15
|
+
* @since 0.11.0
|
|
16
|
+
*/
|
|
17
|
+
export type Toolkit_Logger_Runner_Customize_Debug_Message = unknown[];
|
|
18
|
+
|
|
19
|
+
export type Toolkit_Logger_Runner_Customize_Debug_Returns = void;
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Toolkit - Logger - Customize - Dev.
|
|
23
|
+
*
|
|
24
|
+
* @since 0.12.0
|
|
25
|
+
*/
|
|
26
|
+
export type Toolkit_Logger_Runner_Customize_Dev_Message = unknown[];
|
|
27
|
+
|
|
28
|
+
export type Toolkit_Logger_Runner_Customize_Dev_Returns = void;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Toolkit - Logger - Customize - Error.
|
|
32
|
+
*
|
|
33
|
+
* @since 0.11.0
|
|
34
|
+
*/
|
|
35
|
+
export type Toolkit_Logger_Runner_Customize_Error_Message = unknown[];
|
|
36
|
+
|
|
37
|
+
export type Toolkit_Logger_Runner_Customize_Error_Returns = void;
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Toolkit - Logger - Customize - Info.
|
|
41
|
+
*
|
|
42
|
+
* @since 0.11.0
|
|
43
|
+
*/
|
|
44
|
+
export type Toolkit_Logger_Runner_Customize_Info_Message = unknown[];
|
|
45
|
+
|
|
46
|
+
export type Toolkit_Logger_Runner_Customize_Info_Returns = void;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Toolkit - Logger - Customize - Warn.
|
|
50
|
+
*
|
|
51
|
+
* @since 0.11.0
|
|
52
|
+
*/
|
|
53
|
+
export type Toolkit_Logger_Runner_Customize_Warn_Message = unknown[];
|
|
54
|
+
|
|
55
|
+
export type Toolkit_Logger_Runner_Customize_Warn_Returns = void;
|
|
11
56
|
|
|
12
57
|
/**
|
|
13
58
|
* Toolkit - Logger - Debug.
|
|
14
59
|
*
|
|
15
60
|
* @since 0.11.0
|
|
16
61
|
*/
|
|
17
|
-
export type
|
|
62
|
+
export type Toolkit_Logger_Runner_Debug_Message = unknown[];
|
|
18
63
|
|
|
19
|
-
export type
|
|
64
|
+
export type Toolkit_Logger_Runner_Debug_Returns = void;
|
|
20
65
|
|
|
21
66
|
/**
|
|
22
67
|
* Toolkit - Logger - Dev.
|
|
23
68
|
*
|
|
24
69
|
* @since 0.12.0
|
|
25
70
|
*/
|
|
26
|
-
export type
|
|
71
|
+
export type Toolkit_Logger_Runner_Dev_Message = unknown[];
|
|
27
72
|
|
|
28
|
-
export type
|
|
73
|
+
export type Toolkit_Logger_Runner_Dev_Returns = void;
|
|
29
74
|
|
|
30
75
|
/**
|
|
31
76
|
* Toolkit - Logger - Emit.
|
|
32
77
|
*
|
|
33
78
|
* @since 0.11.0
|
|
34
79
|
*/
|
|
35
|
-
export type
|
|
80
|
+
export type Toolkit_Logger_Runner_Emit_Level = Shared_LogLevel;
|
|
36
81
|
|
|
37
|
-
export type
|
|
82
|
+
export type Toolkit_Logger_Runner_Emit_Options = Shared_LogOptions;
|
|
38
83
|
|
|
39
|
-
export type
|
|
84
|
+
export type Toolkit_Logger_Runner_Emit_Message = unknown[];
|
|
40
85
|
|
|
41
|
-
export type
|
|
86
|
+
export type Toolkit_Logger_Runner_Emit_Returns = void;
|
|
42
87
|
|
|
43
|
-
export type
|
|
88
|
+
export type Toolkit_Logger_Runner_Emit_PadTopCount = number;
|
|
44
89
|
|
|
45
|
-
export type
|
|
90
|
+
export type Toolkit_Logger_Runner_Emit_PadBottomCount = number;
|
|
46
91
|
|
|
47
|
-
export type
|
|
92
|
+
export type Toolkit_Logger_Runner_Emit_PadTop = string;
|
|
48
93
|
|
|
49
|
-
export type
|
|
94
|
+
export type Toolkit_Logger_Runner_Emit_PadBottom = string;
|
|
50
95
|
|
|
51
|
-
export type
|
|
96
|
+
export type Toolkit_Logger_Runner_Emit_Stream = NodeJS.WriteStream;
|
|
52
97
|
|
|
53
|
-
export type
|
|
98
|
+
export type Toolkit_Logger_Runner_Emit_FormattedMessage = string;
|
|
54
99
|
|
|
55
|
-
export type
|
|
100
|
+
export type Toolkit_Logger_Runner_Emit_Prefix = string;
|
|
56
101
|
|
|
57
|
-
export type
|
|
102
|
+
export type Toolkit_Logger_Runner_Emit_PrefixVisibleLength = number;
|
|
58
103
|
|
|
59
|
-
export type
|
|
104
|
+
export type Toolkit_Logger_Runner_Emit_Indent = string;
|
|
60
105
|
|
|
61
|
-
export type
|
|
106
|
+
export type Toolkit_Logger_Runner_Emit_LinebreakPattern = RegExp;
|
|
62
107
|
|
|
63
|
-
export type
|
|
108
|
+
export type Toolkit_Logger_Runner_Emit_AlignedMessage = string;
|
|
64
109
|
|
|
65
|
-
export type
|
|
110
|
+
export type Toolkit_Logger_Runner_Emit_Payload = string;
|
|
66
111
|
|
|
67
112
|
/**
|
|
68
113
|
* Toolkit - Logger - Error.
|
|
69
114
|
*
|
|
70
115
|
* @since 0.11.0
|
|
71
116
|
*/
|
|
72
|
-
export type
|
|
117
|
+
export type Toolkit_Logger_Runner_Error_Message = unknown[];
|
|
73
118
|
|
|
74
|
-
export type
|
|
119
|
+
export type Toolkit_Logger_Runner_Error_Returns = void;
|
|
75
120
|
|
|
76
121
|
/**
|
|
77
122
|
* Toolkit - Logger - Info.
|
|
78
123
|
*
|
|
79
124
|
* @since 0.11.0
|
|
80
125
|
*/
|
|
81
|
-
export type
|
|
126
|
+
export type Toolkit_Logger_Runner_Info_Message = unknown[];
|
|
82
127
|
|
|
83
|
-
export type
|
|
128
|
+
export type Toolkit_Logger_Runner_Info_Returns = void;
|
|
84
129
|
|
|
85
130
|
/**
|
|
86
131
|
* Toolkit - Logger - Prefix.
|
|
87
132
|
*
|
|
88
133
|
* @since 0.11.0
|
|
89
134
|
*/
|
|
90
|
-
export type
|
|
135
|
+
export type Toolkit_Logger_Runner_Prefix_Level = Shared_LogLevel;
|
|
91
136
|
|
|
92
|
-
export type
|
|
137
|
+
export type Toolkit_Logger_Runner_Prefix_Options = Shared_LogOptions;
|
|
93
138
|
|
|
94
|
-
export type
|
|
139
|
+
export type Toolkit_Logger_Runner_Prefix_Returns = string;
|
|
95
140
|
|
|
96
|
-
export type
|
|
141
|
+
export type Toolkit_Logger_Runner_Prefix_LevelLabelUpper = string;
|
|
97
142
|
|
|
98
|
-
export type
|
|
143
|
+
export type Toolkit_Logger_Runner_Prefix_ScopeLabel = string | null;
|
|
99
144
|
|
|
100
|
-
export type
|
|
145
|
+
export type Toolkit_Logger_Runner_Prefix_ShowScope = boolean;
|
|
101
146
|
|
|
102
|
-
export type
|
|
147
|
+
export type Toolkit_Logger_Runner_Prefix_ScopeTag = string;
|
|
103
148
|
|
|
104
|
-
export type
|
|
149
|
+
export type Toolkit_Logger_Runner_Prefix_ColoredLevelLabel = string | undefined;
|
|
105
150
|
|
|
106
|
-
export type
|
|
151
|
+
export type Toolkit_Logger_Runner_Prefix_Timestamp = string;
|
|
107
152
|
|
|
108
153
|
/**
|
|
109
154
|
* Toolkit - Logger - Scope Label.
|
|
110
155
|
*
|
|
111
156
|
* @since 0.12.0
|
|
112
157
|
*/
|
|
113
|
-
export type
|
|
158
|
+
export type Toolkit_Logger_Runner_ScopeLabel_Options = Shared_LogOptions;
|
|
114
159
|
|
|
115
|
-
export type
|
|
160
|
+
export type Toolkit_Logger_Runner_ScopeLabel_Returns = string | null;
|
|
116
161
|
|
|
117
|
-
export type
|
|
162
|
+
export type Toolkit_Logger_Runner_ScopeLabel_Segments = string[];
|
|
118
163
|
|
|
119
164
|
/**
|
|
120
165
|
* Toolkit - Logger - Should Log.
|
|
121
166
|
*
|
|
122
167
|
* @since 0.11.0
|
|
123
168
|
*/
|
|
124
|
-
export type
|
|
169
|
+
export type Toolkit_Logger_Runner_ShouldLog_Level = Shared_LogLevel;
|
|
125
170
|
|
|
126
|
-
export type
|
|
171
|
+
export type Toolkit_Logger_Runner_ShouldLog_Returns = boolean;
|
|
127
172
|
|
|
128
|
-
export type
|
|
173
|
+
export type Toolkit_Logger_Runner_ShouldLog_Weights = Record<Shared_LogLevel, number>;
|
|
129
174
|
|
|
130
|
-
export type
|
|
175
|
+
export type Toolkit_Logger_Runner_ShouldLog_IsBrowser = boolean;
|
|
131
176
|
|
|
132
|
-
export type
|
|
177
|
+
export type Toolkit_Logger_Runner_ShouldLog_NodeEnv = string;
|
|
133
178
|
|
|
134
|
-
export type
|
|
179
|
+
export type Toolkit_Logger_Runner_ShouldLog_CurrentLogLevel = string;
|
|
135
180
|
|
|
136
|
-
export type
|
|
181
|
+
export type Toolkit_Logger_Runner_ShouldLog_DefaultLogLevel = Shared_LogLevel | undefined;
|
|
137
182
|
|
|
138
|
-
export type
|
|
183
|
+
export type Toolkit_Logger_Runner_ShouldLog_PreferredLogLevelCurrentLogLevel = Shared_LogLevel;
|
|
139
184
|
|
|
140
|
-
export type
|
|
185
|
+
export type Toolkit_Logger_Runner_ShouldLog_PreferredLogLevel = Toolkit_Logger_Runner_ShouldLog_PreferredLogLevelCurrentLogLevel;
|
|
141
186
|
|
|
142
187
|
/**
|
|
143
188
|
* Toolkit - Logger - Strip ANSI Colors.
|
|
144
189
|
*
|
|
145
190
|
* @since 0.11.0
|
|
146
191
|
*/
|
|
147
|
-
export type
|
|
192
|
+
export type Toolkit_Logger_Runner_StripAnsiColors_Value = string;
|
|
148
193
|
|
|
149
|
-
export type
|
|
194
|
+
export type Toolkit_Logger_Runner_StripAnsiColors_Returns = string;
|
|
150
195
|
|
|
151
|
-
export type
|
|
196
|
+
export type Toolkit_Logger_Runner_StripAnsiColors_Pattern = RegExp;
|
|
152
197
|
|
|
153
198
|
/**
|
|
154
199
|
* Toolkit - Logger - Warn.
|
|
155
200
|
*
|
|
156
201
|
* @since 0.11.0
|
|
157
202
|
*/
|
|
158
|
-
export type
|
|
203
|
+
export type Toolkit_Logger_Runner_Warn_Message = unknown[];
|
|
159
204
|
|
|
160
|
-
export type
|
|
205
|
+
export type Toolkit_Logger_Runner_Warn_Returns = void;
|
|
@@ -1,45 +1,77 @@
|
|
|
1
1
|
import type { MarkdownTable } from '../../toolkit/index.js';
|
|
2
2
|
|
|
3
|
+
/**
|
|
4
|
+
* Toolkit - Markdown Table - Headers.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.11.0
|
|
7
|
+
*/
|
|
8
|
+
export type Toolkit_MarkdownTable_Runner_Headers = string[];
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Toolkit - Markdown Table - Minimum Column Width.
|
|
12
|
+
*
|
|
13
|
+
* @since 0.11.0
|
|
14
|
+
*/
|
|
15
|
+
export type Toolkit_MarkdownTable_Runner_MinimumColumnWidth = number;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Toolkit - Markdown Table - Pad Delimiter Row.
|
|
19
|
+
*
|
|
20
|
+
* @since 0.11.0
|
|
21
|
+
*/
|
|
22
|
+
export type Toolkit_MarkdownTable_Runner_PadDelimiterRow = boolean;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Toolkit - Markdown Table - Rows.
|
|
26
|
+
*
|
|
27
|
+
* @since 0.11.0
|
|
28
|
+
*/
|
|
29
|
+
export type Toolkit_MarkdownTable_Runner_Row = string[];
|
|
30
|
+
|
|
31
|
+
export type Toolkit_MarkdownTable_Runner_Rows = Toolkit_MarkdownTable_Runner_Row[];
|
|
32
|
+
|
|
3
33
|
/**
|
|
4
34
|
* Toolkit - Markdown Table - Add Row.
|
|
5
35
|
*
|
|
6
36
|
* @since 0.11.0
|
|
7
37
|
*/
|
|
8
|
-
export type
|
|
38
|
+
export type Toolkit_MarkdownTable_Runner_AddRow_Row = string[];
|
|
9
39
|
|
|
10
|
-
export type
|
|
40
|
+
export type Toolkit_MarkdownTable_Runner_AddRow_Returns = MarkdownTable;
|
|
11
41
|
|
|
12
42
|
/**
|
|
13
43
|
* Toolkit - Markdown Table - Compute Column Widths.
|
|
14
44
|
*
|
|
15
45
|
* @since 0.11.0
|
|
16
46
|
*/
|
|
17
|
-
export type
|
|
47
|
+
export type Toolkit_MarkdownTable_Runner_ComputeColumnWidths_Returns = number[];
|
|
48
|
+
|
|
49
|
+
export type Toolkit_MarkdownTable_Runner_ComputeColumnWidths_ColumnsLength = number;
|
|
18
50
|
|
|
19
|
-
export type
|
|
51
|
+
export type Toolkit_MarkdownTable_Runner_ComputeColumnWidths_Row = string[];
|
|
20
52
|
|
|
21
|
-
export type
|
|
53
|
+
export type Toolkit_MarkdownTable_Runner_ComputeColumnWidths_Rows = Toolkit_MarkdownTable_Runner_ComputeColumnWidths_Row[];
|
|
22
54
|
|
|
23
|
-
export type
|
|
55
|
+
export type Toolkit_MarkdownTable_Runner_ComputeColumnWidths_Widths = number[];
|
|
24
56
|
|
|
25
|
-
export type
|
|
57
|
+
export type Toolkit_MarkdownTable_Runner_ComputeColumnWidths_ColumnWidth = number;
|
|
26
58
|
|
|
27
|
-
export type
|
|
59
|
+
export type Toolkit_MarkdownTable_Runner_ComputeColumnWidths_StrippedCell = string;
|
|
28
60
|
|
|
29
61
|
/**
|
|
30
62
|
* Toolkit - Markdown Table - Constructor.
|
|
31
63
|
*
|
|
32
64
|
* @since 0.11.0
|
|
33
65
|
*/
|
|
34
|
-
export type
|
|
66
|
+
export type Toolkit_MarkdownTable_Runner_Constructor_Headers = string[];
|
|
35
67
|
|
|
36
|
-
export type
|
|
68
|
+
export type Toolkit_MarkdownTable_Runner_Constructor_Options_MinimumColumnWidth = number;
|
|
37
69
|
|
|
38
|
-
export type
|
|
70
|
+
export type Toolkit_MarkdownTable_Runner_Constructor_Options_PadDelimiterRow = boolean;
|
|
39
71
|
|
|
40
|
-
export type
|
|
41
|
-
minimumColumnWidth:
|
|
42
|
-
padDelimiterRow:
|
|
72
|
+
export type Toolkit_MarkdownTable_Runner_Constructor_Options = {
|
|
73
|
+
minimumColumnWidth: Toolkit_MarkdownTable_Runner_Constructor_Options_MinimumColumnWidth;
|
|
74
|
+
padDelimiterRow: Toolkit_MarkdownTable_Runner_Constructor_Options_PadDelimiterRow;
|
|
43
75
|
};
|
|
44
76
|
|
|
45
77
|
/**
|
|
@@ -47,113 +79,83 @@ export type ToolkitMarkdownTableConstructorOptions = {
|
|
|
47
79
|
*
|
|
48
80
|
* @since 0.11.0
|
|
49
81
|
*/
|
|
50
|
-
export type
|
|
82
|
+
export type Toolkit_MarkdownTable_Runner_EscapeCell_Value = string;
|
|
51
83
|
|
|
52
|
-
export type
|
|
84
|
+
export type Toolkit_MarkdownTable_Runner_EscapeCell_Returns = string;
|
|
53
85
|
|
|
54
|
-
export type
|
|
86
|
+
export type Toolkit_MarkdownTable_Runner_EscapeCell_PipePattern = RegExp;
|
|
55
87
|
|
|
56
|
-
export type
|
|
88
|
+
export type Toolkit_MarkdownTable_Runner_EscapeCell_LinebreakPattern = RegExp;
|
|
57
89
|
|
|
58
90
|
/**
|
|
59
91
|
* Toolkit - Markdown Table - Format Delimiter.
|
|
60
92
|
*
|
|
61
93
|
* @since 0.11.0
|
|
62
94
|
*/
|
|
63
|
-
export type
|
|
95
|
+
export type Toolkit_MarkdownTable_Runner_FormatDelimiter_ColumnWidths = number[];
|
|
64
96
|
|
|
65
|
-
export type
|
|
97
|
+
export type Toolkit_MarkdownTable_Runner_FormatDelimiter_Returns = string;
|
|
66
98
|
|
|
67
|
-
export type
|
|
99
|
+
export type Toolkit_MarkdownTable_Runner_FormatDelimiter_MinimumWidth = number;
|
|
68
100
|
|
|
69
|
-
export type
|
|
101
|
+
export type Toolkit_MarkdownTable_Runner_FormatDelimiter_UsePaddedDelimiter = boolean;
|
|
70
102
|
|
|
71
|
-
export type
|
|
103
|
+
export type Toolkit_MarkdownTable_Runner_FormatDelimiter_ColumnCells = string[];
|
|
72
104
|
|
|
73
|
-
export type
|
|
105
|
+
export type Toolkit_MarkdownTable_Runner_FormatDelimiter_Delimiter = string;
|
|
74
106
|
|
|
75
|
-
export type
|
|
107
|
+
export type Toolkit_MarkdownTable_Runner_FormatDelimiter_RowBody = string;
|
|
76
108
|
|
|
77
109
|
/**
|
|
78
110
|
* Toolkit - Markdown Table - Format Row.
|
|
79
111
|
*
|
|
80
112
|
* @since 0.11.0
|
|
81
113
|
*/
|
|
82
|
-
export type
|
|
114
|
+
export type Toolkit_MarkdownTable_Runner_FormatRow_Cells = string[];
|
|
83
115
|
|
|
84
|
-
export type
|
|
116
|
+
export type Toolkit_MarkdownTable_Runner_FormatRow_Widths = number[];
|
|
85
117
|
|
|
86
|
-
export type
|
|
118
|
+
export type Toolkit_MarkdownTable_Runner_FormatRow_Returns = string;
|
|
87
119
|
|
|
88
|
-
export type
|
|
120
|
+
export type Toolkit_MarkdownTable_Runner_FormatRow_EscapedCells = string[];
|
|
89
121
|
|
|
90
|
-
export type
|
|
91
|
-
|
|
92
|
-
/**
|
|
93
|
-
* Toolkit - Markdown Table - Headers.
|
|
94
|
-
*
|
|
95
|
-
* @since 0.11.0
|
|
96
|
-
*/
|
|
97
|
-
export type ToolkitMarkdownTableHeaders = string[];
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* Toolkit - Markdown Table - Minimum Column Width.
|
|
101
|
-
*
|
|
102
|
-
* @since 0.11.0
|
|
103
|
-
*/
|
|
104
|
-
export type ToolkitMarkdownTableMinimumColumnWidth = number;
|
|
122
|
+
export type Toolkit_MarkdownTable_Runner_FormatRow_EscapedCell = string;
|
|
105
123
|
|
|
106
124
|
/**
|
|
107
125
|
* Toolkit - Markdown Table - Pad Cell.
|
|
108
126
|
*
|
|
109
127
|
* @since 0.11.0
|
|
110
128
|
*/
|
|
111
|
-
export type
|
|
129
|
+
export type Toolkit_MarkdownTable_Runner_PadCell_String = string;
|
|
112
130
|
|
|
113
|
-
export type
|
|
131
|
+
export type Toolkit_MarkdownTable_Runner_PadCell_Width = number;
|
|
114
132
|
|
|
115
|
-
export type
|
|
133
|
+
export type Toolkit_MarkdownTable_Runner_PadCell_Returns = string;
|
|
116
134
|
|
|
117
|
-
export type
|
|
118
|
-
|
|
119
|
-
/**
|
|
120
|
-
* Toolkit - Markdown Table - Pad Delimiter Row.
|
|
121
|
-
*
|
|
122
|
-
* @since 0.11.0
|
|
123
|
-
*/
|
|
124
|
-
export type ToolkitMarkdownTablePadDelimiterRow = boolean;
|
|
135
|
+
export type Toolkit_MarkdownTable_Runner_PadCell_Padding = number;
|
|
125
136
|
|
|
126
137
|
/**
|
|
127
138
|
* Toolkit - Markdown Table - Render.
|
|
128
139
|
*
|
|
129
140
|
* @since 0.11.0
|
|
130
141
|
*/
|
|
131
|
-
export type
|
|
132
|
-
|
|
133
|
-
export type ToolkitMarkdownTableRenderColumnWidths = number[];
|
|
142
|
+
export type Toolkit_MarkdownTable_Runner_Render_Returns = string;
|
|
134
143
|
|
|
135
|
-
export type
|
|
144
|
+
export type Toolkit_MarkdownTable_Runner_Render_ColumnWidths = number[];
|
|
136
145
|
|
|
137
|
-
export type
|
|
146
|
+
export type Toolkit_MarkdownTable_Runner_Render_Header = string;
|
|
138
147
|
|
|
139
|
-
export type
|
|
140
|
-
|
|
141
|
-
/**
|
|
142
|
-
* Toolkit - Markdown Table - Rows.
|
|
143
|
-
*
|
|
144
|
-
* @since 0.11.0
|
|
145
|
-
*/
|
|
146
|
-
export type ToolkitMarkdownTableRow = string[];
|
|
148
|
+
export type Toolkit_MarkdownTable_Runner_Render_Delimiter = string;
|
|
147
149
|
|
|
148
|
-
export type
|
|
150
|
+
export type Toolkit_MarkdownTable_Runner_Render_Body = string;
|
|
149
151
|
|
|
150
152
|
/**
|
|
151
153
|
* Toolkit - Markdown Table - Strip ANSI Colors.
|
|
152
154
|
*
|
|
153
155
|
* @since 0.11.0
|
|
154
156
|
*/
|
|
155
|
-
export type
|
|
157
|
+
export type Toolkit_MarkdownTable_Runner_StripAnsiColors_String = string;
|
|
156
158
|
|
|
157
|
-
export type
|
|
159
|
+
export type Toolkit_MarkdownTable_Runner_StripAnsiColors_Returns = string;
|
|
158
160
|
|
|
159
|
-
export type
|
|
161
|
+
export type Toolkit_MarkdownTable_Runner_StripAnsiColors_Pattern = RegExp;
|
package/build/templates/generators/github/workflows/publish/targets/cloudflare-pages-docusaurus.yml
CHANGED
|
@@ -10,7 +10,7 @@ publish-cloudflare-pages-docusaurus-[__TARGET_ID__]:
|
|
|
10
10
|
uses: "actions/checkout@v6"
|
|
11
11
|
|
|
12
12
|
- name: "Download build artifacts"
|
|
13
|
-
uses: "actions/download-artifact@
|
|
13
|
+
uses: "actions/download-artifact@v8"
|
|
14
14
|
with:
|
|
15
15
|
name: "[__ARTIFACT_NAME__]"
|
|
16
16
|
path: "[__WORKING_DIR__]/build"
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
publish-github-action-[__TARGET_ID__]:
|
|
2
|
+
needs: [__NEEDS__]
|
|
3
|
+
runs-on: "ubuntu-latest"
|
|
4
|
+
timeout-minutes: 10
|
|
5
|
+
permissions:
|
|
6
|
+
contents: "write"
|
|
7
|
+
id-token: "write"
|
|
8
|
+
attestations: "write"
|
|
9
|
+
[__JOBS_CONDITION__]
|
|
10
|
+
steps:
|
|
11
|
+
- name: "Checkout repository"
|
|
12
|
+
uses: "actions/checkout@v6"
|
|
13
|
+
with:
|
|
14
|
+
persist-credentials: false
|
|
15
|
+
|
|
16
|
+
- name: "Download build artifacts"
|
|
17
|
+
uses: "actions/download-artifact@v8"
|
|
18
|
+
with:
|
|
19
|
+
name: "[__ARTIFACT_NAME__]"
|
|
20
|
+
path: "${{ vars.ACTION_OUTPUT_PATH }}"
|
|
21
|
+
|
|
22
|
+
- name: "Configure git identity"
|
|
23
|
+
if: "${{ env.PUBLISH == 'true' }}"
|
|
24
|
+
run: |
|
|
25
|
+
set -euo pipefail
|
|
26
|
+
git config --global user.name "github-actions[bot]"
|
|
27
|
+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
|
28
|
+
|
|
29
|
+
- name: "Verify release context"
|
|
30
|
+
if: "${{ env.PUBLISH == 'true' }}"
|
|
31
|
+
env:
|
|
32
|
+
TAG_NAME: "${{ github.event.release.tag_name }}"
|
|
33
|
+
run: |
|
|
34
|
+
set -euo pipefail
|
|
35
|
+
if [ -z "$TAG_NAME" ]; then
|
|
36
|
+
echo "::error::The github-action target requires a release.published event with a tag name. Manual workflow_dispatch with dry-run=false is not supported."
|
|
37
|
+
exit 1
|
|
38
|
+
fi
|
|
39
|
+
|
|
40
|
+
- name: "Initialize release workspace"
|
|
41
|
+
if: "${{ env.PUBLISH == 'true' }}"
|
|
42
|
+
env:
|
|
43
|
+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
|
44
|
+
run: |
|
|
45
|
+
set -euo pipefail
|
|
46
|
+
rm -rf "$RUNNER_TEMP/release"
|
|
47
|
+
mkdir -p "$RUNNER_TEMP/release"
|
|
48
|
+
cd "$RUNNER_TEMP/release"
|
|
49
|
+
git init -b "${{ vars.RELEASE_BRANCH_NAME }}"
|
|
50
|
+
git remote add origin "https://github.com/${{ github.repository }}.git"
|
|
51
|
+
git config --local http.https://github.com/.extraheader "Authorization: basic $(printf 'x-access-token:%s' "$GITHUB_TOKEN" | base64 | tr -d '\n')"
|
|
52
|
+
|
|
53
|
+
# If the release branch exists remotely, fetch and reset to it so the new commit lands on top.
|
|
54
|
+
if git ls-remote --exit-code --heads origin "${{ vars.RELEASE_BRANCH_NAME }}" > /dev/null; then
|
|
55
|
+
git fetch origin "${{ vars.RELEASE_BRANCH_NAME }}"
|
|
56
|
+
git reset --hard "origin/${{ vars.RELEASE_BRANCH_NAME }}"
|
|
57
|
+
git rm -rf . > /dev/null 2>&1 || true
|
|
58
|
+
fi
|
|
59
|
+
|
|
60
|
+
- name: "Stage release tree"
|
|
61
|
+
if: "${{ env.PUBLISH == 'true' }}"
|
|
62
|
+
run: |
|
|
63
|
+
set -euo pipefail
|
|
64
|
+
cd "$GITHUB_WORKSPACE"
|
|
65
|
+
STAGE="$RUNNER_TEMP/release"
|
|
66
|
+
|
|
67
|
+
# Required: action.yml and the built action directory.
|
|
68
|
+
cp "${{ vars.ACTION_YML_PATH }}" "$STAGE/action.yml"
|
|
69
|
+
mkdir -p "$STAGE/action"
|
|
70
|
+
cp -R "${{ vars.ACTION_OUTPUT_PATH }}/." "$STAGE/action/"
|
|
71
|
+
|
|
72
|
+
# Optional: common community-repo files. Copy if present on main, skip silently if not.
|
|
73
|
+
for optional in README.md LICENSE SECURITY.md NOTICE CHANGELOG.md; do
|
|
74
|
+
if [ -f "$optional" ]; then
|
|
75
|
+
cp "$optional" "$STAGE/$optional"
|
|
76
|
+
fi
|
|
77
|
+
done
|
|
78
|
+
|
|
79
|
+
- name: "Commit and push release"
|
|
80
|
+
if: "${{ env.PUBLISH == 'true' }}"
|
|
81
|
+
env:
|
|
82
|
+
TAG_NAME: "${{ github.event.release.tag_name }}"
|
|
83
|
+
run: |
|
|
84
|
+
set -euo pipefail
|
|
85
|
+
cd "$RUNNER_TEMP/release"
|
|
86
|
+
git add -A
|
|
87
|
+
git commit -m "Release $TAG_NAME"
|
|
88
|
+
git push origin "${{ vars.RELEASE_BRANCH_NAME }}" --force
|
|
89
|
+
|
|
90
|
+
- name: "Force-retag semver and floating major"
|
|
91
|
+
if: "${{ env.PUBLISH == 'true' }}"
|
|
92
|
+
env:
|
|
93
|
+
TAG_NAME: "${{ github.event.release.tag_name }}"
|
|
94
|
+
IS_PRERELEASE: "${{ github.event.release.prerelease }}"
|
|
95
|
+
run: |
|
|
96
|
+
set -euo pipefail
|
|
97
|
+
cd "$RUNNER_TEMP/release"
|
|
98
|
+
|
|
99
|
+
# Re-point the semver tag onto the orphan commit (GitHub created it on main; we move it).
|
|
100
|
+
git tag -f "$TAG_NAME"
|
|
101
|
+
git push origin "refs/tags/$TAG_NAME" --force
|
|
102
|
+
|
|
103
|
+
# Derive floating major (e.g., v2.1.3 -> v2; primary-v1.2.3 -> primary-v1).
|
|
104
|
+
# Skips the major retag when the tag isn't <prefix->v<digits> shaped or when
|
|
105
|
+
# the release is marked as a prerelease — the floating major should only
|
|
106
|
+
# track stable releases.
|
|
107
|
+
MAJOR="$(printf '%s' "$TAG_NAME" | sed -E 's/^(([a-zA-Z][a-zA-Z0-9_-]*-)?v[0-9]+).*/\1/')"
|
|
108
|
+
if [ "$IS_PRERELEASE" = "true" ]; then
|
|
109
|
+
echo "Release $TAG_NAME is marked as a prerelease; skipping floating major retag."
|
|
110
|
+
elif [ "$MAJOR" = "$TAG_NAME" ]; then
|
|
111
|
+
echo "Tag $TAG_NAME is not v-prefixed semver; skipping floating major retag."
|
|
112
|
+
else
|
|
113
|
+
git tag -f "$MAJOR"
|
|
114
|
+
git push origin "refs/tags/$MAJOR" --force
|
|
115
|
+
fi
|
|
116
|
+
|
|
117
|
+
- name: "Attest build provenance"
|
|
118
|
+
if: "${{ env.PUBLISH == 'true' }}"
|
|
119
|
+
uses: "actions/attest-build-provenance@v2"
|
|
120
|
+
with:
|
|
121
|
+
subject-path: "${{ vars.ACTION_OUTPUT_PATH }}/${{ vars.ACTION_ENTRY_POINT }}"
|
package/build/templates/generators/github/workflows/publish/targets/github-pages-docusaurus.yml
CHANGED
|
@@ -12,7 +12,7 @@ publish-github-pages-docusaurus-[__TARGET_ID__]:
|
|
|
12
12
|
uses: "actions/checkout@v6"
|
|
13
13
|
|
|
14
14
|
- name: "Download build artifacts"
|
|
15
|
-
uses: "actions/download-artifact@
|
|
15
|
+
uses: "actions/download-artifact@v8"
|
|
16
16
|
with:
|
|
17
17
|
name: "[__ARTIFACT_NAME__]"
|
|
18
18
|
path: "[__WORKING_DIR__]/build"
|