Skip to content

Commit

Permalink
adopt TypeScript 5.5 (#9476)
Browse files Browse the repository at this point in the history
refs: #9152 

## Description

Typescript 5.5: https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-rc/

(an earlier push also had #9479 but I moved the commits out)

### Security Considerations

n/a, linting

### Scaling Considerations

n/a, linting


### Documentation Considerations

none

### Testing Considerations

none

### Upgrade Considerations

n/a, linting
  • Loading branch information
mergify[bot] authored and mhofman committed Jun 22, 2024
2 parents 3fa2df4 + c661c46 commit d8f9f49
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"type-coverage": "^2.27.1",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.5.0-beta",
"typescript": "^5.5.2",
"typescript-eslint": "^7.7.1"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cosmic-proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"rimraf": "^5.0.0",
"tsd": "^0.30.7",
"tsimp": "^2.0.11",
"typescript": "^5.5.0-beta"
"typescript": "^5.5.2"
},
"dependencies": {
"@cosmjs/amino": "^0.32.3",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11584,7 +11584,12 @@ typescript-eslint@^7.3.1, typescript-eslint@^7.7.1:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

typescript@^5.5.0-beta, typescript@~5.5.0-dev.20240327:
typescript@^5.5.2:
version "5.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==

typescript@~5.5.0-dev.20240327:
version "5.5.0-dev.20240426"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.0-dev.20240426.tgz#e9ba7d0b3cdaa54021faca61d1bc399e4766c93b"
integrity sha512-96cu+y3DrjSNhNSgB3t3nRiesCwBVjZpbjJ6DcQoCgt0crXXPrOMmJQH/E8TZ41U4JzaULD+cB1Z2owh5HANew==
Expand Down

0 comments on commit d8f9f49

Please sign in to comment.