awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesVersion Target Controls

Mechanisms to restrict updates to specific semantic versioning increments like patches or minors.

Distinct from Version Upgrades: Focuses on the granularity of the update target rather than the general upgrade lifecycle.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Version Target Controls. Refine with filters or upvote what's useful.

Awesome Version Target Controls GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tjunnone/npm-check-updatesAvatar tjunnone

    tjunnone/npm-check-updates

    10,264Vezi pe GitHub↗

    npm-check-updates is a command line utility and package version manager used to find and apply newer versions of dependencies within npm package manifests. It functions as a dependency version validator that identifies outdated packages and updates version strings in the project manifest to the latest available releases. The tool features an interactive CLI for selecting specific packages to upgrade through a prompt-based interface. It distinguishes itself by enforcing version cooldown periods to restrict the adoption of very recent releases and providing a mechanism to iteratively install up

    Manages specific upgrade targets such as patches or minor versions to maintain project stability.

    TypeScript
    Vezi pe GitHub↗10,264
  • growthbook/growthbookAvatar growthbook

    growthbook/growthbook

    7,351Vezi pe GitHub↗

    GrowthBook is a feature flagging and experimentation platform that utilizes a warehouse-native approach to data analysis. It serves as a system for managing feature rollouts and conducting A/B tests by executing SQL queries directly against existing data warehouses to calculate experiment results. The platform is distinguished by its integration of a Model Context Protocol server, which allows AI coding assistants and IDEs to manage flags and query analytics using natural language. It also provides specialized capabilities for AI model optimization, enabling the testing of prompts and models

    Allows controlling feature rollouts by matching app version strings against semantic versioning rules.

    TypeScriptab-testingabtestabtesting
    Vezi pe GitHub↗7,351
  • pgcentralfoundation/pgrxAvatar pgcentralfoundation

    pgcentralfoundation/pgrx

    4,720Vezi pe GitHub↗

    pgrx is a framework for building and packaging custom PostgreSQL extensions using Rust. It serves as a foreign function interface bridge that maps Rust types and functions to the internal server programming interface of the database. The project provides a specialized toolchain for cross-compilation across different operating systems and target architectures using custom sysroots. It includes a schema generator that automatically translates high-level language structures into SQL definitions and binary protocol mappings. The framework manages memory safety by wrapping database memory context

    Supports building and testing extensions against PostgreSQL versions 13 through 18 from a single codebase.

    Rustpostgrespostgresqlpostgresql-extension
    Vezi pe GitHub↗4,720
  • vuejs/create-vueAvatar vuejs

    vuejs/create-vue

    4,325Vezi pe GitHub↗

    create-vue is the official project scaffolding tool for Vue.js applications. It generates a standardized Vue project structure with Vite as the default build tool and development server, and optionally configures TypeScript integration for type-safe development from the start. The tool supports both interactive prompt-based scaffolding and CLI flag-driven automation, allowing users to either walk through feature selection via terminal prompts or skip directly to a pre-configured project by passing flags like --typescript or --router as command-line arguments. It also includes legacy versi

    Supports generating Vue 2 projects for environments requiring legacy browser compatibility.

    Vuevitevuevue3
    Vezi pe GitHub↗4,325
  • antfu-collective/tazeAvatar antfu-collective

    antfu-collective/taze

    4,209Vezi pe GitHub↗

    Taze is a dependency update automator and monorepo dependency manager that detects newer package versions and updates manifest files. It functions as a CI dependency validator, returning error codes when outdated dependencies are detected to fail continuous integration pipelines. The tool features a release stability filter to defer updates based on a minimum release age and a version constraint controller to manage major, minor, and patch update ranges with custom bumping modes. It supports workspace-wide manifest scanning across multiple subdirectories and provides dependency filtering via

    Provides customizable target version ranges for major, minor, or patch updates with granular bumping mode overrides.

    TypeScriptcli-tooldependenciesupdates
    Vezi pe GitHub↗4,209
  1. Home
  2. DevOps & Infrastructure
  3. Version Upgrades
  4. Version Target Controls

Explorează sub-etichetele

  • Legacy Framework Version ScaffoldersGenerates projects for older framework versions by applying version-specific templates and configurations. **Distinct from Version Target Controls:** Distinct from Version Target Controls: focuses on scaffolding projects for older framework versions, not restricting update increments.