Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to PostCSS 8. #17415

Merged
merged 4 commits into from Oct 21, 2020
Merged

Update to PostCSS 8. #17415

merged 4 commits into from Oct 21, 2020

Commits on Sep 30, 2020

  1. Update to PostCSS 8.

    Fixes: #17242
    
    - Change type imports from `postcss` package to match new `postcss` export structure
    - Change `cssnano-simple` plugin type to `OldPlugin` since the `Plugin` type now represents PostCSS 8 plugin
    - Call postcss directly instead of plugin `process` method; `process` usage seems discouraged as PostCSS removed
      it from the plugin type definition
    ludofischer committed Sep 30, 2020
    Copy the full SHA
    3ea3b6e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Merge branch 'canary' of github.com:vercel/next.js into ludofischer-f…

    …ix-postcss8-types
    
    # Conflicts:
    #	yarn.lock
    timneutkens committed Oct 19, 2020
    Copy the full SHA
    0426f0f View commit details
    Browse the repository at this point in the history
  2. Update yarn.lock

    timneutkens committed Oct 19, 2020
    Copy the full SHA
    9eea9de View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

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