Skip to content

Commit

Permalink
chore(deps): update dependency lint-staged to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2023
1 parent 20b4884 commit 64b8906
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 61 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dotenv-cli": "7.3.0",
"eslint": "8.51.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"lint-staged": "15.0.2",
"micromatch": "4.0.5",
"pinst": "3.0.0",
"prettier": "3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/babel__core": "7.20.3",
"@willbooster/prettier-config": "^9.0.1",
"core-js": "3.33.1",
"lint-staged": "14.0.1",
"lint-staged": "15.0.2",
"prettier": "3.0.3",
"sort-package-json": "2.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-blitz-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-sort-class-members": "1.19.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-unicorn": "48.0.1",
"lint-staged": "14.0.1",
"lint-staged": "15.0.2",
"micromatch": "4.0.5",
"prettier": "3.0.3",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-js-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-sort-class-members": "1.19.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-unicorn": "48.0.1",
"lint-staged": "14.0.1",
"lint-staged": "15.0.2",
"micromatch": "4.0.5",
"prettier": "3.0.3",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-plugin-sort-class-members": "1.19.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-unicorn": "48.0.1",
"lint-staged": "14.0.1",
"lint-staged": "15.0.2",
"micromatch": "4.0.5",
"prettier": "3.0.3",
"sort-package-json": "2.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-sort-class-members": "1.19.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-unicorn": "48.0.1",
"lint-staged": "14.0.1",
"lint-staged": "15.0.2",
"micromatch": "4.0.5",
"prettier": "3.0.3",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ts-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint-plugin-sort-class-members": "1.19.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-unicorn": "48.0.1",
"lint-staged": "14.0.1",
"lint-staged": "15.0.2",
"micromatch": "4.0.5",
"prettier": "3.0.3",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-sort-class-members": "1.19.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-unicorn": "48.0.1",
"lint-staged": "14.0.1",
"lint-staged": "15.0.2",
"micromatch": "4.0.5",
"prettier": "3.0.3",
"sort-package-json": "2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prettify": "prettier --cache --color --write \"**/{.*/,}*.{cjs,css,cts,htm,html,js,json,json5,jsx,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}\" \"!**/test-fixtures/**\""
},
"devDependencies": {
"lint-staged": "14.0.1",
"lint-staged": "15.0.2",
"prettier": "3.0.3",
"sort-package-json": "2.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.4",
"@willbooster/prettier-config": "^9.0.1",
"lint-staged": "14.0.1",
"lint-staged": "15.0.2",
"prettier": "3.0.3",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-node-externals": "6.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-plugin-sort-class-members": "1.19.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-unicorn": "48.0.1",
"lint-staged": "14.0.1",
"lint-staged": "15.0.2",
"micromatch": "4.0.5",
"prettier": "3.0.3",
"sort-package-json": "2.6.0",
Expand Down
95 changes: 45 additions & 50 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ __metadata:
"@types/babel__core": "npm:7.20.3"
"@willbooster/prettier-config": "npm:^9.0.1"
core-js: "npm:3.33.1"
lint-staged: "npm:14.0.1"
lint-staged: "npm:15.0.2"
prettier: "npm:3.0.3"
sort-package-json: "npm:2.6.0"
languageName: unknown
Expand All @@ -1496,7 +1496,7 @@ __metadata:
dotenv-cli: "npm:7.3.0"
eslint: "npm:8.51.0"
husky: "npm:8.0.3"
lint-staged: "npm:14.0.1"
lint-staged: "npm:15.0.2"
micromatch: "npm:4.0.5"
pinst: "npm:3.0.0"
prettier: "npm:3.0.3"
Expand Down Expand Up @@ -1528,7 +1528,7 @@ __metadata:
eslint-plugin-sort-class-members: "npm:1.19.0"
eslint-plugin-sort-destructure-keys: "npm:1.5.0"
eslint-plugin-unicorn: "npm:48.0.1"
lint-staged: "npm:14.0.1"
lint-staged: "npm:15.0.2"
micromatch: "npm:4.0.5"
prettier: "npm:3.0.3"
react: "npm:18.2.0"
Expand Down Expand Up @@ -1568,7 +1568,7 @@ __metadata:
eslint-plugin-sort-class-members: "npm:1.19.0"
eslint-plugin-sort-destructure-keys: "npm:1.5.0"
eslint-plugin-unicorn: "npm:48.0.1"
lint-staged: "npm:14.0.1"
lint-staged: "npm:15.0.2"
micromatch: "npm:4.0.5"
prettier: "npm:3.0.3"
react: "npm:18.2.0"
Expand Down Expand Up @@ -1612,7 +1612,7 @@ __metadata:
eslint-plugin-sort-class-members: "npm:1.19.0"
eslint-plugin-sort-destructure-keys: "npm:1.5.0"
eslint-plugin-unicorn: "npm:48.0.1"
lint-staged: "npm:14.0.1"
lint-staged: "npm:15.0.2"
micromatch: "npm:4.0.5"
prettier: "npm:3.0.3"
sort-package-json: "npm:2.6.0"
Expand Down Expand Up @@ -1648,7 +1648,7 @@ __metadata:
eslint-plugin-sort-class-members: "npm:1.19.0"
eslint-plugin-sort-destructure-keys: "npm:1.5.0"
eslint-plugin-unicorn: "npm:48.0.1"
lint-staged: "npm:14.0.1"
lint-staged: "npm:15.0.2"
micromatch: "npm:4.0.5"
prettier: "npm:3.0.3"
react: "npm:18.2.0"
Expand Down Expand Up @@ -1691,7 +1691,7 @@ __metadata:
eslint-plugin-sort-class-members: "npm:1.19.0"
eslint-plugin-sort-destructure-keys: "npm:1.5.0"
eslint-plugin-unicorn: "npm:48.0.1"
lint-staged: "npm:14.0.1"
lint-staged: "npm:15.0.2"
micromatch: "npm:4.0.5"
prettier: "npm:3.0.3"
react: "npm:18.2.0"
Expand Down Expand Up @@ -1749,7 +1749,7 @@ __metadata:
eslint-plugin-sort-class-members: "npm:1.19.0"
eslint-plugin-sort-destructure-keys: "npm:1.5.0"
eslint-plugin-unicorn: "npm:48.0.1"
lint-staged: "npm:14.0.1"
lint-staged: "npm:15.0.2"
micromatch: "npm:4.0.5"
prettier: "npm:3.0.3"
sort-package-json: "npm:2.6.0"
Expand Down Expand Up @@ -1782,7 +1782,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@willbooster/prettier-config@workspace:packages/prettier-config"
dependencies:
lint-staged: "npm:14.0.1"
lint-staged: "npm:15.0.2"
prettier: "npm:3.0.3"
sort-package-json: "npm:2.6.0"
peerDependencies:
Expand All @@ -1800,7 +1800,7 @@ __metadata:
"@rollup/plugin-node-resolve": "npm:15.2.3"
"@rollup/plugin-replace": "npm:5.0.4"
"@willbooster/prettier-config": "npm:^9.0.1"
lint-staged: "npm:14.0.1"
lint-staged: "npm:15.0.2"
prettier: "npm:3.0.3"
rollup-plugin-analyzer: "npm:4.0.0"
rollup-plugin-node-externals: "npm:6.1.2"
Expand All @@ -1826,7 +1826,7 @@ __metadata:
eslint-plugin-sort-class-members: "npm:1.19.0"
eslint-plugin-sort-destructure-keys: "npm:1.5.0"
eslint-plugin-unicorn: "npm:48.0.1"
lint-staged: "npm:14.0.1"
lint-staged: "npm:15.0.2"
micromatch: "npm:4.0.5"
prettier: "npm:3.0.3"
sort-package-json: "npm:2.6.0"
Expand Down Expand Up @@ -2689,10 +2689,10 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:11.0.0":
version: 11.0.0
resolution: "commander@npm:11.0.0"
checksum: 471c44cd2d31dee556753df6ceb5ef52ccded0ba6308d3ba7a76251aa0edeedf5ac66ca86cb6096cc8fe20997064233c476983d346265f85180e86312724de0c
"commander@npm:11.1.0":
version: 11.1.0
resolution: "commander@npm:11.1.0"
checksum: 13cc6ac875e48780250f723fb81c1c1178d35c5decb1abb1b628b3177af08a8554e76b2c0f29de72d69eef7c864d12613272a71fabef8047922bc622ab75a179
languageName: node
linkType: hard

Expand Down Expand Up @@ -3714,37 +3714,37 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:7.2.0, execa@npm:^7.0.0, execa@npm:^7.1.1":
version: 7.2.0
resolution: "execa@npm:7.2.0"
"execa@npm:8.0.1, execa@npm:^8.0.0":
version: 8.0.1
resolution: "execa@npm:8.0.1"
dependencies:
cross-spawn: "npm:^7.0.3"
get-stream: "npm:^6.0.1"
human-signals: "npm:^4.3.0"
get-stream: "npm:^8.0.1"
human-signals: "npm:^5.0.0"
is-stream: "npm:^3.0.0"
merge-stream: "npm:^2.0.0"
npm-run-path: "npm:^5.1.0"
onetime: "npm:^6.0.0"
signal-exit: "npm:^3.0.7"
signal-exit: "npm:^4.1.0"
strip-final-newline: "npm:^3.0.0"
checksum: 098cd6a1bc26d509e5402c43f4971736450b84d058391820c6f237aeec6436963e006fd8423c9722f148c53da86aa50045929c7278b5522197dff802d10f9885
checksum: 2c52d8775f5bf103ce8eec9c7ab3059909ba350a5164744e9947ed14a53f51687c040a250bda833f906d1283aa8803975b84e6c8f7a7c42f99dc8ef80250d1af
languageName: node
linkType: hard

"execa@npm:^8.0.0":
version: 8.0.1
resolution: "execa@npm:8.0.1"
"execa@npm:^7.0.0, execa@npm:^7.1.1":
version: 7.2.0
resolution: "execa@npm:7.2.0"
dependencies:
cross-spawn: "npm:^7.0.3"
get-stream: "npm:^8.0.1"
human-signals: "npm:^5.0.0"
get-stream: "npm:^6.0.1"
human-signals: "npm:^4.3.0"
is-stream: "npm:^3.0.0"
merge-stream: "npm:^2.0.0"
npm-run-path: "npm:^5.1.0"
onetime: "npm:^6.0.0"
signal-exit: "npm:^4.1.0"
signal-exit: "npm:^3.0.7"
strip-final-newline: "npm:^3.0.0"
checksum: 2c52d8775f5bf103ce8eec9c7ab3059909ba350a5164744e9947ed14a53f51687c040a250bda833f906d1283aa8803975b84e6c8f7a7c42f99dc8ef80250d1af
checksum: 098cd6a1bc26d509e5402c43f4971736450b84d058391820c6f237aeec6436963e006fd8423c9722f148c53da86aa50045929c7278b5522197dff802d10f9885
languageName: node
linkType: hard

Expand Down Expand Up @@ -5433,42 +5433,37 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:14.0.1":
version: 14.0.1
resolution: "lint-staged@npm:14.0.1"
"lint-staged@npm:15.0.2":
version: 15.0.2
resolution: "lint-staged@npm:15.0.2"
dependencies:
chalk: "npm:5.3.0"
commander: "npm:11.0.0"
commander: "npm:11.1.0"
debug: "npm:4.3.4"
execa: "npm:7.2.0"
execa: "npm:8.0.1"
lilconfig: "npm:2.1.0"
listr2: "npm:6.6.1"
listr2: "npm:7.0.2"
micromatch: "npm:4.0.5"
pidtree: "npm:0.6.0"
string-argv: "npm:0.3.2"
yaml: "npm:2.3.1"
yaml: "npm:2.3.3"
bin:
lint-staged: bin/lint-staged.js
checksum: 57291d036123168998cb248ca70974b835edb231dbe0dc395cef44a4073a2c2404215e9cae8657ce562a559fc30cdaa4c20775dff6e8d2aa519243cc8bc294f4
checksum: 5c8806137c8c9c63e1156e16f2a2763586a9eab8f24713b95bbfd099308c83f85af2df622fdc326a9f0e455e657718f61f6d4a81067a5c77243e65e822c8f16c
languageName: node
linkType: hard

"listr2@npm:6.6.1":
version: 6.6.1
resolution: "listr2@npm:6.6.1"
"listr2@npm:7.0.2":
version: 7.0.2
resolution: "listr2@npm:7.0.2"
dependencies:
cli-truncate: "npm:^3.1.0"
colorette: "npm:^2.0.20"
eventemitter3: "npm:^5.0.1"
log-update: "npm:^5.0.1"
rfdc: "npm:^1.3.0"
wrap-ansi: "npm:^8.1.0"
peerDependencies:
enquirer: ">= 2.3.0 < 3"
peerDependenciesMeta:
enquirer:
optional: true
checksum: 2abfcd4346b8208e8d406cfe7a058cd10e3238f60de1ee53fa108a507b45b853ceb87e0d1d4ff229bbf6dd6e896262352e0c7a8895b8511cd55fe94304d3921e
checksum: 37b6501be84ebea66dcce07c5f86c224aff0c01c9fb43f5055cc38a063030281d58198aad0aad481f174438309831ddf5f763b890e820cd7b7b4f4a5dfa229c9
languageName: node
linkType: hard

Expand Down Expand Up @@ -8652,10 +8647,10 @@ __metadata:
languageName: node
linkType: hard

"yaml@npm:2.3.1":
version: 2.3.1
resolution: "yaml@npm:2.3.1"
checksum: ed4c21a907fb1cd60a25177612fa46d95064a144623d269199817908475fe85bef20fb17406e3bdc175351b6488056a6f84beb7836e8c262646546a0220188e3
"yaml@npm:2.3.3":
version: 2.3.3
resolution: "yaml@npm:2.3.3"
checksum: a0c56bf682159b0567e9cbbddf23efc2f6806f6450716d9be6ec5eb1af1b941e95c8d3dc9c47da20d1b6883a9d6c61e31cf98bb4b77ebca4396bf772657f2f00
languageName: node
linkType: hard

Expand Down

0 comments on commit 64b8906

Please sign in to comment.