Skip to content

Commit

Permalink
chore(deps-dev): bump svelte from 5.4.0 to 5.6.2 (#10234)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump svelte from 5.4.0 to 5.6.2

Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.4.0 to 5.6.2.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 348d019 commit 79d5e95
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 76 deletions.
2 changes: 1 addition & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"monaco-editor": "^0.52.0",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
"svelte": "5.4.0",
"svelte": "5.6.2",
"svelte-check": "^4.1.1",
"svelte-eslint-parser": "^0.43.0",
"svelte-fa": "^4.0.3",
Expand Down
1 change: 0 additions & 1 deletion packages/renderer/src/lib/container/ContainerList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ const row = new TableRow<ContainerGroupInfoUI | ContainerInfoUI>({
});
let containersAndGroups: (ContainerGroupInfoUI | ContainerInfoUI)[];
// svelte-ignore reactive_declaration_non_reactive_property
$: containersAndGroups = containerGroups.map(group =>
group?.type === ContainerGroupInfoTypeUI.STANDALONE ? group.containers[0] : group,
);
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
"svelte": "5.4.0",
"svelte": "5.6.2",
"svelte-check": "^4.1.1",
"svelte-eslint-parser": "^0.43.0",
"tailwindcss": "^3.4.16",
Expand Down
Loading

0 comments on commit 79d5e95

Please sign in to comment.