Commit bd091ac
authored
feat(deps): use version ranges for direct dependencies (#26)
A library shouldn't pin direct dependencies to allow consumers to
upgrade to newer transient dependency versions, e.g. for security
patches.
Dev dependencies should continue to be pinned.
See also [Renovate
Docs](https://docs.renovatebot.com/dependency-pinning/#ranges-for-libraries).
Our Renovate config applies the same approach:
https://github.com/emartech/json-logger-js/blob/28f846bff85afbb4d8755fad83bbcde868fb28b4/renovate.json#L61 parent 28f846b commit bd091ac
3 files changed
+14
-15
lines changedThis file was deleted.
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 | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
29 | 40 | | |
30 | 41 | | |
31 | 42 | | |
| |||
50 | 61 | | |
51 | 62 | | |
52 | 63 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 64 | | |
65 | 65 | | |
0 commit comments