Commit b82209e
authored
build(deps-dev): Bump ajv from 6.12.6 to 8.18.0 and ajv-errors from 1.0.1 to 3.0.0 (#1309)
JIRA: CPOUI5FOUNDATION-859
PoC resolution in v4: SAP/ui5-project#427
v4 implementation: SAP/ui5-project#860
### Performance
There's a slight performance degradation after the update. This is an
expected behaviour as the code behind the generated validation function
has evolved. They have added more comprehensive checks in there and more
verbose logging. This is clearly visible in the coverage reports that we
have integrated for tha function in our test scenarios.
#### Comparisson
Command: `time ui5 build`
##### sap.m
###### After
info ProjectBuilder Build succeeded in 18 s
info ProjectBuilder Executing cleanup tasks...
ui5 build 36.37s user 11.09s system 246% cpu 19.237 total
###### Before
info ProjectBuilder Build succeeded in 17 s
info ProjectBuilder Executing cleanup tasks...
ui5 build 35.54s user 10.14s system 247% cpu 18.480 total
---
##### sap.ui.core
###### After
info ProjectBuilder Build succeeded in 9.42 s
info ProjectBuilder Executing cleanup tasks...
ui5 build 23.09s user 5.16s system 276% cpu 10.212 total
###### Before
info ProjectBuilder Build succeeded in 9.43 s
info ProjectBuilder Executing cleanup tasks...
ui5 build 22.54s user 5.43s system 273% cpu 10.242 total1 parent 03a8076 commit b82209e
35 files changed
Lines changed: 1097 additions & 912 deletions
File tree
- packages/project
- lib/validation
- schema
- specVersion/kind
- extension
- project
- test
- lib/validation
- schema
- __helper__
- specVersion/kind
- extension
- project
- utils
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 | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
0 commit comments