Skip to content

Commit 6945ee5

Browse files
authored
Merge pull request #12939 from quarto-dev/dependencies/1.8-mermaidjs
[chore] upgrade mermaidjs to 11.6.0
2 parents 7709b04 + f2bb894 commit 6945ee5

File tree

4 files changed

+39507
-30892
lines changed

4 files changed

+39507
-30892
lines changed

.github/workflows/test-smokes.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,16 @@ jobs:
142142
env:
143143
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
144144

145+
- name: Show R session information
146+
working-directory: tests
147+
run: |
148+
# Session info
149+
cat("::group::Session info\n")
150+
renv::install("sessioninfo")
151+
sessioninfo::session_info(pkgs = "installed", include_base = TRUE)
152+
cat("::endgroup::\n")
153+
shell: Rscript {0}
154+
145155
- name: Install uv for Python
146156
uses: astral-sh/setup-uv@v3
147157
with:

news/changelog-1.8.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,4 @@ All changes included in 1.8:
9595
- ([#11321](https://github.com/quarto-dev/quarto-cli/issues/11321)): Follow [recommendation from LaTeX project](https://latex-project.org/news/latex2e-news/ltnews40.pdf) and use `lualatex` instead of `xelatex` as the default PDF engine.
9696
- ([#12782](https://github.com/quarto-dev/quarto-cli/pull/12782)): fix bug on `safeRemoveDirSync`'s detection of safe directory boundaries.
9797
- ([#12853](https://github.com/quarto-dev/quarto-cli/issues/12853)): fix replaceAll() escaping issue with embedded notebooks containing `$` in their Markdown.
98+
- ([#12939](https://github.com/quarto-dev/quarto-cli/pull/12939)): Upgrade `mermaidjs` to 11.6.0.

0 commit comments

Comments
 (0)