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-load-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.2
Choose a base ref
...
head repository: postcss/postcss-load-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 14 commits
  • 39 files changed
  • 2 contributors

Commits on Nov 20, 2023

  1. Clean up changes

    ai committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    cdbba5a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. feat: support loading ts config files in esm contexts (#249)

    * feat: support loading ts config files in esm contexts
    
    * throw jiti error only when importing ts files
    brc-dd authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6c4e3e0 View commit details
    Browse the repository at this point in the history
  2. Add Node.js 21 to CI

    ai committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7358525 View commit details
    Browse the repository at this point in the history
  3. Remove Node.js 16 support

    ai committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4d821e1 View commit details
    Browse the repository at this point in the history
  4. PostCSS is not optional dependency

    ai committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    75364b4 View commit details
    Browse the repository at this point in the history
  5. Move to another test runner

    ai committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b6d897f View commit details
    Browse the repository at this point in the history
  6. Run tests in parallel

    ai committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    64aaf39 View commit details
    Browse the repository at this point in the history
  7. Remove old code owner

    ai committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    affb3d9 View commit details
    Browse the repository at this point in the history
  8. Revert "PostCSS is not optional dependency"

    This reverts commit 75364b4.
    ai committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6714259 View commit details
    Browse the repository at this point in the history
  9. Update code style

    ai committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f70b27a View commit details
    Browse the repository at this point in the history
  10. Update lock file

    ai committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    215f1b2 View commit details
    Browse the repository at this point in the history
  11. Clean up code

    ai committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    691cb42 View commit details
    Browse the repository at this point in the history
  12. feat: support loading esm and ts files from json config (#254)

    * feat: support loading esm and ts files from .jsonrc
    
    * restore existing logic
    
    * add types for lilconfig options
    
    * simplify
    brc-dd authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    1928df0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. chore(release): 5.0.0

    ai committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c03d8f4 View commit details
    Browse the repository at this point in the history
Loading