awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tjunnone/npm-check-updatestjunnone 的头像

    tjunnone/npm-check-updates

    10,264在 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
    在 GitHub 上查看↗10,264
  • growthbook/growthbookgrowthbook 的头像

    growthbook/growthbook

    7,351在 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
    在 GitHub 上查看↗7,351
  • pgcentralfoundation/pgrxpgcentralfoundation 的头像

    pgcentralfoundation/pgrx

    4,720在 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
    在 GitHub 上查看↗4,720
  • vuejs/create-vuevuejs 的头像

    vuejs/create-vue

    4,325在 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
    在 GitHub 上查看↗4,325
  • antfu-collective/tazeantfu-collective 的头像

    antfu-collective/taze

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

探索子标签

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