Skip to content

Commit 3e470e6

Browse files
author
Daniel Del Core
committed
bump to ts 5.2.2
1 parent 1c831a2 commit 3e470e6

File tree

30 files changed

+72
-205
lines changed

30 files changed

+72
-205
lines changed

.changeset/cuddly-owls-reflect.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
'@hypermod/mod-atlaskit__progress-indicator': patch
3+
'@hypermod/mod-atlaskit__section-message': patch
4+
'@hypermod/mod-atlaskit__side-navigation': patch
5+
'@hypermod/mod-atlaskit__breadcrumbs': patch
6+
'@hypermod/mod-atlaskit__textfield': patch
7+
'@hypermod/mod-atlaskit__calendar': patch
8+
'@hypermod/mod-atlaskit__checkbox': patch
9+
'@hypermod/mod-atlaskit__textarea': patch
10+
'@hypermod/mod-atlaskit__spinner': patch
11+
'@hypermod/mod-emotion__monorepo': patch
12+
'@hypermod/mod-atlaskit__avatar': patch
13+
'@hypermod/mod-atlaskit__button': patch
14+
'@hypermod/mod-atlaskit__popper': patch
15+
'@hypermod/mod-atlaskit__toggle': patch
16+
'@hypermod/mod-atlaskit__popup': patch
17+
'@hypermod/mod-atlaskit__range': patch
18+
'@hypermod/mod-atlaskit__icon': patch
19+
'@hypermod/mod-atlaskit__menu': patch
20+
'@hypermod/mod-atlaskit__tag': patch
21+
'@hypermod/mod-memoize-one': patch
22+
'@hypermod/mod-javascript': patch
23+
'@hypermod/initializer': patch
24+
'@codeshift/cli': patch
25+
'@hypermod/validator': patch
26+
'@hypermod/fetcher': patch
27+
'@hypermod/mod-react': patch
28+
'@hypermod/types': patch
29+
'@hypermod/utils': patch
30+
'@hypermod/core': patch
31+
'@hypermod/cli': patch
32+
---
33+
34+
Bumps typescript to 5.2.2

.github/workflows/validate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- run: npm install -g yarn
2424
- run: yarn install --frozen-lockfile
2525
- run: yarn build
26+
- run: git status && [ $(git --no-pager diff --name-only | wc -l) -eq 0 ] || (echo "Error: Modified files detected" && exit 1)
2627
- run: yarn validate
2728
env:
2829
CI: true

community/@atlaskit__avatar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__avatar"
2727
}

community/@atlaskit__breadcrumbs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__breadcrumbs"
2727
}

community/@atlaskit__button/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__button"
2727
}

community/@atlaskit__calendar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__calendar"
2727
}

community/@atlaskit__checkbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__checkbox"
2727
}

community/@atlaskit__icon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__icon"
2727
}

community/@atlaskit__menu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__menu"
2727
}

community/@atlaskit__popper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__popper"
2727
}

community/@atlaskit__popup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__popup"
2727
}

community/@atlaskit__progress-indicator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__progress-indicator"
2727
}

community/@atlaskit__range/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__range"
2727
}

community/@atlaskit__section-message/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__section-message"
2727
}

community/@atlaskit__side-navigation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__side-navigation"
2727
}

community/@atlaskit__spinner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__spinner"
2727
}

community/@atlaskit__tag/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__tag"
2727
}

community/@atlaskit__textarea/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__textarea"
2727
}

community/@atlaskit__textfield/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__textfield"
2727
}

community/@atlaskit__toggle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@atlaskit__toggle"
2727
}

community/@emotion__monorepo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/@emotion__monorepo"
2727
}

community/javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/javascript"
2727
}

community/memoize-one/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/memoize-one"
2727
}

community/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jest": "^29.0.0",
2222
"prettier": "^2.0.0",
2323
"ts-jest": "^29.0.0",
24-
"typescript": "^4.5.5"
24+
"typescript": "^5.2.2"
2525
},
2626
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/community/react"
2727
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build:pkgs:watch": "tsc --build --watch tsconfig.packages.json",
1616
"build:community": "parcel build community/*",
1717
"build:community:watch": "parcel watch community/*",
18-
"clean": "rm -rf node_modules/.cache && rimraf packages/**/{tsconfig.tsbuildinfo,dist} community/**/{tsconfig.tsbuildinfo,dist}",
18+
"clean": "rimraf .parcel-cache tsconfig.packages.tsbuildinfo packages/**/{tsconfig.tsbuildinfo,dist} community/**/{tsconfig.tsbuildinfo,dist}",
1919
"test": "jest",
2020
"test:watch": "jest --watch",
2121
"test:coverage": "jest --coverage",
@@ -71,7 +71,7 @@
7171
"ts-loader": "^6.2.1",
7272
"ts-node": "^10.9.1",
7373
"tslib": "^2.2.0",
74-
"typescript": "^4.5.5"
74+
"typescript": "^5.2.2"
7575
},
7676
"resolutions": {
7777
"colors": "1.4.0"

0 commit comments

Comments
 (0)