Commit 4bc247c
Migrate to pnpm workspaces with parallel builds
- Add root package.json with pnpm@10.12.1 packageManager field
- Add pnpm-workspace.yaml with catalog versions for shared deps
(@types/node, @types/vscode, tsx, esbuild, etc.)
- Convert all package scripts from npm to pnpm
- Use catalog: protocol for shared dependency versions
- Use node-linker=hoisted in .npmrc for compatibility
- Add skipLibCheck to tsconfig.base.json for monorepo type isolation
- Consolidate serialize-javascript override to root pnpm.overrides
- Remove all per-package package-lock.json files (single pnpm-lock.yaml)
CI/CD:
- GitHub Actions: collapse matrix build to single job using
pnpm -r --parallel for lint/build/test/package
- AzDO pipeline: collapse 8 jobs to single job at repo root
with packageManager: pnpm
Packages remain independent (use published versions of each other)
so all operations run fully in parallel.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 97c9d9a commit 4bc247c
29 files changed
Lines changed: 8122 additions & 39858 deletions
File tree
- .config
- .github/workflows
- appservice
- src
- deploy
- utils
- appsettings
- auth
- azure
- eng
- github
- utils
- webview
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 11 | | |
34 | | - | |
35 | | - | |
36 | 12 | | |
37 | | - | |
38 | 13 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments