Skip to content

Commit

Permalink
chore(deps): update dependency @d-zero/lint-staged-config to v5.0.0-a…
Browse files Browse the repository at this point in the history
…lpha.55 (#358)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent e49c411 commit acfaea6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@d-zero/commitlint-config": "5.0.0-alpha.55",
"@d-zero/cspell-config": "5.0.0-alpha.55",
"@d-zero/eslint-config": "5.0.0-alpha.55",
"@d-zero/lint-staged-config": "5.0.0-alpha.54",
"@d-zero/lint-staged-config": "5.0.0-alpha.55",
"@d-zero/prettier-config": "5.0.0-alpha.54",
"@d-zero/textlint-config": "5.0.0-alpha.54",
"@d-zero/tsconfig": "0.4.0",
Expand Down
27 changes: 16 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -650,12 +650,12 @@
globals "15.14.0"
typescript-eslint "8.19.0"

"@d-zero/[email protected].54":
version "5.0.0-alpha.54"
resolved "https://registry.yarnpkg.com/@d-zero/lint-staged-config/-/lint-staged-config-5.0.0-alpha.54.tgz#e7ae127b6c30b15dad348f96a67d6a69b2dd3123"
integrity sha512-F1jr230EhbGmsVPq/X3eO8QLaT98EMOL8Qn1mwGoDapsFb3pvQDNlqDVHoIfUZxFsVBrVmbQDWrZ78mB8ac0VQ==
"@d-zero/[email protected].55":
version "5.0.0-alpha.55"
resolved "https://registry.yarnpkg.com/@d-zero/lint-staged-config/-/lint-staged-config-5.0.0-alpha.55.tgz#dae3b2d72c49722dce9e7a3e30fc005233d57d77"
integrity sha512-V1+M/wAwnJUZxRLttfmlsUrk6Vi4FobrteVQ1P3mH51H3TJ1mk5jrY9oMC4d5VFMXK70tJ2np0O/ogvwxBohBA==
dependencies:
lint-staged "15.2.11"
lint-staged "15.3.0"
micromatch "4.0.8"

"@d-zero/[email protected]":
Expand Down Expand Up @@ -3034,11 +3034,16 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^5.2.0, chalk@^5.3.0, chalk@~5.3.0:
chalk@^5.2.0, chalk@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==

chalk@~5.4.1:
version "5.4.1"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==

character-entities-legacy@^1.0.0:
version "1.1.4"
resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1"
Expand Down Expand Up @@ -6326,12 +6331,12 @@ lines-and-columns@^1.1.6:
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==

lint-staged@15.2.11:
version "15.2.11"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.11.tgz#e88440982f4a4c1d55a9a7a839259ec3806bd81b"
integrity sha512-Ev6ivCTYRTGs9ychvpVw35m/bcNDuBN+mnTeObCL5h+boS5WzBEC6LHI4I9F/++sZm1m+J2LEiy0gxL/R9TBqQ==
lint-staged@15.3.0:
version "15.3.0"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.3.0.tgz#32a0b3f2f2b8825950bd3b9fb093e045353bdfa3"
integrity sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==
dependencies:
chalk "~5.3.0"
chalk "~5.4.1"
commander "~12.1.0"
debug "~4.4.0"
execa "~8.0.1"
Expand Down

0 comments on commit acfaea6

Please sign in to comment.