From 9aad628c7c463bbc7192f0a1e5dc1da66db9a55b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 10:28:19 -0400 Subject: [PATCH 1/3] chore(deps): bump @radix-ui/react-toggle from 1.1.9 to 1.1.10 (#1504) Bumps [@radix-ui/react-toggle](https://github.com/radix-ui/primitives) from 1.1.9 to 1.1.10. - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) --- updated-dependencies: - dependency-name: "@radix-ui/react-toggle" dependency-version: 1.1.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index 08086883d..646663074 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -31,7 +31,7 @@ "@radix-ui/react-switch": "1.2.5", "@radix-ui/react-tabs": "1.1.12", "@radix-ui/react-toast": "1.2.15", - "@radix-ui/react-toggle": "1.1.9", + "@radix-ui/react-toggle": "1.1.10", "@radix-ui/react-toggle-group": "1.1.10", "@radix-ui/react-tooltip": "1.2.7", "@radix-ui/react-use-is-hydrated": "^0.1.0", From 22e44e6f5a0b360d92fd9630f115ae0f4e940591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 10:29:23 -0400 Subject: [PATCH 2/3] chore(deps): bump @tiptap/extension-highlight from 3.3.0 to 3.4.4 (#1533) Bumps [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) from 3.3.0 to 3.4.4. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-highlight/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages/extension-highlight) --- updated-dependencies: - dependency-name: "@tiptap/extension-highlight" dependency-version: 3.4.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mariano Fuentes --- packages/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index 646663074..d0639a655 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -39,7 +39,7 @@ "@tiptap/extension-bold": "2.14.0", "@tiptap/extension-character-count": "2.14.0", "@tiptap/extension-code-block-lowlight": "2.14.0", - "@tiptap/extension-highlight": "3.3.0", + "@tiptap/extension-highlight": "3.4.4", "@tiptap/extension-image": "2.14.0", "@tiptap/extension-link": "2.14.0", "@tiptap/extension-placeholder": "2.14.0", From b455808304d4895a8b01837b66b454d6651dce79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 10:43:53 -0400 Subject: [PATCH 3/3] [dev] [Marfuen] mariano/duplicated-discord-notif (#1538) * chore(deps): bump @tiptap/extension-table-row from 2.26.1 to 3.4.4 Bumps [@tiptap/extension-table-row](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-row) from 2.26.1 to 3.4.4. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Commits](https://github.com/ueberdosis/tiptap/commits/HEAD/packages/extension-table-row) --- updated-dependencies: - dependency-name: "@tiptap/extension-table-row" dependency-version: 3.4.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * chore(release): remove unused steps from release workflow * chore(deps): update @tiptap/extension-table packages to version 3.4.4 * refactor(editor): import Table as a named import from @tiptap/extension-table --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mariano Fuentes --- .github/workflows/release.yml | 37 ------------ apps/app/package.json | 8 +-- bun.lock | 60 +++++++------------ packages/ui/package.json | 8 +-- .../ui/src/components/editor/extensions.ts | 2 +- 5 files changed, 30 insertions(+), 85 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 406546b11..5a2a4a8ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,40 +36,3 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }} HUSKY: 0 run: bun run semantic-release - - - name: Get version after release - id: version_after - if: ${{ success() }} - run: echo "version=$(git describe --tags --abbrev=0 2>/dev/null || echo '')" >> $GITHUB_OUTPUT - - - name: Get release notes - id: get_notes - if: ${{ success() && steps.version_after.outputs.version && steps.version_before.outputs.version != steps.version_after.outputs.version }} - run: | - NOTES=$(gh release view ${{ steps.version_after.outputs.version }} --json body -q .body | head -c 3900) - # Escape for JSON and handle multiline - NOTES=$(echo "$NOTES" | jq -Rs . | sed 's/^"//;s/"$//') - echo "notes<> $GITHUB_OUTPUT - echo "$NOTES" >> $GITHUB_OUTPUT - echo "EOF" >> $GITHUB_OUTPUT - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Send Discord notification - if: ${{ success() && steps.version_after.outputs.version && steps.version_before.outputs.version != steps.version_after.outputs.version }} - continue-on-error: true - env: - DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} - VERSION: ${{ steps.version_after.outputs.version }} - NOTES: ${{ steps.get_notes.outputs.notes }} - run: | - curl -X POST -H "Content-Type: application/json" \ - -d @- "$DISCORD_WEBHOOK" <