From 9c547849629e3d8b83fa833db76592635d315782 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 09:48:29 +0000 Subject: [PATCH 1/2] chore(deps): update actions/github-script action to v7.1.0 --- .github/workflows/cleanup-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup-checks.yml b/.github/workflows/cleanup-checks.yml index 2924289a016..582fc924b52 100644 --- a/.github/workflows/cleanup-checks.yml +++ b/.github/workflows/cleanup-checks.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - name: add label - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v7.1.0 with: script: | const script = (await import('${{ github.workspace }}/.github/workflows/cleanup-checks.mjs')).setup({context,core,github,exec,glob,io}) From 632fe6bd28df0359d7b94cf3992cd96c8a029f52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 09:51:26 +0000 Subject: [PATCH 2/2] Clean up Prettier, Size-limit, and Api-Extractor --- .size-limits.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.size-limits.json b/.size-limits.json index 9e4c9fc3072..abf6288b711 100644 --- a/.size-limits.json +++ b/.size-limits.json @@ -1,6 +1,6 @@ { - "import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (CJS)": 43936, - "import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production) (CJS)": 38686, - "import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\"": 33476, - "import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 27519 + "import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (CJS)": 43812, + "import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production) (CJS)": 38745, + "import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\"": 33456, + "import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 27523 }