oclif-plugin-update-notifier 1.5.152 → 1.5.154
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 +16 -0
- package/README.md +2 -2
- package/npm-shrinkwrap.json +2241 -913
- package/oclif.lock +1132 -863
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [1.5.154](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.153...v1.5.154) (2026-03-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.25 to 1.2.26 ([#1068](https://github.com/jayree/oclif-plugin-update-notifier/issues/1068)) ([e427194](https://github.com/jayree/oclif-plugin-update-notifier/commit/e4271948ded3a9348c888a8ffba0db48202ab079))
|
|
7
|
+
* **deps:** bump @oclif/core from 4.8.1 to 4.8.3 ([#1070](https://github.com/jayree/oclif-plugin-update-notifier/issues/1070)) ([01dfc73](https://github.com/jayree/oclif-plugin-update-notifier/commit/01dfc73ca90e99a3db4fc1543b64e1127cd743ea))
|
|
8
|
+
* **deps:** bump fs-extra from 11.3.3 to 11.3.4 ([#1071](https://github.com/jayree/oclif-plugin-update-notifier/issues/1071)) ([7b086dc](https://github.com/jayree/oclif-plugin-update-notifier/commit/7b086dc1a4a6f971a5691fd55c2a5f45c303c346))
|
|
9
|
+
|
|
10
|
+
## [1.5.153](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.152...v1.5.153) (2026-02-27)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump @oclif/core from 4.8.0 to 4.8.1 ([#1064](https://github.com/jayree/oclif-plugin-update-notifier/issues/1064)) ([6722388](https://github.com/jayree/oclif-plugin-update-notifier/commit/6722388268a09a67136a057dc49582554585d07c))
|
|
16
|
+
|
|
1
17
|
## [1.5.152](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.151...v1.5.152) (2026-02-20)
|
|
2
18
|
|
|
3
19
|
|
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.154 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.154/src/commands/plugins/update/check.ts)_
|
|
61
61
|
<!-- commandsstop -->
|