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: stylelint/stylelint-config-recommended
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12.0.0
Choose a base ref
...
head repository: stylelint/stylelint-config-recommended
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 13.0.0
Choose a head ref
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Apr 23, 2023

  1. Update deps (#189)

    ybiquitous authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    de0ba8e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Bump yaml from 2.2.1 to 2.2.2 (#190)

    Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2.
    - [Release notes](https://github.com/eemeli/yaml/releases)
    - [Commits](eemeli/yaml@v2.2.1...v2.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: yaml
      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 Apr 25, 2023
    Configuration menu
    Copy the full SHA
    b35e613 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Update deps (#193)

    ybiquitous authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    02ee343 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Add engines.node field to package.json (#195)

    The `engines.node` field should be the same as `stylelint`'s `engines.node` (peer dependency).
    ybiquitous authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    554aa1e View commit details
    Browse the repository at this point in the history
  2. Bump got and np (#194)

    Bumps [got](https://github.com/sindresorhus/got) to 11.8.6 and updates ancestor dependency [np](https://github.com/sindresorhus/np). These dependencies need to be updated together.
    
    
    Updates `got` from 9.6.0 to 11.8.6
    - [Release notes](https://github.com/sindresorhus/got/releases)
    - [Commits](sindresorhus/got@v9.6.0...v11.8.6)
    
    Updates `np` from 7.7.0 to 8.0.4
    - [Release notes](https://github.com/sindresorhus/np/releases)
    - [Commits](sindresorhus/np@v7.7.0...v8.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: got
      dependency-type: indirect
    - dependency-name: np
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    7849987 View commit details
    Browse the repository at this point in the history
  3. Prepare 13.0.0 (#196)

    Changes:
    
    - bump Stylelint to `15.10.0` (latest version)
    - enables `media-query-no-invalid`
    - changes test introduced in #195
    mattxwang authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    be39096 View commit details
    Browse the repository at this point in the history
  4. 13.0.0

    mattxwang committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    26b84e0 View commit details
    Browse the repository at this point in the history
Loading