Skip to content

Commit

Permalink
Bump stylelint-formatter-pretty in the stylelint group
Browse files Browse the repository at this point in the history
Bumps the stylelint group with 1 update: [stylelint-formatter-pretty](https://github.com/mrcgrtz/stylelint-formatter-pretty).

Updates `stylelint-formatter-pretty` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/mrcgrtz/stylelint-formatter-pretty/releases)
- [Commits](mrcgrtz/stylelint-formatter-pretty@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: stylelint-formatter-pretty
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jelly committed Sep 8, 2024
1 parent cc3bb1b commit 2554dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 41 files
+47 −31 .package-lock.json
+1 −1 .package.json
+262 −0 ansi-escapes/base.d.ts
+163 −0 ansi-escapes/base.js
+2 −272 ansi-escapes/index.d.ts
+2 −168 ansi-escapes/index.js
+21 −10 ansi-escapes/package.json
+8 −2 ansi-escapes/readme.md
+74 −0 environment/index.d.ts
+47 −0 environment/index.js
+0 −0 environment/license
+74 −0 environment/package.json
+94 −0 environment/readme.md
+1 −2 is-unicode-supported/index.js
+9 −6 is-unicode-supported/package.json
+4 −0 log-symbols/browser-symbols.js
+1 −8 log-symbols/browser.js
+1 −20 log-symbols/index.js
+0 −83 log-symbols/node_modules/chalk/package.json
+0 −325 log-symbols/node_modules/chalk/readme.md
+0 −320 log-symbols/node_modules/chalk/source/index.d.ts
+0 −225 log-symbols/node_modules/chalk/source/index.js
+0 −33 log-symbols/node_modules/chalk/source/utilities.js
+0 −236 log-symbols/node_modules/chalk/source/vendor/ansi-styles/index.d.ts
+0 −223 log-symbols/node_modules/chalk/source/vendor/ansi-styles/index.js
+0 −1 log-symbols/node_modules/chalk/source/vendor/supports-color/browser.d.ts
+0 −30 log-symbols/node_modules/chalk/source/vendor/supports-color/browser.js
+0 −55 log-symbols/node_modules/chalk/source/vendor/supports-color/index.d.ts
+0 −182 log-symbols/node_modules/chalk/source/vendor/supports-color/index.js
+10 −7 log-symbols/package.json
+14 −0 log-symbols/symbols.js
+1 −1 stylelint-formatter-pretty/README.md
+2 −2 stylelint-formatter-pretty/index.js
+9 −9 stylelint-formatter-pretty/package.json
+47 −0 yoctocolors/base.d.ts
+89 −0 yoctocolors/base.js
+2 −0 yoctocolors/index.d.ts
+2 −0 yoctocolors/index.js
+9 −0 yoctocolors/license
+69 −0 yoctocolors/package.json
+138 −0 yoctocolors/readme.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"stylelint": "16.9.0",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-formatter-pretty": "4.0.0",
"stylelint-formatter-pretty": "4.0.1",
"stylelint-use-logical-spec": "5.0.1"
},
"dependencies": {
Expand Down

0 comments on commit 2554dde

Please sign in to comment.