Skip to content

[pull] main from ueberdosis:main#83

Merged
pull[bot] merged 5 commits intocode:mainfrom
ueberdosis:main
May 7, 2026
Merged

[pull] main from ueberdosis:main#83
pull[bot] merged 5 commits intocode:mainfrom
ueberdosis:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 7, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot Bot and others added 5 commits May 4, 2026 15:35
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md)
- [Commits](slackapi/slack-github-action@v3.0.1...v3.0.3)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
`updateBlockMath` used a falsy fallback (`latex || node.attrs.latex`)
that ignored an explicit `latex: ''` and left the node unchanged. The
command now uses `latex ?? node.attrs.latex`, mirroring
`updateInlineMath`, so callers can clear the rendered LaTeX while
still preserving the "no value passed" case. The command type signature
is also relaxed to mark `latex` optional, matching `updateInlineMath`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…blic type

Revert the earlier relaxation of the `updateBlockMath` option type from
`latex: string` to `latex?: string`. Allowing `undefined` would have
introduced an effectively no-op call shape with no semantic value, while
also broadening the public API surface. The runtime body still uses
`latex ?? node.attrs.latex` defensively, so the empty-string fix is
preserved for callers that pass `latex: ''`. The matching test that
exercised the no-latex shape is removed and the parity test is trimmed
to the empty-string case the bug actually covers.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
fix(extension-mathematics): honor empty-string latex in updateBlockMath
…ackapi/slack-github-action-3.0.3

build(deps): bump slackapi/slack-github-action from 3.0.1 to 3.0.3
@pull pull Bot locked and limited conversation to collaborators May 7, 2026
@pull pull Bot added the ⤵️ pull label May 7, 2026
@pull pull Bot merged commit 1e329a5 into code:main May 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants