Skip to content

Commit 5487ffd

Browse files
chore(deps): update dependency lint-staged to v13.2.0 (#3487)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 828e9bf commit 5487ffd

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@
16701670
"fork-ts-checker-webpack-plugin": "8.0.0",
16711671
"jest": "29.5.0",
16721672
"jest-environment-node": "29.5.0",
1673-
"lint-staged": "13.1.4",
1673+
"lint-staged": "13.2.0",
16741674
"mocha": "10.2.0",
16751675
"mock-require": "3.0.3",
16761676
"process-exists": "4.1.0",

languageServer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"copy-webpack-plugin": "11.0.0",
3333
"fork-ts-checker-webpack-plugin": "8.0.0",
3434
"ts-loader": "9.4.2",
35-
"lint-staged": "13.1.4",
35+
"lint-staged": "13.2.0",
3636
"jest": "29.5.0",
3737
"webpack": "5.76.0",
3838
"webpack-cli": "5.0.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint-plugin-unicorn": "46.0.0",
5959
"husky": "8.0.3",
6060
"jest": "29.5.0",
61-
"lint-staged": "13.1.4",
61+
"lint-staged": "13.2.0",
6262
"npm-run-all": "4.1.5",
6363
"nyc": "15.1.0",
6464
"prettier": "2.8.4",

webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"jest": "29.5.0",
6969
"jest-canvas-mock": "2.4.0",
7070
"jest-environment-jsdom": "29.5.0",
71-
"lint-staged": "13.1.4",
71+
"lint-staged": "13.2.0",
7272
"raw-loader": "4.0.2",
7373
"sass": "1.58.3",
7474
"sass-loader": "13.2.0",

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13103,10 +13103,10 @@ linkify-it@^3.0.1:
1310313103
dependencies:
1310413104
uc.micro "^1.0.1"
1310513105

13106-
lint-staged@13.1.4:
13107-
version "13.1.4"
13108-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.1.4.tgz#23969fea0bd89f266cb07227b2c9185e44e5b6fd"
13109-
integrity sha512-pJRmnRA4I4Rcc1k9GZIh9LQJlolCVDHqtJpIgPY7t99XY3uXXmUeDfhRLELYLgUFJPmEsWevTqarex9acSfx2A==
13106+
lint-staged@13.2.0:
13107+
version "13.2.0"
13108+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.2.0.tgz#b7abaf79c91cd36d824f17b23a4ce5209206126a"
13109+
integrity sha512-GbyK5iWinax5Dfw5obm2g2ccUiZXNGtAS4mCbJ0Lv4rq6iEtfBSjOYdcbOtAIFtM114t0vdpViDDetjVTSd8Vw==
1311013110
dependencies:
1311113111
chalk "5.2.0"
1311213112
cli-truncate "^3.1.0"
@@ -13120,7 +13120,6 @@ [email protected]:
1312013120
object-inspect "^1.12.3"
1312113121
pidtree "^0.6.0"
1312213122
string-argv "^0.3.1"
13123-
supports-color "9.3.1"
1312413123
yaml "^2.2.1"
1312513124

1312613125
listenercount@~1.0.1:

0 commit comments

Comments
 (0)