From adc8d96f1e0b9276cd7f7b02cc5912215036463d Mon Sep 17 00:00:00 2001 From: Volodymyr Vreshch Date: Sat, 21 Mar 2026 13:42:01 +0100 Subject: [PATCH 1/2] fix: ignore eslint-plugin-react-hooks in dependabot Canary versions use date-based tags that confuse dependabot into downgrading to older canaries. Pin manually until stable release. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b1e4ad18..9e218477 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,7 @@ updates: ignore: - dependency-name: '*' update-types: ['version-update:semver-major'] + - dependency-name: 'eslint-plugin-react-hooks' - package-ecosystem: 'github-actions' directory: '/' From b731e546f765ddefd8cc6a1d81431f0028d7f2cb Mon Sep 17 00:00:00 2001 From: Volodymyr Vreshch Date: Sat, 21 Mar 2026 13:48:12 +0100 Subject: [PATCH 2/2] chore: format changelog files --- CHANGELOG.md | 1 + changelog-content.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67beeb29..655501d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.1.41] - 2026-03-21 ### Bug Fixes + - Fix form validation error when configuring agent run settings ## [2.1.40] - 2026-03-15 diff --git a/changelog-content.md b/changelog-content.md index 0163c026..02638cb1 100644 --- a/changelog-content.md +++ b/changelog-content.md @@ -1,2 +1,3 @@ ### Bug Fixes + - Fix form validation error when configuring agent run settings