Commit graph

10 commits

Author SHA1 Message Date
bmahabirbu
daf470e6d8 chore: bump version to 1.27.0
Signed-off-by: bmahabirbu <fbenoit@redhat.com>
2026-03-16 16:29:18 +01:00
dependabot[bot]
35800ffe23 chore(deps-dev): bump the vitest group with 3 updates
Bumps the vitest group with 3 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8), [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


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

Updates `@vitest/eslint-plugin` from 1.6.10 to 1.6.11
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.10...v1.6.11)

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

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vitest
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vitest
- dependency-name: vitest
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vitest
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-13 08:40:41 +01:00
Florent Benoit
ac85ccc888 refactor(api-sender): introduce index file to export files
as I need to introduce a new file in the folder, introduce
an index file to make it easier

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

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-03-02 11:10:36 +01:00
Simon Rey
36830d793f chore(api): add zod dependency
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-02-16 16:06:48 +01:00
Florent Benoit
e3c10017bf refactor(appearance-settings): move to API package
avoid to import from main folder from the renderer folder

related to https://github.com/podman-desktop/podman-desktop/issues/14361
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-02-12 16:30:36 +01:00
Florent Benoit
2cbd7a09bb fix(repository-info): move this util from api to website only
fixes https://github.com/podman-desktop/podman-desktop/issues/16194

breaking changes: remove it from extension api
added by https://github.com/podman-desktop/podman-desktop/pull/13363 (but no related issue)
I don't see usage at https://github.com/search?q=RepositoryInfoParser+language%3ATypeScript&type=code&l=TypeScript&p=1

it's preventing to import things in packages/renderer side
related to https://github.com/podman-desktop/podman-desktop/issues/15496
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-02-11 18:12:50 +01:00
Florent Benoit
07d7b09490 refactor(api): use ES format rather than CommonJS (cjs)
related to https://github.com/podman-desktop/podman-desktop/issues/15496
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-02-11 18:12:25 +01:00
dependabot[bot]
ee2d23c369 chore(deps-dev): bump vitest from 4.0.10 to 4.0.18 in the vitest group
Bumps the vitest group with 1 update: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


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

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vitest
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-11 16:00:41 +01:00
Florent Benoit
d79ac5d1bd chore(package.json): introduce missing files in packages/* folders
introduce dedicated package.json files for each package in the
packages/ folder that don't have one

it'll make possible to add dependencies to core-api or other modules

related to #15496
https://github.com/podman-desktop/podman-desktop/issues/15677

note: follow-up will be required to remove dependencies from the
root package.json

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-02-10 09:21:09 +01:00
Florent Benoit
58087dcd77 chore: introduce package.json file in packages/api
will allow to declare dependency on it

related to https://github.com/podman-desktop/podman-desktop/issues/15496
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-01-23 18:51:27 +01:00