Skip to content

Commit 733ffbf

Browse files
chore: bump typescript from 4.5.5 to 5.2.2 in /js (informalsystems#190)
* chore: bump typescript from 4.5.5 to 5.2.2 in /js Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.5.5...v5.2.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * bump typescript-eslint dependencies --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Rodriguez <[email protected]>
1 parent d6d11eb commit 733ffbf

File tree

3 files changed

+931
-588
lines changed

3 files changed

+931
-588
lines changed

js/.eslintrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ module.exports = {
6767
"@typescript-eslint/no-empty-interface": "off",
6868
"@typescript-eslint/no-explicit-any": "off",
6969
"@typescript-eslint/no-floating-promises": "warn",
70-
"@typescript-eslint/no-parameter-properties": "warn",
7170
"@typescript-eslint/no-shadow": "warn",
7271
"@typescript-eslint/no-unused-vars": ["warn", { argsIgnorePattern: "^_", varsIgnorePattern: "^_" }],
7372
"@typescript-eslint/no-unnecessary-type-assertion": "warn",

js/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
},
3535
"devDependencies": {
3636
"@types/jasmine": "^5.1.1",
37-
"@typescript-eslint/eslint-plugin": "^5.10.2",
38-
"@typescript-eslint/parser": "^5.10.2",
37+
"@typescript-eslint/eslint-plugin": "^6.9.1",
38+
"@typescript-eslint/parser": "^6.9.1",
3939
"eslint": "^8.8.0",
4040
"eslint-config-prettier": "^9.0.0",
4141
"eslint-plugin-import": "^2.25.4",
@@ -47,7 +47,7 @@
4747
"prettier": "^2.5.1",
4848
"shx": "^0.3.4",
4949
"source-map-support": "^0.5.16",
50-
"typescript": "~4.5"
50+
"typescript": "~5.2"
5151
},
5252
"dependencies": {
5353
"@noble/hashes": "^1.0.0",

0 commit comments

Comments
 (0)