|
Ran
|
Jobs
1
|
Files
7
|
Run time
1min
|
Badge
README BADGES
|
push
github
Update dependency lint-staged to v17.1.0 (#782) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [lint-staged](https://redirect.github.com/lint-staged/lint-staged) | [`17.0.8` → `17.1.0`](https://renovatebot.com/diffs/npm/lint-staged/17.0.8/17.1.0) |  |  | --- ### Release Notes <details> <summary>lint-staged/lint-staged (lint-staged)</summary> ### [`v17.1.0`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1710) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v17.0.8...v17.1.0) ##### Minor Changes - [#​1816](https://redirect.github.com/lint-staged/lint-staged/pull/1816) [`7568d4f`](https://redirect.github.com/lint-staged/lint-staged/commit/7568d4fb1) - The console output of *lint-staged* has been simplified so that there's less interactive spinners and more explicit messages like *"Started…*" -> "*Done!*". The primary purpose of this was to remove [`Listr2`](https://redirect.github.com/listr2/listr2), a very large dependency. **Before:** Size of `node_modules/` after installing: `1561.7 kB` with 29 packages. Fancy interactive spinners, but output dynamically changes: ```shell ✔ Backed up original state in git stash (0b191303) ✔ Running tasks for staged files... ✔ Staging changes from tasks... ✔ Cleaning up temporary files... ``` **After:** Size of `node_modules/` after installing: `974.0 kB` with 5 packages (37.6 % smaller, 82.7 % less transitive dependencies). Simpler but more explicit output: ```shell ⋯ Backing up original state… ✔ Done backing up original state (35b38ed1)! ⋯ Runn... (continued)
2 of 2 branches covered (100.0%)
Branch coverage included in aggregate %.
39 of 39 relevant lines covered (100.0%)
23.03 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 29662059717.1 | 14 |
100.0 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|