sfdx-plugin-update-notifier 1.2.22 → 1.2.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 +7 -0
- package/README.md +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.2.23](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.22...v1.2.23) (2023-04-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.21 to 1.5.22 ([#224](https://github.com/jayree/sfdx-plugin-update-notifier/issues/224)) ([4b5b282](https://github.com/jayree/sfdx-plugin-update-notifier/commit/4b5b2823c7b4e6ce4497d918ae89f1b257ee7add))
|
|
7
|
+
|
|
1
8
|
## [1.2.22](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.21...v1.2.22) (2023-04-14)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ $ oclif-example plugins:install sfdx-plugin-update-notifier
|
|
|
21
21
|
$ oclif-example plugins:[COMMAND]
|
|
22
22
|
running command...
|
|
23
23
|
$ sfdx plugins
|
|
24
|
-
sfdx-plugin-update-notifier 1.2.
|
|
24
|
+
sfdx-plugin-update-notifier 1.2.23
|
|
25
25
|
$ sfdx help plugins:[COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx plugins:COMMAND
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-plugin-update-notifier",
|
|
3
3
|
"description": "update-notifier for sfdx plugins",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.23",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-update-notifier/issues",
|
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
"fs-extra": "^11.1.0",
|
|
13
13
|
"marked": "^4.3.0",
|
|
14
14
|
"marked-terminal": "^5.1.1",
|
|
15
|
-
"oclif-plugin-update-notifier": "^1.5.
|
|
15
|
+
"oclif-plugin-update-notifier": "^1.5.22",
|
|
16
16
|
"semver": "^7.3.8",
|
|
17
17
|
"tslib": "^2.4.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@commitlint/cli": "^17.6.1",
|
|
21
21
|
"@commitlint/config-conventional": "^17.6.1",
|
|
22
|
-
"@oclif/plugin-command-snapshot": "^3.3.
|
|
22
|
+
"@oclif/plugin-command-snapshot": "^3.3.12",
|
|
23
23
|
"@oclif/plugin-help": "^5.2.9",
|
|
24
|
-
"@oclif/test": "^2.3.
|
|
24
|
+
"@oclif/test": "^2.3.16",
|
|
25
25
|
"@salesforce/dev-config": "^3.1.0",
|
|
26
26
|
"@salesforce/dev-scripts": "^3.1.0",
|
|
27
27
|
"@salesforce/prettier-config": "^0.0.2",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"@types/marked": "^4.0.8",
|
|
33
33
|
"@types/marked-terminal": "^3.1.3",
|
|
34
34
|
"@types/mocha": "^10.0.1",
|
|
35
|
-
"@types/node": "^18.15.
|
|
35
|
+
"@types/node": "^18.15.13",
|
|
36
36
|
"@types/semver": "^7.3.13",
|
|
37
37
|
"@types/sinon": "^10.0.13",
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
39
|
-
"@typescript-eslint/parser": "^5.
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
39
|
+
"@typescript-eslint/parser": "^5.59.0",
|
|
40
40
|
"chai": "^4.3.7",
|
|
41
41
|
"eslint": "^8.38.0",
|
|
42
42
|
"eslint-config-prettier": "^8.8.0",
|
|
43
|
-
"eslint-config-salesforce": "^1.
|
|
43
|
+
"eslint-config-salesforce": "^1.2.0",
|
|
44
44
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
45
45
|
"eslint-plugin-header": "^3.1.1",
|
|
46
46
|
"eslint-plugin-import": "^2.27.5",
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"is-ci": "^3.0.1",
|
|
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
56
|
"prettier": "^2.8.7",
|
|
57
57
|
"pretty-quick": "^3.1.3",
|
|
58
|
-
"sinon": "^15.0.
|
|
58
|
+
"sinon": "^15.0.4",
|
|
59
59
|
"source-map-support": "^0.5.21",
|
|
60
60
|
"ts-node": "^10.9.1",
|
|
61
61
|
"typescript": "^4.9.5"
|