Commit graph

367 commits

Author SHA1 Message Date
Florent BENOIT
6964c15543
chore: use git hooks for linter/formatter and signed-off/conventional-commits (#2847)
* chore: use pre-commit hook for linter/formatter

fixes https://github.com/containers/podman-desktop/issues/2845

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-06-16 10:40:42 +02:00
dependabot[bot]
2a3baa81c9 chore(deps-dev): bump electron from 25.1.0 to 25.1.1
Bumps [electron](https://github.com/electron/electron) from 25.1.0 to 25.1.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v25.1.0...v25.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-15 12:29:22 +02:00
Florent Benoit
9a24aa38ac chore: fix imports issues in renderer part (svelte files)
fix import/no-extraneous-dependencies and import/no-duplicates rule

Change-Id: I2f3ff657372795446709229351aa3d4c832a5924
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-06-14 08:48:40 +02:00
dependabot[bot]
1410c90ad5 chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.9 to 5.59.11.
- [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/v5.59.11/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-13 12:47:56 +02:00
dependabot[bot]
ad38bfc053 chore(deps-dev): bump @typescript-eslint/parser from 5.59.9 to 5.59.11
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.9 to 5.59.11.
- [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/v5.59.11/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-13 12:26:28 +02:00
Florent Benoit
19673e34d3 chore: enable eslint in the svelte files
note: for now, turn off almost all the rules as there are like 500+ errors
will uncomment/fix rule by rule

Change-Id: I42fc9d68633f7e534e726032eddaae858e5d832c
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-06-12 15:53:18 +02:00
dependabot[bot]
ff91ccc39d chore(deps-dev): bump @rollup/plugin-commonjs from 25.0.0 to 25.0.1
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.0 to 25.0.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.1/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 12:31:53 +02:00
Florent Benoit
f69b159d1a chore: ensure dependencies used in the code are listed
(and are not being transitive)

Change-Id: I04f5eded1faed3cc5ff789a85f2bcefe6ef47b50

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-06-12 11:54:55 +02:00
dependabot[bot]
b686eb094a chore(deps): bump got from 12.6.0 to 13.0.0
Bumps [got](https://github.com/sindresorhus/got) from 12.6.0 to 13.0.0.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v12.6.0...v13.0.0)

---
updated-dependencies:
- dependency-name: got
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 09:37:54 +02:00
Florent Benoit
87f05cb6b2 chore: update to playwright 1.35.0
Change-Id: Iad72d0d402c5d2fa1ed63ad15ef90095f7504435
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-06-09 11:21:02 +02:00
Ondrej Dockal
df2983423d
chore(ci): Adding separate e2e smoke tests on PR check (#2779)
* chore(ci):  Make e2e smoke test triggered by PR check but not part of unit tests
* rename e2e to e2e:smoke in npm task
* fixes #2707 

Signed-off-by: Ondrej Dockal <odockal@redhat.com>
Co-authored-by: Florent BENOIT <fbenoit@redhat.com>
2023-06-09 08:48:02 +00:00
Florent Benoit
b113f65b38 chore: update to latest type for dockerode
Change-Id: I2888038e5fd3967ca532f89076e03fc9b6d41861

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-06-09 10:32:00 +02:00
dependabot[bot]
df3a15ce30 chore(deps-dev): bump electron from 25.0.1 to 25.1.0
Bumps [electron](https://github.com/electron/electron) from 25.0.1 to 25.1.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v25.0.1...v25.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-08 15:18:43 +02:00
vzhukovs
4714ba0163 chore: bump version to 1.2.0
Signed-off-by: vzhukovs <fbenoit@redhat.com>
2023-06-08 12:09:56 +02:00
Florent Benoit
93c08baebd chore: update to vite 0.32.0
also need to switch to v8 provider instead of c8 for code coverage
as it is now the default prodivder and c8 is no longer maintained

Change-Id: Ida72f74cdb30224cd3adaa548367a0337a750974
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-06-08 01:02:22 +02:00
Ondrej Dockal
f9c6def8c6
chore(tests): Add npm test:unit task, runs unit and component tests only (no e2e) (#2753)
* npm test task to be composed of unit and e2e tasks

Signed-off-by: Ondrej Dockal <odockal@redhat.com>

---------
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
Co-authored-by: Florent Benoit <fbenoit@redhat.com>
2023-06-07 13:03:18 +00:00
dependabot[bot]
a154773257 chore(deps-dev): bump @vitest/coverage-c8 from 0.31.4 to 0.32.0
Bumps [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) from 0.31.4 to 0.32.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.32.0/packages/coverage-c8)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-c8"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-07 12:32:27 +02:00
dependabot[bot]
7e0d4e09ff chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.8 to 5.59.9.
- [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/v5.59.9/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 13:59:43 +02:00
dependabot[bot]
43dd791c5d chore(deps-dev): bump @typescript-eslint/parser from 5.59.8 to 5.59.9
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.8 to 5.59.9.
- [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/v5.59.9/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 13:36:18 +02:00
Jeff MAURY
18e3c0d42a
build: Add a release notes generator (#2692)
* build: Add a release notes generator (#5)

Fixes #1458

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
2023-06-06 11:07:24 +02:00
dependabot[bot]
61a703015d chore(deps-dev): bump eslint from 8.41.0 to 8.42.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.42.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.41.0...v8.42.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 12:29:56 +02:00
dependabot[bot]
e02fb315c6 chore(deps-dev): bump typescript from 5.0.4 to 5.1.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-02 12:32:56 +02:00
dependabot[bot]
6ebc8797ec chore(deps-dev): bump electron from 25.0.0 to 25.0.1
Bumps [electron](https://github.com/electron/electron) from 25.0.0 to 25.0.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v25.0.0...v25.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 12:58:57 +02:00
dependabot[bot]
a432884997 chore(deps-dev): bump vitest from 0.31.1 to 0.31.4
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.31.1 to 0.31.4.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.31.4/packages/vitest)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 12:58:04 +02:00
dependabot[bot]
bc62e65ef7 chore(deps-dev): bump @vitest/coverage-c8 from 0.31.2 to 0.31.4
Bumps [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) from 0.31.2 to 0.31.4.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.31.4/packages/coverage-c8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 12:32:34 +02:00
Florent Benoit
b3abe3915b feat: Allows to update extensions
Can update silently, display updates or do nothing
fixes https://github.com/containers/podman-desktop/issues/2184

Change-Id: I38db88a60672f0f5756e878d634eb7f327aae618
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-05-31 22:28:04 +02:00
dependabot[bot]
9ce283af88 chore(deps): bump stream-json from 1.7.5 to 1.8.0
Bumps [stream-json](https://github.com/uhop/stream-json) from 1.7.5 to 1.8.0.
- [Commits](https://github.com/uhop/stream-json/compare/1.7.5...1.8.0)

---
updated-dependencies:
- dependency-name: stream-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-31 13:05:07 +02:00
dependabot[bot]
895c4bd5c6 chore(deps-dev): bump @rollup/plugin-node-resolve from 15.0.2 to 15.1.0
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.0.2 to 15.1.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v15.1.0/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-31 13:04:39 +02:00
dependabot[bot]
eacdbec2d3 chore(deps-dev): bump @vitest/coverage-c8 from 0.31.1 to 0.31.2
Bumps [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) from 0.31.1 to 0.31.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.31.2/packages/coverage-c8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-31 13:04:16 +02:00
dependabot[bot]
3c94bf0bb7 chore(deps-dev): bump electron from 24.4.0 to 25.0.0
Bumps [electron](https://github.com/electron/electron) from 24.4.0 to 25.0.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v24.4.0...v25.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-31 10:10:26 +02:00
dependabot[bot]
56988a9fbb chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.7 to 5.59.8.
- [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/v5.59.8/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 13:24:38 +02:00
dependabot[bot]
6b9f53ec47 chore(deps-dev): bump @typescript-eslint/parser from 5.59.7 to 5.59.8
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.7 to 5.59.8.
- [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/v5.59.8/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 12:56:23 +02:00
dependabot[bot]
39cd6710dc chore(deps-dev): bump prettier-plugin-svelte from 2.10.0 to 2.10.1
Bumps [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) from 2.10.0 to 2.10.1.
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/commits)

---
updated-dependencies:
- dependency-name: prettier-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 18:02:24 +02:00
dependabot[bot]
744ebe69b4 chore(deps-dev): bump vite from 4.3.8 to 4.3.9
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.8 to 4.3.9.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.3.9/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 18:01:49 +02:00
dependabot[bot]
6df1c1b630 chore(deps-dev): bump @playwright/test from 1.34.2 to 1.34.3
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.34.2 to 1.34.3.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.34.2...v1.34.3)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-25 12:55:49 +02:00
dependabot[bot]
82e8c15192 chore(deps-dev): bump electron from 24.3.1 to 24.4.0
Bumps [electron](https://github.com/electron/electron) from 24.3.1 to 24.4.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v24.3.1...v24.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-25 12:31:40 +02:00
dependabot[bot]
3689e23328 chore(deps-dev): bump playwright from 1.34.2 to 1.34.3
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.34.2 to 1.34.3.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.34.2...v1.34.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-25 12:31:18 +02:00
dependabot[bot]
0f5bf12e82 chore(deps-dev): bump @playwright/test from 1.34.1 to 1.34.2
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.34.1 to 1.34.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.34.1...v1.34.2)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-24 12:55:45 +02:00
dependabot[bot]
cdcc15e166
chore(deps-dev): bump playwright from 1.34.1 to 1.34.2 (#2616)
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.34.1 to 1.34.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.34.1...v1.34.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 10:29:33 +00:00
dependabot[bot]
730e73e252
chore(deps-dev): bump @types/dockerode from 3.3.17 to 3.3.18 (#2615)
Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) from 3.3.17 to 3.3.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode)

---
updated-dependencies:
- dependency-name: "@types/dockerode"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 10:27:51 +00:00
dependabot[bot]
620d304ed1 chore(deps-dev): bump playwright from 1.34.0 to 1.34.1
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.34.0 to 1.34.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.34.0...v1.34.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 14:35:22 +02:00
dependabot[bot]
87b8898b75 chore(deps-dev): bump @typescript-eslint/parser from 5.59.6 to 5.59.7
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.6 to 5.59.7.
- [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/v5.59.7/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 14:33:56 +02:00
dependabot[bot]
7fe6db5142 chore(deps-dev): bump @playwright/test from 1.34.0 to 1.34.1
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.34.0 to 1.34.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.34.0...v1.34.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 13:46:36 +02:00
dependabot[bot]
cc77306b40 chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.6 to 5.59.7.
- [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/v5.59.7/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 13:46:23 +02:00
Jeff MAURY
b45c737e4c
fix: Unable to run yarn test:e2e on Windows (#2586)
Fixes #2585

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
2023-05-22 13:15:05 +00:00
dependabot[bot]
cd032e0d5b chore(deps-dev): bump playwright from 1.33.0 to 1.34.0
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.33.0...v1.34.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 13:47:47 +02:00
dependabot[bot]
77dfe07b97
chore(deps): bump check-disk-space from 3.3.1 to 3.4.0 (#2579)
Bumps [check-disk-space](https://github.com/Alex-D/check-disk-space) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/Alex-D/check-disk-space/releases)
- [Commits](https://github.com/Alex-D/check-disk-space/compare/v3.3.1...v3.4.0)

---
updated-dependencies:
- dependency-name: check-disk-space
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 13:07:58 +02:00
dependabot[bot]
b20bf21ef0
chore(deps-dev): bump @playwright/test from 1.33.0 to 1.34.0 (#2580)
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.33.0...v1.34.0)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 13:04:08 +02:00
dependabot[bot]
67214b3817
chore(deps-dev): bump eslint from 8.40.0 to 8.41.0 (#2576)
Bumps [eslint](https://github.com/eslint/eslint) from 8.40.0 to 8.41.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.40.0...v8.41.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 12:49:25 +02:00
dependabot[bot]
26dc1766a0
chore(deps-dev): bump vite from 4.3.7 to 4.3.8 (#2538)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.7 to 4.3.8.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.3.8/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-19 07:57:49 +00:00