Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 042e6b7

Browse files
Bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.3.0 in /backend/functions (#11)
* Bump @typescript-eslint/eslint-plugin in /backend/functions Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.17.0 to 8.3.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.3.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update package.json --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryan Fox-Tyler <[email protected]>
1 parent 6a043ab commit 042e6b7

File tree

2 files changed

+51
-60
lines changed

2 files changed

+51
-60
lines changed

backend/functions/package-lock.json

Lines changed: 47 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/functions/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@
1919
"json-as": "^0.9.20"
2020
},
2121
"devDependencies": {
22-
"@typescript-eslint/eslint-plugin": "^7.17.0",
23-
"@typescript-eslint/parser": "^7.18.0",
22+
"@eslint/js": "^9.9.1",
23+
"@types/eslint__js": "^8.42.3",
2424
"assemblyscript": "^0.27.29",
2525
"assemblyscript-prettier": "^3.0.1",
26-
"eslint": "^8.57.0",
26+
"eslint": "^9.9.1",
2727
"prettier": "^3.3.3",
2828
"typescript": "^5.5.4",
29+
"typescript-eslint": "^8.3.0",
2930
"visitor-as": "^0.11.4"
3031
},
3132
"overrides": {

0 commit comments

Comments
 (0)