Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: invertase/melos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: invertase/melos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: melos-latest
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on Dec 12, 2025

  1. chore: Downgrade min sdk to 3.8 (#979)

    ## Description
    
    This PR downgrades the sdk requirement to 3.8.0 to allow more projects
    to use melos ^7.0.0. This addresses #978.
    It is understood that this will not make it to `main`, as there are good
    reasons to require Dart ^3.9.0 in the general case.
    
    ## Type of Change
    
    - [ ] ✨ `feat` -- New feature (non-breaking change which adds
    functionality)
    - [ ] 🛠️ `fix` -- Bug fix (non-breaking change which fixes an issue)
    - [ ] ❌ `!` -- Breaking change (fix or feature that would cause existing
    functionality to change)
    - [ ] 🧹 `refactor` -- Code refactor
    - [ ] ✅ `ci` -- Build configuration change
    - [ ] 📝 `docs` -- Documentation
    - [x] 🗑️ `chore` -- Chore
    nielsenko authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    207152c View commit details
    Browse the repository at this point in the history
  2. Allow non main

    spydon committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    9facce5 View commit details
    Browse the repository at this point in the history
  3. chore(release): publish packages

     - melos@7.4.0-dev.0
    spydon committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    902c7e9 View commit details
    Browse the repository at this point in the history
Loading