@grafana/sign-plugin 3.3.0 → 3.3.2
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/CHANGELOG.md +39 -23
- package/dist/libs/find-up/src/index.js +22 -0
- package/dist/libs/version/src/index.js +1 -1
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [3.3.2](https://github.com/grafana/plugin-tools/compare/@grafana/sign-plugin@3.3.1...@grafana/sign-plugin@3.3.2) (2026-07-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* replace find-up dependency with native @libs/find-up helper ([#2722](https://github.com/grafana/plugin-tools/issues/2722)) ([d20ff77](https://github.com/grafana/plugin-tools/commit/d20ff7714de762a2d7ce96cf33a37d615e78e77c))
|
|
9
|
+
|
|
10
|
+
## [3.3.1](https://github.com/grafana/plugin-tools/compare/@grafana/sign-plugin@3.3.0...@grafana/sign-plugin@3.3.1) (2026-06-11)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* pin dependencies ([#2712](https://github.com/grafana/plugin-tools/issues/2712)) ([a0cf050](https://github.com/grafana/plugin-tools/commit/a0cf050adcc7cbc517175f781724f378eaf358a5))
|
|
16
|
+
|
|
17
|
+
## v3.2.1 (Wed Dec 17 2025)
|
|
2
18
|
|
|
3
19
|
#### 🐛 Bug Fix
|
|
4
20
|
|
|
@@ -10,7 +26,7 @@
|
|
|
10
26
|
|
|
11
27
|
---
|
|
12
28
|
|
|
13
|
-
|
|
29
|
+
## v3.2.0 (Tue Oct 07 2025)
|
|
14
30
|
|
|
15
31
|
#### 🐛 Bug Fix
|
|
16
32
|
|
|
@@ -22,7 +38,7 @@
|
|
|
22
38
|
|
|
23
39
|
---
|
|
24
40
|
|
|
25
|
-
|
|
41
|
+
## v3.1.1 (Thu Apr 10 2025)
|
|
26
42
|
|
|
27
43
|
#### 🐛 Bug Fix
|
|
28
44
|
|
|
@@ -34,7 +50,7 @@
|
|
|
34
50
|
|
|
35
51
|
---
|
|
36
52
|
|
|
37
|
-
|
|
53
|
+
## v3.1.0 (Thu Mar 13 2025)
|
|
38
54
|
|
|
39
55
|
#### 🚀 Enhancement
|
|
40
56
|
|
|
@@ -46,7 +62,7 @@
|
|
|
46
62
|
|
|
47
63
|
---
|
|
48
64
|
|
|
49
|
-
|
|
65
|
+
## v3.0.8 (Thu Jan 09 2025)
|
|
50
66
|
|
|
51
67
|
#### 🐛 Bug Fix
|
|
52
68
|
|
|
@@ -58,7 +74,7 @@
|
|
|
58
74
|
|
|
59
75
|
---
|
|
60
76
|
|
|
61
|
-
|
|
77
|
+
## v3.0.5 (Wed Dec 11 2024)
|
|
62
78
|
|
|
63
79
|
#### 🐛 Bug Fix
|
|
64
80
|
|
|
@@ -70,7 +86,7 @@
|
|
|
70
86
|
|
|
71
87
|
---
|
|
72
88
|
|
|
73
|
-
|
|
89
|
+
## v3.0.4 (Wed Sep 25 2024)
|
|
74
90
|
|
|
75
91
|
#### 🐛 Bug Fix
|
|
76
92
|
|
|
@@ -82,7 +98,7 @@
|
|
|
82
98
|
|
|
83
99
|
---
|
|
84
100
|
|
|
85
|
-
|
|
101
|
+
## v3.0.3 (Tue Jul 09 2024)
|
|
86
102
|
|
|
87
103
|
#### 🐛 Bug Fix
|
|
88
104
|
|
|
@@ -94,7 +110,7 @@
|
|
|
94
110
|
|
|
95
111
|
---
|
|
96
112
|
|
|
97
|
-
|
|
113
|
+
## v3.0.2 (Tue May 14 2024)
|
|
98
114
|
|
|
99
115
|
#### 🐛 Bug Fix
|
|
100
116
|
|
|
@@ -106,7 +122,7 @@
|
|
|
106
122
|
|
|
107
123
|
---
|
|
108
124
|
|
|
109
|
-
|
|
125
|
+
## v3.0.1 (Thu Jan 25 2024)
|
|
110
126
|
|
|
111
127
|
#### 🐛 Bug Fix
|
|
112
128
|
|
|
@@ -119,7 +135,7 @@
|
|
|
119
135
|
|
|
120
136
|
---
|
|
121
137
|
|
|
122
|
-
|
|
138
|
+
## v3.0.0 (Tue Jan 16 2024)
|
|
123
139
|
|
|
124
140
|
#### 💥 Breaking Change
|
|
125
141
|
|
|
@@ -136,7 +152,7 @@
|
|
|
136
152
|
|
|
137
153
|
---
|
|
138
154
|
|
|
139
|
-
|
|
155
|
+
## v2.1.0 (Tue Oct 24 2023)
|
|
140
156
|
|
|
141
157
|
#### 🚀 Enhancement
|
|
142
158
|
|
|
@@ -148,7 +164,7 @@
|
|
|
148
164
|
|
|
149
165
|
---
|
|
150
166
|
|
|
151
|
-
|
|
167
|
+
## v2.0.2 (Fri Oct 20 2023)
|
|
152
168
|
|
|
153
169
|
#### 🐛 Bug Fix
|
|
154
170
|
|
|
@@ -160,7 +176,7 @@
|
|
|
160
176
|
|
|
161
177
|
---
|
|
162
178
|
|
|
163
|
-
|
|
179
|
+
## v2.0.1 (Tue Oct 03 2023)
|
|
164
180
|
|
|
165
181
|
#### 🐛 Bug Fix
|
|
166
182
|
|
|
@@ -172,7 +188,7 @@
|
|
|
172
188
|
|
|
173
189
|
---
|
|
174
190
|
|
|
175
|
-
|
|
191
|
+
## v2.0.0 (Mon Oct 02 2023)
|
|
176
192
|
|
|
177
193
|
#### 🐛 Bug Fix
|
|
178
194
|
|
|
@@ -184,7 +200,7 @@
|
|
|
184
200
|
|
|
185
201
|
---
|
|
186
202
|
|
|
187
|
-
|
|
203
|
+
## v1.1.0 (Mon Aug 07 2023)
|
|
188
204
|
|
|
189
205
|
:tada: This release contains work from a new contributor! :tada:
|
|
190
206
|
|
|
@@ -200,7 +216,7 @@ Thank you, Yulia Shanyrova ([@Ukochka](https://github.com/Ukochka)), for all you
|
|
|
200
216
|
|
|
201
217
|
---
|
|
202
218
|
|
|
203
|
-
|
|
219
|
+
## v1.0.3 (Mon Jul 10 2023)
|
|
204
220
|
|
|
205
221
|
#### 🐛 Bug Fix
|
|
206
222
|
|
|
@@ -212,7 +228,7 @@ Thank you, Yulia Shanyrova ([@Ukochka](https://github.com/Ukochka)), for all you
|
|
|
212
228
|
|
|
213
229
|
---
|
|
214
230
|
|
|
215
|
-
|
|
231
|
+
## v1.0.1 (Fri Mar 03 2023)
|
|
216
232
|
|
|
217
233
|
#### 🐛 Bug Fix
|
|
218
234
|
|
|
@@ -224,7 +240,7 @@ Thank you, Yulia Shanyrova ([@Ukochka](https://github.com/Ukochka)), for all you
|
|
|
224
240
|
|
|
225
241
|
---
|
|
226
242
|
|
|
227
|
-
|
|
243
|
+
## v1.0.0 (Fri Feb 03 2023)
|
|
228
244
|
|
|
229
245
|
#### 💥 Breaking Change
|
|
230
246
|
|
|
@@ -236,7 +252,7 @@ Thank you, Yulia Shanyrova ([@Ukochka](https://github.com/Ukochka)), for all you
|
|
|
236
252
|
|
|
237
253
|
---
|
|
238
254
|
|
|
239
|
-
|
|
255
|
+
## v0.1.0 (Thu Jan 26 2023)
|
|
240
256
|
|
|
241
257
|
:tada: This release contains work from a new contributor! :tada:
|
|
242
258
|
|
|
@@ -252,7 +268,7 @@ Thank you, Tomas Basham ([@tomasbasham](https://github.com/tomasbasham)), for al
|
|
|
252
268
|
|
|
253
269
|
---
|
|
254
270
|
|
|
255
|
-
|
|
271
|
+
## v0.0.3 (Thu Jan 26 2023)
|
|
256
272
|
|
|
257
273
|
#### 🐛 Bug Fix
|
|
258
274
|
|
|
@@ -264,7 +280,7 @@ Thank you, Tomas Basham ([@tomasbasham](https://github.com/tomasbasham)), for al
|
|
|
264
280
|
|
|
265
281
|
---
|
|
266
282
|
|
|
267
|
-
|
|
283
|
+
## v0.0.2 (Mon Nov 07 2022)
|
|
268
284
|
|
|
269
285
|
#### 🐛 Bug Fix
|
|
270
286
|
|
|
@@ -276,7 +292,7 @@ Thank you, Tomas Basham ([@tomasbasham](https://github.com/tomasbasham)), for al
|
|
|
276
292
|
|
|
277
293
|
---
|
|
278
294
|
|
|
279
|
-
|
|
295
|
+
## v0.0.1 (Mon Oct 31 2022)
|
|
280
296
|
|
|
281
297
|
#### 🐛 Bug Fix
|
|
282
298
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { statSync } from 'node:fs';
|
|
2
|
+
import path from 'node:path';
|
|
3
|
+
|
|
4
|
+
function findUpSync(name, options = {}) {
|
|
5
|
+
const names = Array.isArray(name) ? name : [name];
|
|
6
|
+
let currentDir = path.resolve(options.cwd ?? process.cwd());
|
|
7
|
+
let previousDir;
|
|
8
|
+
while (currentDir !== previousDir) {
|
|
9
|
+
for (const candidateName of names) {
|
|
10
|
+
const candidatePath = path.join(currentDir, candidateName);
|
|
11
|
+
const stat = statSync(candidatePath, { throwIfNoEntry: false });
|
|
12
|
+
if (stat?.isFile()) {
|
|
13
|
+
return candidatePath;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
previousDir = currentDir;
|
|
17
|
+
currentDir = path.dirname(currentDir);
|
|
18
|
+
}
|
|
19
|
+
return void 0;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export { findUpSync };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/sign-plugin",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"directory": "packages/sign-plugin",
|
|
@@ -26,17 +26,16 @@
|
|
|
26
26
|
"typecheck": "tsc --noEmit"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"
|
|
30
|
-
"minimist": "^1.2.2",
|
|
29
|
+
"minimist": "1.2.8",
|
|
31
30
|
"proxy-agent": "8.0.1"
|
|
32
31
|
},
|
|
33
32
|
"devDependencies": {
|
|
33
|
+
"@libs/find-up": "^1.0.0",
|
|
34
34
|
"@libs/output": "^1.0.3",
|
|
35
35
|
"@libs/version": "^1.0.2",
|
|
36
36
|
"@types/minimist": "^1.2.5"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=20"
|
|
40
|
-
}
|
|
41
|
-
"gitHead": "57e7611bcbbd068694bda70df57fa86008dd3353"
|
|
40
|
+
}
|
|
42
41
|
}
|