awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

5 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tjunnone/npm-check-updatesAvatar von tjunnone

    tjunnone/npm-check-updates

    10,264Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,264
  • growthbook/growthbookAvatar von growthbook

    growthbook/growthbook

    7,351Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,351
  • pgcentralfoundation/pgrxAvatar von pgcentralfoundation

    pgcentralfoundation/pgrx

    4,720Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,720
  • vuejs/create-vueAvatar von vuejs

    vuejs/create-vue

    4,325Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,325
  • antfu-collective/tazeAvatar von antfu-collective

    antfu-collective/taze

    4,209Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,209
  1. Home
  2. DevOps & Infrastructure
  3. Version Upgrades
  4. Version Target Controls

Unter-Tags erkunden

  • 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.