Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade typescript to 5.3.3 #784

Merged
merged 2 commits into from
Dec 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/call-cdk-synth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
${{ runner.os }}-

- name: install pnpm needed for cdk NodeJsFunction esbuild
run: npm install --global pnpm@8.6.6
run: npm install --global pnpm@8.13.1

- name: rush install
# if: steps.cache.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
${{ runner.os }}-

- name: Install PNPM
run: npm install --global pnpm@8.6.6
run: npm install --global pnpm@8.13.1

- name: rush install
run: node common/scripts/install-run-rush.js install -p
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
git config user.email [email protected]

- name: install pnpm needed for cdk NodeJsFunction esbuild
run: npm install --global pnpm@8.6.6
run: npm install --global pnpm@8.13.1

- name: rush install
run: node common/scripts/install-run-rush.js install -p
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git config user.email [email protected]

- name: install pnpm needed for cdk NodeJsFunction esbuild
run: npm install --global pnpm@8.6.6
run: npm install --global pnpm@8.13.1

- name: rush install
run: node common/scripts/install-run-rush.js install -p
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
${{ runner.os }}-

- name: Install PNPM
run: npm install --global pnpm@8.6.6
run: npm install --global pnpm@8.13.1

- name: Rush install
run: node common/scripts/install-run-rush.js install -p
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt update \
&& dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb \
&& npm install --global [email protected] \
# https://pnpm.io/
&& npm install --global pnpm@8.6.6 \
&& npm install --global pnpm@8.13.1 \
# https://rushjs.io/
&& npm install --global @microsoft/[email protected] \
# https://docs.aws.amazon.com/cdk/v2/guide/work-with-cdk-typescript.html
Expand Down
16 changes: 8 additions & 8 deletions clients/admin-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"@cats-cradle/design-system": "workspace:*",
"react-router-dom": "6.20.1",
"react-router-dom": "6.21.1",
"axios": "^0.21.1"
},
"devDependencies": {
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@typescript-eslint/eslint-plugin": "~5.62.0",
"@typescript-eslint/parser": "~5.62.0",
"@vitejs/plugin-react": "^4.1.1",
"eslint": "8.52.0",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "~6.16.0",
"@typescript-eslint/parser": "~6.16.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "8.56.0",
"eslint-plugin-react-hooks": "~4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"typescript": "5.1.3",
"typescript": "5.3.3",
"vite": "^4.5.0",
"ts-node": "10.9.2",
"aws-cdk-lib": "2.95.0",
Expand Down
17 changes: 17 additions & 0 deletions clients/design-system/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@cats-cradle/design-system",
"entries": [
{
"version": "0.5.2",
"tag": "@cats-cradle/design-system_v0.5.2",
"date": "Thu, 28 Dec 2023 16:54:41 GMT",
"comments": {
"patch": [
{
"comment": "upgrade typescript 5.3.3"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cats-cradle/base-nodejs\" to `1.0.10`"
}
]
}
},
{
"version": "0.5.1",
"tag": "@cats-cradle/design-system_v0.5.1",
Expand Down
9 changes: 8 additions & 1 deletion clients/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @cats-cradle/design-system

This log was last generated on Tue, 12 Dec 2023 03:15:41 GMT and should not be manually modified.
This log was last generated on Thu, 28 Dec 2023 16:54:41 GMT and should not be manually modified.

## 0.5.2
Thu, 28 Dec 2023 16:54:41 GMT

### Patches

- upgrade typescript 5.3.3

## 0.5.1
Tue, 12 Dec 2023 03:15:41 GMT
Expand Down
18 changes: 9 additions & 9 deletions clients/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cats-cradle/design-system",
"private": false,
"version": "0.5.1",
"version": "0.5.2",
"module": "commonjs",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down Expand Up @@ -55,23 +55,23 @@
"vite-plugin-checker": "0.6.2",
"react-day-picker": "8.9.1",
"react-intl": "6.5.5",
"react-router-dom": "6.20.1",
"react-router-dom": "6.21.1",
"@types/react-modal": "3.16.3",
"@types/styled-components": "~5.1.30",
"react-google-charts": "~4.0.1",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@typescript-eslint/eslint-plugin": "~5.62.0",
"@typescript-eslint/parser": "~5.62.0",
"@vitejs/plugin-react": "^4.1.1",
"eslint": "8.52.0",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "~6.16.0",
"@typescript-eslint/parser": "~6.16.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "8.56.0",
"eslint-plugin-react-hooks": "~4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"glob": "^10.3.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.3",
"typescript": "5.3.3",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3",
"vite-plugin-lib-inject-css": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion clients/design-system/src/components/AppBar/AppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export type AppBarProps = {
}

export const AppBar = (props: AppBarProps) => {
const { topRightSlot, children, siteTitle, menuItems, theme } = props;
const { topRightSlot, children, siteTitle } = props;

return (
<>
Expand Down
2 changes: 1 addition & 1 deletion common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* When someone asks for "^1.0.0" make sure they get "1.2.3" when working in this repo,
* instead of the latest version.
*/
"typescript": "5.1.3",
"typescript": "5.3.3",
"node-fetch": "2.7.0"
}
}
Loading
Loading