From 5858ae1f22327a1ead15492be2780e4287ff5867 Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Sun, 15 Feb 2026 21:51:18 -0500 Subject: [PATCH 1/3] ci(workflows): [`ci`] archive production artifacts Signed-off-by: Lexus Drumgold --- .github/workflows/ci.yml | 46 ++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59db722..853e15f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -459,26 +459,26 @@ jobs: - id: local-binaries name: Add local binaries to $PATH run: echo "$GITHUB_WORKSPACE/node_modules/.bin" >> $GITHUB_PATH - # - id: changelog - # name: Changelog preview - # env: - # TZ: ${{ vars.TZ }} - # run: echo "$(grease changelog)" >>$GITHUB_STEP_SUMMARY - # working-directory: ${{ env.PACKAGE_DIRECTORY }} - # - id: build - # name: Build project - # run: yarn build - # - id: pack - # name: Pack project - # run: | - # yarn workspaces foreach --worktree --from=${{ format('@{0}/1', github.repository_owner, matrix.package) }} pack --out=${{ steps.tarball.outputs.result }} - # - id: attw - # name: Analyze types distribution - # run: attw ${{ steps.tarball.outputs.result }} --config-path=../../.attw.json" - # working-directory: ${{ env.PACKAGE_DIRECTORY }} - # - id: archive - # name: Archive production artifact - # uses: actions/upload-artifact@v6.0.0 - # with: - # name: ${{ steps.tarball.outputs.result }} - # path: ${{ env.PACKAGE_DIRECTORY }}/${{ steps.tarball.outputs.result }} + - id: changelog + name: Changelog preview + env: + TZ: ${{ vars.TZ }} + run: echo "$(grease changelog)" >>$GITHUB_STEP_SUMMARY + working-directory: ${{ env.PACKAGE_DIRECTORY }} + - id: build + name: Build project + run: yarn build + - id: pack + name: Pack project + run: | + yarn workspaces foreach --worktree --from=${{ format('@{0}/1', github.repository_owner, matrix.package) }} pack --out=${{ steps.tarball.outputs.result }} + - id: attw + name: Analyze types distribution + run: attw ${{ steps.tarball.outputs.result }} --config-path=../../.attw.json" + working-directory: ${{ env.PACKAGE_DIRECTORY }} + - id: archive + name: Archive production artifact + uses: actions/upload-artifact@v6.0.0 + with: + name: ${{ steps.tarball.outputs.result }} + path: ${{ env.PACKAGE_DIRECTORY }}/${{ steps.tarball.outputs.result }} From a00a5a010f4f42c23ad3884c7c194a87bcbe243a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 02:53:17 +0000 Subject: [PATCH 2/3] build(deps): Bump esbuild from 0.19.5 to 0.27.3 Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.5 to 0.27.3. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.19.5...v0.27.3) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.27.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index f225b58..8a55d7c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4789,7 +4789,6 @@ __metadata: devlop: "npm:1.1.0" dprint: "npm:0.51.1" editorconfig: "npm:3.0.1" - esbuild: "npm:0.27.3" eslint: "npm:9.39.2" growl: "npm:1.10.5" happy-dom: "npm:20.6.1" @@ -5255,7 +5254,7 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:0.27.3, esbuild@npm:^0.27.0": +"esbuild@npm:^0.27.0": version: 0.27.3 resolution: "esbuild@npm:0.27.3" dependencies: From 28c5735b765f8264e605b995111b9d492ce8768b Mon Sep 17 00:00:00 2001 From: "flex-development[bot]" <148604919+flex-development[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 02:53:41 +0000 Subject: [PATCH 3/3] build(yarn): [dependabot skip] deduplicate dependencies for @dependabot Signed-off-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com> --- yarn.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 8a55d7c..f225b58 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4789,6 +4789,7 @@ __metadata: devlop: "npm:1.1.0" dprint: "npm:0.51.1" editorconfig: "npm:3.0.1" + esbuild: "npm:0.27.3" eslint: "npm:9.39.2" growl: "npm:1.10.5" happy-dom: "npm:20.6.1" @@ -5254,7 +5255,7 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:^0.27.0": +"esbuild@npm:0.27.3, esbuild@npm:^0.27.0": version: 0.27.3 resolution: "esbuild@npm:0.27.3" dependencies: