@cbnventures/nova 0.16.2 → 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/README.md +8 -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 +10 -6
- 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 +20 -13
- package/build/src/cli/generate/github/issue-template.js.map +1 -1
- package/build/src/cli/generate/github/workflows.d.ts +10 -9
- package/build/src/cli/generate/github/workflows.d.ts.map +1 -1
- package/build/src/cli/generate/github/workflows.js +249 -129
- 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 +16 -13
- 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 +90 -77
- 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 +9 -5
- 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 +81 -71
- 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 +19 -86
- 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 +26 -28
- 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 +27 -25
- 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 +86 -84
- 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 +4 -0
- package/build/src/lib/constants.d.ts.map +1 -0
- package/build/src/lib/constants.js +3 -0
- package/build/src/lib/constants.js.map +1 -0
- 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 -21
- package/build/src/lib/utility.d.ts.map +1 -1
- package/build/src/lib/utility.js +139 -19
- 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 +44 -2
- 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 +7 -0
- 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 +365 -302
- package/build/src/types/cli/generate/must-haves/agent-conventions.d.ts +29 -21
- package/build/src/types/cli/generate/must-haves/dotenv.d.ts +209 -205
- 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 +27 -42
- 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 +13 -0
- 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 +395 -194
- 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 +21 -13
- package/build/src/types/tests/cli/generate/github/issue-template.test.d.ts +26 -6
- package/build/src/types/tests/cli/generate/github/workflows-helpers.test.d.ts +206 -21
- package/build/src/types/tests/cli/generate/github/workflows.test.d.ts +556 -29
- 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 +28 -6
- package/build/src/types/tests/cli/generate/must-haves/editorconfig.test.d.ts +19 -11
- 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 +151 -11
- package/build/src/types/tests/cli/generate/must-haves/read-me.test.d.ts +216 -18
- 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 +1151 -142
- 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 +2 -2
- package/build/templates/generators/github/workflows/publish/targets/cloudflare-pages-docusaurus.yml +2 -2
- package/build/templates/generators/github/workflows/publish/targets/github-action.yml +121 -0
- package/build/templates/generators/github/workflows/publish/targets/github-packages.yml +3 -2
- package/build/templates/generators/github/workflows/publish/targets/github-pages-docusaurus.yml +2 -2
- package/build/templates/generators/github/workflows/publish/targets/npm.yml +3 -2
- package/build/templates/generators/github/workflows/publish/targets/vercel-nextjs.yml +2 -2
- 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 +55 -0
- package/build/templates/generators/must-haves/dotenv/env +14 -0
- package/build/templates/generators/must-haves/dotenv/env.sample +14 -0
- package/build/templates/generators/must-haves/editorconfig/editorconfig +212 -0
- package/build/templates/generators/must-haves/gitignore/gitignore +179 -0
- package/build/templates/scaffold/app/nextjs/next.config.mjs +3 -1
- package/package.json +1 -1
|
@@ -0,0 +1,762 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Lib - Regex - Character Backslash.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.18.0
|
|
5
|
+
*/
|
|
6
|
+
export type Lib_Regex_CharacterBackslash = RegExp;
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Lib - Regex - Character Backtick.
|
|
10
|
+
*
|
|
11
|
+
* @since 0.18.0
|
|
12
|
+
*/
|
|
13
|
+
export type Lib_Regex_CharacterBacktick = RegExp;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Lib - Regex - Character Dollar.
|
|
17
|
+
*
|
|
18
|
+
* @since 0.18.0
|
|
19
|
+
*/
|
|
20
|
+
export type Lib_Regex_CharacterDollar = RegExp;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Lib - Regex - Character Double Quote.
|
|
24
|
+
*
|
|
25
|
+
* @since 0.11.0
|
|
26
|
+
*/
|
|
27
|
+
export type Lib_Regex_CharacterDoubleQuote = RegExp;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Lib - Regex - Character Pipe.
|
|
31
|
+
*
|
|
32
|
+
* @since 0.11.0
|
|
33
|
+
*/
|
|
34
|
+
export type Lib_Regex_CharacterPipe = RegExp;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Lib - Regex - Character Single Quote.
|
|
38
|
+
*
|
|
39
|
+
* @since 0.11.0
|
|
40
|
+
*/
|
|
41
|
+
export type Lib_Regex_CharacterSingleQuote = RegExp;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Lib - Regex - Linebreak CRLF Or LF.
|
|
45
|
+
*
|
|
46
|
+
* @since 0.11.0
|
|
47
|
+
*/
|
|
48
|
+
export type Lib_Regex_LinebreakCrlfOrLf = RegExp;
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Lib - Regex - Pattern ANSI.
|
|
52
|
+
*
|
|
53
|
+
* @since 0.11.0
|
|
54
|
+
*/
|
|
55
|
+
export type Lib_Regex_PatternAnsi = RegExp;
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Lib - Regex - Pattern ANSI Start.
|
|
59
|
+
*
|
|
60
|
+
* @since 0.11.0
|
|
61
|
+
*/
|
|
62
|
+
export type Lib_Regex_PatternAnsiStart = RegExp;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Lib - Regex - Pattern Camel Case Boundary.
|
|
66
|
+
*
|
|
67
|
+
* @since 0.11.0
|
|
68
|
+
*/
|
|
69
|
+
export type Lib_Regex_PatternCamelCaseBoundary = RegExp;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Lib - Regex - Pattern Camel Case Words.
|
|
73
|
+
*
|
|
74
|
+
* @since 0.11.0
|
|
75
|
+
*/
|
|
76
|
+
export type Lib_Regex_PatternCamelCaseWords = RegExp;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Lib - Regex - Pattern Casing Camel Case.
|
|
80
|
+
*
|
|
81
|
+
* @since 0.11.0
|
|
82
|
+
*/
|
|
83
|
+
export type Lib_Regex_PatternCasingCamelCase = RegExp;
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Lib - Regex - Pattern Casing Pascal Case.
|
|
87
|
+
*
|
|
88
|
+
* @since 0.11.0
|
|
89
|
+
*/
|
|
90
|
+
export type Lib_Regex_PatternCasingPascalCase = RegExp;
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Lib - Regex - Pattern Casing Underscore Pascal Case.
|
|
94
|
+
*
|
|
95
|
+
* @since 0.18.0
|
|
96
|
+
*/
|
|
97
|
+
export type Lib_Regex_PatternCasingUnderscorePascalCase = RegExp;
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Lib - Regex - Pattern Casing Upper Snake Case.
|
|
101
|
+
*
|
|
102
|
+
* @since 0.11.0
|
|
103
|
+
*/
|
|
104
|
+
export type Lib_Regex_PatternCasingUpperSnakeCase = RegExp;
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* Lib - Regex - Pattern Digits.
|
|
108
|
+
*
|
|
109
|
+
* @since 0.11.0
|
|
110
|
+
*/
|
|
111
|
+
export type Lib_Regex_PatternDigits = RegExp;
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* Lib - Regex - Pattern Double Quoted String Capture.
|
|
115
|
+
*
|
|
116
|
+
* @since 0.11.0
|
|
117
|
+
*/
|
|
118
|
+
export type Lib_Regex_PatternDoubleQuotedStringCapture = RegExp;
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* Lib - Regex - Pattern Email Simple.
|
|
122
|
+
*
|
|
123
|
+
* @since 0.11.0
|
|
124
|
+
*/
|
|
125
|
+
export type Lib_Regex_PatternEmailSimple = RegExp;
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Lib - Regex - Pattern Env Line.
|
|
129
|
+
*
|
|
130
|
+
* @since 0.14.0
|
|
131
|
+
*/
|
|
132
|
+
export type Lib_Regex_PatternEnvLine = RegExp;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* Lib - Regex - Pattern Env Var Key.
|
|
136
|
+
*
|
|
137
|
+
* @since 0.11.0
|
|
138
|
+
*/
|
|
139
|
+
export type Lib_Regex_PatternEnvVarKey = RegExp;
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* Lib - Regex - Pattern Env Var Key Screaming Snake.
|
|
143
|
+
*
|
|
144
|
+
* @since 0.11.0
|
|
145
|
+
*/
|
|
146
|
+
export type Lib_Regex_PatternEnvVarKeyScreamingSnake = RegExp;
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* Lib - Regex - Pattern Env Var Key Screaming Snake Inline.
|
|
150
|
+
*
|
|
151
|
+
* @since 0.11.0
|
|
152
|
+
*/
|
|
153
|
+
export type Lib_Regex_PatternEnvVarKeyScreamingSnakeInline = RegExp;
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* Lib - Regex - Pattern Error Prefix.
|
|
157
|
+
*
|
|
158
|
+
* @since 0.11.0
|
|
159
|
+
*/
|
|
160
|
+
export type Lib_Regex_PatternErrorPrefix = RegExp;
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* Lib - Regex - Pattern Example Value Inline.
|
|
164
|
+
*
|
|
165
|
+
* @since 0.11.0
|
|
166
|
+
*/
|
|
167
|
+
export type Lib_Regex_PatternExampleValueInline = RegExp;
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Lib - Regex - Pattern Extension.
|
|
171
|
+
*
|
|
172
|
+
* @since 0.11.0
|
|
173
|
+
*/
|
|
174
|
+
export type Lib_Regex_PatternExtension = RegExp;
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* Lib - Regex - Pattern Extension Test Suffix.
|
|
178
|
+
*
|
|
179
|
+
* @since 0.15.0
|
|
180
|
+
*/
|
|
181
|
+
export type Lib_Regex_PatternExtensionTestSuffix = RegExp;
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* Lib - Regex - Pattern Gh Version.
|
|
185
|
+
*
|
|
186
|
+
* @since 0.22.0
|
|
187
|
+
*/
|
|
188
|
+
export type Lib_Regex_PatternGhVersion = RegExp;
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* Lib - Regex - Pattern Github Owner.
|
|
192
|
+
*
|
|
193
|
+
* @since 0.18.0
|
|
194
|
+
*/
|
|
195
|
+
export type Lib_Regex_PatternGithubOwner = RegExp;
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* Lib - Regex - Pattern Github Repo.
|
|
199
|
+
*
|
|
200
|
+
* @since 0.18.0
|
|
201
|
+
*/
|
|
202
|
+
export type Lib_Regex_PatternGithubRepo = RegExp;
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* Lib - Regex - Pattern Hash Border Line.
|
|
206
|
+
*
|
|
207
|
+
* @since 0.11.0
|
|
208
|
+
*/
|
|
209
|
+
export type Lib_Regex_PatternHashBorderLine = RegExp;
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* Lib - Regex - Pattern Java Version Line.
|
|
213
|
+
*
|
|
214
|
+
* @since 0.11.0
|
|
215
|
+
*/
|
|
216
|
+
export type Lib_Regex_PatternJavaVersionLine = RegExp;
|
|
217
|
+
|
|
218
|
+
/**
|
|
219
|
+
* Lib - Regex - Pattern JSDoc Line Prefix.
|
|
220
|
+
*
|
|
221
|
+
* @since 0.11.0
|
|
222
|
+
*/
|
|
223
|
+
export type Lib_Regex_PatternJsdocLinePrefix = RegExp;
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* Lib - Regex - Pattern Kebab Case Filename.
|
|
227
|
+
*
|
|
228
|
+
* @since 0.11.0
|
|
229
|
+
*/
|
|
230
|
+
export type Lib_Regex_PatternKebabCaseFilename = RegExp;
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* Lib - Regex - Pattern Leading Dot.
|
|
234
|
+
*
|
|
235
|
+
* @since 0.11.0
|
|
236
|
+
*/
|
|
237
|
+
export type Lib_Regex_PatternLeadingDot = RegExp;
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* Lib - Regex - Pattern Leading Dot Slash.
|
|
241
|
+
*
|
|
242
|
+
* @since 0.16.0
|
|
243
|
+
*/
|
|
244
|
+
export type Lib_Regex_PatternLeadingDotSlash = RegExp;
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* Lib - Regex - Pattern Leading Newlines.
|
|
248
|
+
*
|
|
249
|
+
* @since 0.11.0
|
|
250
|
+
*/
|
|
251
|
+
export type Lib_Regex_PatternLeadingNewlines = RegExp;
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* Lib - Regex - Pattern Leading Non Digits.
|
|
255
|
+
*
|
|
256
|
+
* @since 0.11.0
|
|
257
|
+
*/
|
|
258
|
+
export type Lib_Regex_PatternLeadingNonDigits = RegExp;
|
|
259
|
+
|
|
260
|
+
/**
|
|
261
|
+
* Lib - Regex - Pattern Leading Or Trailing Hyphen.
|
|
262
|
+
*
|
|
263
|
+
* @since 0.22.0
|
|
264
|
+
*/
|
|
265
|
+
export type Lib_Regex_PatternLeadingOrTrailingHyphen = RegExp;
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* Lib - Regex - Pattern Leading V.
|
|
269
|
+
*
|
|
270
|
+
* @since 0.11.0
|
|
271
|
+
*/
|
|
272
|
+
export type Lib_Regex_PatternLeadingV = RegExp;
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* Lib - Regex - Pattern Name At Version.
|
|
276
|
+
*
|
|
277
|
+
* @since 0.11.0
|
|
278
|
+
*/
|
|
279
|
+
export type Lib_Regex_PatternNameAtVersion = RegExp;
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* Lib - Regex - Pattern Non Topic Char.
|
|
283
|
+
*
|
|
284
|
+
* @since 0.22.0
|
|
285
|
+
*/
|
|
286
|
+
export type Lib_Regex_PatternNonTopicChar = RegExp;
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* Lib - Regex - Pattern Nova Prefix.
|
|
290
|
+
*
|
|
291
|
+
* @since 0.11.0
|
|
292
|
+
*/
|
|
293
|
+
export type Lib_Regex_PatternNovaPrefix = RegExp;
|
|
294
|
+
|
|
295
|
+
/**
|
|
296
|
+
* Lib - Regex - Pattern Range Capture Remainder.
|
|
297
|
+
*
|
|
298
|
+
* @since 0.11.0
|
|
299
|
+
*/
|
|
300
|
+
export type Lib_Regex_PatternRangeCaptureRemainder = RegExp;
|
|
301
|
+
|
|
302
|
+
/**
|
|
303
|
+
* Lib - Regex - Pattern Range Greater Equal Major.
|
|
304
|
+
*
|
|
305
|
+
* @since 0.11.0
|
|
306
|
+
*/
|
|
307
|
+
export type Lib_Regex_PatternRangeGreaterEqualMajor = RegExp;
|
|
308
|
+
|
|
309
|
+
/**
|
|
310
|
+
* Lib - Regex - Pattern Range Major.
|
|
311
|
+
*
|
|
312
|
+
* @since 0.11.0
|
|
313
|
+
*/
|
|
314
|
+
export type Lib_Regex_PatternRangeMajor = RegExp;
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* Lib - Regex - Pattern Rate Limit Reset.
|
|
318
|
+
*
|
|
319
|
+
* @since 0.22.0
|
|
320
|
+
*/
|
|
321
|
+
export type Lib_Regex_PatternRateLimitReset = RegExp;
|
|
322
|
+
|
|
323
|
+
/**
|
|
324
|
+
* Lib - Regex - Pattern Registry Query Line.
|
|
325
|
+
*
|
|
326
|
+
* @since 0.11.0
|
|
327
|
+
*/
|
|
328
|
+
export type Lib_Regex_PatternRegistryQueryLine = RegExp;
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* Lib - Regex - Pattern Rustc Version Line.
|
|
332
|
+
*
|
|
333
|
+
* @since 0.11.0
|
|
334
|
+
*/
|
|
335
|
+
export type Lib_Regex_PatternRustcVersionLine = RegExp;
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* Lib - Regex - Pattern Semver.
|
|
339
|
+
*
|
|
340
|
+
* @since 0.11.0
|
|
341
|
+
*/
|
|
342
|
+
export type Lib_Regex_PatternSemver = RegExp;
|
|
343
|
+
|
|
344
|
+
/**
|
|
345
|
+
* Lib - Regex - Pattern Semver Strict.
|
|
346
|
+
*
|
|
347
|
+
* @since 0.11.0
|
|
348
|
+
*/
|
|
349
|
+
export type Lib_Regex_PatternSemverStrict = RegExp;
|
|
350
|
+
|
|
351
|
+
/**
|
|
352
|
+
* Lib - Regex - Pattern Setup Bullet Line Capture.
|
|
353
|
+
*
|
|
354
|
+
* @since 0.11.0
|
|
355
|
+
*/
|
|
356
|
+
export type Lib_Regex_PatternSetupBulletLineCapture = RegExp;
|
|
357
|
+
|
|
358
|
+
/**
|
|
359
|
+
* Lib - Regex - Pattern Setup Header Line.
|
|
360
|
+
*
|
|
361
|
+
* @since 0.11.0
|
|
362
|
+
*/
|
|
363
|
+
export type Lib_Regex_PatternSetupHeaderLine = RegExp;
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* Lib - Regex - Pattern Setup Instructions Block.
|
|
367
|
+
*
|
|
368
|
+
* @since 0.11.0
|
|
369
|
+
*/
|
|
370
|
+
export type Lib_Regex_PatternSetupInstructionsBlock = RegExp;
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* Lib - Regex - Pattern Slug Scoped.
|
|
374
|
+
*
|
|
375
|
+
* @since 0.11.0
|
|
376
|
+
*/
|
|
377
|
+
export type Lib_Regex_PatternSlugScoped = RegExp;
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* Lib - Regex - Pattern Slug Simple.
|
|
381
|
+
*
|
|
382
|
+
* @since 0.11.0
|
|
383
|
+
*/
|
|
384
|
+
export type Lib_Regex_PatternSlugSimple = RegExp;
|
|
385
|
+
|
|
386
|
+
/**
|
|
387
|
+
* Lib - Regex - Pattern Topic Flag.
|
|
388
|
+
*
|
|
389
|
+
* @since 0.22.0
|
|
390
|
+
*/
|
|
391
|
+
export type Lib_Regex_PatternTopicFlag = RegExp;
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
* Lib - Regex - Pattern Topic TypeScript.
|
|
395
|
+
*
|
|
396
|
+
* @since 0.22.0
|
|
397
|
+
*/
|
|
398
|
+
export type Lib_Regex_PatternTopicTypescript = RegExp;
|
|
399
|
+
|
|
400
|
+
/**
|
|
401
|
+
* Lib - Regex - Pattern Trailing Newlines.
|
|
402
|
+
*
|
|
403
|
+
* @since 0.16.0
|
|
404
|
+
*/
|
|
405
|
+
export type Lib_Regex_PatternTrailingNewlines = RegExp;
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* Lib - Regex - Pattern Trailing Newlines Or None.
|
|
409
|
+
*
|
|
410
|
+
* @since 0.16.0
|
|
411
|
+
*/
|
|
412
|
+
export type Lib_Regex_PatternTrailingNewlinesOrNone = RegExp;
|
|
413
|
+
|
|
414
|
+
/**
|
|
415
|
+
* Lib - Regex - Pattern Trailing Slash.
|
|
416
|
+
*
|
|
417
|
+
* @since 0.16.0
|
|
418
|
+
*/
|
|
419
|
+
export type Lib_Regex_PatternTrailingSlash = RegExp;
|
|
420
|
+
|
|
421
|
+
/**
|
|
422
|
+
* Lib - Regex - Pattern Whitespace.
|
|
423
|
+
*
|
|
424
|
+
* @since 0.11.0
|
|
425
|
+
*/
|
|
426
|
+
export type Lib_Regex_PatternWhitespace = RegExp;
|
|
427
|
+
|
|
428
|
+
/**
|
|
429
|
+
* Lib - Regex - Pattern Whitespace Or Underscore.
|
|
430
|
+
*
|
|
431
|
+
* @since 0.22.0
|
|
432
|
+
*/
|
|
433
|
+
export type Lib_Regex_PatternWhitespaceOrUnderscore = RegExp;
|
|
434
|
+
|
|
435
|
+
/**
|
|
436
|
+
* Lib - Regex - Pattern Workflow Context Expression.
|
|
437
|
+
*
|
|
438
|
+
* @since 0.21.0
|
|
439
|
+
*/
|
|
440
|
+
export type Lib_Regex_PatternWorkflowContextExpression = RegExp;
|
|
441
|
+
|
|
442
|
+
/**
|
|
443
|
+
* Lib - Regex - Pattern Workflow Context Separator.
|
|
444
|
+
*
|
|
445
|
+
* @since 0.21.0
|
|
446
|
+
*/
|
|
447
|
+
export type Lib_Regex_PatternWorkflowContextSeparator = RegExp;
|
|
448
|
+
|
|
449
|
+
/**
|
|
450
|
+
* Lib - Regex - Pattern Workflow Context Wrapper End.
|
|
451
|
+
*
|
|
452
|
+
* @since 0.21.0
|
|
453
|
+
*/
|
|
454
|
+
export type Lib_Regex_PatternWorkflowContextWrapperEnd = RegExp;
|
|
455
|
+
|
|
456
|
+
/**
|
|
457
|
+
* Lib - Regex - Pattern Workflow Context Wrapper Start.
|
|
458
|
+
*
|
|
459
|
+
* @since 0.21.0
|
|
460
|
+
*/
|
|
461
|
+
export type Lib_Regex_PatternWorkflowContextWrapperStart = RegExp;
|
|
462
|
+
|
|
463
|
+
/**
|
|
464
|
+
* Lib - Regex - Pattern Workflow Name.
|
|
465
|
+
*
|
|
466
|
+
* @since 0.21.0
|
|
467
|
+
*/
|
|
468
|
+
export type Lib_Regex_PatternWorkflowName = RegExp;
|
|
469
|
+
|
|
470
|
+
/**
|
|
471
|
+
* Lib - Regex - Pattern Workflow On Block.
|
|
472
|
+
*
|
|
473
|
+
* @since 0.21.0
|
|
474
|
+
*/
|
|
475
|
+
export type Lib_Regex_PatternWorkflowOnBlock = RegExp;
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* Lib - Regex - Pattern Workflow Placeholder.
|
|
479
|
+
*
|
|
480
|
+
* @since 0.21.0
|
|
481
|
+
*/
|
|
482
|
+
export type Lib_Regex_PatternWorkflowPlaceholder = RegExp;
|
|
483
|
+
|
|
484
|
+
/**
|
|
485
|
+
* Lib - Regex - Pattern Workflow Run Name Capture.
|
|
486
|
+
*
|
|
487
|
+
* @since 0.21.0
|
|
488
|
+
*/
|
|
489
|
+
export type Lib_Regex_PatternWorkflowRunNameCapture = RegExp;
|
|
490
|
+
|
|
491
|
+
/**
|
|
492
|
+
* Lib - Regex - Pattern Workflow Secret Reference.
|
|
493
|
+
*
|
|
494
|
+
* @since 0.20.0
|
|
495
|
+
*/
|
|
496
|
+
export type Lib_Regex_PatternWorkflowSecretReference = RegExp;
|
|
497
|
+
|
|
498
|
+
/**
|
|
499
|
+
* Lib - Regex - Pattern Workflow Var Reference.
|
|
500
|
+
*
|
|
501
|
+
* @since 0.20.0
|
|
502
|
+
*/
|
|
503
|
+
export type Lib_Regex_PatternWorkflowVarReference = RegExp;
|
|
504
|
+
|
|
505
|
+
/**
|
|
506
|
+
* Lib - Regex - Pattern Yml Extension.
|
|
507
|
+
*
|
|
508
|
+
* @since 0.21.0
|
|
509
|
+
*/
|
|
510
|
+
export type Lib_Regex_PatternYmlExtension = RegExp;
|
|
511
|
+
|
|
512
|
+
/**
|
|
513
|
+
* Lib - Regex - Placeholder Current Date.
|
|
514
|
+
*
|
|
515
|
+
* @since 0.11.0
|
|
516
|
+
*/
|
|
517
|
+
export type Lib_Regex_PlaceholderCurrentDate = RegExp;
|
|
518
|
+
|
|
519
|
+
/**
|
|
520
|
+
* Lib - Regex - Placeholder Current Year.
|
|
521
|
+
*
|
|
522
|
+
* @since 0.11.0
|
|
523
|
+
*/
|
|
524
|
+
export type Lib_Regex_PlaceholderCurrentYear = RegExp;
|
|
525
|
+
|
|
526
|
+
/**
|
|
527
|
+
* Lib - Regex - Placeholder Custom Donation.
|
|
528
|
+
*
|
|
529
|
+
* @since 0.11.0
|
|
530
|
+
*/
|
|
531
|
+
export type Lib_Regex_PlaceholderCustomDonation = RegExp;
|
|
532
|
+
|
|
533
|
+
/**
|
|
534
|
+
* Lib - Regex - Placeholder Entity Name.
|
|
535
|
+
*
|
|
536
|
+
* @since 0.11.0
|
|
537
|
+
*/
|
|
538
|
+
export type Lib_Regex_PlaceholderEntityName = RegExp;
|
|
539
|
+
|
|
540
|
+
/**
|
|
541
|
+
* Lib - Regex - Placeholder First Commit Year.
|
|
542
|
+
*
|
|
543
|
+
* @since 0.11.0
|
|
544
|
+
*/
|
|
545
|
+
export type Lib_Regex_PlaceholderFirstCommitYear = RegExp;
|
|
546
|
+
|
|
547
|
+
/**
|
|
548
|
+
* Lib - Regex - Placeholder GitHub Org.
|
|
549
|
+
*
|
|
550
|
+
* @since 0.11.0
|
|
551
|
+
*/
|
|
552
|
+
export type Lib_Regex_PlaceholderGithubOrg = RegExp;
|
|
553
|
+
|
|
554
|
+
/**
|
|
555
|
+
* Lib - Regex - Placeholder GitHub Repo.
|
|
556
|
+
*
|
|
557
|
+
* @since 0.11.0
|
|
558
|
+
*/
|
|
559
|
+
export type Lib_Regex_PlaceholderGithubRepo = RegExp;
|
|
560
|
+
|
|
561
|
+
/**
|
|
562
|
+
* Lib - Regex - Placeholder GitHub Sponsor.
|
|
563
|
+
*
|
|
564
|
+
* @since 0.11.0
|
|
565
|
+
*/
|
|
566
|
+
export type Lib_Regex_PlaceholderGithubSponsor = RegExp;
|
|
567
|
+
|
|
568
|
+
/**
|
|
569
|
+
* Lib - Regex - Placeholder GitHub URL.
|
|
570
|
+
*
|
|
571
|
+
* @since 0.11.0
|
|
572
|
+
*/
|
|
573
|
+
export type Lib_Regex_PlaceholderGithubUrl = RegExp;
|
|
574
|
+
|
|
575
|
+
/**
|
|
576
|
+
* Lib - Regex - Placeholder Legal Agreements.
|
|
577
|
+
*
|
|
578
|
+
* @since 0.11.0
|
|
579
|
+
*/
|
|
580
|
+
export type Lib_Regex_PlaceholderLegalAgreements = RegExp;
|
|
581
|
+
|
|
582
|
+
/**
|
|
583
|
+
* Lib - Regex - Placeholder Legal Label.
|
|
584
|
+
*
|
|
585
|
+
* @since 0.11.0
|
|
586
|
+
*/
|
|
587
|
+
export type Lib_Regex_PlaceholderLegalLabel = RegExp;
|
|
588
|
+
|
|
589
|
+
/**
|
|
590
|
+
* Lib - Regex - Placeholder Legal Links.
|
|
591
|
+
*
|
|
592
|
+
* @since 0.11.0
|
|
593
|
+
*/
|
|
594
|
+
export type Lib_Regex_PlaceholderLegalLinks = RegExp;
|
|
595
|
+
|
|
596
|
+
/**
|
|
597
|
+
* Lib - Regex - Placeholder npm Package.
|
|
598
|
+
*
|
|
599
|
+
* @since 0.11.0
|
|
600
|
+
*/
|
|
601
|
+
export type Lib_Regex_PlaceholderNpmPackage = RegExp;
|
|
602
|
+
|
|
603
|
+
/**
|
|
604
|
+
* Lib - Regex - Placeholder Our.
|
|
605
|
+
*
|
|
606
|
+
* @since 0.11.0
|
|
607
|
+
*/
|
|
608
|
+
export type Lib_Regex_PlaceholderOur = RegExp;
|
|
609
|
+
|
|
610
|
+
/**
|
|
611
|
+
* Lib - Regex - Placeholder Platform Badges.
|
|
612
|
+
*
|
|
613
|
+
* @since 0.11.0
|
|
614
|
+
*/
|
|
615
|
+
export type Lib_Regex_PlaceholderPlatformBadges = RegExp;
|
|
616
|
+
|
|
617
|
+
/**
|
|
618
|
+
* Lib - Regex - Placeholder Platform Fields.
|
|
619
|
+
*
|
|
620
|
+
* @since 0.11.0
|
|
621
|
+
*/
|
|
622
|
+
export type Lib_Regex_PlaceholderPlatformFields = RegExp;
|
|
623
|
+
|
|
624
|
+
/**
|
|
625
|
+
* Lib - Regex - Placeholder Privacy Policy.
|
|
626
|
+
*
|
|
627
|
+
* @since 0.11.0
|
|
628
|
+
*/
|
|
629
|
+
export type Lib_Regex_PlaceholderPrivacyPolicy = RegExp;
|
|
630
|
+
|
|
631
|
+
/**
|
|
632
|
+
* Lib - Regex - Placeholder Project Description.
|
|
633
|
+
*
|
|
634
|
+
* @since 0.11.0
|
|
635
|
+
*/
|
|
636
|
+
export type Lib_Regex_PlaceholderProjectDescription = RegExp;
|
|
637
|
+
|
|
638
|
+
/**
|
|
639
|
+
* Lib - Regex - Placeholder Project Homepage.
|
|
640
|
+
*
|
|
641
|
+
* @since 0.11.0
|
|
642
|
+
*/
|
|
643
|
+
export type Lib_Regex_PlaceholderProjectHomepage = RegExp;
|
|
644
|
+
|
|
645
|
+
/**
|
|
646
|
+
* Lib - Regex - Placeholder Project Link.
|
|
647
|
+
*
|
|
648
|
+
* @since 0.11.0
|
|
649
|
+
*/
|
|
650
|
+
export type Lib_Regex_PlaceholderProjectLink = RegExp;
|
|
651
|
+
|
|
652
|
+
/**
|
|
653
|
+
* Lib - Regex - Placeholder Project Logo URL.
|
|
654
|
+
*
|
|
655
|
+
* @since 0.11.0
|
|
656
|
+
*/
|
|
657
|
+
export type Lib_Regex_PlaceholderProjectLogoUrl = RegExp;
|
|
658
|
+
|
|
659
|
+
/**
|
|
660
|
+
* Lib - Regex - Placeholder Project Name.
|
|
661
|
+
*
|
|
662
|
+
* @since 0.11.0
|
|
663
|
+
*/
|
|
664
|
+
export type Lib_Regex_PlaceholderProjectName = RegExp;
|
|
665
|
+
|
|
666
|
+
/**
|
|
667
|
+
* Lib - Regex - Placeholder Project Slug.
|
|
668
|
+
*
|
|
669
|
+
* @since 0.11.0
|
|
670
|
+
*/
|
|
671
|
+
export type Lib_Regex_PlaceholderProjectSlug = RegExp;
|
|
672
|
+
|
|
673
|
+
/**
|
|
674
|
+
* Lib - Regex - Placeholder Terms Of Use.
|
|
675
|
+
*
|
|
676
|
+
* @since 0.11.0
|
|
677
|
+
*/
|
|
678
|
+
export type Lib_Regex_PlaceholderTermsOfUse = RegExp;
|
|
679
|
+
|
|
680
|
+
/**
|
|
681
|
+
* Lib - Regex - Placeholder Us.
|
|
682
|
+
*
|
|
683
|
+
* @since 0.11.0
|
|
684
|
+
*/
|
|
685
|
+
export type Lib_Regex_PlaceholderUs = RegExp;
|
|
686
|
+
|
|
687
|
+
/**
|
|
688
|
+
* Lib - Regex - Placeholder We.
|
|
689
|
+
*
|
|
690
|
+
* @since 0.11.0
|
|
691
|
+
*/
|
|
692
|
+
export type Lib_Regex_PlaceholderWe = RegExp;
|
|
693
|
+
|
|
694
|
+
/**
|
|
695
|
+
* Lib - Regex - Placeholder Year Range.
|
|
696
|
+
*
|
|
697
|
+
* @since 0.11.0
|
|
698
|
+
*/
|
|
699
|
+
export type Lib_Regex_PlaceholderYearRange = RegExp;
|
|
700
|
+
|
|
701
|
+
/**
|
|
702
|
+
* Lib - Regex - URL Prefix Buy Me A Coffee.
|
|
703
|
+
*
|
|
704
|
+
* @since 0.11.0
|
|
705
|
+
*/
|
|
706
|
+
export type Lib_Regex_UrlPrefixBuyMeACoffee = RegExp;
|
|
707
|
+
|
|
708
|
+
/**
|
|
709
|
+
* Lib - Regex - URL Prefix Docker Hub.
|
|
710
|
+
*
|
|
711
|
+
* @since 0.11.0
|
|
712
|
+
*/
|
|
713
|
+
export type Lib_Regex_UrlPrefixDockerHub = RegExp;
|
|
714
|
+
|
|
715
|
+
/**
|
|
716
|
+
* Lib - Regex - URL Prefix GitHub Sponsors.
|
|
717
|
+
*
|
|
718
|
+
* @since 0.11.0
|
|
719
|
+
*/
|
|
720
|
+
export type Lib_Regex_UrlPrefixGithubSponsors = RegExp;
|
|
721
|
+
|
|
722
|
+
/**
|
|
723
|
+
* Lib - Regex - URL Prefix Ko-fi.
|
|
724
|
+
*
|
|
725
|
+
* @since 0.11.0
|
|
726
|
+
*/
|
|
727
|
+
export type Lib_Regex_UrlPrefixKoFi = RegExp;
|
|
728
|
+
|
|
729
|
+
/**
|
|
730
|
+
* Lib - Regex - URL Prefix Liberapay.
|
|
731
|
+
*
|
|
732
|
+
* @since 0.11.0
|
|
733
|
+
*/
|
|
734
|
+
export type Lib_Regex_UrlPrefixLiberapay = RegExp;
|
|
735
|
+
|
|
736
|
+
/**
|
|
737
|
+
* Lib - Regex - URL Prefix npm Package.
|
|
738
|
+
*
|
|
739
|
+
* @since 0.11.0
|
|
740
|
+
*/
|
|
741
|
+
export type Lib_Regex_UrlPrefixNpmPackage = RegExp;
|
|
742
|
+
|
|
743
|
+
/**
|
|
744
|
+
* Lib - Regex - URL Prefix Open Collective.
|
|
745
|
+
*
|
|
746
|
+
* @since 0.11.0
|
|
747
|
+
*/
|
|
748
|
+
export type Lib_Regex_UrlPrefixOpenCollective = RegExp;
|
|
749
|
+
|
|
750
|
+
/**
|
|
751
|
+
* Lib - Regex - URL Prefix Patreon.
|
|
752
|
+
*
|
|
753
|
+
* @since 0.11.0
|
|
754
|
+
*/
|
|
755
|
+
export type Lib_Regex_UrlPrefixPatreon = RegExp;
|
|
756
|
+
|
|
757
|
+
/**
|
|
758
|
+
* Lib - Regex - URL Prefix PayPal.
|
|
759
|
+
*
|
|
760
|
+
* @since 0.11.0
|
|
761
|
+
*/
|
|
762
|
+
export type Lib_Regex_UrlPrefixPaypal = RegExp;
|