-
Notifications
You must be signed in to change notification settings - Fork 44
Comparing changes
Open a pull request
base repository: unjs/mlly
base: v1.8.0
head repository: unjs/mlly
compare: v1.8.2
- 14 commits
- 10 files changed
- 6 contributors
Commits on Sep 2, 2025
-
chore(deps): update all non-major dependencies (#321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e9faaf8 - Browse repository at this point
Copy the full SHA e9faaf8View commit details
Commits on Oct 5, 2025
-
chore(deps): update all non-major dependencies (#326)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3ed0e44 - Browse repository at this point
Copy the full SHA 3ed0e44View commit details
Commits on Oct 30, 2025
-
chore(deps): update all non-major dependencies (#327)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ce07479 - Browse repository at this point
Copy the full SHA ce07479View commit details
Commits on Mar 4, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f9efe9d - Browse repository at this point
Copy the full SHA f9efe9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12913db - Browse repository at this point
Copy the full SHA 12913dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33495f9 - Browse repository at this point
Copy the full SHA 33495f9View commit details -
chore(deps): update actions/checkout action to v6 (#332)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 915dd32 - Browse repository at this point
Copy the full SHA 915dd32View commit details -
chore(deps): update actions/setup-node action to v6 (#328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 938cf7e - Browse repository at this point
Copy the full SHA 938cf7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24bd871 - Browse repository at this point
Copy the full SHA 24bd871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f4c751 - Browse repository at this point
Copy the full SHA 3f4c751View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed17783 - Browse repository at this point
Copy the full SHA ed17783View commit details
Commits on Mar 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1b09363 - Browse repository at this point
Copy the full SHA 1b09363View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for abef19c - Browse repository at this point
Copy the full SHA abef19cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5ce4e5 - Browse repository at this point
Copy the full SHA c5ce4e5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.8.0...v1.8.2