Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 4.9.5 to 5.6.2 (#1388)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump typescript from 4.9.5 to 5.6.2

Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v4.9.5...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* cleanup

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Azores <[email protected]>
  • Loading branch information
dependabot[bot] and andrewazores authored Sep 19, 2024
1 parent b779324 commit 1c81d59
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.7.0",
"typescript": "^4.9.5",
"typescript": "^5.6.2",
"url-loader": "^4.1.1",
"wait-on": "^7.0.1",
"webpack": "^5.94.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/About/AboutDescription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const AboutDescription: React.FC = () => {
if (!cryostatVersion) {
return;
}
const expr = /^(?<tag>v[0-9]+\.[0-9]+\.[0-9]+)(?:-snapshot)?$/;
const expr = /^(v[0-9]+\.[0-9]+\.[0-9]+)(?:-snapshot)?$/;
const result = cryostatVersion.match(expr);
if (!result) {
notificationsContext.warning(
Expand Down
4 changes: 2 additions & 2 deletions src/app/Dashboard/LayoutTemplateGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ export const LayoutTemplateGroup: React.FC<LayoutTemplateGroupProps> = ({
<Split>
<SplitItem>
<Title headingLevel="h2" size="lg" style={{ padding: '1em' }}>
{props.title} ({t('LayoutTemplateGroup.ITEMS', { count: props.templates.length })})
{t(props.title, { ns: 'common' })} ({t('LayoutTemplateGroup.ITEMS', { count: props.templates.length })})
</Title>
</SplitItem>
{props.title === t('SUGGESTED', { ns: 'common' }) && props.templates.length !== 1 && (
{props.title === 'Suggested' && props.templates.length !== 1 && (
<>
<SplitItem isFilled></SplitItem>
<SplitItem>
Expand Down
11 changes: 2 additions & 9 deletions src/app/Dashboard/LayoutTemplatePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -626,20 +626,13 @@ export const LayoutTemplatePicker: React.FC<LayoutTemplatePickerProps> = ({ onTe
<Stack>
{allSearchableTemplateNames.length > 0 ? (
<>
{sortedFilteredFeatureLeveledTemplateLayoutGroup(t('SUGGESTED', { ns: 'common' }), [
BlankLayout,
...RecentTemplates,
])}
{sortedFilteredFeatureLeveledTemplateLayoutGroup('Suggested', [BlankLayout, ...RecentTemplates])}
{sortedFilteredFeatureLeveledTemplateLayoutGroup(
'Cryostat',
CryostatLayoutTemplates,
userSubmittedTemplates.length > 0,
)}
{sortedFilteredFeatureLeveledTemplateLayoutGroup(
t('USER_SUBMITTED', { ns: 'common' }),
userSubmittedTemplates,
false,
)}
{sortedFilteredFeatureLeveledTemplateLayoutGroup('User-submitted', userSubmittedTemplates, false)}
</>
) : (
<StackItem>
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4504,7 +4504,7 @@ __metadata:
ts-loader: ^9.5.1
tsconfig-paths-webpack-plugin: ^4.1.0
tslib: ^2.7.0
typescript: ^4.9.5
typescript: ^5.6.2
url-loader: ^4.1.1
wait-on: ^7.0.1
webpack: ^5.94.0
Expand Down Expand Up @@ -13831,16 +13831,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^4.9.5":
version: 4.9.5
resolution: "typescript@npm:4.9.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: ee000bc26848147ad423b581bd250075662a354d84f0e06eb76d3b892328d8d4440b7487b5a83e851b12b255f55d71835b008a66cbf8f255a11e4400159237db
languageName: node
linkType: hard

"typescript@npm:^5.0.4":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
Expand All @@ -13851,13 +13841,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^4.9.5#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=289587"
"typescript@npm:^5.6.2":
version: 5.6.2
resolution: "typescript@npm:5.6.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 1f8f3b6aaea19f0f67cba79057674ba580438a7db55057eb89cc06950483c5d632115c14077f6663ea76fd09fce3c190e6414bb98582ec80aa5a4eaf345d5b68
checksum: 48777e1dabd9044519f56cd012b0296e3b72bafe12b7e8e34222751d45c67e0eba5387ecdaa6c14a53871a29361127798df6dc8d1d35643a0a47cb0b1c65a33a
languageName: node
linkType: hard

Expand All @@ -13871,6 +13861,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^5.6.2#~builtin<compat/typescript>":
version: 5.6.2
resolution: "typescript@patch:typescript@npm%3A5.6.2#~builtin<compat/typescript>::version=5.6.2&hash=f3b441"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: c084ee1ab865f108c787e6233a5f63c126c482c0c8e87ec998ac5288a2ad54b603e1ea8b8b272355823b833eb31b9fabb99e8c6152283e1cb47e3a76bd6faf6c
languageName: node
linkType: hard

"uint8array-extras@npm:^1.1.0, uint8array-extras@npm:^1.3.0":
version: 1.4.0
resolution: "uint8array-extras@npm:1.4.0"
Expand Down

0 comments on commit 1c81d59

Please sign in to comment.