Skip to content

Commit

Permalink
Upgrade Typescript to the latest version
Browse files Browse the repository at this point in the history
Upgrade typescript from 5.3.3 to 5.4.5, introducing:
  - Preserved Narrowing in Closures Following Last Assignments
  - The NoInfer Utility Type
  - Object.groupBy and Map.groupBy
  - Support for require() calls in --moduleResolution bundler and
    --module preserve
  - Checked Import Attributes and Assertions
  - Quick Fix for Adding Missing Parameters

Bug: T364305
  • Loading branch information
codders committed May 7, 2024
1 parent 0200b65 commit ad110df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -85,7 +85,7 @@
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-config-wikimedia": "^0.16.1",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-banner": "^0.7.1",
"vue-tsc": "^2.0.16"
Expand Down

0 comments on commit ad110df

Please sign in to comment.