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 (#224)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 2d18612 commit d48bfec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@d-zero/cspell-config": "5.0.0-alpha.55",
"@d-zero/eslint-config": "5.0.0-alpha.52",
"@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.1",
Expand Down
27 changes: 11 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -663,12 +663,12 @@
eslint-plugin-sort-class-members "1.21.0"
eslint-plugin-unicorn "56.0.1"

"@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 @@ -2207,16 +2207,11 @@ chalk@^4.0.0, chalk@^4.1.2:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

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

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==

character-entities-html4@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz#1f1adb940c971a4b22ba39ddca6b618dc6e56b2b"
Expand Down Expand Up @@ -4493,12 +4488,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 d48bfec

Please sign in to comment.