Skip to content

Commit 35b9007

Browse files
authored
Merge pull request #272 from quarto-dev/chore/upgrade-automerge-3.2.6
chore: upgrade @automerge/automerge to 3.2.6 across npm workspace
2 parents 3222143 + 8b55d4b commit 35b9007

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

hub-client/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ be in reverse chronological order (latest first).
1717

1818
### 2026-06-10
1919

20+
- [`a7bb7a08`](https://github.com/quarto-dev/q2/commits/a7bb7a08): Upgrade Automerge to 3.2.6, substantially reducing memory usage when loading documents.
2021
- [`867bebaa`](https://github.com/quarto-dev/q2/commits/867bebaa): The q2-debug and editor reveal-deck renderers now draw their reveal.js CSS from the same vendored copy `q2 render` embeds, so deck styling cannot drift between the preview surfaces and rendered output.
2122
- [`8146aa35`](https://github.com/quarto-dev/q2/commits/8146aa35): KaTeX is now pinned to one exact version (0.16.28) across rendered output (CDN link) and the preview's bundled copy, so math renders identically in both and no longer changes when the CDN's `latest` advances.
2223
- [`fa2cf019`](https://github.com/quarto-dev/q2/commits/fa2cf019): Opening a document after the sign-in session has expired now cleanly aborts and triggers a silent renewal, instead of opening the document with a randomized collaboration identity.

hub-client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"bootstrap-test-fixtures": "npx tsx e2e/scripts/regenerate-fixtures.ts"
3232
},
3333
"dependencies": {
34+
"@automerge/automerge": "^3.2.6",
3435
"@automerge/automerge-repo": "^2.5.6",
3536
"@automerge/automerge-repo-network-websocket": "^2.5.6",
3637
"@automerge/automerge-repo-react-hooks": "2.5.6",

package-lock.json

Lines changed: 10 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts-packages/preview-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test:watch": "vitest"
4141
},
4242
"dependencies": {
43-
"@automerge/automerge": "^2.2.9",
43+
"@automerge/automerge": "^3.2.6",
4444
"@automerge/automerge-repo": "^2.5.1",
4545
"@quarto/pandoc-types": "*",
4646
"@quarto/preview-renderer": "*",

ts-packages/quarto-sync-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"test:watch": "vitest"
2929
},
3030
"dependencies": {
31-
"@automerge/automerge": "^2.2.9",
31+
"@automerge/automerge": "^3.2.6",
3232
"@automerge/automerge-repo": "^2.5.1",
3333
"@automerge/automerge-repo-network-websocket": "^2.5.1",
3434
"@automerge/automerge-repo-storage-indexeddb": "^2.5.4",

0 commit comments

Comments
 (0)