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-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.3.0
Choose a base ref
...
head repository: postcss/postcss-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.3.1
Choose a head ref
  • 5 commits
  • 4 files changed
  • 4 contributors

Commits on Nov 23, 2020

  1. Update dependency prettier to ~2.2.0 (#359)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 23, 2020
    Configuration menu
    Copy the full SHA
    453aaec View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Cast to string before passing input globs to slash

    If a number is passed as a positional argument, yargs interprets
    it as a JS Number, and slash tries to call .replace() on it, which
    fails. This ensures slash only gets strings passed to it.
    
    Refs #360 (comment)
    RyanZim committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    4b9b66d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    96b6521 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    f25d3de View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. 8.3.1

    RyanZim committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    35545bd View commit details
    Browse the repository at this point in the history
Loading