Commit 88f6fb5
DevBot
chore(tools,adapter-vite,deps): 0.41.1 patch batch — shared path constants, fs readJson helper, hygiene secret/binary scans, no-sloppy-imports doc, vite 8.0.16
- adapter-vite: 'dist'/'.openElement' magic strings converge on
internal/paths.ts DEFAULT_OUT_DIR/OPEN_ELEMENT_DIR (Q-F1)
- tools/lib/fs.ts: add readText/readJson; 10 tools files migrated off
JSON.parse(await Deno.readTextFile(...)) (Q-F3)
- repo-hygiene gate: credential-file and credential-content scans plus a
1 MiB tracked-binary rule with intentional-asset exemptions (DEP-B3)
- CONTRIBUTING: record why no-sloppy-imports is disabled (Q-F5)
- vite 8.0.10 -> 8.0.16 across root and examples; flatten the plugin array
in www/vite.config.ts for the tightened PluginOption types (DEP-A2)
- stale merged branches pruned (DEP-B4)1 parent ca82b57 commit 88f6fb5
29 files changed
Lines changed: 396 additions & 53 deletions
File tree
- docs
- evidence
- release
- examples
- deno-desktop-mastodon
- deno-desktop-reader
- packages/adapter-vite/src
- cli
- internal
- ssg
- tools
- lib
- www
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
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 | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments