oclif-plugin-update-notifier 1.5.157 → 1.5.158
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 +7 -0
- package/README.md +2 -2
- package/npm-shrinkwrap.json +18 -18
- package/oclif.lock +17 -17
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.5.158](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.157...v1.5.158) (2026-04-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.27 to 1.2.28 ([#1090](https://github.com/jayree/oclif-plugin-update-notifier/issues/1090)) ([38760f0](https://github.com/jayree/oclif-plugin-update-notifier/commit/38760f0f1277008b49ffa764f03a691755b7b0eb))
|
|
7
|
+
|
|
1
8
|
## [1.5.157](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.156...v1.5.157) (2026-03-27)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ $ npm install -g oclif-plugin-update-notifier
|
|
|
19
19
|
$ oclif-example COMMAND
|
|
20
20
|
running command...
|
|
21
21
|
$ oclif-example (--version)
|
|
22
|
-
oclif-plugin-update-notifier/1.5.
|
|
22
|
+
oclif-plugin-update-notifier/1.5.158 linux-x64 node-v24.14.0
|
|
23
23
|
$ oclif-example --help [COMMAND]
|
|
24
24
|
USAGE
|
|
25
25
|
$ oclif-example COMMAND
|
|
@@ -57,5 +57,5 @@ DESCRIPTION
|
|
|
57
57
|
check installed plugins for updates
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
-
_See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.
|
|
60
|
+
_See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.158/src/commands/plugins/update/check.ts)_
|
|
61
61
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oclif-plugin-update-notifier",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.158",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "oclif-plugin-update-notifier",
|
|
9
|
-
"version": "1.5.
|
|
9
|
+
"version": "1.5.158",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/changelog": "^1.2.
|
|
12
|
+
"@jayree/changelog": "^1.2.28",
|
|
13
13
|
"@oclif/core": "^4.10.3",
|
|
14
14
|
"@salesforce/kit": "^3.2.6",
|
|
15
15
|
"boxen": "^8.0.1",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"tslib": "^2.8.1"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
26
|
-
"@oclif/plugin-help": "^6.2.
|
|
25
|
+
"@oclif/plugin-command-snapshot": "^5.3.14",
|
|
26
|
+
"@oclif/plugin-help": "^6.2.41",
|
|
27
27
|
"@oclif/test": "^4.1.17",
|
|
28
28
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
29
29
|
"@types/boxen": "^3.0.5",
|
|
@@ -4632,14 +4632,14 @@
|
|
|
4632
4632
|
}
|
|
4633
4633
|
},
|
|
4634
4634
|
"node_modules/@jayree/changelog": {
|
|
4635
|
-
"version": "1.2.
|
|
4636
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
4637
|
-
"integrity": "sha512-
|
|
4635
|
+
"version": "1.2.28",
|
|
4636
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.28.tgz",
|
|
4637
|
+
"integrity": "sha512-hFXsa/hrwMVoFJ0S2Tp/17T0GYpe4QPYl8Zxe4J/8F6X74otVwDlGemFkw2TBtFa51ntlUtHXf8ymRNkkuiVZg==",
|
|
4638
4638
|
"license": "BSD-3-Clause",
|
|
4639
4639
|
"dependencies": {
|
|
4640
4640
|
"debug": "^4.4.1",
|
|
4641
4641
|
"fs-extra": "^11.3.4",
|
|
4642
|
-
"marked": "^17.0.
|
|
4642
|
+
"marked": "^17.0.5",
|
|
4643
4643
|
"marked-terminal": "^7.3.0",
|
|
4644
4644
|
"semver": "^7.7.4",
|
|
4645
4645
|
"semver-compare": "^1.0.0"
|
|
@@ -5001,9 +5001,9 @@
|
|
|
5001
5001
|
}
|
|
5002
5002
|
},
|
|
5003
5003
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
5004
|
-
"version": "5.3.
|
|
5005
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
5006
|
-
"integrity": "sha512-
|
|
5004
|
+
"version": "5.3.14",
|
|
5005
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.14.tgz",
|
|
5006
|
+
"integrity": "sha512-g1yio6WFQt6BwjfqYh1icPPOV2SRw/P3zs74KZ3IS7dkOuEWkII4AEQkQ0WIS4S8W9AlZP7Y51FsVYOKSPdnFQ==",
|
|
5007
5007
|
"dev": true,
|
|
5008
5008
|
"license": "MIT",
|
|
5009
5009
|
"dependencies": {
|
|
@@ -5139,9 +5139,9 @@
|
|
|
5139
5139
|
}
|
|
5140
5140
|
},
|
|
5141
5141
|
"node_modules/@oclif/plugin-help": {
|
|
5142
|
-
"version": "6.2.
|
|
5143
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
5144
|
-
"integrity": "sha512-
|
|
5142
|
+
"version": "6.2.41",
|
|
5143
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.41.tgz",
|
|
5144
|
+
"integrity": "sha512-oHqpm9a8NnLY9J5yIA+znchB2QCBqDUu5n7XINdZwfbhO6WOUZ2ANww6QN7crhvAKgpN5HK/ELN8Hy96kgLUuA==",
|
|
5145
5145
|
"dev": true,
|
|
5146
5146
|
"license": "MIT",
|
|
5147
5147
|
"dependencies": {
|
|
@@ -12871,9 +12871,9 @@
|
|
|
12871
12871
|
}
|
|
12872
12872
|
},
|
|
12873
12873
|
"node_modules/marked": {
|
|
12874
|
-
"version": "17.0.
|
|
12875
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.
|
|
12876
|
-
"integrity": "sha512-
|
|
12874
|
+
"version": "17.0.5",
|
|
12875
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz",
|
|
12876
|
+
"integrity": "sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg==",
|
|
12877
12877
|
"license": "MIT",
|
|
12878
12878
|
"bin": {
|
|
12879
12879
|
"marked": "bin/marked.js"
|
package/oclif.lock
CHANGED
|
@@ -1580,14 +1580,14 @@
|
|
|
1580
1580
|
resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
|
|
1581
1581
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1582
1582
|
|
|
1583
|
-
"@jayree/changelog@^1.2.
|
|
1584
|
-
version "1.2.
|
|
1585
|
-
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
1586
|
-
integrity sha512-
|
|
1583
|
+
"@jayree/changelog@^1.2.28":
|
|
1584
|
+
version "1.2.28"
|
|
1585
|
+
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.28.tgz"
|
|
1586
|
+
integrity sha512-hFXsa/hrwMVoFJ0S2Tp/17T0GYpe4QPYl8Zxe4J/8F6X74otVwDlGemFkw2TBtFa51ntlUtHXf8ymRNkkuiVZg==
|
|
1587
1587
|
dependencies:
|
|
1588
1588
|
debug "^4.4.1"
|
|
1589
1589
|
fs-extra "^11.3.4"
|
|
1590
|
-
marked "^17.0.
|
|
1590
|
+
marked "^17.0.5"
|
|
1591
1591
|
marked-terminal "^7.3.0"
|
|
1592
1592
|
semver "^7.7.4"
|
|
1593
1593
|
semver-compare "^1.0.0"
|
|
@@ -1765,10 +1765,10 @@
|
|
|
1765
1765
|
wordwrap "^1.0.0"
|
|
1766
1766
|
wrap-ansi "^7.0.0"
|
|
1767
1767
|
|
|
1768
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1769
|
-
version "5.3.
|
|
1770
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1771
|
-
integrity sha512-
|
|
1768
|
+
"@oclif/plugin-command-snapshot@^5.3.14":
|
|
1769
|
+
version "5.3.14"
|
|
1770
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.14.tgz"
|
|
1771
|
+
integrity sha512-g1yio6WFQt6BwjfqYh1icPPOV2SRw/P3zs74KZ3IS7dkOuEWkII4AEQkQ0WIS4S8W9AlZP7Y51FsVYOKSPdnFQ==
|
|
1772
1772
|
dependencies:
|
|
1773
1773
|
"@oclif/core" "^4"
|
|
1774
1774
|
ansis "^3.17.0"
|
|
@@ -1780,10 +1780,10 @@
|
|
|
1780
1780
|
semver "^7.7.4"
|
|
1781
1781
|
ts-json-schema-generator "^1.5.1"
|
|
1782
1782
|
|
|
1783
|
-
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@^6.2.
|
|
1784
|
-
version "6.2.
|
|
1785
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1786
|
-
integrity sha512-
|
|
1783
|
+
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@^6.2.41":
|
|
1784
|
+
version "6.2.41"
|
|
1785
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.41.tgz"
|
|
1786
|
+
integrity sha512-oHqpm9a8NnLY9J5yIA+znchB2QCBqDUu5n7XINdZwfbhO6WOUZ2ANww6QN7crhvAKgpN5HK/ELN8Hy96kgLUuA==
|
|
1787
1787
|
dependencies:
|
|
1788
1788
|
"@oclif/core" "^4"
|
|
1789
1789
|
|
|
@@ -6300,10 +6300,10 @@ marked@^13.0.0:
|
|
|
6300
6300
|
resolved "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz"
|
|
6301
6301
|
integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
|
|
6302
6302
|
|
|
6303
|
-
marked@^17.0.
|
|
6304
|
-
version "17.0.
|
|
6305
|
-
resolved "https://registry.npmjs.org/marked/-/marked-17.0.
|
|
6306
|
-
integrity sha512-
|
|
6303
|
+
marked@^17.0.5, "marked@>=1 <16":
|
|
6304
|
+
version "17.0.5"
|
|
6305
|
+
resolved "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz"
|
|
6306
|
+
integrity sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg==
|
|
6307
6307
|
|
|
6308
6308
|
math-intrinsics@^1.1.0:
|
|
6309
6309
|
version "1.1.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oclif-plugin-update-notifier",
|
|
3
3
|
"description": "update-notifier for oclif plugins",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.158",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/oclif-plugin-update-notifier/issues",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/changelog": "^1.2.
|
|
9
|
+
"@jayree/changelog": "^1.2.28",
|
|
10
10
|
"@oclif/core": "^4.10.3",
|
|
11
11
|
"@salesforce/kit": "^3.2.6",
|
|
12
12
|
"boxen": "^8.0.1",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"tslib": "^2.8.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
23
|
-
"@oclif/plugin-help": "^6.2.
|
|
22
|
+
"@oclif/plugin-command-snapshot": "^5.3.14",
|
|
23
|
+
"@oclif/plugin-help": "^6.2.41",
|
|
24
24
|
"@oclif/test": "^4.1.17",
|
|
25
25
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
26
26
|
"@types/boxen": "^3.0.5",
|