Skip to content

Commit

Permalink
Upgrade the bundled compiler engine to TypeScript 5.7.2 (#5121)
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton authored Feb 21, 2025
1 parent af9a196 commit 3edaff4
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 22 deletions.
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"resolve": "~1.22.1",
"semver": "~7.5.4",
"source-map": "~0.6.1",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"devDependencies": {
"@rushstack/heft-node-rig": "2.6.48",
Expand Down
10 changes: 10 additions & 0 deletions common/changes/@microsoft/api-extractor/main_2025-02-21-18-19.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/api-extractor",
"comment": "Upgrade the bundled compiler engine to TypeScript 5.7.3",
"type": "patch"
}
],
"packageName": "@microsoft/api-extractor"
}
30 changes: 15 additions & 15 deletions common/config/subspaces/build-tests-subspace/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions common/config/subspaces/build-tests-subspace/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "6f70d857cf76e95bdf7574295ec262ec05fdddff",
"pnpmShrinkwrapHash": "58a4b66bfafe8f84dcb3c8520bbcd8d2a5fbbc56",
"preferredVersionsHash": "ce857ea0536b894ec8f346aaea08cfd85a5af648",
"packageJsonInjectedDependenciesHash": "c86aeeb08351ac6e911000a921a6798decf2b52b"
"packageJsonInjectedDependenciesHash": "853e319eb36c3e9042dc7bc6332105e841031f13"
}
2 changes: 1 addition & 1 deletion common/config/subspaces/default/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"~4.9.5",

// API Extractor bundles a specific TypeScript version because it calls internal APIs
"5.7.2"
"5.7.3"
],
"source-map": [
"~0.6.1" // API Extractor is using an older version of source-map because newer versions are async
Expand Down
11 changes: 9 additions & 2 deletions common/config/subspaces/default/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/config/subspaces/default/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "a71ebe8acda38fbfcd68203607bcf0681588961f",
"pnpmShrinkwrapHash": "b88ca348869047e073148babe70ba186bb27d8d1",
"preferredVersionsHash": "ce857ea0536b894ec8f346aaea08cfd85a5af648"
}

0 comments on commit 3edaff4

Please sign in to comment.