Commit 3660dfa
authored
release: v0.26.0 — VS Code extension, zoom architecture view, web build fix (#661)
* fix(deps): restore the emoji-regex-xs lockfile entry pruned by the CVE sweep
The dependency CVE sweep (#645) regenerated package-lock.json and dropped the
resolved node_modules/emoji-regex-xs entry while leaving shiki 1.29.2 ->
oniguruma-to-es 2.3.0 (which requires emoji-regex-xs ^1.0.0) in the tree. The
result: npm ci produced a tree where oniguruma-to-es could not resolve
emoji-regex-xs, and the Next.js standalone build failed collecting page data
for the Files route with "Cannot find package 'emoji-regex-xs'".
Restore the single emoji-regex-xs@1.0.0 resolved entry (verbatim from the
v0.25.0 lockfile npm itself generated). This is the minimal fix: it touches
nothing else in the tree, so the vitest-3 transitives packages/vscode relies
on (loupe and friends) stay in place. Verified with a clean npm ci followed by
the web build and the vscode webview tests.
Aligning packages/web up to shiki 4 (matching packages/ui) is the cleaner
long-term fix, but it destabilizes this lockfile under npm's resolver and is
better done as a focused follow-up.
* release: v0.26.0
Bump the Python package (pyproject, cli/core/server, uv.lock self-entry) and
the Claude Code plugin (marketplace + plugin manifests) to 0.26.0, with the
0.26.0 changelog and its bundled copy.
Also bump the VS Code extension to 0.2.0 and raise MIN_SERVER_VERSION to
0.26.0: its editor signals rely on server contracts (machine-readable
interfaces, live range risk, dead-code line spans) that land in this release.
The extension is the headline of this cycle.1 parent ce9169f commit 3660dfa
13 files changed
Lines changed: 61 additions & 9 deletions
File tree
- .claude-plugin
- docs
- packages
- cli/src/repowise/cli
- core/src/repowise/core
- upgrade/_data
- server/src/repowise/server
- vscode
- src
- plugins/claude-code
- .claude-plugin
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
12 | 32 | | |
13 | 33 | | |
14 | 34 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
12 | 32 | | |
13 | 33 | | |
14 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments