Skip to content

Commit a11b270

Browse files
chore(deps): update dependency typescript to v5.9.2 (#1181)
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 44c08c7 commit a11b270

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

actions/dependabot-auto-triage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"eslint-config-prettier": "10.1.8",
2323
"eslint-plugin-jest": "29.0.1",
2424
"eslint-plugin-prettier": "5.5.3",
25-
"typescript": "5.8.3",
25+
"typescript": "5.9.2",
2626
"typescript-eslint": "8.38.0"
2727
},
2828
"engines": {

actions/lint-pr-title/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-plugin-jest": "29.0.1",
4444
"eslint-plugin-prettier": "5.5.3",
4545
"prettier": "3.6.2",
46-
"typescript": "5.8.3",
46+
"typescript": "5.9.2",
4747
"typescript-eslint": "8.38.0"
4848
}
4949
}

bun.lock

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-config-prettier": "10.1.8",
3333
"eslint-plugin-jest": "29.0.1",
3434
"eslint-plugin-prettier": "5.5.3",
35-
"typescript": "5.8.3",
35+
"typescript": "5.9.2",
3636
"typescript-eslint": "8.38.0",
3737
},
3838
},
@@ -78,7 +78,7 @@
7878
"eslint-plugin-jest": "29.0.1",
7979
"eslint-plugin-prettier": "5.5.3",
8080
"prettier": "3.6.2",
81-
"typescript": "5.8.3",
81+
"typescript": "5.9.2",
8282
"typescript-eslint": "8.38.0",
8383
},
8484
},
@@ -786,6 +786,8 @@
786786

787787
"auto-dismiss-dependabot-alerts/@types/bun": ["@types/[email protected]", "", { "dependencies": { "bun-types": "1.2.19" } }, "sha512-d9ZCmrH3CJ2uYKXQIUuZ/pUnTqIvLDS0SK7pFmbx8ma+ziH/FRMoAq5bYpRG7y+w1gl+HgyNZbtqgMq4W4e2Lg=="],
788788

789+
"auto-dismiss-dependabot-alerts/typescript": ["[email protected]", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A=="],
790+
789791
"bun-types/@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~7.8.0" } }, "sha512-YIEUUr4yf8q8oQoXPpSlnvKNVKDQlPMWrmOcgzoduo7kvA2UF0/BwJ/eMKFTiTtkNL17I0M6Xe2tvwFU7be6iw=="],
790792

791793
"eslint/minimatch": ["[email protected]", "", { "dependencies": { "brace-expansion": "^1.1.7" } }, "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw=="],
@@ -802,6 +804,8 @@
802804

803805
"lint-pr-title/@types/bun": ["@types/[email protected]", "", { "dependencies": { "bun-types": "1.2.19" } }, "sha512-d9ZCmrH3CJ2uYKXQIUuZ/pUnTqIvLDS0SK7pFmbx8ma+ziH/FRMoAq5bYpRG7y+w1gl+HgyNZbtqgMq4W4e2Lg=="],
804806

807+
"lint-pr-title/typescript": ["[email protected]", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A=="],
808+
805809
"readdir-glob/minimatch": ["[email protected]", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g=="],
806810

807811
"string-width-cjs/emoji-regex": ["[email protected]", "", {}, "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="],

0 commit comments

Comments
 (0)