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: postcss/postcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.5.10
Choose a base ref
...
head repository: postcss/postcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.5.13
Choose a head ref
  • 17 commits
  • 15 files changed
  • 2 contributors

Commits on Apr 16, 2026

  1. Bypass MapGenerator for no-source-map stringify in LazyResult

    When opts.map is undefined and the root has no previous source map,
    skip MapGenerator construction entirely and stringify directly. This
    avoids 3 Map allocations, a clearAnnotation AST walk, and a previous()
    AST walk per file.
    alanzabihi authored and ai committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    8ec62b1 View commit details
    Browse the repository at this point in the history
  2. Cache node.raws locally in Stringifier hot methods

    Cache node.raws references locally in hot methods (atrule, block, body,
    comment, decl) to avoid repeated property chain resolution. In decl(),
    inline the common rawValue() path when node.raws.value exists. In raw(),
    cache root.rawCache in a local variable. In body(), short-circuit
    raw(child, 'before') when child.raws.before is already defined. In
    block() and comment(), inline the raws check to skip raw() call overhead
    when the value is already present.
    alanzabihi authored and ai committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    7e36e15 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2026

  1. Update dependencies

    ai committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    42b5337 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ca1901 View commit details
    Browse the repository at this point in the history
  3. Release 8.5.11 version

    ai committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    2502f75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    233fb26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaec7b7 View commit details
    Browse the repository at this point in the history
  6. Load only .map source maps

    ai committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    c64b748 View commit details
    Browse the repository at this point in the history
  7. Try to fix coverage

    ai committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    94484ca View commit details
    Browse the repository at this point in the history
  8. Another try to fix coverage

    ai committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    85c4d7d View commit details
    Browse the repository at this point in the history
  9. Release 8.5.12 version

    ai committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    9bc81c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2026

  1. Move to pnpm 11

    ai committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    e0093e4 View commit details
    Browse the repository at this point in the history
  2. Try to fix CI

    ai committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    ae889c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd06c3e View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    ai committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    d3abd40 View commit details
    Browse the repository at this point in the history
  5. Temporary ignore pnpm 11 config

    ai committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    f227dbd View commit details
    Browse the repository at this point in the history
  6. Release 8.5.13 version

    ai committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    af58cf1 View commit details
    Browse the repository at this point in the history
Loading