Commit caa28a2
committed
chore(scripts): improve and fix update script
- Add -w flag to taze by default to write changes automatically
- Simplify conditional logic by checking !quiet first
- Remove trailing period from comment for consistency
- Fix Socket package updates to run regardless of taze result
- Previously required taze to succeed (exit code 0) before updating Socket packages
- This caused Socket packages to be skipped when taze found no updates due to maturity period
- Socket-controlled packages (@socketsecurity/*, @socketregistry/*) should bypass maturity period1 parent 77a3d8f commit caa28a2
1 file changed
+7
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
| 38 | + | |
40 | 39 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
44 | 41 | | |
45 | 42 | | |
46 | 43 | | |
| |||
56 | 53 | | |
57 | 54 | | |
58 | 55 | | |
59 | | - | |
60 | | - | |
| 56 | + | |
| 57 | + | |
61 | 58 | | |
62 | 59 | | |
63 | 60 | | |
| |||
0 commit comments