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-standard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 30.0.0
Choose a base ref
...
head repository: stylelint/stylelint-config-standard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 30.0.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 9, 2023

  1. Prepare 30.0.1 (#281)

    jeddy3 authored Feb 9, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    632e1b7 View commit details
  2. 30.0.1

    jeddy3 committed Feb 9, 2023
    Copy the full SHA
    2a23e74 View commit details
Showing with 15 additions and 11 deletions.
  1. +4 −0 CHANGELOG.md
  2. +9 −9 package-lock.json
  3. +2 −2 package.json
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 30.0.1

- Fixed: updated to [`stylelint-config-recommended@10.0.1`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/10.0.1)

## 30.0.0

- Removed: `stylelint` less than `15.0.0` from peer dependencies.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-standard",
"version": "30.0.0",
"version": "30.0.1",
"description": "Standard shareable config for Stylelint",
"keywords": [
"stylelint",
@@ -46,7 +46,7 @@
]
},
"dependencies": {
"stylelint-config-recommended": "^10.0.0"
"stylelint-config-recommended": "^10.0.1"
},
"devDependencies": {
"@stylelint/prettier-config": "^2.0.0",