JS Utils Kit
    Preparing search index...

    Variable COMMIT_SCOPESConst

    COMMIT_SCOPES: {
        accessibility: "Accessibility improvements (a11y)";
        ansible: "Ansible playbooks and automation";
        api: "API implementation or contracts";
        assets: "Static assets like images, fonts, media";
        auth: "Authentication and authorization logic";
        aws: "AWS-related configuration or services";
        azure: "Azure-related configuration or services";
        babel: "Babel configuration or transforms";
        backend: "Backend services and server-side logic";
        build: "Build system configuration";
        "build-scripts": "Scripts related to building the project";
        cache: "Caching mechanisms and logic";
        cd: "Continuous deployment setup";
        changelog: "Changelog generation and updates";
        chore: "General maintenance tasks";
        ci: "Continuous integration setup";
        "ci-config": "CI configuration files";
        "ci-tests": "Tests executed in CI pipelines";
        cli: "Command-line interface";
        client: "Client-side logic";
        compliance: "Compliance, audits, or policy-related changes";
        components: "Reusable components";
        config: "Configuration files and settings";
        contrib: "Community or contributor-related changes";
        core: "Core application or library logic";
        css: "CSS and styling changes";
        db: "Database-related changes";
        demo: "Demo or example implementations";
        deploy: "Deployment configuration and scripts";
        deps: "Production dependencies";
        "deps-dev": "Development dependencies";
        desktop: "Desktop application logic";
        devops: "DevOps tooling and processes";
        docker: "Dockerfiles and container configuration";
        docs: "General documentation";
        dotfiles: "Dotfiles and editor configuration";
        e2e: "End-to-end tests";
        eslint: "ESLint configuration and rules";
        examples: "Example code and samples";
        fixtures: "Test fixtures and sample data";
        format: "Code formatting changes";
        frontend: "Frontend application logic";
        gcp: "Google Cloud Platform related changes";
        helm: "Helm charts and Kubernetes packaging";
        i18n: "Internationalization";
        images: "Image assets";
        infra: "Infrastructure configuration";
        integration: "Integration-related logic";
        jest: "Jest configuration or tests";
        k8s: "Kubernetes resources";
        l10n: "Localization and translations";
        layout: "Layout-related UI changes";
        lib: "Shared libraries";
        lint: "Linting rules and fixes";
        logging: "Logging-related changes";
        metrics: "Metrics and monitoring data";
        mobile: "Mobile application logic";
        mocha: "Mocha configuration or tests";
        mocks: "Mock data and utilities";
        monorepo: "Monorepo configuration";
        observability: "Observability tooling (logs, metrics, traces)";
        ops: "Operational tooling and scripts";
        orm: "ORM configuration or models";
        packages: "Multiple or shared packages";
        parcel: "Parcel bundler configuration";
        perf: "Performance improvements";
        permissions: "Permission and access control logic";
        pkg: "Package-related changes";
        prettier: "Prettier configuration";
        profiling: "Profiling and performance analysis";
        readme: "README documentation";
        release: "Release preparation and metadata";
        responsive: "Responsive design changes";
        rollup: "Rollup bundler configuration";
        scripts: "Automation and helper scripts";
        sdk: "SDK implementation or changes";
        security: "Security-related fixes or improvements";
        server: "Server-side logic";
        storage: "Storage systems and data persistence";
        storybook: "Storybook configuration and stories";
        styles: "Styling and theming";
        terraform: "Terraform infrastructure code";
        test: "General testing changes";
        theme: "UI themes";
        tsc: "TypeScript compiler configuration";
        tutorials: "Tutorial content";
        ui: "User interface changes";
        unit: "Unit tests";
        ux: "User experience improvements";
        vite: "Vite tooling and configuration";
        web: "Web-related functionality";
        webpack: "Webpack configuration";
        workspace: "Workspace or monorepo configuration";
    } = ...

    Map of supported commit scopes and their descriptions.

    Type Declaration

    • Readonlyaccessibility: "Accessibility improvements (a11y)"
    • Readonlyansible: "Ansible playbooks and automation"
    • Readonlyapi: "API implementation or contracts"
    • Readonlyassets: "Static assets like images, fonts, media"
    • Readonlyauth: "Authentication and authorization logic"
    • Readonlyaws: "AWS-related configuration or services"
    • Readonlyazure: "Azure-related configuration or services"
    • Readonlybabel: "Babel configuration or transforms"
    • Readonlybackend: "Backend services and server-side logic"
    • Readonlybuild: "Build system configuration"
    • Readonlybuild-scripts: "Scripts related to building the project"
    • Readonlycache: "Caching mechanisms and logic"
    • Readonlycd: "Continuous deployment setup"
    • Readonlychangelog: "Changelog generation and updates"
    • Readonlychore: "General maintenance tasks"
    • Readonlyci: "Continuous integration setup"
    • Readonlyci-config: "CI configuration files"
    • Readonlyci-tests: "Tests executed in CI pipelines"
    • Readonlycli: "Command-line interface"
    • Readonlyclient: "Client-side logic"
    • Readonlycompliance: "Compliance, audits, or policy-related changes"
    • Readonlycomponents: "Reusable components"
    • Readonlyconfig: "Configuration files and settings"
    • Readonlycontrib: "Community or contributor-related changes"
    • Readonlycore: "Core application or library logic"
    • Readonlycss: "CSS and styling changes"
    • Readonlydb: "Database-related changes"
    • Readonlydemo: "Demo or example implementations"
    • Readonlydeploy: "Deployment configuration and scripts"
    • Readonlydeps: "Production dependencies"
    • Readonlydeps-dev: "Development dependencies"
    • Readonlydesktop: "Desktop application logic"
    • Readonlydevops: "DevOps tooling and processes"
    • Readonlydocker: "Dockerfiles and container configuration"
    • Readonlydocs: "General documentation"
    • Readonlydotfiles: "Dotfiles and editor configuration"
    • Readonlye2e: "End-to-end tests"
    • Readonlyeslint: "ESLint configuration and rules"
    • Readonlyexamples: "Example code and samples"
    • Readonlyfixtures: "Test fixtures and sample data"
    • Readonlyformat: "Code formatting changes"
    • Readonlyfrontend: "Frontend application logic"
    • Readonlygcp: "Google Cloud Platform related changes"
    • Readonlyhelm: "Helm charts and Kubernetes packaging"
    • Readonlyi18n: "Internationalization"
    • Readonlyimages: "Image assets"
    • Readonlyinfra: "Infrastructure configuration"
    • Readonlyintegration: "Integration-related logic"
    • Readonlyjest: "Jest configuration or tests"
    • Readonlyk8s: "Kubernetes resources"
    • Readonlyl10n: "Localization and translations"
    • Readonlylayout: "Layout-related UI changes"
    • Readonlylib: "Shared libraries"
    • Readonlylint: "Linting rules and fixes"
    • Readonlylogging: "Logging-related changes"
    • Readonlymetrics: "Metrics and monitoring data"
    • Readonlymobile: "Mobile application logic"
    • Readonlymocha: "Mocha configuration or tests"
    • Readonlymocks: "Mock data and utilities"
    • Readonlymonorepo: "Monorepo configuration"
    • Readonlyobservability: "Observability tooling (logs, metrics, traces)"
    • Readonlyops: "Operational tooling and scripts"
    • Readonlyorm: "ORM configuration or models"
    • Readonlypackages: "Multiple or shared packages"
    • Readonlyparcel: "Parcel bundler configuration"
    • Readonlyperf: "Performance improvements"
    • Readonlypermissions: "Permission and access control logic"
    • Readonlypkg: "Package-related changes"
    • Readonlyprettier: "Prettier configuration"
    • Readonlyprofiling: "Profiling and performance analysis"
    • Readonlyreadme: "README documentation"
    • Readonlyrelease: "Release preparation and metadata"
    • Readonlyresponsive: "Responsive design changes"
    • Readonlyrollup: "Rollup bundler configuration"
    • Readonlyscripts: "Automation and helper scripts"
    • Readonlysdk: "SDK implementation or changes"
    • Readonlysecurity: "Security-related fixes or improvements"
    • Readonlyserver: "Server-side logic"
    • Readonlystorage: "Storage systems and data persistence"
    • Readonlystorybook: "Storybook configuration and stories"
    • Readonlystyles: "Styling and theming"
    • Readonlyterraform: "Terraform infrastructure code"
    • Readonlytest: "General testing changes"
    • Readonlytheme: "UI themes"
    • Readonlytsc: "TypeScript compiler configuration"
    • Readonlytutorials: "Tutorial content"
    • Readonlyui: "User interface changes"
    • Readonlyunit: "Unit tests"
    • Readonlyux: "User experience improvements"
    • Readonlyvite: "Vite tooling and configuration"
    • Readonlyweb: "Web-related functionality"
    • Readonlywebpack: "Webpack configuration"
    • Readonlyworkspace: "Workspace or monorepo configuration"
    • Scopes provide additional context for a commit, typically used as: type(scope): message
    • Keys represent the allowed scope identifiers.
    • Values describe the area of the codebase the scope applies to.
    `feat(api): add pagination support`