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: unjs/mlly
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.0
Choose a base ref
...
head repository: unjs/mlly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.2
Choose a head ref
  • 14 commits
  • 10 files changed
  • 6 contributors

Commits on Sep 2, 2025

  1. chore(deps): update all non-major dependencies (#321)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    e9faaf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. chore(deps): update all non-major dependencies (#326)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    3ed0e44 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. chore(deps): update all non-major dependencies (#327)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    ce07479 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. Configuration menu
    Copy the full SHA
    f9efe9d View commit details
    Browse the repository at this point in the history
  2. chore: update deps

    pi0 committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    12913db View commit details
    Browse the repository at this point in the history
  3. chore: lint

    pi0 committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    33495f9 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update actions/checkout action to v6 (#332)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    915dd32 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update actions/setup-node action to v6 (#328)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    938cf7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24bd871 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f4c751 View commit details
    Browse the repository at this point in the history
  8. chore(release): v1.8.1

    pi0 committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    ed17783 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. chore: update deps

    pi0 committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    1b09363 View commit details
    Browse the repository at this point in the history
  2. fix: generic angle bracket parsing (#341)

    * fix: track angle brackets in value expressions
    
    * chore: add tests
    
    * chore: apply automated updates
    
    * fix: include digits in generic identifier check and add edge-case tests
    
    Use `\w$` instead of `[A-Za-z_$]` so identifiers ending in digits
    (e.g. `Map2<T>`) are recognized as generics. Add tests for nested
    generics and digit-ending identifiers.
    
    * fix(analyze): distinguish generics from comparisons with digit-only operands
    
    `\w` and `[A-Za-z0-9_$]` both match bare digits, so `1<2` was
    incorrectly treated as a generic. Walk back to the start of the word
    and verify it begins with a letter/underscore/$ (valid JS identifier).
    
    * fix(analyze): skip `>` in arrow tokens `=>` when tracking angle brackets
    
    The `>` in `=>` inside generic type annotations was decrementing
    angleDepth, causing commas after the arrow to be treated as declaration
    separators (e.g. `Map<(x: string) => void, string>`).
    
    * chore: apply automated updates
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    Co-authored-by: Pooya Parsa <pooya@pi0.io>
    3 people authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    abef19c View commit details
    Browse the repository at this point in the history
  3. chore(release): v1.8.2

    pi0 committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    c5ce4e5 View commit details
    Browse the repository at this point in the history
Loading