awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesLocked Version Updates

Replaces locked package versions with newer ones that satisfy manifest constraints, for a subset or all packages.

Distinct from Dependency Version Updates: Distinct from Dependency Version Updates: focuses on updating already-locked versions in a lockfile, not general version bumping.

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

Awesome Locked Version Updates GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • lsposed/magiskonwsalocalالصورة الرمزية لـ LSPosed

    LSPosed/MagiskOnWSALocal

    10,535عرض على GitHub↗

    MagiskOnWSALocal is a toolkit and set of scripts designed to integrate root access and Google Apps into the Windows Subsystem for Android. It functions as a customization utility to provide administrative control over the virtualized Android environment. The project enables the installation of Magisk root binaries and the integration of Google Play Store services. It includes capabilities for removing default application marketplaces and modifying system settings to customize the subsystem. The toolset manages subsystem maintenance through version updates that preserve user data. It also pro

    Provides script-based capability to install newer system versions while preserving user data.

    Shellandroidgoogle-appsmagisk
    عرض على GitHub↗10,535
  • masterminds/glideالصورة الرمزية لـ Masterminds

    Masterminds/glide

    8,095عرض على GitHub↗

    Glide is a Go dependency management tool that fetches, pins, and vendors external packages to enable reproducible builds across environments. It stores project-specific copies of Go packages in a vendor directory, isolating dependencies per project to avoid version conflicts, and supports fetching packages from Git, Mercurial, Bazaar, and Subversion repositories. The tool resolves dependency versions using semantic versioning ranges and operators, and generates a lock file that records exact commit IDs for all transitive dependencies. Glide distinguishes itself with an interactive version wiz

    Fetches the latest versions matching version ranges and pins exact versions in a lock file.

    Gogogolangpackage-management
    عرض على GitHub↗8,095
  • conventional-changelog/standard-versionالصورة الرمزية لـ conventional-changelog

    conventional-changelog/standard-version

    7,971عرض على GitHub↗

    Standard-version is a semantic versioning release automation tool and Git versioning manager. It calculates the next semantic version by parsing commit messages that follow the Conventional Commits specification and automates the process of updating project files and creating signed Git tags. The tool distinguishes itself by generating formatted changelogs automatically from commit history and providing a release process simulation to preview version bumps without modifying files or Git history. It supports pre-release version management for experimental builds and allows for manual version o

    Allows specification of which files to read and update using built-in or custom version tools.

    JavaScriptchangelogcligit
    عرض على GitHub↗7,971
  • rubygems/bundlerالصورة الرمزية لـ rubygems

    rubygems/bundler

    4,881عرض على GitHub↗

    Bundler is a Ruby dependency manager that resolves gem versions and locks them in a lockfile so every machine installs the same set of dependencies. It manages package sources, provides environment diagnostics, and wraps commands and consoles to run inside a consistent gem context, preventing version mismatches across development, testing, and production. Unlike a simple package installer, Bundler uses a SAT solver to find a consistent set of gem versions satisfying all constraints, segregates authentication secrets from source URLs, and enforces platform-specific dependency filtering. Its lo

    Bundler replaces locked package versions with newer ones that satisfy the constraints in the dependency manifest, for a subset or all packages.

    Rubydependency-managerrubyrubygems
    عرض على GitHub↗4,881
  • ruby/rubygemsالصورة الرمزية لـ ruby

    ruby/rubygems

    3,936عرض على GitHub↗

    RubyGems is a package manager for the Ruby language, serving as a tool for packaging, distributing, and installing libraries and software extensions. It functions as a dependency resolver and registry client, managing the installation of required libraries and their recursive dependencies to ensure consistent environments across development and production. The system handles the complete package lifecycle, including the building of distributable archives, the compilation of native C extensions for high-performance system integration, and the publishing of stable or prerelease versions to regi

    Refreshes specific libraries to the latest compatible versions while respecting defined version constraints.

    Rubypackage-managerrubyrubygems
    عرض على GitHub↗3,936
  1. Home
  2. DevOps & Infrastructure
  3. Version Upgrades
  4. Dependency Versioning
  5. Dependency Version Updates
  6. Locked Version Updates

استكشف الوسوم الفرعية

  • Subsystem Image UpdatesProcesses for replacing an entire subsystem image with a newer version while retaining data. **Distinct from Locked Version Updates:** Updates the entire subsystem OS image, not just locked dependency package versions.
  • Version Update ConfigurationsSettings that specify which files and formats should be updated during a version bump. **Distinct from Locked Version Updates:** Distinct from Locked Version Updates: focuses on the configuration of which files to target, not the replacement logic of lockfiles.