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: less/less.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.6.5
Choose a base ref
...
head repository: less/less.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.6.6
Choose a head ref
  • 8 commits
  • 18 files changed
  • 8 contributors

Commits on Jun 13, 2026

  1. Configuration menu
    Copy the full SHA
    7a0dd6d View commit details
    Browse the repository at this point in the history
  2. fix: use printf for PR body to avoid YAML indentation error in run bl…

    …ock (#4450)
    
    Removed redundant line from PR body in release workflow.
    matthew-dean authored Jun 13, 2026
    Configuration menu
    Copy the full SHA
    d904698 View commit details
    Browse the repository at this point in the history
  3. docs: fix incorrect contributor attributions in v4.6.0 changelog (#4437)

    Seven entries under v4.6.0 credited @nicolo-ribaudo for PRs authored by
    other contributors. Updated each entry to match the actual PR author.
    
    Fixes #4428
    barry3406 authored Jun 13, 2026
    Configuration menu
    Copy the full SHA
    06428b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2026

  1. chore: prevent dependency lifecycle scripts (#4440)

    * chore: prevent dependency lifecycle scripts
    
    * Prevent dependency lifecycle scripts during CI work.
    
    * fix: partial revert for CI run
    
    * Partial revert of CI run; keep only frozen lockfile so CI can
      complete.
    
    * fix: CI hang on chromium install
    
    * Fix CI hang on chromium install; should not be needed for CI test
      purposes.
    
    * chore: re-add dependency script ignore for CI
    
    * Re-add dependency script ignore for CI now that chromium hang is
      resolved and CI can complete.
    
    ---------
    
    Co-authored-by: Matthew Dean <matthew-dean@users.noreply.github.com>
    puckowski and matthew-dean authored Jun 14, 2026
    Configuration menu
    Copy the full SHA
    eeb335a View commit details
    Browse the repository at this point in the history
  2. fix(issue#4316): color calc inside from expression (#4434)

    * Fix color calc() inside from expression parsing issues.
    * Add tests for #4316.
    
    Co-authored-by: Matthew Dean <matthew-dean@users.noreply.github.com>
    puckowski and matthew-dean authored Jun 14, 2026
    Configuration menu
    Copy the full SHA
    83bc8d4 View commit details
    Browse the repository at this point in the history
  3. fix: avoid crash on nested @supports with dumpLineNumbers (#4446)

    A nested @supports (or @document) builds an implicit, non-root ruleset
    that never gets a debugInfo attached during parsing. With dumpLineNumbers
    enabled, genCSS tried to read lineNumber/fileName off that missing
    debugInfo and threw a TypeError instead of producing output.
    
    Skip emitting debug info when a node has none, the same way nodes without
    a recorded line are already handled elsewhere.
    sarathfrancis90 authored Jun 14, 2026
    Configuration menu
    Copy the full SHA
    d03e7a4 View commit details
    Browse the repository at this point in the history
  4. Preserve spacing for container feature functions (#4441)

    * Preserve container feature function spacing
    
    Signed-off-by: Puneet Dixit <236133619+puneetdixit200@users.noreply.github.com>
    
    * Handle non-ASCII container names
    
    ---------
    
    Signed-off-by: Puneet Dixit <236133619+puneetdixit200@users.noreply.github.com>
    Co-authored-by: Puneet Dixit <236133619+puneetdixit200@users.noreply.github.com>
    puneetdixit200 and puneetdixit200 authored Jun 14, 2026
    Configuration menu
    Copy the full SHA
    888f687 View commit details
    Browse the repository at this point in the history
  5. chore: release v4.6.6 (#4451)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jun 14, 2026
    Configuration menu
    Copy the full SHA
    7787557 View commit details
    Browse the repository at this point in the history
Loading