From b66e069d24f0a18ff9d8b94beaf2bbce94ea9613 Mon Sep 17 00:00:00 2001 From: Marcin <133694481+m7pr@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:35:25 +0200 Subject: [PATCH 1/3] vbump with and checkmate Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com> --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index bd34129d3..39eabe5bc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -31,7 +31,7 @@ Depends: R (>= 4.0), teal.code (>= 0.6.1.9002) Imports: - checkmate (>= 2.1.0), + checkmate (>= 2.3.0), lifecycle (>= 0.2.0), methods, rlang (>= 1.1.0), @@ -42,7 +42,7 @@ Suggests: random.cdisc.data (>= 0.2.1), rmarkdown (>= 2.23), testthat (>= 3.2.2), - withr (>= 2.0.0) + withr (>= 3.0.0) VignetteBuilder: knitr, rmarkdown From 02db462685c44af509038270a25191abc1713040 Mon Sep 17 00:00:00 2001 From: Marcin <133694481+m7pr@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:47:50 +0200 Subject: [PATCH 2/3] reduce teal.code Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com> --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 39eabe5bc..0f69e2c95 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -29,7 +29,7 @@ URL: https://insightsengineering.github.io/teal.data/, BugReports: https://github.com/insightsengineering/teal.data/issues Depends: R (>= 4.0), - teal.code (>= 0.6.1.9002) + teal.code (>= 0.6.1) Imports: checkmate (>= 2.3.0), lifecycle (>= 0.2.0), From 0c9aeb8055c72b299f1513b6c9524be35cfcda79 Mon Sep 17 00:00:00 2001 From: Marcin <133694481+m7pr@users.noreply.github.com> Date: Tue, 19 Aug 2025 11:03:41 +0200 Subject: [PATCH 3/3] set version for sass Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com> --- .github/workflows/scheduled.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 325991155..4bd39919a 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -38,6 +38,8 @@ jobs: strategy: ${{ matrix.test-strategy }} additional-env-vars: | PKG_SYSREQS_DRY_RUN=true + extra-deps: | + sass (>= 0.4.9) branch-cleanup: if: > github.event_name == 'schedule' || (