From e77e279a0146664ba011b7044fd37723d6591409 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 9 Jul 2026 14:51:20 +0100 Subject: [PATCH] fix(ci): match TypeScript age exemptions --- pnpm-workspace.yaml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 8fc72d8..aa17ea5 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -2,24 +2,5 @@ packages: - '.' minimumReleaseAgeExclude: - - '@typescript/typescript-aix-ppc64@7.0.2' - - '@typescript/typescript-darwin-arm64@7.0.2' - - '@typescript/typescript-darwin-x64@7.0.2' - - '@typescript/typescript-freebsd-arm64@7.0.2' - - '@typescript/typescript-freebsd-x64@7.0.2' - - '@typescript/typescript-linux-arm64@7.0.2' - - '@typescript/typescript-linux-arm@7.0.2' - - '@typescript/typescript-linux-loong64@7.0.2' - - '@typescript/typescript-linux-mips64el@7.0.2' - - '@typescript/typescript-linux-ppc64@7.0.2' - - '@typescript/typescript-linux-riscv64@7.0.2' - - '@typescript/typescript-linux-s390x@7.0.2' - - '@typescript/typescript-linux-x64@7.0.2' - - '@typescript/typescript-netbsd-arm64@7.0.2' - - '@typescript/typescript-netbsd-x64@7.0.2' - - '@typescript/typescript-openbsd-arm64@7.0.2' - - '@typescript/typescript-openbsd-x64@7.0.2' - - '@typescript/typescript-sunos-x64@7.0.2' - - '@typescript/typescript-win32-arm64@7.0.2' - - '@typescript/typescript-win32-x64@7.0.2' - - typescript@7.0.2 + - '@typescript/*' + - typescript