Skip to content

Commit f825284

Browse files
Update @typescript-eslint/parser requirement in /packages/worker
Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.28.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc1fc17 commit f825284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/worker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@cloudflare/workers-types": "^4.20250321.0",
2020
"@eslint/js": "^9.23.0",
2121
"@typescript-eslint/eslint-plugin": "^8.27.0",
22-
"@typescript-eslint/parser": "^8.27.0",
22+
"@typescript-eslint/parser": "^8.28.0",
2323
"esbuild": "^0.25.1",
2424
"esbuild-plugin-babel": "^0.2.3",
2525
"esbuild-plugin-glob": "^2.2.3",

0 commit comments

Comments
 (0)