Skip to content

Commit 767be3b

Browse files
authored
chore(deps): bump @pierre/diffs to 1.2.12 (stage 1 of 2) (#1188)
Bump the exact pin from 1.2.8 to 1.2.12 in all six package.json files (root, packages/ui, packages/server, packages/review-editor, apps/review, apps/pi-extension) and resolve the lockfile. 1.2.12 pulls in @pierre/theme 1.1.0 (minor, transitive-only; we have no direct theme dependency) and a new transitive @pierre/theming 0.0.2. Stage 2 (1.3.x, next week once aged) carries the theme major and the hover pipeline rework. Verified: typecheck, full bun test, CI DOM set, all four builds, SSR parity at 1.2.8 vs 1.2.12 (structure identical except the intentional tabindex removal from the 1.2.12 focus fix), and a fresh registry install of the pi-extension tarball resolving a working 1.2.12 (guarding against the 1.2.9-era broken-tarball failure mode, #880).
1 parent 46f1e8d commit 767be3b

7 files changed

Lines changed: 21 additions & 19 deletions

File tree

apps/pi-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@joplin/turndown-plugin-gfm": "^1.0.64",
55-
"@pierre/diffs": "1.2.8",
55+
"@pierre/diffs": "1.2.12",
5656
"@plannotator/webtui": "0.1.0",
5757
"chokidar": "^5.0.0",
5858
"diff": "^8.0.4",

apps/review/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@plannotator/review-editor": "workspace:*",
1313
"@plannotator/server": "workspace:*",
1414
"@plannotator/ui": "workspace:*",
15-
"@pierre/diffs": "1.2.8",
15+
"@pierre/diffs": "1.2.12",
1616
"dompurify": "^3.3.3",
1717
"react": "^19.2.3",
1818
"react-dom": "^19.2.3",

bun.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@anthropic-ai/claude-agent-sdk": "^0.2.92",
4141
"@opencode-ai/sdk": "^1.3.0",
42-
"@pierre/diffs": "1.2.8",
42+
"@pierre/diffs": "1.2.12",
4343
"diff": "^8.0.4",
4444
"dockview-react": "^5.2.0",
4545
"dompurify": "^3.3.3",

packages/review-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@base-ui/react": "^1.6.0",
1313
"@fontsource-variable/geist-mono": "5.2.7",
1414
"@fontsource-variable/inter": "^5.2.8",
15-
"@pierre/diffs": "1.2.8",
15+
"@pierre/diffs": "1.2.12",
1616
"@plannotator/shared": "workspace:*",
1717
"@plannotator/ui": "workspace:*",
1818
"highlight.js": "^11.11.1",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"*.mjs"
3232
],
3333
"dependencies": {
34-
"@pierre/diffs": "1.2.8",
34+
"@pierre/diffs": "1.2.12",
3535
"@plannotator/ai": "workspace:*",
3636
"@plannotator/shared": "workspace:*",
3737
"@plannotator/webtui": "0.1.0",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@fontsource-variable/inter": "^5.2.8",
6767
"@lezer/common": "^1.5.2",
6868
"@lezer/highlight": "^1.2.3",
69-
"@pierre/diffs": "1.2.8",
69+
"@pierre/diffs": "1.2.12",
7070
"@plannotator/atomic-editor": "^0.8.0",
7171
"@plannotator/core": "workspace:*",
7272
"@plannotator/markdown-editor": "^0.4.0",

0 commit comments

Comments
 (0)