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.4.49
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.0
Choose a head ref
  • 11 commits
  • 11 files changed
  • 5 contributors

Commits on Nov 15, 2024

  1. Bump @eslint/plugin-kit from 0.2.2 to 0.2.3 (#1984)

    Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.2 to 0.2.3.
    - [Release notes](https://github.com/eslint/rewrite/releases)
    - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
    - [Commits](eslint/rewrite@plugin-kit-v0.2.2...plugin-kit-v0.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/plugin-kit"
      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 Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a691527 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Bump nanoid from 3.3.7 to 3.3.8 (#1989)

    Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
    - [Release notes](https://github.com/ai/nanoid/releases)
    - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
    - [Commits](ai/nanoid@3.3.7...3.3.8)
    
    ---
    updated-dependencies:
    - dependency-name: nanoid
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    2acd7c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Pins nanoid to ^3.3.8 (#1992)

    * Pins nanoid to ^3.3.8
    
    * Adds nanoid ^3.3.8 to pnpm-lock.yaml
    fsmeier authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    4493eed View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Fix the documentation for RuleRaws.ownSemicolon (#1994)

    This didn't match the actual type or behavior of the field.
    nex3 authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    99da2f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Move to pnpm 10

    ai committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    46ff246 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    ai committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    76caa57 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Fix pnpm version on CI

    ai committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    85cbbec View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Update dependencies

    ai committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    6f86879 View commit details
    Browse the repository at this point in the history
  2. Add Input#document (#1996)

    * Add `Input#document`
    
    * Update lib/postcss.d.ts
    
    Co-authored-by: Andrey Sitnik <andrey@sitnik.ru>
    
    * apply suggestion from code review
    
    ---------
    
    Co-authored-by: Andrey Sitnik <andrey@sitnik.ru>
    romainmenke and ai authored Jan 13, 2025
    2 Configuration menu
    Copy the full SHA
    80e2401 View commit details
    Browse the repository at this point in the history
  3. Fix 80 columns limit

    ai committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    4223bb9 View commit details
    Browse the repository at this point in the history
  4. Release 8.5 version

    ai committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    6873270 View commit details
    Browse the repository at this point in the history
Loading