Skip to content

Commit

Permalink
chore: bump typescript from 4.5.5 to 5.2.2 in /js (cosmos#190)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* bump typescript-eslint dependencies

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
  • Loading branch information
dependabot[bot] and Carlos Rodriguez authored Nov 2, 2023
1 parent d6d11eb commit 733ffbf
Show file tree
Hide file tree
Showing 3 changed files with 931 additions and 588 deletions.
1 change: 0 additions & 1 deletion js/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ module.exports = {
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-floating-promises": "warn",
"@typescript-eslint/no-parameter-properties": "warn",
"@typescript-eslint/no-shadow": "warn",
"@typescript-eslint/no-unused-vars": ["warn", { argsIgnorePattern: "^_", varsIgnorePattern: "^_" }],
"@typescript-eslint/no-unnecessary-type-assertion": "warn",
Expand Down
6 changes: 3 additions & 3 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"devDependencies": {
"@types/jasmine": "^5.1.1",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.4",
Expand All @@ -47,7 +47,7 @@
"prettier": "^2.5.1",
"shx": "^0.3.4",
"source-map-support": "^0.5.16",
"typescript": "~4.5"
"typescript": "~5.2"
},
"dependencies": {
"@noble/hashes": "^1.0.0",
Expand Down
Loading

0 comments on commit 733ffbf

Please sign in to comment.