Skip to content

Commit

Permalink
chore(deps): update dependency lint-staged to ^15.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 25, 2024
1 parent d6fc093 commit ce4154c
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"jest": "^30.0.0-alpha.2",
"lint-staged": "^15.2.1",
"lint-staged": "^15.2.5",
"patch-package": "^8.0.0",
"prettier": "^3.1.1",
"react": "^18.2.0",
Expand Down
108 changes: 83 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3751,7 +3751,7 @@ __metadata:
cross-env: "npm:^7.0.3"
eslint: "npm:^8.56.0"
jest: "npm:^30.0.0-alpha.2"
lint-staged: "npm:^15.2.1"
lint-staged: "npm:^15.2.5"
patch-package: "npm:^8.0.0"
prettier: "npm:^3.1.1"
react: "npm:^18.2.0"
Expand Down Expand Up @@ -5775,6 +5775,15 @@ __metadata:
languageName: node
linkType: hard

"braces@npm:^3.0.3":
version: 3.0.3
resolution: "braces@npm:3.0.3"
dependencies:
fill-range: "npm:^7.1.1"
checksum: 7c6dfd30c338d2997ba77500539227b9d1f85e388a5f43220865201e407e076783d0881f2d297b9f80951b4c957fcf0b51c1d2d24227631643c3f7c284b0aa04
languageName: node
linkType: hard

"breakword@npm:^1.0.5":
version: 1.0.6
resolution: "breakword@npm:1.0.6"
Expand Down Expand Up @@ -5950,7 +5959,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:5.3.0":
"chalk@npm:5.3.0, chalk@npm:~5.3.0":
version: 5.3.0
resolution: "chalk@npm:5.3.0"
checksum: 8297d436b2c0f95801103ff2ef67268d362021b8210daf8ddbe349695333eb3610a71122172ff3b0272f1ef2cf7cc2c41fdaa4715f52e49ffe04c56340feed09
Expand Down Expand Up @@ -6234,6 +6243,13 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:~12.1.0":
version: 12.1.0
resolution: "commander@npm:12.1.0"
checksum: 6e1996680c083b3b897bfc1cfe1c58dfbcd9842fd43e1aaf8a795fbc237f65efcc860a3ef457b318e73f29a4f4a28f6403c3d653d021d960e4632dd45bde54a9
languageName: node
linkType: hard

"comment-parser@npm:1.4.1, comment-parser@npm:^1.4.0":
version: 1.4.1
resolution: "comment-parser@npm:1.4.1"
Expand Down Expand Up @@ -6580,7 +6596,7 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4":
"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:~4.3.4":
version: 4.3.4
resolution: "debug@npm:4.3.4"
dependencies:
Expand Down Expand Up @@ -8020,7 +8036,7 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:8.0.1":
"execa@npm:8.0.1, execa@npm:~8.0.1":
version: 8.0.1
resolution: "execa@npm:8.0.1"
dependencies:
Expand Down Expand Up @@ -8286,6 +8302,15 @@ __metadata:
languageName: node
linkType: hard

"fill-range@npm:^7.1.1":
version: 7.1.1
resolution: "fill-range@npm:7.1.1"
dependencies:
to-regex-range: "npm:^5.0.1"
checksum: b75b691bbe065472f38824f694c2f7449d7f5004aa950426a2c28f0306c60db9b880c0b0e4ed819997ffb882d1da02cfcfc819bddc94d71627f5269682edf018
languageName: node
linkType: hard

"find-up@npm:^4.0.0, find-up@npm:^4.1.0":
version: 4.1.0
resolution: "find-up@npm:4.1.0"
Expand Down Expand Up @@ -10642,6 +10667,13 @@ __metadata:
languageName: node
linkType: hard

"lilconfig@npm:~3.1.1":
version: 3.1.1
resolution: "lilconfig@npm:3.1.1"
checksum: 311b559794546894e3fe176663427326026c1c644145be9e8041c58e268aa9328799b8dfe7e4dd8c6a4ae305feae95a1c9e007db3569f35b42b6e1bc8274754c
languageName: node
linkType: hard

"lines-and-columns@npm:^1.1.6":
version: 1.2.4
resolution: "lines-and-columns@npm:1.2.4"
Expand Down Expand Up @@ -10676,23 +10708,23 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:^15.2.1":
version: 15.2.1
resolution: "lint-staged@npm:15.2.1"
"lint-staged@npm:^15.2.5":
version: 15.2.5
resolution: "lint-staged@npm:15.2.5"
dependencies:
chalk: "npm:5.3.0"
commander: "npm:11.1.0"
debug: "npm:4.3.4"
execa: "npm:8.0.1"
lilconfig: "npm:3.0.0"
listr2: "npm:8.0.1"
micromatch: "npm:4.0.5"
pidtree: "npm:0.6.0"
string-argv: "npm:0.3.2"
yaml: "npm:2.3.4"
chalk: "npm:~5.3.0"
commander: "npm:~12.1.0"
debug: "npm:~4.3.4"
execa: "npm:~8.0.1"
lilconfig: "npm:~3.1.1"
listr2: "npm:~8.2.1"
micromatch: "npm:~4.0.7"
pidtree: "npm:~0.6.0"
string-argv: "npm:~0.3.2"
yaml: "npm:~2.4.2"
bin:
lint-staged: bin/lint-staged.js
checksum: 7da93825bebe61afce4ebfce4a2e61fb15dd24e48d117ee2dbcabd88f5d83f2b0ab210228d5d8c45c9d6a0412cb9e781c751f41a663b94b36876a8723aaf1f34
checksum: 89c54489783510f86df15756659facade82e849c0cbfb564fe047b82be91c5d2b1b5608a4bfc5237bd7b9fd0e1206e66aa3e4f8cad3ac51e37a098b8492c2fa6
languageName: node
linkType: hard

Expand All @@ -10710,17 +10742,17 @@ __metadata:
languageName: node
linkType: hard

"listr2@npm:8.0.1":
version: 8.0.1
resolution: "listr2@npm:8.0.1"
"listr2@npm:~8.2.1":
version: 8.2.1
resolution: "listr2@npm:8.2.1"
dependencies:
cli-truncate: "npm:^4.0.0"
colorette: "npm:^2.0.20"
eventemitter3: "npm:^5.0.1"
log-update: "npm:^6.0.0"
rfdc: "npm:^1.3.0"
rfdc: "npm:^1.3.1"
wrap-ansi: "npm:^9.0.0"
checksum: b565d6ceb3a4c2dbe0c1735c0fd907afd0d6f89de21aced8e05187b2d88ca2f8f9ebc5d743885396a00f05f13146f6be744d098a56ce0402cf1cd131485a7ff1
checksum: ac32cba8e5c79bcf0dbbb43c2fcc73e47902320c1fa1891074fefb3aa3dfaeef9c76348da22909f65334ba9bee1140bfc903e2f0c64427dd08ef4ba8f6b1dbd0
languageName: node
linkType: hard

Expand Down Expand Up @@ -12268,6 +12300,16 @@ __metadata:
languageName: node
linkType: hard

"micromatch@npm:~4.0.7":
version: 4.0.7
resolution: "micromatch@npm:4.0.7"
dependencies:
braces: "npm:^3.0.3"
picomatch: "npm:^2.3.1"
checksum: 58fa99bc5265edec206e9163a1d2cec5fabc46a5b473c45f4a700adce88c2520456ae35f2b301e4410fb3afb27e9521fb2813f6fc96be0a48a89430e0916a772
languageName: node
linkType: hard

"mime@npm:^3.0.0":
version: 3.0.0
resolution: "mime@npm:3.0.0"
Expand Down Expand Up @@ -13173,7 +13215,7 @@ __metadata:
languageName: node
linkType: hard

"pidtree@npm:0.6.0":
"pidtree@npm:0.6.0, pidtree@npm:~0.6.0":
version: 0.6.0
resolution: "pidtree@npm:0.6.0"
bin:
Expand Down Expand Up @@ -14841,6 +14883,13 @@ __metadata:
languageName: node
linkType: hard

"rfdc@npm:^1.3.1":
version: 1.3.1
resolution: "rfdc@npm:1.3.1"
checksum: 69f65e3ed30970f8055fac9fbbef9ce578800ca19554eab1dcbffe73a4b8aef536bc4248313889cf25e3b4e38b212c721eabe30856575bf2b2bc3d90f8ba93ef
languageName: node
linkType: hard

"rimraf@npm:^2.6.3":
version: 2.7.1
resolution: "rimraf@npm:2.7.1"
Expand Down Expand Up @@ -15524,7 +15573,7 @@ __metadata:
languageName: node
linkType: hard

"string-argv@npm:0.3.2":
"string-argv@npm:0.3.2, string-argv@npm:~0.3.2":
version: 0.3.2
resolution: "string-argv@npm:0.3.2"
checksum: 75c02a83759ad1722e040b86823909d9a2fc75d15dd71ec4b537c3560746e33b5f5a07f7332d1e3f88319909f82190843aa2f0a0d8c8d591ec08e93d5b8dec82
Expand Down Expand Up @@ -17193,6 +17242,15 @@ __metadata:
languageName: node
linkType: hard

"yaml@npm:~2.4.2":
version: 2.4.2
resolution: "yaml@npm:2.4.2"
bin:
yaml: bin.mjs
checksum: 280ddb2e43ffa7d91a95738e80c8f33e860749cdc25aa6d9e4d350a28e174fd7e494e4aa023108aaee41388e451e3dc1292261d8f022aabcf90df9c63d647549
languageName: node
linkType: hard

"yargs-parser@npm:^18.1.2, yargs-parser@npm:^18.1.3":
version: 18.1.3
resolution: "yargs-parser@npm:18.1.3"
Expand Down

0 comments on commit ce4154c

Please sign in to comment.