Skip to content

Commit a1885c2

Browse files
Merge pull request #232 from hypermod-io/esm-support
ESM codemod package support via CLI
2 parents 5248c0e + d3162ae commit a1885c2

File tree

38 files changed

+176
-79
lines changed

38 files changed

+176
-79
lines changed

.changeset/yellow-shrimps-arrive.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@codeshift/cli': minor
3+
'@hypermod/cli': minor
4+
---
5+
6+
CLI packages now support hypermod packages using ESM syntax

community/@atlaskit__avatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^16.11.0",
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
23-
"ts-jest": "^29.0.0",
23+
"ts-jest": "^29.2.5",
2424
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__avatar"

community/@atlaskit__breadcrumbs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^16.11.0",
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
23-
"ts-jest": "^29.0.0",
23+
"ts-jest": "^29.2.5",
2424
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__breadcrumbs"

community/@atlaskit__button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^16.11.0",
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
23-
"ts-jest": "^29.0.0",
23+
"ts-jest": "^29.2.5",
2424
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__button"

community/@atlaskit__calendar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^16.11.0",
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
23-
"ts-jest": "^29.0.0",
23+
"ts-jest": "^29.2.5",
2424
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__calendar"

community/@atlaskit__checkbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^16.11.0",
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
23-
"ts-jest": "^29.0.0",
23+
"ts-jest": "^29.2.5",
2424
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__checkbox"

community/@atlaskit__icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^16.11.0",
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
23-
"ts-jest": "^29.0.0",
23+
"ts-jest": "^29.2.5",
2424
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__icon"

community/@atlaskit__menu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^16.11.0",
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
23-
"ts-jest": "^29.0.0",
23+
"ts-jest": "^29.2.5",
2424
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__menu"

community/@atlaskit__popper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^16.11.0",
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
23-
"ts-jest": "^29.0.0",
23+
"ts-jest": "^29.2.5",
2424
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__popper"

community/@atlaskit__popup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^16.11.0",
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
23-
"ts-jest": "^29.0.0",
23+
"ts-jest": "^29.2.5",
2424
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__popup"

0 commit comments

Comments
 (0)