Commit 7f47b34
authored
Small pnpm adjustments (#1175)
* build: new try pinning dependencies
* build: last missing version pins
* build: replace npm with pnpm
* build: move sections from package.json, prettier ignore lockfile
* build: fix phantom dependencies and remove a few useless ones
* build: update ci to use pnpm
* build: update Dockerfile
* build: update npm calls to pnpm
* build: simplify building examples
* build: fix e2e tests
* build: don't build code in start command
* build: update args passing to pnpm (no -- separator)
* ci: sync lockfile
* docs: update docs to mention pnpm instead of npm
* docs: update tools installation guide
* chore: formatting
* build: bump typescript to 6
* build: bump typescript-eslint
* lint: don't ignore docs/examples
* lint: ignore buggy rule for `webapp`
* chore: fix lint errors in discojs
* chore: fix gitignore patterns
* chore: formatted previously gitignored code
* chore: make knip pass
- adjust dependencies
- remove unused exports
- refine knip config
* ci: add knip to ci
* chore: sync lockfile
* build: deduplicate dependencies
* build: make isomorphic-wrtc a workspace dependency
* build: add `isomorphic-wrtc` to workspaces
* ci: knip ignore dependency (necessary for deduplicating deps)
* build: drop corepack
* build: don't use pnpm install script either
* docs: change pnpm install instructions, document buggy behavior fix
* docs: link new file1 parent fd927ec commit 7f47b34
8 files changed
Lines changed: 292 additions & 243 deletions
| 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 | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 74 | + | |
80 | 75 | | |
81 | 76 | | |
82 | 77 | | |
| |||
193 | 188 | | |
194 | 189 | | |
195 | 190 | | |
| 191 | + | |
196 | 192 | | |
197 | 193 | | |
198 | 194 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | 38 | | |
41 | 39 | | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
28 | 35 | | |
0 commit comments