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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and GitHub Workflow committed Sep 8, 2024
1 parent 0a843fc commit 2a060a0
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 67 files
+63 −47 .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
+1 −1 debug/README.md
+2 −2 debug/package.json
+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
+11 −0 eslint-module-utils/CHANGELOG.md
+38 −0 eslint-module-utils/contextCompat.d.ts
+72 −0 eslint-module-utils/contextCompat.js
+3 −1 eslint-module-utils/declaredScope.d.ts
+4 −2 eslint-module-utils/declaredScope.js
+2 −1 eslint-module-utils/package.json
+2 −1 eslint-module-utils/resolve.js
+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
+4 −4 lru-cache/dist/commonjs/index.d.ts
+1 −1 lru-cache/dist/commonjs/index.d.ts.map
+1 −1 lru-cache/dist/commonjs/index.js.map
+2 −2 lru-cache/dist/commonjs/index.min.js.map
+4 −4 lru-cache/dist/esm/index.d.ts
+1 −1 lru-cache/dist/esm/index.d.ts.map
+1 −1 lru-cache/dist/esm/index.js.map
+2 −2 lru-cache/dist/esm/index.min.js.map
+5 −6 lru-cache/package.json
+1 −1 ms/index.js
+1 −1 ms/license.md
+5 −4 ms/package.json
+1 −2 ms/readme.md
+1 −1 postcss/lib/container.js
+12 −8 postcss/lib/node.js
+1 −1 postcss/lib/processor.js
+1 −1 postcss/package.json
+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 @@ -56,7 +56,7 @@
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-standard": "36.0.1",
"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",
"typescript": "^5.3.3"
},
Expand Down

0 comments on commit 2a060a0

Please sign in to comment.