Skip to content

Commit 844adbd

Browse files
Merge develop into main: post‑release CI/test stabilization
- Drop Node 18 and add Node 24 to the CI matrix - Align Jest/ts-jest/types versions across packages - Fix CLI serve error handling output - Register vitest/jest‑dom types for UI TS checks - Update dev tooling and pin chalk for CJS compatibility - Merge Dependabot updates and resolve ESM/test regressions - Skip Netlify preview on Dependabot PRs
2 parents ac76281 + 06954f3 commit 844adbd

18 files changed

Lines changed: 10579 additions & 12402 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: 2
22
updates:
33
- package-ecosystem: "npm"
44
directory: "/"
5+
target-branch: "develop"
56
schedule:
67
interval: "weekly"
78
day: "monday"
@@ -20,6 +21,7 @@ updates:
2021

2122
- package-ecosystem: "github-actions"
2223
directory: "/"
24+
target-branch: "develop"
2325
schedule:
2426
interval: "weekly"
2527
labels:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
timeout-minutes: 20
7070
strategy:
7171
matrix:
72-
node-version: [18, 20, 22]
72+
node-version: [20, 22, 24]
7373
steps:
7474
- uses: actions/checkout@v6
7575
with:

.github/workflows/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313

1414
jobs:
1515
deploy-preview:
16+
if: github.actor != 'dependabot[bot]'
1617
name: Deploy Preview
1718
runs-on: ubuntu-latest
1819
steps:

0 commit comments

Comments
 (0)