Skip to content

Commit e61473f

Browse files
authored
chore: bump swc core to mitigate transpilation memory leaks (#29253)
* chore: bump swc core to mitigate transpilation memory leaks * chore: force generate changefiles for packages that use swc for transpilation * fix: use nx in memory TS tranpsilation as ts-node register wont work with latest swc * chore(react-conformance): add missing beachbal config to align with all v9 family of packages * fix(scripts-ts-node): disable swc which doesnt work with current ts-node * fix(apps/ts-minbar-*): disable swc which doesnt work with current ts-node
1 parent ada4daa commit e61473f

File tree

73 files changed

+548
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+548
-75
lines changed

apps/ts-minbar-test-react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"type-check": "tsc -p .",
12-
"test": "ts-node --swc ./src/index.ts"
12+
"test": "ts-node ./src/index.ts"
1313
},
1414
"devDependencies": {
1515
"@fluentui/scripts-tasks": "*",

apps/ts-minbar-test-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"type-check": "tsc -p .",
12-
"test": "ts-node --swc ./src/index.ts"
12+
"test": "ts-node ./src/index.ts"
1313
},
1414
"devDependencies": {
1515
"@fluentui/scripts-tasks": "*",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "fix: bump swc core to mitigate transpilation memory leaks",
4+
"packageName": "@fluentui/babel-preset-global-context",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "fix: bump swc core to mitigate transpilation memory leaks",
4+
"packageName": "@fluentui/global-context",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: bump swc core to mitigate transpilation memory leaks",
4+
"packageName": "@fluentui/keyboard-keys",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: bump swc core to mitigate transpilation memory leaks",
4+
"packageName": "@fluentui/priority-overflow",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: bump swc core to mitigate transpilation memory leaks",
4+
"packageName": "@fluentui/react-accordion",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "fix: bump swc core to mitigate transpilation memory leaks",
4+
"packageName": "@fluentui/react-alert",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: bump swc core to mitigate transpilation memory leaks",
4+
"packageName": "@fluentui/react-aria",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: bump swc core to mitigate transpilation memory leaks",
4+
"packageName": "@fluentui/react-avatar",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)