stylelint-formatter-pretty
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "stylelint-formatter-pretty", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "A pretty Stylelint formatter.", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Dreamseer/stylelint-formatter-pretty.git" | ||
}, | ||
"repository": "github:mrcgrtz/stylelint-formatter-pretty", | ||
"funding": [ | ||
@@ -54,14 +51,19 @@ { | ||
"dependencies": { | ||
"ansi-escapes": "4.x", | ||
"chalk": "4.x", | ||
"log-symbols": "4.x", | ||
"plur": "4.x", | ||
"string-width": "4.x" | ||
"ansi-escapes": "~4.3.2", | ||
"log-symbols": "~4.1.0", | ||
"picocolors": "^1.0.0", | ||
"plur": "~4.0.0", | ||
"string-width": "~4.2.2" | ||
}, | ||
"devDependencies": { | ||
"ava": "^3.15.0", | ||
"c8": "^7.8.0", | ||
"strip-ansi": "^7.0.0", | ||
"xo": "^0.47.0" | ||
"ava": "^5.0.1", | ||
"c8": "^7.11.2", | ||
"husky": "^8.0.1", | ||
"lint-staged": "^13.0.0", | ||
"strip-ansi": "^7.0.1", | ||
"xo": "^0.52.2" | ||
}, | ||
"lint-staged": { | ||
"*.?({c,m})js": "xo --fix" | ||
}, | ||
"xo": { | ||
@@ -68,0 +70,0 @@ "rules": { |
@@ -5,7 +5,7 @@ # stylelint-formatter-pretty | ||
[![Tests](https://github.com/Dreamseer/stylelint-formatter-pretty/actions/workflows/run-tests.yml/badge.svg)](https://github.com/Dreamseer/stylelint-formatter-pretty/actions/workflows/run-tests.yml) | ||
[![Coverage Status](https://coveralls.io/repos/github/Dreamseer/stylelint-formatter-pretty/badge.svg?branch=main)](https://coveralls.io/github/Dreamseer/stylelint-formatter-pretty?branch=main) | ||
[![Test](https://github.com/mrcgrtz/stylelint-formatter-pretty/actions/workflows/test.yml/badge.svg)](https://github.com/mrcgrtz/stylelint-formatter-pretty/actions/workflows/test.yml) | ||
[![Coverage Status](https://coveralls.io/repos/github/mrcgrtz/stylelint-formatter-pretty/badge.svg?branch=main)](https://coveralls.io/github/mrcgrtz/stylelint-formatter-pretty?branch=main) | ||
[![Install size](https://packagephobia.now.sh/badge?p=stylelint-formatter-pretty)](https://packagephobia.now.sh/result?p=stylelint-formatter-pretty) | ||
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) | ||
[![MIT license](https://img.shields.io/github/license/dreamseer/stylelint-formatter-pretty.svg)](https://github.com/Dreamseer/stylelint-formatter-pretty/blob/main/LICENSE.md) | ||
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo) | ||
[![MIT license](https://img.shields.io/github/license/mrcgrtz/stylelint-formatter-pretty.svg)](https://github.com/mrcgrtz/stylelint-formatter-pretty/blob/main/LICENSE.md) | ||
@@ -12,0 +12,0 @@ ![Screenshot](screenshot.png) |
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11037
0
6
2
+ Addedpicocolors@^1.0.0
+ Addedpicocolors@1.1.1(transitive)
- Removedchalk@4.x
Updatedansi-escapes@~4.3.2
Updatedlog-symbols@~4.1.0
Updatedplur@~4.0.0
Updatedstring-width@~4.2.2