Commit graph

10004 commits

Author SHA1 Message Date
Rujuta Shinde
dcec681628
chore: updated the contributing.md to use new domain labels and external-user label (#16791)
Signed-off-by: Rujuta Shinde <rushinde@redhat.com>
2026-03-31 10:50:03 -04:00
Vladimir Lazar
27c9df6f14
chore(test): increase assert timeout to better handle laggy network conditions in cicd (#16907)
Signed-off-by: Vladimir Lazar <vlazar@redhat.com>
2026-03-31 17:05:13 +03:00
Priyansh Sao
0960135ee5 feat(test): add text check in PodCreateFromContainers.spec.ts
Signed-off-by: Priyansh Sao <saopriyansh06@gmail.com>
2026-03-31 14:35:35 +02:00
SACHIN KUMAR
ed9429e9b5
chore: setup eslint no-sync rule and document all sync FS usages (#15251)
* chore: setup eslint no-sync rule and document all sync FS usages

- Added eslint-plugin-n and configured n/no-sync rule as a warning
- This enables tracking of synchronous FS API usages across the codebase
- No code refactoring yet; warnings serve as documentation for migration planning

Signed-off-by: SACHIN KUMAR <mrmister680@gmail.com>
2026-03-31 12:13:46 +00:00
Sheikh Limon
542fa5da6a
fix: pass options when listing images with Docker API fallback (#16599)
* fix: pass options to Docker API fallback in podmanListImages

Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com>
2026-03-31 07:38:07 +00:00
dependabot[bot]
8321210e03 chore(deps-dev): bump the typescript-eslint group with 3 updates
Bumps the typescript-eslint group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@typescript-eslint/eslint-plugin` from 8.57.2 to 8.58.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.57.2 to 8.58.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/parser)

Updates `typescript-eslint` from 8.57.2 to 8.58.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-eslint
- dependency-name: typescript-eslint
  dependency-version: 8.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-31 08:50:02 +02:00
dependabot[bot]
7ae807cc1c chore(deps-dev): bump svelte-check from 4.4.5 to 4.4.6
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 4.4.5 to 4.4.6.
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check@4.4.5...svelte-check@4.4.6)

---
updated-dependencies:
- dependency-name: svelte-check
  dependency-version: 4.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-31 05:56:35 +02:00
dependabot[bot]
07b4920787 chore(deps-dev): bump @biomejs/biome from 2.4.9 to 2.4.10
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.4.9 to 2.4.10.
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.10/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-31 05:34:20 +02:00
Ondrej Dockal
7ef67d726f
chore(test): include specific AGENTS.md doc under tests/playwright (#16743)
* chore(test): include specific AGENTS.md doc under tests/playwright sub project

Signed-off-by: Ondrej Dockal <odockal@redhat.com>
Co-authored-by: Code Claude <noreply@anthropic.com>
2026-03-30 17:44:43 +00:00
Simon Rey
5c8aa2618f feat(ui): add prefers-reduced-motion support to Spinner
Add @media (prefers-reduced-motion: reduce) CSS rule to disable the
spinner animation when users prefer reduced motion.

Resolves #15806

Signed-off-by: Simon Rey <simontestmail@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-03-30 16:39:43 +02:00
Vladimir Lazar
ef36b0abcc
chore(test): refactor filepicker methods and add save/load image e2e test (#16886)
* chore(test): refactor filepicker methods and add save/load image e2e test
2026-03-30 17:29:35 +03:00
Simon Rey
937d9fa365 refactor(main): extract awaitChildProcess to eliminate ChildProcess null checks
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-03-30 16:26:02 +02:00
Simon Rey
151f515091 feat(extension-api): add detached option to exec
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-03-30 16:26:02 +02:00
axel7083
9b2fa8f06b
chore(extension/podman): prefer-import-in-mock (#16884)
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
Co-authored-by: Junie <junie@jetbrains.com>
2026-03-30 15:48:51 +02:00
Florent Benoit
f3bae4bd85 chore(claude): fix symbolic link
.claude/skills should be a symlink to .agents/skills
here it's making .claude/.agents/skills

Co-authored-by: Claude <noreply@anthropic.com>
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-03-30 15:47:40 +02:00
Dias Tursynbayev
f125bc1ef5 feat(renderer): add support for danger styling in MessageBox
Signed-off-by: Dias Tursynbayev <original.justmello1337@gmail.com>
2026-03-30 14:55:59 +02:00
axel7083
a165724486
chore(extension/docker): prefer-import-in-mock (#16881)
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2026-03-30 12:38:06 +00:00
axel7083
4350273fcb
chore(extensions/compose): prefer-import-in-mock (#16880)
chore(extension/compose): prefer-import-in-mock

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2026-03-30 12:30:12 +00:00
Simon Rey
a164b7c724 feat(renderer): replace CSS border spinner with Spinner component in ProviderWidgetStatus
Replaces the custom animate-spin border trick with the official
Spinner component from @podman-desktop/ui-svelte for consistency
with the refreshed spinner design.

Resolves #16240

Signed-off-by: Simon Rey <simontestmail@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Made-with: Cursor
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
Made-with: Cursor
2026-03-30 14:14:30 +02:00
Florent Benoit
6a7951287f refactor(podman-download): fix the condition logic
When fixing another issue in esm imports for inversify
I faced a 'undefined' error
I guess the logic was to use || or !(a && b)

Co-authored-by: Claude <noreply@anthropic.com>
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-03-30 14:10:30 +02:00
Simon Rey
07941f4c3c refactor(ui): replace SMIL animateTransform with CSS @keyframes in Spinner
SMIL animations (animateTransform) cannot be controlled by CSS media
queries such as @media (prefers-reduced-motion: reduce). This makes it
impossible to respect user motion accessibility preferences via CSS.

Replace the SMIL animation with an equivalent CSS @keyframes animation
using steps(8) discrete rotation at 720ms — visually identical behavior
— so that future CSS-based accessibility rules can control it.

Signed-off-by: Simon Rey <simontestmail@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>

Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-03-30 13:59:59 +02:00
Ondrej Dockal
65f201f54c
chore(test): add advanced navigation history e2e test spec (#16820)
chore(test): add advanced nagivation history e2e test spec

Signed-off-by: Ondrej Dockal <odockal@redhat.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 10:07:58 +00:00
Priyansh Sao
f2a296420a fix(test): use only role attribute in PodCreateFromContainers.spec.ts
Use role attribute to find the warning component, because aria-label
is removed from Warning component.

Signed-off-by: Priyansh Sao <saopriyansh06@gmail.com>
2026-03-30 12:04:56 +02:00
Priyansh Sao
fa2771ab86 fix(test): use only role attribute in PullImage.spec.ts
Use role attribute to find the warning component, because aria-label
is removed from Warning component.

Signed-off-by: Priyansh Sao <saopriyansh06@gmail.com>
2026-03-30 12:04:56 +02:00
Priyansh Sao
9069c56717 feat(alert): remove aria-label in WarningMessage.svelte
Removes the hardcoded aria-label which stops screen readers from reading
the actual warning message.

Signed-off-by: Priyansh Sao <saopriyansh06@gmail.com>
2026-03-30 12:04:56 +02:00
Evžen Gasta
8aa0dd4938
feat: added system overview backend (#16634)
* chore: added api for enhanced dashboard

Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>

* feat: added system overview backend

Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>

* chore: updated the system overview expand configuration key

Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>

* chore: added initializing state

Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>

* chore: applied suggestions and fixed tests

Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>

---------

Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2026-03-30 11:04:24 +02:00
Evžen Gasta
17f8b6652c
chore: added status background colors (#16633)
* chore: added status background colors

Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>

* chore: added color tests

Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>

* chore: applied suggestions

Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>

---------

Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2026-03-30 10:23:18 +02:00
Florent
08253e83f6 chore(main): replace function reference with Symbol for inversify v8
Inversify 8 no longer accepts arbitrary values as service identifiers:
only strings, symbols, or class constructors.

This replaces the Promise.withResolvers<BrowserWindow> function reference
with a proper Symbol.for('MainWindowDeferred') token.

related to https://github.com/podman-desktop/podman-desktop/issues/16631

Co-authored-by: Claude <noreply@anthropic.com>
Signed-off-by: Florent <fbenoit@redhat.com>
2026-03-30 08:41:53 +02:00
dependabot[bot]
e9856aad34 chore(deps-dev): bump the argosci group with 2 updates
Bumps the argosci group with 2 updates: [@argos-ci/cli](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/core) and [@argos-ci/playwright](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/playwright).


Updates `@argos-ci/cli` from 4.1.3 to 4.1.4
- [Release notes](https://github.com/argos-ci/argos-javascript/releases)
- [Changelog](https://github.com/argos-ci/argos-javascript/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/argos-javascript/commits/@argos-ci/cli@4.1.4/packages/core)

Updates `@argos-ci/playwright` from 6.6.0 to 6.6.1
- [Release notes](https://github.com/argos-ci/argos-javascript/releases)
- [Changelog](https://github.com/argos-ci/argos-javascript/blob/main/packages/playwright/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/argos-javascript/commits/@argos-ci/playwright@6.6.1/packages/playwright)

---
updated-dependencies:
- dependency-name: "@argos-ci/cli"
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: argosci
- dependency-name: "@argos-ci/playwright"
  dependency-version: 6.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: argosci
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 07:33:06 +02:00
dependabot[bot]
be976fa215 chore(deps-dev): bump eslint-plugin-file-progress from 3.0.2 to 4.0.0
Bumps [eslint-plugin-file-progress](https://github.com/sibiraj-s/eslint-plugin-file-progress) from 3.0.2 to 4.0.0.
- [Release notes](https://github.com/sibiraj-s/eslint-plugin-file-progress/releases)
- [Changelog](https://github.com/sibiraj-s/eslint-plugin-file-progress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sibiraj-s/eslint-plugin-file-progress/compare/v3.0.2...v4.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-file-progress
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 07:18:22 +02:00
dependabot[bot]
16b029ca63 chore(deps-dev): bump eslint-plugin-unicorn from 63.0.0 to 64.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 63.0.0 to 64.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v63.0.0...v64.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-version: 64.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 07:17:01 +02:00
dependabot[bot]
508d1f3373 chore(deps): bump mikepenz/action-junit-report from 6.3.1 to 6.4.0
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.3.1 to 6.4.0.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](49b2ca06f6...bccf2e3163)

---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 06:00:06 +02:00
dependabot[bot]
5214f142a5 chore(deps-dev): bump filesize from 11.0.14 to 11.0.15
Bumps [filesize](https://github.com/avoidwork/filesize.js) from 11.0.14 to 11.0.15.
- [Changelog](https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/avoidwork/filesize.js/compare/11.0.14...11.0.15)

---
updated-dependencies:
- dependency-name: filesize
  dependency-version: 11.0.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 05:48:57 +02:00
dependabot[bot]
3a2dccf364 chore(deps): bump github/codeql-action from 4.35.0 to 4.35.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.0 to 4.35.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](b8bb9f28b8...c10b8064de)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 05:37:52 +02:00
dependabot[bot]
5d1fb8d0cd chore(deps-dev): bump @storybook/addon-svelte-csf in the storybook group
Bumps the storybook group with 1 update: [@storybook/addon-svelte-csf](https://github.com/storybookjs/addon-svelte-csf).


Updates `@storybook/addon-svelte-csf` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/storybookjs/addon-svelte-csf/releases)
- [Changelog](https://github.com/storybookjs/addon-svelte-csf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/addon-svelte-csf/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: "@storybook/addon-svelte-csf"
  dependency-version: 5.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-28 11:08:28 +01:00
benoitf
16dcb24ded chore: Update chocolatey packages for 1.26.2
Signed-off-by: benoitf <fbenoit@redhat.com>
2026-03-28 09:53:04 +01:00
dependabot[bot]
6bf771a80c chore(deps): bump electron from 41.0.4 to 41.1.0
---
updated-dependencies:
- dependency-name: electron
  dependency-version: 41.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-28 09:52:16 +01:00
dependabot[bot]
12dec921a6 chore(deps): bump github/codeql-action from 4.34.1 to 4.35.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.34.1 to 4.35.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](3869755554...b8bb9f28b8)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-28 09:22:59 +01:00
dependabot[bot]
59aac3a4a1 chore(deps-dev): bump the argosci group with 2 updates
Bumps the argosci group with 2 updates: [@argos-ci/cli](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/core) and [@argos-ci/playwright](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/playwright).


Updates `@argos-ci/cli` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/argos-ci/argos-javascript/releases)
- [Changelog](https://github.com/argos-ci/argos-javascript/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/argos-javascript/commits/@argos-ci/cli@4.1.3/packages/core)

Updates `@argos-ci/playwright` from 6.5.0 to 6.6.0
- [Release notes](https://github.com/argos-ci/argos-javascript/releases)
- [Changelog](https://github.com/argos-ci/argos-javascript/blob/main/packages/playwright/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/argos-javascript/commits/@argos-ci/playwright@6.6.0/packages/playwright)

---
updated-dependencies:
- dependency-name: "@argos-ci/cli"
  dependency-version: 4.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: argosci
- dependency-name: "@argos-ci/playwright"
  dependency-version: 6.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: argosci
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-28 09:22:28 +01:00
Vladimir Lazar
fa320f65ba
chore(test): update playwright trace analysis skill (#16856)
Signed-off-by: Vladimir Lazar <vlazar@redhat.com>
2026-03-27 17:58:04 +02:00
Florent Benoit
e9316c7e2a chore(deps): update picomatch dependencies
avoid CVE https://github.com/advisories/GHSA-c2c7-rcm5-vvqj

Co-authored-by: Claude <noreply@anthropic.com>
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-03-27 15:28:17 +01:00
Vladimir Lazar
7b180bb64c
chore(fix): ensure correct locator is used in the assert (#16853)
* chore(fix): ensure correct locator is used in the assert
2026-03-27 12:41:56 +02:00
dependabot[bot]
7f4d4a7a28 chore(deps-dev): bump @electron/fuses from 2.1.0 to 2.1.1
Bumps [@electron/fuses](https://github.com/electron/fuses) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/electron/fuses/releases)
- [Commits](https://github.com/electron/fuses/compare/v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: "@electron/fuses"
  dependency-version: 2.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 08:22:16 +01:00
dependabot[bot]
a054e666ca chore(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.3 to 6.0.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](1af58845a9...57e3a136b7)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 08:14:33 +01:00
dependabot[bot]
650d9693e7 chore(deps-dev): bump the vitest group with 2 updates
Bumps the vitest group with 2 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@vitest/coverage-v8` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/coverage-v8)

Updates `vitest` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vitest
- dependency-name: vitest
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vitest
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 07:55:08 +01:00
Vladyslav Zhukovskyi
ff4271bea1
fix: use predefined color instead of hex value for hc dark theme (#16844)
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2026-03-26 22:28:54 +02:00
Florent
5c9e947ddf chore(CODEOWNERS): remove the file as it's managed by a GitHub app
Co-authored-by: Claude <noreply@anthropic.com>
Signed-off-by: Florent <fbenoit@redhat.com>
2026-03-26 19:08:34 +01:00
Vladyslav Zhukovskyi
e62f25b4cf
feat: add hc-light theme color overrides to ColorRegistry (#16842)
* feat: add hc-light theme color overrides to ColorRegistry

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* feat: add hc-light theme color overrides to ColorRegistry

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* feat: add hc-light theme color overrides to ColorRegistry

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

---------

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2026-03-26 19:14:05 +02:00
Vladyslav Zhukovskyi
5c0a3f2b4e
feat: add hc-dark theme color overrides to ColorRegistry (#16825)
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2026-03-26 16:41:45 +02:00
Alyn
cbb1ab2296 fix(tray): address PR review comments on HiDPI Windows fix
Signed-off-by: Alyn <alynrtiedtke@gmail.com>
2026-03-26 15:32:28 +01:00