oclif-plugin-update-notifier 1.5.106 → 1.5.107
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 +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.5.107](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.106...v1.5.107) (2024-12-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump chalk from 5.4.0 to 5.4.1 ([#835](https://github.com/jayree/oclif-plugin-update-notifier/issues/835)) ([a6dc54b](https://github.com/jayree/oclif-plugin-update-notifier/commit/a6dc54b665c043bc9796df68f5c2a3ce8d2182a9))
|
|
7
|
+
|
|
1
8
|
## [1.5.106](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.105...v1.5.106) (2024-12-20)
|
|
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.107 linux-x64 node-v22.12.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.107/src/commands/plugins/update/check.ts)_
|
|
61
61
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oclif-plugin-update-notifier",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.107",
|
|
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.107",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.4",
|
|
13
13
|
"@oclif/core": "^4.1.1",
|
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
|
15
15
|
"boxen": "^8.0.1",
|
|
16
|
-
"chalk": "^5.4.
|
|
16
|
+
"chalk": "^5.4.1",
|
|
17
17
|
"debug": "^4.3.7",
|
|
18
18
|
"fs-extra": "^11.2.0",
|
|
19
19
|
"got": "^14.4.5",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@oclif/plugin-command-snapshot": "^5.2.23",
|
|
27
|
-
"@oclif/plugin-help": "^6.2.
|
|
27
|
+
"@oclif/plugin-help": "^6.2.20",
|
|
28
28
|
"@oclif/test": "^4.1.4",
|
|
29
29
|
"@salesforce/dev-scripts": "^10.2.11",
|
|
30
30
|
"@types/boxen": "^3.0.5",
|
|
@@ -4661,9 +4661,9 @@
|
|
|
4661
4661
|
}
|
|
4662
4662
|
},
|
|
4663
4663
|
"node_modules/@oclif/plugin-help": {
|
|
4664
|
-
"version": "6.2.
|
|
4665
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
4666
|
-
"integrity": "sha512-
|
|
4664
|
+
"version": "6.2.20",
|
|
4665
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.20.tgz",
|
|
4666
|
+
"integrity": "sha512-2l4A/erCAdBWmJwb1LJ7TvSMbBUQbGhIzkdHZb5DMgFJC+Nwfeol5YojqRMeciyGkoqmWPBGENwr0LJgZp2skw==",
|
|
4667
4667
|
"dev": true,
|
|
4668
4668
|
"license": "MIT",
|
|
4669
4669
|
"dependencies": {
|
|
@@ -7555,9 +7555,9 @@
|
|
|
7555
7555
|
}
|
|
7556
7556
|
},
|
|
7557
7557
|
"node_modules/chalk": {
|
|
7558
|
-
"version": "5.4.
|
|
7559
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.
|
|
7560
|
-
"integrity": "sha512-
|
|
7558
|
+
"version": "5.4.1",
|
|
7559
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
|
7560
|
+
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
7561
7561
|
"license": "MIT",
|
|
7562
7562
|
"engines": {
|
|
7563
7563
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
package/oclif.lock
CHANGED
|
@@ -1827,10 +1827,10 @@
|
|
|
1827
1827
|
semver "^7.6.3"
|
|
1828
1828
|
ts-json-schema-generator "^1.5.1"
|
|
1829
1829
|
|
|
1830
|
-
"@oclif/plugin-help@^6.2.17", "@oclif/plugin-help@^6.2.
|
|
1831
|
-
version "6.2.
|
|
1832
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1833
|
-
integrity sha512-
|
|
1830
|
+
"@oclif/plugin-help@^6.2.17", "@oclif/plugin-help@^6.2.20":
|
|
1831
|
+
version "6.2.20"
|
|
1832
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.20.tgz"
|
|
1833
|
+
integrity sha512-2l4A/erCAdBWmJwb1LJ7TvSMbBUQbGhIzkdHZb5DMgFJC+Nwfeol5YojqRMeciyGkoqmWPBGENwr0LJgZp2skw==
|
|
1834
1834
|
dependencies:
|
|
1835
1835
|
"@oclif/core" "^4"
|
|
1836
1836
|
|
|
@@ -3529,10 +3529,10 @@ chalk@^4.1.2:
|
|
|
3529
3529
|
ansi-styles "^4.1.0"
|
|
3530
3530
|
supports-color "^7.1.0"
|
|
3531
3531
|
|
|
3532
|
-
chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.
|
|
3533
|
-
version "5.4.
|
|
3534
|
-
resolved "https://registry.npmjs.org/chalk/-/chalk-5.4.
|
|
3535
|
-
integrity sha512-
|
|
3532
|
+
chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.1:
|
|
3533
|
+
version "5.4.1"
|
|
3534
|
+
resolved "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz"
|
|
3535
|
+
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
|
|
3536
3536
|
|
|
3537
3537
|
change-case@^4, change-case@^4.1.2:
|
|
3538
3538
|
version "4.1.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.107",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/oclif-plugin-update-notifier/issues",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@oclif/core": "^4.1.1",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"boxen": "^8.0.1",
|
|
13
|
-
"chalk": "^5.4.
|
|
13
|
+
"chalk": "^5.4.1",
|
|
14
14
|
"debug": "^4.3.7",
|
|
15
15
|
"fs-extra": "^11.2.0",
|
|
16
16
|
"got": "^14.4.5",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@oclif/plugin-command-snapshot": "^5.2.23",
|
|
24
|
-
"@oclif/plugin-help": "^6.2.
|
|
24
|
+
"@oclif/plugin-help": "^6.2.20",
|
|
25
25
|
"@oclif/test": "^4.1.4",
|
|
26
26
|
"@salesforce/dev-scripts": "^10.2.11",
|
|
27
27
|
"@types/boxen": "^3.0.5",
|