Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency lint-staged to v15.4.0 #2076

Merged
merged 1 commit into from
Jan 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-react": "^7.35.0",
"globals": "^15.9.0",
"husky": "8.0.1",
"lint-staged": "15.3.0"
"lint-staged": "15.4.0"
},
"lint-staged": {
"*.{js,jsx}": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"jest": "29.7.0",
"jest-canvas-mock": "2.5.2",
"jest-junit": "16.0.0",
"lint-staged": "15.3.0",
"lint-staged": "15.4.0",
"remark": "14.0.2",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4245,7 +4245,7 @@ __metadata:
jest-canvas-mock: "npm:2.5.2"
jest-environment-jsdom: "npm:29.7.0"
jest-junit: "npm:16.0.0"
lint-staged: "npm:15.3.0"
lint-staged: "npm:15.4.0"
papaparse: "npm:^5.4.1"
postcss-calc: "npm:10.1.0"
postcss-css-variables: "npm:0.19.0"
Expand Down Expand Up @@ -15182,9 +15182,9 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:15.3.0":
version: 15.3.0
resolution: "lint-staged@npm:15.3.0"
"lint-staged@npm:15.4.0":
version: 15.4.0
resolution: "lint-staged@npm:15.4.0"
dependencies:
chalk: "npm:~5.4.1"
commander: "npm:~12.1.0"
Expand All @@ -15198,7 +15198,7 @@ __metadata:
yaml: "npm:~2.6.1"
bin:
lint-staged: bin/lint-staged.js
checksum: 10c0/1ddf9488c523c0b65c85b755428d4ad74fac3aa6ccb2e28e9bff5b8d86503158fe241d20d5433a11146872050b43580644901a5ef4c924b1ad7017c224a07339
checksum: 10c0/ada9a79a984840c4e51e9e77a00e995151d4a1a410c7aceee8a0403d63fb94ec57531fa752081874c97da12f8809aa6d7645a8b321be0d099a43fe0ac856a9af
languageName: node
linkType: hard

Expand Down Expand Up @@ -20169,7 +20169,7 @@ __metadata:
eslint-plugin-react: "npm:^7.35.0"
globals: "npm:^15.9.0"
husky: "npm:8.0.1"
lint-staged: "npm:15.3.0"
lint-staged: "npm:15.4.0"
languageName: unknown
linkType: soft

Expand Down
Loading