Commit d3168c9
authored
chore: warning-free, vulnerability-free install; jest 30 without ts-jest (#1532)
* chore: warning-free, vulnerability-free install; jest 30 without ts-jest
npm install went from 22 audit vulnerabilities (2 critical), 5 engine
warnings and 13 deprecation warnings to 0/0/1 (string-similarity, only
fixable in @dcl/eslint-config). overrides pin patched transitives
(protobufjs, semver, minimatch, zod, ajv, test-exclude, brace-expansion,
js-yaml); jest 30 compiles tests through babel-jest instead of ts-jest;
eslint 9 flat config keeps the project-local rules; node builtins replace
uuid, glob, colorette, portfinder, fp-future, open, prompts, undici and
text-encoding; snapshots regenerated (protobufjs 7.6.3 shifts bundle
sizes).
* fix(sdk-commands): apply review feedback on open/prompts/code-commenter
- open: swallow spawn 'error' so a missing xdg-open/open/cmd (headless,
containers) cannot crash the CLI; open via cmd.exe when running under WSL
- prompts: drop 'initial' from text/number questions - declared but ignored
- code-commenter: exclude node_modules by path segment, matching the
original '**/node_modules/**' glob instead of a substring test
- future: construct the deferred manually instead of Promise.withResolvers,
restoring the fixed 'lib: es2020' tsconfig from main instead of esnext1 parent 0f012e0 commit d3168c9
79 files changed
Lines changed: 7622 additions & 11324 deletions
File tree
- packages/@dcl/sdk-commands
- src
- commands
- code-to-composite
- deploy
- quests
- start
- server
- components
- logic
- scripts
- test
- build-ecs
- ecs
- components
- events
- react-ecs
- sdk-commands
- blackbox
- commands
- build
- init
- quests
- utils
- sdk/network
- snapshots
- development-bundles
- production-bundles
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| |||
0 commit comments