@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,72 +1,587 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Tests - CLI - Generate - GitHub - Workflows - Run.
|
|
2
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run.
|
|
3
3
|
*
|
|
4
4
|
* @since 0.15.0
|
|
5
5
|
*/
|
|
6
|
-
export type
|
|
6
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_OriginalCwd = string;
|
|
7
7
|
|
|
8
|
-
export type
|
|
8
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_TemporaryDirectory = string;
|
|
9
9
|
|
|
10
|
-
export type
|
|
10
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_TemporaryPrefix = string;
|
|
11
11
|
|
|
12
|
-
export type
|
|
12
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SandboxRoot = string;
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
/**
|
|
15
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Build Entry Setup Lines Includes Target Level Secrets And Variables For Publish Template.
|
|
16
|
+
*
|
|
17
|
+
* @since 0.15.0
|
|
18
|
+
*/
|
|
19
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_BuildEntrySetupLinesIncludesTargetLevelSecretsAndVariablesForPublishTemplate_Entry = import('../../../../cli/generate/github/workflows.d.ts').Cli_Generate_Github_Workflows_Runner_Run_WorkflowEntry;
|
|
20
|
+
|
|
21
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_BuildEntrySetupLinesIncludesTargetLevelSecretsAndVariablesForPublishTemplate_PublishMetadata = import('../../../../cli/generate/github/workflows.d.ts').Cli_Generate_Github_Workflows_Runner_Run_MetadataEntry;
|
|
22
|
+
|
|
23
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_BuildEntrySetupLinesIncludesTargetLevelSecretsAndVariablesForPublishTemplate_SetupLines = string[];
|
|
24
|
+
|
|
25
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_BuildEntrySetupLinesIncludesTargetLevelSecretsAndVariablesForPublishTemplate_StripAnsiPattern = RegExp;
|
|
26
|
+
|
|
27
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_BuildEntrySetupLinesIncludesTargetLevelSecretsAndVariablesForPublishTemplate_Joined = string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Cleans Up Orphan Nova Yml Files.
|
|
31
|
+
*
|
|
32
|
+
* @since 0.15.0
|
|
33
|
+
*/
|
|
34
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_CleansUpOrphanNovaYmlFiles_ProjectDirectory = string;
|
|
35
|
+
|
|
36
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_CleansUpOrphanNovaYmlFiles_PackageJson = Record<string, unknown>;
|
|
37
|
+
|
|
38
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_CleansUpOrphanNovaYmlFiles_PackageJsonPath = string;
|
|
39
|
+
|
|
40
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_CleansUpOrphanNovaYmlFiles_GitignorePath = string;
|
|
41
|
+
|
|
42
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_CleansUpOrphanNovaYmlFiles_WorkflowsDirectory = string;
|
|
43
|
+
|
|
44
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_CleansUpOrphanNovaYmlFiles_NovaConfig = Record<string, unknown>;
|
|
45
|
+
|
|
46
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_CleansUpOrphanNovaYmlFiles_NovaConfigPath = string;
|
|
47
|
+
|
|
48
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_CleansUpOrphanNovaYmlFiles_Entries = string[];
|
|
49
|
+
|
|
50
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_CleansUpOrphanNovaYmlFiles_OrphanFiles = string[];
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Does Not Clean Up Nova Backup Files.
|
|
54
|
+
*
|
|
55
|
+
* @since 0.15.0
|
|
56
|
+
*/
|
|
57
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_DoesNotCleanUpNovaBackupFiles_ProjectDirectory = string;
|
|
58
|
+
|
|
59
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_DoesNotCleanUpNovaBackupFiles_PackageJson = Record<string, unknown>;
|
|
60
|
+
|
|
61
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_DoesNotCleanUpNovaBackupFiles_PackageJsonPath = string;
|
|
62
|
+
|
|
63
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_DoesNotCleanUpNovaBackupFiles_GitignorePath = string;
|
|
64
|
+
|
|
65
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_DoesNotCleanUpNovaBackupFiles_WorkflowsDirectory = string;
|
|
66
|
+
|
|
67
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_DoesNotCleanUpNovaBackupFiles_NovaConfig = Record<string, unknown>;
|
|
68
|
+
|
|
69
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_DoesNotCleanUpNovaBackupFiles_NovaConfigPath = string;
|
|
70
|
+
|
|
71
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_DoesNotCleanUpNovaBackupFiles_Entries = string[];
|
|
72
|
+
|
|
73
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_DoesNotCleanUpNovaBackupFiles_BackupFiles = string[];
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Generates Download Artifact Step With Workspace Build Path For Docusaurus Deploy Targets.
|
|
77
|
+
*
|
|
78
|
+
* @since 0.15.0
|
|
79
|
+
*/
|
|
80
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesDownloadArtifactStepWithWorkspaceBuildPathForDocusaurusDeployTargets_ProjectDirectory = string;
|
|
81
|
+
|
|
82
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesDownloadArtifactStepWithWorkspaceBuildPathForDocusaurusDeployTargets_RootPackageJson = Record<string, unknown>;
|
|
83
|
+
|
|
84
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesDownloadArtifactStepWithWorkspaceBuildPathForDocusaurusDeployTargets_DocsPackageJson = Record<string, unknown>;
|
|
85
|
+
|
|
86
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesDownloadArtifactStepWithWorkspaceBuildPathForDocusaurusDeployTargets_NovaConfig = Record<string, unknown>;
|
|
87
|
+
|
|
88
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesDownloadArtifactStepWithWorkspaceBuildPathForDocusaurusDeployTargets_WorkflowPath = string;
|
|
89
|
+
|
|
90
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesDownloadArtifactStepWithWorkspaceBuildPathForDocusaurusDeployTargets_Content = string;
|
|
91
|
+
|
|
92
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesDownloadArtifactStepWithWorkspaceBuildPathForDocusaurusDeployTargets_PathOccurrences = number;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Generates Per Target Upload Steps And Per Target Download Names For AMulti Target Publish Workflow.
|
|
96
|
+
*
|
|
97
|
+
* @since 0.15.0
|
|
98
|
+
*/
|
|
99
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesPerTargetUploadStepsAndPerTargetDownloadNamesForAMultiTargetPublishWorkflow_ProjectDirectory = string;
|
|
100
|
+
|
|
101
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesPerTargetUploadStepsAndPerTargetDownloadNamesForAMultiTargetPublishWorkflow_RootPackageJson = Record<string, unknown>;
|
|
102
|
+
|
|
103
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesPerTargetUploadStepsAndPerTargetDownloadNamesForAMultiTargetPublishWorkflow_LibPackageJson = Record<string, unknown>;
|
|
104
|
+
|
|
105
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesPerTargetUploadStepsAndPerTargetDownloadNamesForAMultiTargetPublishWorkflow_DocsPackageJson = Record<string, unknown>;
|
|
106
|
+
|
|
107
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesPerTargetUploadStepsAndPerTargetDownloadNamesForAMultiTargetPublishWorkflow_NovaConfig = Record<string, unknown>;
|
|
108
|
+
|
|
109
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesPerTargetUploadStepsAndPerTargetDownloadNamesForAMultiTargetPublishWorkflow_WorkflowPath = string;
|
|
110
|
+
|
|
111
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesPerTargetUploadStepsAndPerTargetDownloadNamesForAMultiTargetPublishWorkflow_Content = string;
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Generates Unified Publish Workflow With Npm Github Packages Targets And Build Artifact.
|
|
115
|
+
*
|
|
116
|
+
* @since 0.15.0
|
|
117
|
+
*/
|
|
118
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesUnifiedPublishWorkflowWithNpmGithubPackagesTargetsAndBuildArtifact_ProjectDirectory = string;
|
|
119
|
+
|
|
120
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesUnifiedPublishWorkflowWithNpmGithubPackagesTargetsAndBuildArtifact_RootPackageJson = Record<string, unknown>;
|
|
121
|
+
|
|
122
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesUnifiedPublishWorkflowWithNpmGithubPackagesTargetsAndBuildArtifact_PkgJson = Record<string, unknown>;
|
|
123
|
+
|
|
124
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesUnifiedPublishWorkflowWithNpmGithubPackagesTargetsAndBuildArtifact_NovaConfig = Record<string, unknown>;
|
|
125
|
+
|
|
126
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesUnifiedPublishWorkflowWithNpmGithubPackagesTargetsAndBuildArtifact_WorkflowPath = string;
|
|
127
|
+
|
|
128
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesUnifiedPublishWorkflowWithNpmGithubPackagesTargetsAndBuildArtifact_Exists = boolean;
|
|
129
|
+
|
|
130
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesUnifiedPublishWorkflowWithNpmGithubPackagesTargetsAndBuildArtifact_Content = string;
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Generates Workflow File For Github Action Target With Non Default Overrides.
|
|
134
|
+
*
|
|
135
|
+
* @since 0.15.0
|
|
136
|
+
*/
|
|
137
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileForGithubActionTargetWithNonDefaultOverrides_ProjectDirectory = string;
|
|
138
|
+
|
|
139
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileForGithubActionTargetWithNonDefaultOverrides_NovaConfig = Record<string, unknown>;
|
|
140
|
+
|
|
141
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileForGithubActionTargetWithNonDefaultOverrides_WorkflowPath = string;
|
|
142
|
+
|
|
143
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileForGithubActionTargetWithNonDefaultOverrides_Content = string;
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Generates Workflow File For Github Action Target With User Supplied Literals.
|
|
147
|
+
*
|
|
148
|
+
* @since 0.15.0
|
|
149
|
+
*/
|
|
150
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileForGithubActionTargetWithUserSuppliedLiterals_ProjectDirectory = string;
|
|
151
|
+
|
|
152
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileForGithubActionTargetWithUserSuppliedLiterals_NovaConfig = Record<string, unknown>;
|
|
153
|
+
|
|
154
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileForGithubActionTargetWithUserSuppliedLiterals_WorkflowPath = string;
|
|
155
|
+
|
|
156
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileForGithubActionTargetWithUserSuppliedLiterals_Content = string;
|
|
157
|
+
|
|
158
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileForGithubActionTargetWithUserSuppliedLiterals_PlaceholderPattern = RegExp;
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Generates Workflow File With Literal Substitution.
|
|
162
|
+
*
|
|
163
|
+
* @since 0.15.0
|
|
164
|
+
*/
|
|
165
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithLiteralSubstitution_ProjectDirectory = string;
|
|
166
|
+
|
|
167
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithLiteralSubstitution_PackageJson = Record<string, unknown>;
|
|
168
|
+
|
|
169
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithLiteralSubstitution_PackageJsonPath = string;
|
|
170
|
+
|
|
171
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithLiteralSubstitution_MyPackagePackageJson = Record<string, unknown>;
|
|
172
|
+
|
|
173
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithLiteralSubstitution_MyPackagePackageJsonPath = string;
|
|
174
|
+
|
|
175
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithLiteralSubstitution_GitignorePath = string;
|
|
176
|
+
|
|
177
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithLiteralSubstitution_NovaConfig = Record<string, unknown>;
|
|
178
|
+
|
|
179
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithLiteralSubstitution_NovaConfigPath = string;
|
|
180
|
+
|
|
181
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithLiteralSubstitution_WorkflowPath = string;
|
|
182
|
+
|
|
183
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithLiteralSubstitution_Content = string;
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Generates Workflow File With Secret Remapping.
|
|
187
|
+
*
|
|
188
|
+
* @since 0.15.0
|
|
189
|
+
*/
|
|
190
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithSecretRemapping_ProjectDirectory = string;
|
|
191
|
+
|
|
192
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithSecretRemapping_PackageJson = Record<string, unknown>;
|
|
193
|
+
|
|
194
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithSecretRemapping_PackageJsonPath = string;
|
|
195
|
+
|
|
196
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithSecretRemapping_CorePackageJson = Record<string, unknown>;
|
|
197
|
+
|
|
198
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithSecretRemapping_CorePackageJsonPath = string;
|
|
199
|
+
|
|
200
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithSecretRemapping_GitignorePath = string;
|
|
201
|
+
|
|
202
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithSecretRemapping_NovaConfig = Record<string, unknown>;
|
|
203
|
+
|
|
204
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithSecretRemapping_NovaConfigPath = string;
|
|
205
|
+
|
|
206
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithSecretRemapping_WorkflowPath = string;
|
|
207
|
+
|
|
208
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowFileWithSecretRemapping_Content = string;
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Generates Workflows For Two Github Action Targets With Distinct RELEASEBRANCHNAMEValues.
|
|
212
|
+
*
|
|
213
|
+
* @since 0.15.0
|
|
214
|
+
*/
|
|
215
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowsForTwoGithubActionTargetsWithDistinctRELEASEBRANCHNAMEValues_ProjectDirectory = string;
|
|
216
|
+
|
|
217
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowsForTwoGithubActionTargetsWithDistinctRELEASEBRANCHNAMEValues_NovaConfig = Record<string, unknown>;
|
|
218
|
+
|
|
219
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowsForTwoGithubActionTargetsWithDistinctRELEASEBRANCHNAMEValues_AlphaWorkflowPath = string;
|
|
220
|
+
|
|
221
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowsForTwoGithubActionTargetsWithDistinctRELEASEBRANCHNAMEValues_BetaWorkflowPath = string;
|
|
222
|
+
|
|
223
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowsForTwoGithubActionTargetsWithDistinctRELEASEBRANCHNAMEValues_AlphaContent = string;
|
|
224
|
+
|
|
225
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowsForTwoGithubActionTargetsWithDistinctRELEASEBRANCHNAMEValues_BetaContent = string;
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Generates Workflow With Github Action And Github Pages Docusaurus Coexisting.
|
|
229
|
+
*
|
|
230
|
+
* @since 0.15.0
|
|
231
|
+
*/
|
|
232
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithGithubActionAndGithubPagesDocusaurusCoexisting_ProjectDirectory = string;
|
|
233
|
+
|
|
234
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithGithubActionAndGithubPagesDocusaurusCoexisting_NovaConfig = Record<string, unknown>;
|
|
235
|
+
|
|
236
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithGithubActionAndGithubPagesDocusaurusCoexisting_WorkflowPath = string;
|
|
237
|
+
|
|
238
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithGithubActionAndGithubPagesDocusaurusCoexisting_Content = string;
|
|
239
|
+
|
|
240
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithGithubActionAndGithubPagesDocusaurusCoexisting_OnMatches = RegExpMatchArray | null;
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Generates Workflow With Multiple Triggers.
|
|
244
|
+
*
|
|
245
|
+
* @since 0.15.0
|
|
246
|
+
*/
|
|
247
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithMultipleTriggers_ProjectDirectory = string;
|
|
248
|
+
|
|
249
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithMultipleTriggers_PackageJson = Record<string, unknown>;
|
|
250
|
+
|
|
251
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithMultipleTriggers_PackageJsonPath = string;
|
|
252
|
+
|
|
253
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithMultipleTriggers_DocsPackageJson = Record<string, unknown>;
|
|
254
|
+
|
|
255
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithMultipleTriggers_DocsPackageJsonPath = string;
|
|
256
|
+
|
|
257
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithMultipleTriggers_GitignorePath = string;
|
|
258
|
+
|
|
259
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithMultipleTriggers_NovaConfig = Record<string, unknown>;
|
|
260
|
+
|
|
261
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithMultipleTriggers_NovaConfigPath = string;
|
|
262
|
+
|
|
263
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithMultipleTriggers_WorkflowPath = string;
|
|
264
|
+
|
|
265
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithMultipleTriggers_Content = string;
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Generates Workflow With Workflow Run Success Trigger And Depends On.
|
|
269
|
+
*
|
|
270
|
+
* @since 0.15.0
|
|
271
|
+
*/
|
|
272
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithWorkflowRunSuccessTriggerAndDependsOn_ProjectDirectory = string;
|
|
273
|
+
|
|
274
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithWorkflowRunSuccessTriggerAndDependsOn_PackageJson = Record<string, unknown>;
|
|
275
|
+
|
|
276
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithWorkflowRunSuccessTriggerAndDependsOn_PackageJsonPath = string;
|
|
15
277
|
|
|
16
|
-
export type
|
|
278
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithWorkflowRunSuccessTriggerAndDependsOn_CorePackageJson = Record<string, unknown>;
|
|
17
279
|
|
|
18
|
-
export type
|
|
280
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithWorkflowRunSuccessTriggerAndDependsOn_CorePackageJsonPath = string;
|
|
19
281
|
|
|
20
|
-
export type
|
|
282
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithWorkflowRunSuccessTriggerAndDependsOn_UtilsPackageJson = Record<string, unknown>;
|
|
21
283
|
|
|
22
|
-
export type
|
|
284
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithWorkflowRunSuccessTriggerAndDependsOn_UtilsPackageJsonPath = string;
|
|
23
285
|
|
|
24
|
-
export type
|
|
286
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithWorkflowRunSuccessTriggerAndDependsOn_GitignorePath = string;
|
|
25
287
|
|
|
26
|
-
export type
|
|
288
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithWorkflowRunSuccessTriggerAndDependsOn_NovaConfig = Record<string, unknown>;
|
|
27
289
|
|
|
28
|
-
export type
|
|
290
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithWorkflowRunSuccessTriggerAndDependsOn_NovaConfigPath = string;
|
|
29
291
|
|
|
30
|
-
export type
|
|
292
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithWorkflowRunSuccessTriggerAndDependsOn_PrimaryPath = string;
|
|
31
293
|
|
|
32
|
-
export type
|
|
294
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithWorkflowRunSuccessTriggerAndDependsOn_PrimaryContent = string;
|
|
33
295
|
|
|
34
|
-
export type
|
|
296
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithWorkflowRunSuccessTriggerAndDependsOn_SecondaryPath = string;
|
|
35
297
|
|
|
36
|
-
export type
|
|
298
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_GeneratesWorkflowWithWorkflowRunSuccessTriggerAndDependsOn_SecondaryContent = string;
|
|
37
299
|
|
|
38
|
-
|
|
300
|
+
/**
|
|
301
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Passes The Correct Header Metadata To Save Generated File For Each Generated Workflow.
|
|
302
|
+
*
|
|
303
|
+
* @since 0.15.0
|
|
304
|
+
*/
|
|
305
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_PassesTheCorrectHeaderMetadataToSaveGeneratedFileForEachGeneratedWorkflow_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
306
|
+
|
|
307
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_PassesTheCorrectHeaderMetadataToSaveGeneratedFileForEachGeneratedWorkflow_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
308
|
+
|
|
309
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_PassesTheCorrectHeaderMetadataToSaveGeneratedFileForEachGeneratedWorkflow_SaveSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
310
|
+
|
|
311
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_PassesTheCorrectHeaderMetadataToSaveGeneratedFileForEachGeneratedWorkflow_Calls = [string, string, boolean, import('../../../../lib/utility.d.ts').Lib_Utility_SaveGeneratedFile_Header | undefined][];
|
|
312
|
+
|
|
313
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_PassesTheCorrectHeaderMetadataToSaveGeneratedFileForEachGeneratedWorkflow_TargetCall = [string, string, boolean, import('../../../../lib/utility.d.ts').Lib_Utility_SaveGeneratedFile_Header | undefined] | undefined;
|
|
314
|
+
|
|
315
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_PassesTheCorrectHeaderMetadataToSaveGeneratedFileForEachGeneratedWorkflow_HeaderArg = import('../../../../lib/utility.d.ts').Lib_Utility_SaveGeneratedFile_Header | undefined;
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Rejects Depends On Referencing Non Existent Workflow.
|
|
319
|
+
*
|
|
320
|
+
* @since 0.15.0
|
|
321
|
+
*/
|
|
322
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsDependsOnReferencingNonExistentWorkflow_ProjectDirectory = string;
|
|
323
|
+
|
|
324
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsDependsOnReferencingNonExistentWorkflow_PackageJson = Record<string, unknown>;
|
|
325
|
+
|
|
326
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsDependsOnReferencingNonExistentWorkflow_PackageJsonPath = string;
|
|
327
|
+
|
|
328
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsDependsOnReferencingNonExistentWorkflow_GitignorePath = string;
|
|
329
|
+
|
|
330
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsDependsOnReferencingNonExistentWorkflow_NovaConfig = Record<string, unknown>;
|
|
331
|
+
|
|
332
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsDependsOnReferencingNonExistentWorkflow_NovaConfigPath = string;
|
|
333
|
+
|
|
334
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsDependsOnReferencingNonExistentWorkflow_Exists = boolean;
|
|
335
|
+
|
|
336
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsDependsOnReferencingNonExistentWorkflow_WorkflowPath = string;
|
|
337
|
+
|
|
338
|
+
/**
|
|
339
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Rejects Duplicate Template Suffix Combinations.
|
|
340
|
+
*
|
|
341
|
+
* @since 0.15.0
|
|
342
|
+
*/
|
|
343
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsDuplicateTemplateSuffixCombinations_ProjectDirectory = string;
|
|
344
|
+
|
|
345
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsDuplicateTemplateSuffixCombinations_PackageJson = Record<string, unknown>;
|
|
346
|
+
|
|
347
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsDuplicateTemplateSuffixCombinations_PackageJsonPath = string;
|
|
348
|
+
|
|
349
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsDuplicateTemplateSuffixCombinations_GitignorePath = string;
|
|
350
|
+
|
|
351
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsDuplicateTemplateSuffixCombinations_NovaConfig = Record<string, unknown>;
|
|
352
|
+
|
|
353
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsDuplicateTemplateSuffixCombinations_NovaConfigPath = string;
|
|
354
|
+
|
|
355
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsDuplicateTemplateSuffixCombinations_Exists = boolean;
|
|
356
|
+
|
|
357
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsDuplicateTemplateSuffixCombinations_WorkflowsDirectory = string;
|
|
358
|
+
|
|
359
|
+
/**
|
|
360
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Rejects Workflows When Two Aws Amplify Nextjs Targets Across Separate Workflows Share The Same AMPLIFYAPPIDAnd AMPLIFYBRANCHNAME.
|
|
361
|
+
*
|
|
362
|
+
* @since 0.15.0
|
|
363
|
+
*/
|
|
364
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoAwsAmplifyNextjsTargetsAcrossSeparateWorkflowsShareTheSameAMPLIFYAPPIDAndAMPLIFYBRANCHNAME_ProjectDirectory = string;
|
|
365
|
+
|
|
366
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoAwsAmplifyNextjsTargetsAcrossSeparateWorkflowsShareTheSameAMPLIFYAPPIDAndAMPLIFYBRANCHNAME_NovaConfig = Record<string, unknown>;
|
|
367
|
+
|
|
368
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoAwsAmplifyNextjsTargetsAcrossSeparateWorkflowsShareTheSameAMPLIFYAPPIDAndAMPLIFYBRANCHNAME_AlphaWorkflowPath = string;
|
|
369
|
+
|
|
370
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoAwsAmplifyNextjsTargetsAcrossSeparateWorkflowsShareTheSameAMPLIFYAPPIDAndAMPLIFYBRANCHNAME_BetaWorkflowPath = string;
|
|
371
|
+
|
|
372
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoAwsAmplifyNextjsTargetsAcrossSeparateWorkflowsShareTheSameAMPLIFYAPPIDAndAMPLIFYBRANCHNAME_AlphaExists = boolean;
|
|
373
|
+
|
|
374
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoAwsAmplifyNextjsTargetsAcrossSeparateWorkflowsShareTheSameAMPLIFYAPPIDAndAMPLIFYBRANCHNAME_BetaExists = boolean;
|
|
375
|
+
|
|
376
|
+
/**
|
|
377
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Rejects Workflows When Two Cloudflare Pages Docusaurus Targets Across Separate Workflows Share The Same CLOUDFLAREPROJECTNAME.
|
|
378
|
+
*
|
|
379
|
+
* @since 0.15.0
|
|
380
|
+
*/
|
|
381
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoCloudflarePagesDocusaurusTargetsAcrossSeparateWorkflowsShareTheSameCLOUDFLAREPROJECTNAME_ProjectDirectory = string;
|
|
382
|
+
|
|
383
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoCloudflarePagesDocusaurusTargetsAcrossSeparateWorkflowsShareTheSameCLOUDFLAREPROJECTNAME_NovaConfig = Record<string, unknown>;
|
|
384
|
+
|
|
385
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoCloudflarePagesDocusaurusTargetsAcrossSeparateWorkflowsShareTheSameCLOUDFLAREPROJECTNAME_AlphaWorkflowPath = string;
|
|
386
|
+
|
|
387
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoCloudflarePagesDocusaurusTargetsAcrossSeparateWorkflowsShareTheSameCLOUDFLAREPROJECTNAME_BetaWorkflowPath = string;
|
|
388
|
+
|
|
389
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoCloudflarePagesDocusaurusTargetsAcrossSeparateWorkflowsShareTheSameCLOUDFLAREPROJECTNAME_AlphaExists = boolean;
|
|
390
|
+
|
|
391
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoCloudflarePagesDocusaurusTargetsAcrossSeparateWorkflowsShareTheSameCLOUDFLAREPROJECTNAME_BetaExists = boolean;
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Rejects Workflows When Two Github Action Targets Across Separate Workflows Collide On The Same RELEASEBRANCHNAME.
|
|
395
|
+
*
|
|
396
|
+
* @since 0.15.0
|
|
397
|
+
*/
|
|
398
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoGithubActionTargetsAcrossSeparateWorkflowsCollideOnTheSameRELEASEBRANCHNAME_ProjectDirectory = string;
|
|
399
|
+
|
|
400
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoGithubActionTargetsAcrossSeparateWorkflowsCollideOnTheSameRELEASEBRANCHNAME_NovaConfig = Record<string, unknown>;
|
|
401
|
+
|
|
402
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoGithubActionTargetsAcrossSeparateWorkflowsCollideOnTheSameRELEASEBRANCHNAME_AlphaWorkflowPath = string;
|
|
403
|
+
|
|
404
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoGithubActionTargetsAcrossSeparateWorkflowsCollideOnTheSameRELEASEBRANCHNAME_BetaWorkflowPath = string;
|
|
405
|
+
|
|
406
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoGithubActionTargetsAcrossSeparateWorkflowsCollideOnTheSameRELEASEBRANCHNAME_AlphaExists = boolean;
|
|
407
|
+
|
|
408
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoGithubActionTargetsAcrossSeparateWorkflowsCollideOnTheSameRELEASEBRANCHNAME_BetaExists = boolean;
|
|
409
|
+
|
|
410
|
+
/**
|
|
411
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Rejects Workflows When Two Github Pages Docusaurus Targets Are Declared Across Separate Workflows Singleton.
|
|
412
|
+
*
|
|
413
|
+
* @since 0.15.0
|
|
414
|
+
*/
|
|
415
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoGithubPagesDocusaurusTargetsAreDeclaredAcrossSeparateWorkflowsSingleton_ProjectDirectory = string;
|
|
416
|
+
|
|
417
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoGithubPagesDocusaurusTargetsAreDeclaredAcrossSeparateWorkflowsSingleton_NovaConfig = Record<string, unknown>;
|
|
418
|
+
|
|
419
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoGithubPagesDocusaurusTargetsAreDeclaredAcrossSeparateWorkflowsSingleton_Docs1WorkflowPath = string;
|
|
420
|
+
|
|
421
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoGithubPagesDocusaurusTargetsAreDeclaredAcrossSeparateWorkflowsSingleton_Docs2WorkflowPath = string;
|
|
422
|
+
|
|
423
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoGithubPagesDocusaurusTargetsAreDeclaredAcrossSeparateWorkflowsSingleton_Docs1Exists = boolean;
|
|
424
|
+
|
|
425
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoGithubPagesDocusaurusTargetsAreDeclaredAcrossSeparateWorkflowsSingleton_Docs2Exists = boolean;
|
|
426
|
+
|
|
427
|
+
/**
|
|
428
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Rejects Workflows When Two Vercel Nextjs Targets Across Separate Workflows Share The Same VERCELORGIDAnd VERCELPROJECTID.
|
|
429
|
+
*
|
|
430
|
+
* @since 0.15.0
|
|
431
|
+
*/
|
|
432
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoVercelNextjsTargetsAcrossSeparateWorkflowsShareTheSameVERCELORGIDAndVERCELPROJECTID_ProjectDirectory = string;
|
|
433
|
+
|
|
434
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoVercelNextjsTargetsAcrossSeparateWorkflowsShareTheSameVERCELORGIDAndVERCELPROJECTID_NovaConfig = Record<string, unknown>;
|
|
435
|
+
|
|
436
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoVercelNextjsTargetsAcrossSeparateWorkflowsShareTheSameVERCELORGIDAndVERCELPROJECTID_AlphaWorkflowPath = string;
|
|
437
|
+
|
|
438
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoVercelNextjsTargetsAcrossSeparateWorkflowsShareTheSameVERCELORGIDAndVERCELPROJECTID_BetaWorkflowPath = string;
|
|
439
|
+
|
|
440
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoVercelNextjsTargetsAcrossSeparateWorkflowsShareTheSameVERCELORGIDAndVERCELPROJECTID_AlphaExists = boolean;
|
|
441
|
+
|
|
442
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowsWhenTwoVercelNextjsTargetsAcrossSeparateWorkflowsShareTheSameVERCELORGIDAndVERCELPROJECTID_BetaExists = boolean;
|
|
443
|
+
|
|
444
|
+
/**
|
|
445
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Rejects Workflow When Two Github Action Targets Collide On The Same RELEASEBRANCHNAME.
|
|
446
|
+
*
|
|
447
|
+
* @since 0.15.0
|
|
448
|
+
*/
|
|
449
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowWhenTwoGithubActionTargetsCollideOnTheSameRELEASEBRANCHNAME_ProjectDirectory = string;
|
|
450
|
+
|
|
451
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowWhenTwoGithubActionTargetsCollideOnTheSameRELEASEBRANCHNAME_NovaConfig = Record<string, unknown>;
|
|
452
|
+
|
|
453
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowWhenTwoGithubActionTargetsCollideOnTheSameRELEASEBRANCHNAME_WorkflowPath = string;
|
|
454
|
+
|
|
455
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_RejectsWorkflowWhenTwoGithubActionTargetsCollideOnTheSameRELEASEBRANCHNAME_WorkflowExists = boolean;
|
|
456
|
+
|
|
457
|
+
/**
|
|
458
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Reproduces Nova Publish Workflow From Config Entry.
|
|
459
|
+
*
|
|
460
|
+
* @since 0.15.0
|
|
461
|
+
*/
|
|
462
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_ReproducesNovaPublishWorkflowFromConfigEntry_ProjectDirectory = string;
|
|
463
|
+
|
|
464
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_ReproducesNovaPublishWorkflowFromConfigEntry_RootPackageJson = Record<string, unknown>;
|
|
465
|
+
|
|
466
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_ReproducesNovaPublishWorkflowFromConfigEntry_NovaConfig = Record<string, unknown>;
|
|
467
|
+
|
|
468
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_ReproducesNovaPublishWorkflowFromConfigEntry_Content = string;
|
|
469
|
+
|
|
470
|
+
/**
|
|
471
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Returns Early When Workflows Config Is Missing.
|
|
472
|
+
*
|
|
473
|
+
* @since 0.15.0
|
|
474
|
+
*/
|
|
475
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_ReturnsEarlyWhenWorkflowsConfigIsMissing_ProjectDirectory = string;
|
|
476
|
+
|
|
477
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_ReturnsEarlyWhenWorkflowsConfigIsMissing_PackageJson = Record<string, unknown>;
|
|
478
|
+
|
|
479
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_ReturnsEarlyWhenWorkflowsConfigIsMissing_PackageJsonPath = string;
|
|
480
|
+
|
|
481
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_ReturnsEarlyWhenWorkflowsConfigIsMissing_GitignorePath = string;
|
|
482
|
+
|
|
483
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_ReturnsEarlyWhenWorkflowsConfigIsMissing_NovaConfig = Record<string, unknown>;
|
|
484
|
+
|
|
485
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_ReturnsEarlyWhenWorkflowsConfigIsMissing_NovaConfigPath = string;
|
|
486
|
+
|
|
487
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_ReturnsEarlyWhenWorkflowsConfigIsMissing_Exists = boolean;
|
|
488
|
+
|
|
489
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_ReturnsEarlyWhenWorkflowsConfigIsMissing_WorkflowsDirectory = string;
|
|
490
|
+
|
|
491
|
+
/**
|
|
492
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Serializes Dependent Publish Targets Via Needs.
|
|
493
|
+
*
|
|
494
|
+
* @since 0.15.0
|
|
495
|
+
*/
|
|
496
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SerializesDependentPublishTargetsViaNeeds_ProjectDirectory = string;
|
|
497
|
+
|
|
498
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SerializesDependentPublishTargetsViaNeeds_RootPackageJson = Record<string, unknown>;
|
|
499
|
+
|
|
500
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SerializesDependentPublishTargetsViaNeeds_NovaConfig = Record<string, unknown>;
|
|
501
|
+
|
|
502
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SerializesDependentPublishTargetsViaNeeds_Content = string;
|
|
503
|
+
|
|
504
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SerializesDependentPublishTargetsViaNeeds_Lines = string[];
|
|
505
|
+
|
|
506
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SerializesDependentPublishTargetsViaNeeds_CoreJobIndex = number;
|
|
507
|
+
|
|
508
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SerializesDependentPublishTargetsViaNeeds_CoreNeedsLine = string;
|
|
509
|
+
|
|
510
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SerializesDependentPublishTargetsViaNeeds_PresetJobIndex = number;
|
|
511
|
+
|
|
512
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SerializesDependentPublishTargetsViaNeeds_PresetNeedsLine = string;
|
|
513
|
+
|
|
514
|
+
/**
|
|
515
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Sets Exit Code When Not At Project Root.
|
|
516
|
+
*
|
|
517
|
+
* @since 0.15.0
|
|
518
|
+
*/
|
|
519
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SetsExitCodeWhenNotAtProjectRoot_ProjectDirectory = string;
|
|
520
|
+
|
|
521
|
+
/**
|
|
522
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Skips Workflow When ATarget Level Literal Is Missing From Settings.
|
|
523
|
+
*
|
|
524
|
+
* @since 0.15.0
|
|
525
|
+
*/
|
|
526
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SkipsWorkflowWhenATargetLevelLiteralIsMissingFromSettings_ProjectDirectory = string;
|
|
527
|
+
|
|
528
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SkipsWorkflowWhenATargetLevelLiteralIsMissingFromSettings_NovaConfig = Record<string, unknown>;
|
|
39
529
|
|
|
40
|
-
export type
|
|
530
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SkipsWorkflowWhenATargetLevelLiteralIsMissingFromSettings_WorkflowPath = string;
|
|
41
531
|
|
|
42
|
-
export type
|
|
532
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SkipsWorkflowWhenATargetLevelLiteralIsMissingFromSettings_WorkflowExists = boolean;
|
|
43
533
|
|
|
44
|
-
|
|
534
|
+
/**
|
|
535
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Skips Workflow When Two Github Pages Docusaurus Targets Coexist Singleton.
|
|
536
|
+
*
|
|
537
|
+
* @since 0.15.0
|
|
538
|
+
*/
|
|
539
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SkipsWorkflowWhenTwoGithubPagesDocusaurusTargetsCoexistSingleton_ProjectDirectory = string;
|
|
45
540
|
|
|
46
|
-
export type
|
|
541
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SkipsWorkflowWhenTwoGithubPagesDocusaurusTargetsCoexistSingleton_NovaConfig = Record<string, unknown>;
|
|
47
542
|
|
|
48
|
-
export type
|
|
543
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SkipsWorkflowWhenTwoGithubPagesDocusaurusTargetsCoexistSingleton_WorkflowPath = string;
|
|
49
544
|
|
|
50
|
-
export type
|
|
545
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SkipsWorkflowWhenTwoGithubPagesDocusaurusTargetsCoexistSingleton_WorkflowExists = boolean;
|
|
51
546
|
|
|
52
|
-
|
|
547
|
+
/**
|
|
548
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Skips Workflow With Missing Required Literal Settings.
|
|
549
|
+
*
|
|
550
|
+
* @since 0.15.0
|
|
551
|
+
*/
|
|
552
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SkipsWorkflowWithMissingRequiredLiteralSettings_ProjectDirectory = string;
|
|
53
553
|
|
|
54
|
-
export type
|
|
554
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SkipsWorkflowWithMissingRequiredLiteralSettings_PackageJson = Record<string, unknown>;
|
|
55
555
|
|
|
56
|
-
export type
|
|
556
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SkipsWorkflowWithMissingRequiredLiteralSettings_PackageJsonPath = string;
|
|
57
557
|
|
|
58
|
-
export type
|
|
558
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SkipsWorkflowWithMissingRequiredLiteralSettings_GitignorePath = string;
|
|
559
|
+
|
|
560
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SkipsWorkflowWithMissingRequiredLiteralSettings_NovaConfig = Record<string, unknown>;
|
|
561
|
+
|
|
562
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SkipsWorkflowWithMissingRequiredLiteralSettings_NovaConfigPath = string;
|
|
563
|
+
|
|
564
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SkipsWorkflowWithMissingRequiredLiteralSettings_Exists = boolean;
|
|
565
|
+
|
|
566
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SkipsWorkflowWithMissingRequiredLiteralSettings_WorkflowPath = string;
|
|
567
|
+
|
|
568
|
+
/**
|
|
569
|
+
* Tests - CLI - Generate - GitHub - Workflows - Cli Generate Github Workflows Run - Supports Multi Action Repos Via Prefixed Tags Primary V1 Secondary V1.
|
|
570
|
+
*
|
|
571
|
+
* @since 0.15.0
|
|
572
|
+
*/
|
|
573
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SupportsMultiActionReposViaPrefixedTagsPrimaryV1SecondaryV1_ProjectDirectory = string;
|
|
59
574
|
|
|
60
|
-
export type
|
|
575
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SupportsMultiActionReposViaPrefixedTagsPrimaryV1SecondaryV1_NovaConfig = Record<string, unknown>;
|
|
61
576
|
|
|
62
|
-
export type
|
|
577
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SupportsMultiActionReposViaPrefixedTagsPrimaryV1SecondaryV1_PrimaryWorkflowPath = string;
|
|
63
578
|
|
|
64
|
-
export type
|
|
579
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SupportsMultiActionReposViaPrefixedTagsPrimaryV1SecondaryV1_SecondaryWorkflowPath = string;
|
|
65
580
|
|
|
66
|
-
export type
|
|
581
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SupportsMultiActionReposViaPrefixedTagsPrimaryV1SecondaryV1_PrimaryExists = boolean;
|
|
67
582
|
|
|
68
|
-
export type
|
|
583
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SupportsMultiActionReposViaPrefixedTagsPrimaryV1SecondaryV1_SecondaryExists = boolean;
|
|
69
584
|
|
|
70
|
-
export type
|
|
585
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SupportsMultiActionReposViaPrefixedTagsPrimaryV1SecondaryV1_PrimaryContent = string;
|
|
71
586
|
|
|
72
|
-
export type
|
|
587
|
+
export type Tests_Cli_Generate_Github_Workflows_CliGenerateGithubWorkflowsRun_SupportsMultiActionReposViaPrefixedTagsPrimaryV1SecondaryV1_SecondaryContent = string;
|