@depup/lint-staged 16.4.0-depup.0 → 16.4.0-depup.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/changes.json +22 -0
- package/package.json +27 -11
package/README.md
CHANGED
|
@@ -14,15 +14,18 @@ npm install @depup/lint-staged
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [lint-staged](https://www.npmjs.com/package/lint-staged) @ 16.4.0 |
|
|
17
|
-
| Processed | 2026-
|
|
17
|
+
| Processed | 2026-04-07 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 4 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
25
|
| listr2 | ^9.0.5 | ^10.2.1 |
|
|
26
|
+
| picomatch | ^4.0.3 | ^4.0.4 |
|
|
27
|
+
| tinyexec | ^1.0.4 | ^1.1.1 |
|
|
28
|
+
| yaml | ^2.8.2 | ^2.8.3 |
|
|
26
29
|
|
|
27
30
|
---
|
|
28
31
|
|
package/changes.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bumped": {
|
|
3
|
+
"listr2": {
|
|
4
|
+
"from": "^9.0.5",
|
|
5
|
+
"to": "^10.2.1"
|
|
6
|
+
},
|
|
7
|
+
"picomatch": {
|
|
8
|
+
"from": "^4.0.3",
|
|
9
|
+
"to": "^4.0.4"
|
|
10
|
+
},
|
|
11
|
+
"tinyexec": {
|
|
12
|
+
"from": "^1.0.4",
|
|
13
|
+
"to": "^1.1.1"
|
|
14
|
+
},
|
|
15
|
+
"yaml": {
|
|
16
|
+
"from": "^2.8.2",
|
|
17
|
+
"to": "^2.8.3"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"timestamp": "2026-04-07T16:32:54.966Z",
|
|
21
|
+
"totalUpdated": 4
|
|
22
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/lint-staged",
|
|
3
|
-
"version": "16.4.0-depup.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "16.4.0-depup.1",
|
|
4
|
+
"description": "Lint files staged by git (with updated dependencies)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -37,7 +37,9 @@
|
|
|
37
37
|
"files": [
|
|
38
38
|
"bin/",
|
|
39
39
|
"lib/",
|
|
40
|
-
"MIGRATION.md"
|
|
40
|
+
"MIGRATION.md",
|
|
41
|
+
"changes.json",
|
|
42
|
+
"README.md"
|
|
41
43
|
],
|
|
42
44
|
"scripts": {
|
|
43
45
|
"lint": "eslint",
|
|
@@ -50,10 +52,10 @@
|
|
|
50
52
|
"dependencies": {
|
|
51
53
|
"commander": "^14.0.3",
|
|
52
54
|
"listr2": "^10.2.1",
|
|
53
|
-
"picomatch": "^4.0.
|
|
55
|
+
"picomatch": "^4.0.4",
|
|
54
56
|
"string-argv": "^0.3.2",
|
|
55
|
-
"tinyexec": "^1.
|
|
56
|
-
"yaml": "^2.8.
|
|
57
|
+
"tinyexec": "^1.1.1",
|
|
58
|
+
"yaml": "^2.8.3"
|
|
57
59
|
},
|
|
58
60
|
"devDependencies": {
|
|
59
61
|
"@changesets/changelog-github": "0.6.0",
|
|
@@ -78,10 +80,12 @@
|
|
|
78
80
|
"vitest": "4.0.18"
|
|
79
81
|
},
|
|
80
82
|
"keywords": [
|
|
81
|
-
"depup",
|
|
82
|
-
"dependency-bumped",
|
|
83
|
-
"updated-deps",
|
|
84
83
|
"lint-staged",
|
|
84
|
+
"depup",
|
|
85
|
+
"updated-dependencies",
|
|
86
|
+
"security",
|
|
87
|
+
"latest",
|
|
88
|
+
"patched",
|
|
85
89
|
"lint",
|
|
86
90
|
"git",
|
|
87
91
|
"staged",
|
|
@@ -99,12 +103,24 @@
|
|
|
99
103
|
"listr2": {
|
|
100
104
|
"from": "^9.0.5",
|
|
101
105
|
"to": "^10.2.1"
|
|
106
|
+
},
|
|
107
|
+
"picomatch": {
|
|
108
|
+
"from": "^4.0.3",
|
|
109
|
+
"to": "^4.0.4"
|
|
110
|
+
},
|
|
111
|
+
"tinyexec": {
|
|
112
|
+
"from": "^1.0.4",
|
|
113
|
+
"to": "^1.1.1"
|
|
114
|
+
},
|
|
115
|
+
"yaml": {
|
|
116
|
+
"from": "^2.8.2",
|
|
117
|
+
"to": "^2.8.3"
|
|
102
118
|
}
|
|
103
119
|
},
|
|
104
|
-
"depsUpdated":
|
|
120
|
+
"depsUpdated": 4,
|
|
105
121
|
"originalPackage": "lint-staged",
|
|
106
122
|
"originalVersion": "16.4.0",
|
|
107
|
-
"processedAt": "2026-
|
|
123
|
+
"processedAt": "2026-04-07T16:33:03.928Z",
|
|
108
124
|
"smokeTest": "passed"
|
|
109
125
|
}
|
|
110
126
|
}
|