Commit 78a2690
Upgrade Vite to 8.0.x in publisher-command-center (#338)
* Upgrade Vite to 8.0.x in publisher-command-center
Resolves 13 Dependabot security alerts by upgrading Vite from 2.6.x to
8.0.x. Migrates esbuild JSX config to oxc equivalent for Vite 8, adds
dev server proxy for local development, and silences Bootstrap Sass
deprecation warnings per Bootstrap's official recommendation.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Fix arrow function `this` binding in ContentsComponent
Change view from arrow function to regular function so Mithril can bind
`this` to the component state. This was a pre-existing bug masked by
Vite 2's non-strict bundling where `this` resolved to `window` instead
of `undefined`.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Bump publisher-command-center extension version to 0.0.6
Increment version to trigger a gallery release with the Vite upgrade
and ContentsComponent bug fix.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Run prettier on publisher-command-center
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 68af2e1 commit 78a2690
18 files changed
Lines changed: 1116 additions & 731 deletions
File tree
- extensions/publisher-command-center
- src
- components
- models
- views
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
31 | 28 | | |
32 | 29 | | |
33 | 30 | | |
| |||
0 commit comments