Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.7.2 (#19555)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 6bfaf68 commit a29dc7e
Show file tree
Hide file tree
Showing 18 changed files with 425 additions and 405 deletions.
2 changes: 1 addition & 1 deletion boundaries/link/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "3.4.15",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"wxt": "^0.19.16"
}
}
2 changes: 1 addition & 1 deletion boundaries/link/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"react-test-renderer": "18.3.1",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"typescript": "~5.6.3"
"typescript": "~5.7.2"
}
}
326 changes: 163 additions & 163 deletions boundaries/link/mobile/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion boundaries/link/proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"@types/google-protobuf": "3.15.12",
"@types/node": "22.9.3",
"prisma": "5.22.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
10 changes: 5 additions & 5 deletions boundaries/link/proxy/pnpm-lock.yaml

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

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

2 changes: 1 addition & 1 deletion boundaries/platform/argocd-extension-docs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ts-loader": "^9.5.1"
},
"dependencies": {
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion boundaries/platform/backstage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lerna": "^8.1.9",
"node-gyp": "^10.2.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"resolutions": {
"@types/react": "^18.3.12",
Expand Down
26 changes: 23 additions & 3 deletions boundaries/platform/backstage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32050,7 +32050,7 @@ __metadata:
lerna: "npm:^8.1.9"
node-gyp: "npm:^10.2.0"
prettier: "npm:^3.3.3"
typescript: "npm:^5.6.3"
typescript: "npm:^5.7.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -34646,7 +34646,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:>=3 < 6, typescript@npm:^5.6.3":
"typescript@npm:>=3 < 6":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
bin:
Expand All @@ -34656,6 +34656,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.7.2":
version: 5.7.2
resolution: "typescript@npm:5.7.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/a873118b5201b2ef332127ef5c63fb9d9c155e6fdbe211cbd9d8e65877283797cca76546bad742eea36ed7efbe3424a30376818f79c7318512064e8625d61622
languageName: node
linkType: hard

"typescript@npm:~5.5.0":
version: 5.5.4
resolution: "typescript@npm:5.5.4"
Expand All @@ -34666,7 +34676,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
bin:
Expand All @@ -34676,6 +34686,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.7.2#optional!builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/f3b8082c9d1d1629a215245c9087df56cb784f9fb6f27b5d55577a20e68afe2a889c040aacff6d27e35be165ecf9dca66e694c42eb9a50b3b2c451b36b5675cb
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A~5.5.0#optional!builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=379a07"
Expand Down
2 changes: 1 addition & 1 deletion boundaries/shop/bff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"jest": "^29.7.0",
"node-fetch": "^3.3.2",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
50 changes: 25 additions & 25 deletions boundaries/shop/bff/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 boundaries/shop/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
10 changes: 5 additions & 5 deletions boundaries/shop/ui/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 boundaries/ui-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"react-wrap-balancer": "^1.1.1",
"schema-dts": "1.1.2",
"tailwindcss": "3.4.15",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion boundaries/ui-monorepo/packages/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.1.1",
"tailwindcss": "3.4.15",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"devDependencies": {
"@mdx-js/loader": "3.1.0",
Expand Down
Loading

0 comments on commit a29dc7e

Please sign in to comment.