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: 3.1.0
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: v3.1.4
Choose a head ref
  • 18 commits
  • 12 files changed
  • 6 contributors

Commits on Sep 22, 2021

  1. build(deps): bump tmpl from 1.0.4 to 1.0.5 (#222)

    Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
    - [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
    - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: tmpl
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    6fe0ada View commit details
    Browse the repository at this point in the history
  2. build(deps): bump nth-check from 2.0.0 to 2.0.1 (#223)

    Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1.
    - [Release notes](https://github.com/fb55/nth-check/releases)
    - [Commits](fb55/nth-check@v2.0.0...v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: nth-check
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    64528c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. chore: drop import-cwd (#227)

    * chore: drop import-cwd
    
    * node 10 support
    43081j authored Jan 1, 2022
    Configuration menu
    Copy the full SHA
    d7287ea View commit details
    Browse the repository at this point in the history
  2. Add Node.js 17 to CI

    ai committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    f418645 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    ai committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    74593c5 View commit details
    Browse the repository at this point in the history
  4. Move from Yarn to pnpm

    ai committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    621dfb8 View commit details
    Browse the repository at this point in the history
  5. chore(release): 3.1.1

    ai committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    410413f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    98da51e View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    ai committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    84e6825 View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.1.2

    ai committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    579db1c View commit details
    Browse the repository at this point in the history
  4. Clean up code

    ai committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    a9bcad0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. change req to resolve based on file path rather than directory (#231)

    We previously had a fabricated file name (`_`) to forcefully resolve a
    given directory path to a file path, so `createRequire` would be happy.
    
    Since we now pass the file path every time, we no longer need this.
    
    In future, if we need to `req` a directory, we should resolve the path
    at the call-site rather than inside `req`.
    43081j authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    fa6003c View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.1.3

    ai committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    1793614 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    0e17e50 View commit details
    Browse the repository at this point in the history
  2. Clean up PostCSSS name

    ai committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    be34b16 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. add postcss peer dep (#233)

    bluwy authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    33ee657 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    ai committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    7aa5c51 View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.1.4

    ai committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    ee1e160 View commit details
    Browse the repository at this point in the history
Loading