oclif-plugin-update-notifier 1.5.21 → 1.5.23
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 +14 -0
- package/README.md +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.5.23](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.22...v1.5.23) (2023-04-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.1.0 to 1.1.1 ([#213](https://github.com/jayree/oclif-plugin-update-notifier/issues/213)) ([c289416](https://github.com/jayree/oclif-plugin-update-notifier/commit/c2894169b1cb68354d49bcfac883b45f82b19127))
|
|
7
|
+
|
|
8
|
+
## [1.5.22](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.21...v1.5.22) (2023-04-21)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump semver from 7.4.0 to 7.5.0 ([#212](https://github.com/jayree/oclif-plugin-update-notifier/issues/212)) ([7e799e0](https://github.com/jayree/oclif-plugin-update-notifier/commit/7e799e0a2b821bc9b5c9149523bef95e744e3952))
|
|
14
|
+
|
|
1
15
|
## [1.5.21](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.20...v1.5.21) (2023-04-14)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ oclif-example plugins:install oclif-plugin-update-notifier
|
|
|
20
20
|
$ oclif-example plugins:[COMMAND]
|
|
21
21
|
running command...
|
|
22
22
|
$ oclif-example plugins
|
|
23
|
-
oclif-plugin-update-notifier 1.5.
|
|
23
|
+
oclif-plugin-update-notifier 1.5.23
|
|
24
24
|
$ oclif-example help plugins:[COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ oclif-example plugins:COMMAND
|
|
@@ -58,5 +58,5 @@ DESCRIPTION
|
|
|
58
58
|
check installed plugins for updates
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
_See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.
|
|
61
|
+
_See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.23/src/commands/plugins/update/check.ts)_
|
|
62
62
|
<!-- commandsstop -->
|
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.23",
|
|
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.1.
|
|
9
|
+
"@jayree/changelog": "^1.1.1",
|
|
10
10
|
"@oclif/core": "^2.8.2",
|
|
11
11
|
"@salesforce/kit": "^1.9.2",
|
|
12
12
|
"boxen": "^7.0.2",
|
|
@@ -17,14 +17,14 @@
|
|
|
17
17
|
"marked": "^4.3.0",
|
|
18
18
|
"marked-terminal": "^5.1.1",
|
|
19
19
|
"package-json": "^8.1.0",
|
|
20
|
-
"semver": "^7.
|
|
20
|
+
"semver": "^7.5.0",
|
|
21
21
|
"semver-diff": "^4.0.0",
|
|
22
22
|
"tslib": "^2.5.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@oclif/plugin-command-snapshot": "^3.3.
|
|
25
|
+
"@oclif/plugin-command-snapshot": "^3.3.13",
|
|
26
26
|
"@oclif/plugin-help": "^5.2.9",
|
|
27
|
-
"@oclif/test": "^2.3.
|
|
27
|
+
"@oclif/test": "^2.3.17",
|
|
28
28
|
"@salesforce/dev-config": "^3.1.0",
|
|
29
29
|
"@salesforce/dev-scripts": "^4.1.3",
|
|
30
30
|
"@salesforce/prettier-config": "^0.0.2",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"@types/marked": "^4.0.8",
|
|
35
35
|
"@types/marked-terminal": "^3.1.3",
|
|
36
36
|
"@types/semver": "^7.3.13",
|
|
37
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
38
|
-
"@typescript-eslint/parser": "^5.
|
|
37
|
+
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
|
38
|
+
"@typescript-eslint/parser": "^5.59.1",
|
|
39
39
|
"c8": "^7.13.0",
|
|
40
40
|
"chai": "^4.3.7",
|
|
41
|
-
"eslint": "^8.
|
|
41
|
+
"eslint": "^8.39.0",
|
|
42
42
|
"eslint-config-prettier": "^8.8.0",
|
|
43
43
|
"eslint-config-salesforce": "^1.1.1",
|
|
44
44
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"husky": "^8.0.3",
|
|
51
51
|
"mocha": "^10.2.0",
|
|
52
52
|
"nyc": "^15.1.0",
|
|
53
|
-
"oclif": "^3.8.
|
|
53
|
+
"oclif": "^3.8.1",
|
|
54
54
|
"patch-package": "^6.5.1",
|
|
55
55
|
"pinst": "^3.0.0",
|
|
56
|
-
"prettier": "^2.8.
|
|
56
|
+
"prettier": "^2.8.8",
|
|
57
57
|
"pretty-quick": "^3.1.3",
|
|
58
|
-
"sinon": "^15.0.
|
|
58
|
+
"sinon": "^15.0.4",
|
|
59
59
|
"ts-node": "^10.9.1",
|
|
60
60
|
"typescript": "^5.0.4",
|
|
61
61
|
"wireit": "^0.9.5"
|