Rujuta Shinde
9c15cc0873
docs: modified README to point to a recent image and update the title to add a dash
...
Signed-off-by: Rujuta Shinde <rushinde@redhat.com>
2026-03-05 10:25:09 +01:00
Vladimir Lazar
137685163e
chore(test): attempting to fix a race condition in e2e tests ( #16450 )
...
Signed-off-by: Vladimir Lazar <vlazar@redhat.com>
2026-03-05 11:19:50 +02:00
dependabot[bot]
7a964f464c
chore(deps): bump @segment/analytics-node from 2.3.0 to 3.0.0
...
Bumps [@segment/analytics-node](https://github.com/segmentio/analytics-next/tree/HEAD/packages/node ) from 2.3.0 to 3.0.0.
- [Release notes](https://github.com/segmentio/analytics-next/releases )
- [Changelog](https://github.com/segmentio/analytics-next/blob/master/packages/node/CHANGELOG.md )
- [Commits](https://github.com/segmentio/analytics-next/commits/@segment/analytics-node@3.0.0/packages/node )
---
updated-dependencies:
- dependency-name: "@segment/analytics-node"
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-05 09:35:21 +01:00
dependabot[bot]
97f0ba5a62
chore(deps-dev): bump eslint-plugin-storybook from 10.2.14 to 10.2.15
...
Bumps [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin ) from 10.2.14 to 10.2.15.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.15/code/lib/eslint-plugin )
---
updated-dependencies:
- dependency-name: eslint-plugin-storybook
dependency-version: 10.2.15
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-05 09:14:35 +01:00
dependabot[bot]
fa82e88f21
chore(deps): bump tar from 7.5.9 to 7.5.10
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.9...v7.5.10 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-05 07:44:59 +01:00
dependabot[bot]
bcbc94ce73
chore(deps-dev): bump @rollup/plugin-commonjs from 29.0.0 to 29.0.1
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 29.0.0 to 29.0.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v29.0.1/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
dependency-version: 29.0.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-05 07:18:57 +01:00
dependabot[bot]
ac662c9e34
chore(deps): bump tar-fs from 3.1.1 to 3.1.2
...
Bumps [tar-fs](https://github.com/mafintosh/tar-fs ) from 3.1.1 to 3.1.2.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v3.1.1...v3.1.2 )
---
updated-dependencies:
- dependency-name: tar-fs
dependency-version: 3.1.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-05 07:17:47 +01:00
dependabot[bot]
3e02529d1b
chore(deps): bump docker/setup-qemu-action from 3.7.0 to 4.0.0
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 3.7.0 to 4.0.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](c7c5346462...ce360397dd )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-05 07:17:23 +01:00
Vladimir Lazar
8e015b32f9
chore(test): create new e2e tests for preferred registry repository functionality ( #16436 )
...
* chore(test): create new e2e tests for preferred registry repository functionality
2026-03-04 17:34:32 +02:00
Vladimir Lazar
50899c4ce8
chore(test): attempts button reclick in case of initial failure ( #16440 )
...
* chore(test): attempts button reclick in case of initial failure
2026-03-04 15:53:38 +02:00
JustMello
cdafc0f3c0
feat(renderer): add new buttons to PullImage page ( #16281 )
...
* feat(renderer): add new buttons to PullImage page
Signed-off-by: Dias Tursynbayev <original.justmello1337@gmail.com>
* chore(test): edit e2e to fit new button name
Signed-off-by: Dias Tursynbayev <original.justmello1337@gmail.com>
2026-03-04 12:28:26 +01:00
JustMello
de96b7d51c
fix(renderer): save previously typed title and description in GitHubFeedback ( #16307 )
...
* refactor(renderer): add GitHubFeedbackCategory type
Signed-off-by: Dias Tursynbayev <original.justmello1337@gmail.com>
* fix(renderer): save previously typed title and decription in GitHubFeedback
Replace two conditions by one so the Feedback form component is the same instance and avoid duplicates. This prevents the typed text from being erased when the user switches categories.
Signed-off-by: Dias Tursynbayev <original.justmello1337@gmail.com>
---------
Signed-off-by: Dias Tursynbayev <original.justmello1337@gmail.com>
2026-03-04 12:28:12 +01:00
dependabot[bot]
b8c8f6b4c1
chore(deps-dev): bump lint-staged from 16.3.1 to 16.3.2
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 16.3.1 to 16.3.2.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.3.1...v16.3.2 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-version: 16.3.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 07:32:52 +01:00
dependabot[bot]
e805883662
chore(deps-dev): bump the commitlint group with 2 updates
...
Bumps the commitlint group with 2 updates: [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) and [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional ).
Updates `@commitlint/cli` from 20.4.2 to 20.4.3
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.3/@commitlint/cli )
Updates `@commitlint/config-conventional` from 20.4.2 to 20.4.3
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.3/@commitlint/config-conventional )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-version: 20.4.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: commitlint
- dependency-name: "@commitlint/config-conventional"
dependency-version: 20.4.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: commitlint
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 07:07:38 +01:00
dependabot[bot]
baddcb3968
chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](6044e13b5d...53b83947a5 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 07:07:11 +01:00
dependabot[bot]
1ec9efcf52
chore(deps-dev): bump svelte from 5.53.6 to 5.53.7
...
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte ) from 5.53.6 to 5.53.7.
- [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/svelte@5.53.7/packages/svelte )
---
updated-dependencies:
- dependency-name: svelte
dependency-version: 5.53.7
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 07:06:28 +01:00
Charlie Drage
4261a660b3
chore(ui): change image page to secondary buttons ( #16363 )
...
### What does this PR do?
Moves the Prune, Load, Import and Pull buttons to be secondary and the
Create button to be a primary button.
### Screenshot / video of UI
<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->
Before:
After:
### What issues does this PR fix or reference?
<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->
Closes https://github.com/podman-desktop/podman-desktop/issues/16357
### How to test this PR?
<!-- Please explain steps to verify the functionality,
do not forget to provide unit/component tests -->
Go see the buttons on the image page
Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2026-03-03 21:47:42 +00:00
Charlie Drage
859b58834a
chore(ui): change volume to secondary buttons ( #16362 )
...
### What does this PR do?
Moves the Prune & Gather volume sizes buttons to use the "secondary"
style now as the Create button is considered the "primary" button of
that section.
### Screenshot / video of UI
<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->
Before:
<img width="2274" height="1570" alt="image" src="https://github.com/user-attachments/assets/b87c565f-ce5e-478c-83a1-339be4a26fb0 " />
After:
<img width="2274" height="1570" alt="image" src="https://github.com/user-attachments/assets/858c025e-2343-4cec-b652-4a5528fca4ea " />
### What issues does this PR fix or reference?
<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->
Closes https://github.com/podman-desktop/podman-desktop/issues/16358
### How to test this PR?
<!-- Please explain steps to verify the functionality,
do not forget to provide unit/component tests -->
Go see the buttons on the volume page :)
Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2026-03-03 16:24:52 -05:00
Simon Rey
820e0a805f
feat(main): expose IPC to list registered features
...
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-03-03 15:25:31 +01:00
Florent BENOIT
fa89f900bd
refactor(api-sender): introduce type checking on channels ( #16392 )
...
* chore(api-sender): introduce type checking on channels
define the object type that is provided/received on a channel name
it'll allow to remove some custom casting when receiving the data
as the type is ensured from the definition of the channel
fixes https://github.com/podman-desktop/podman-desktop/issues/15632
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-03-03 14:53:54 +01:00
Priyansh Sao
d65a52ff81
chore: fix typo in readme file
...
Signed-off-by: Priyansh Sao <saopriyansh06@gmail.com>
2026-03-03 10:44:31 +01:00
Evžen Gasta
39d8141d38
fix(Experimental features): disabled feature value udpate ( #16072 )
...
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2026-03-03 10:27:14 +01:00
Simon Rey
713ab2062d
feat(main): send features through apiSender event
...
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-03-03 10:20:14 +01:00
dependabot[bot]
b327463e7d
chore(deps): bump @floating-ui/dom from 1.7.5 to 1.7.6
...
Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom ) from 1.7.5 to 1.7.6.
- [Release notes](https://github.com/floating-ui/floating-ui/releases )
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md )
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.7.6/packages/dom )
---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
dependency-version: 1.7.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-03 09:24:16 +01:00
dependabot[bot]
9469a7b873
chore(deps-dev): bump postcss from 8.5.6 to 8.5.8
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.5.6 to 8.5.8.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.5.6...8.5.8 )
---
updated-dependencies:
- dependency-name: postcss
dependency-version: 8.5.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-03 07:12:45 +01:00
dependabot[bot]
f6fd60fd54
chore(deps): bump github/codeql-action from 4.32.4 to 4.32.5
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 4.32.4 to 4.32.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](89a39a4e59...c793b717bc )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-03 07:12:12 +01:00
dependabot[bot]
f0185b6b6e
chore(deps-dev): bump eslint-plugin-storybook from 10.2.13 to 10.2.14
...
Bumps [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin ) from 10.2.13 to 10.2.14.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.14/code/lib/eslint-plugin )
---
updated-dependencies:
- dependency-name: eslint-plugin-storybook
dependency-version: 10.2.14
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-03 07:11:50 +01:00
Simon Rey
462a9b46b5
refactor(main/extension): use readFile in promise
...
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-03-02 16:25:40 +01:00
Priyansh Sao
cc4f3cfa7e
feat(Dialogs): standardize cancel button types
...
Signed-off-by: Priyansh Sao <saopriyansh06@gmail.com>
2026-03-02 15:16:02 +01:00
Gerwin Bisschop
0d1c0d3f2e
refactor: extract local status and id variables in handleEvents
...
Extract jsonEvent.status and jsonEvent.id into local const variables
to reduce repeated property access and prepare for upcoming Docker API
v1.52+ event format support.
No functional change.
Signed-off-by: Gerwin Bisschop <g.bisschop@iwink.nl>
2026-03-02 14:49:10 +01:00
Florent Benoit
6a37ca8a1a
refactor(api-sender): make the data parameter optional
...
avoid to send empty string or empty object, can just send the event
name
related to https://github.com/podman-desktop/podman-desktop/issues/15632
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-03-02 14:08:57 +01:00
Vladimir Lazar
4a5f3deddc
chore(test): increase test timeout in order to not be flaky in cicd ( #16385 )
...
chore(test): increase test timeout in order to not be flaky in cicd pipelines
Signed-off-by: Vladimir Lazar <vlazar@redhat.com>
2026-03-02 12:46:32 +02: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
Florent Benoit
0a2a0aa7e0
fix(configuration-registry): add missing event data
...
for the same event name, sometimes payload was sent, sometimes not
always provide the payload
related to https://github.com/podman-desktop/podman-desktop/issues/15632
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2026-03-02 09:21:42 +01:00
dependabot[bot]
caf56c9db5
chore(deps): bump tar-stream from 3.1.7 to 3.1.8
...
Bumps [tar-stream](https://github.com/mafintosh/tar-stream ) from 3.1.7 to 3.1.8.
- [Commits](https://github.com/mafintosh/tar-stream/compare/v3.1.7...v3.1.8 )
---
updated-dependencies:
- dependency-name: tar-stream
dependency-version: 3.1.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 07:23:29 +01:00
dependabot[bot]
2cec265bba
chore(deps-dev): bump lint-staged from 16.2.7 to 16.3.1
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 16.2.7 to 16.3.1.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.2.7...v16.3.1 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-version: 16.3.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 07:22:50 +01:00
dependabot[bot]
72729af9f1
chore(deps): bump mikepenz/action-junit-report from 6.3.0 to 6.3.1
...
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report ) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases )
- [Commits](5e05ac00ad...49b2ca06f6 )
---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
dependency-version: 6.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 07:22:27 +01:00
dependabot[bot]
a0257ce794
chore(deps-dev): bump globals from 17.3.0 to 17.4.0
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 17.3.0 to 17.4.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v17.3.0...v17.4.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-version: 17.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 07:22:04 +01:00
dependabot[bot]
10bd3b2187
chore(deps-dev): bump svelte from 5.53.5 to 5.53.6
...
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte ) from 5.53.5 to 5.53.6.
- [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/svelte@5.53.6/packages/svelte )
---
updated-dependencies:
- dependency-name: svelte
dependency-version: 5.53.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 07:21:43 +01:00
Louis Liu
0cf9a999a0
fix(podman): clear reconnect timeout on disconnect ( #16230 )
...
* fix(podman): clear reconnect timeout on disconnect
Signed-off-by: Louis Shawn <louis.shawn@qq.com>
* test(podman): fix reconnect timeout spec typecheck
Signed-off-by: Louis Shawn <louis.shawn@qq.com>
* test(podman): align reconnect-timeout spec with project style
Signed-off-by: Louis Shawn <louis.shawn@qq.com>
---------
Signed-off-by: Louis Shawn <louis.shawn@qq.com>
Co-authored-by: Louis Shawn <louis.shawn@qq.com>
2026-02-27 14:44:07 +01:00
Simon Rey
9be1d98cc8
chore(api): export configuration models Zod schemas
...
Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
2026-02-27 14:14:46 +01:00
dependabot[bot]
eb3be7a334
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.0 to 4.1.1
- [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.1/packages/core )
Updates `@argos-ci/playwright` from 6.4.1 to 6.4.2
- [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.4.2/packages/playwright )
---
updated-dependencies:
- dependency-name: "@argos-ci/cli"
dependency-version: 4.1.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: argosci
- dependency-name: "@argos-ci/playwright"
dependency-version: 6.4.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: argosci
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-27 08:56:37 +01:00
dependabot[bot]
0faaafd09a
chore(deps-dev): bump svelte-eslint-parser from 1.4.1 to 1.5.1
...
Bumps [svelte-eslint-parser](https://github.com/sveltejs/svelte-eslint-parser ) from 1.4.1 to 1.5.1.
- [Release notes](https://github.com/sveltejs/svelte-eslint-parser/releases )
- [Changelog](https://github.com/sveltejs/svelte-eslint-parser/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte-eslint-parser/compare/v1.4.1...v1.5.1 )
---
updated-dependencies:
- dependency-name: svelte-eslint-parser
dependency-version: 1.5.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-27 08:37:30 +01:00
dependabot[bot]
636f200a2e
chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-27 07:06:47 +01:00
dependabot[bot]
db36f579ca
chore(deps-dev): bump @electron/fuses from 2.0.0 to 2.1.0
...
Bumps [@electron/fuses](https://github.com/electron/fuses ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/electron/fuses/releases )
- [Commits](https://github.com/electron/fuses/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: "@electron/fuses"
dependency-version: 2.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-27 07:06:02 +01:00
dependabot[bot]
2cc7528b49
chore(deps-dev): bump svelte-check from 4.4.3 to 4.4.4
...
Bumps [svelte-check](https://github.com/sveltejs/language-tools ) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/sveltejs/language-tools/releases )
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check@4.4.3...svelte-check@4.4.4 )
---
updated-dependencies:
- dependency-name: svelte-check
dependency-version: 4.4.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-27 07:05:35 +01:00
dependabot[bot]
2f73b1fee6
chore(deps-dev): bump the tailwindcss group with 3 updates
...
Bumps the tailwindcss group with 3 updates: [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite ), [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss ) and [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss ).
Updates `@tailwindcss/vite` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/@tailwindcss-vite )
Updates `tailwindcss` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/tailwindcss )
Updates `@tailwindcss/postcss` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/@tailwindcss-postcss )
---
updated-dependencies:
- dependency-name: "@tailwindcss/vite"
dependency-version: 4.2.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: tailwindcss
- dependency-name: tailwindcss
dependency-version: 4.2.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: tailwindcss
- dependency-name: "@tailwindcss/postcss"
dependency-version: 4.2.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: tailwindcss
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-26 21:19:50 +01:00
dependabot[bot]
68851eaca8
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.56.0 to 8.56.1
- [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.56.1/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 8.56.0 to 8.56.1
- [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.56.1/packages/parser )
Updates `typescript-eslint` from 8.56.0 to 8.56.1
- [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.56.1/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-version: 8.56.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: typescript-eslint
- dependency-name: "@typescript-eslint/parser"
dependency-version: 8.56.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: typescript-eslint
- dependency-name: typescript-eslint
dependency-version: 8.56.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: typescript-eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-26 20:52:54 +01:00
dependabot[bot]
ce63b7a8ab
chore(deps-dev): bump svelte from 5.51.3 to 5.53.5
...
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte ) from 5.51.3 to 5.53.5.
- [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/svelte@5.53.5/packages/svelte )
---
updated-dependencies:
- dependency-name: svelte
dependency-version: 5.53.5
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-26 20:52:23 +01:00
dependabot[bot]
9edc766d7d
chore(deps-dev): bump the commitlint group with 2 updates
...
Bumps the commitlint group with 2 updates: [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) and [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional ).
Updates `@commitlint/cli` from 20.4.1 to 20.4.2
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.2/@commitlint/cli )
Updates `@commitlint/config-conventional` from 20.4.1 to 20.4.2
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.2/@commitlint/config-conventional )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-version: 20.4.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: commitlint
- dependency-name: "@commitlint/config-conventional"
dependency-version: 20.4.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: commitlint
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-26 18:25:39 +01:00