sfdx-plugin-update-notifier 1.2.23 → 1.2.25

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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.2.25](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.24...v1.2.25) (2023-05-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 2.8.2 to 2.8.5 ([#240](https://github.com/jayree/sfdx-plugin-update-notifier/issues/240)) ([4c76efd](https://github.com/jayree/sfdx-plugin-update-notifier/commit/4c76efd93e8e85053caad5da6028570b9fdf9b3d))
7
+
8
+ ## [1.2.24](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.23...v1.2.24) (2023-04-28)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** bump oclif-plugin-update-notifier from 1.5.22 to 1.5.23 ([#228](https://github.com/jayree/sfdx-plugin-update-notifier/issues/228)) ([1931b7a](https://github.com/jayree/sfdx-plugin-update-notifier/commit/1931b7a3aef1f1c0b1bd760fba0a534aa6bf7520))
14
+
1
15
  ## [1.2.23](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.22...v1.2.23) (2023-04-21)
2
16
 
3
17
 
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.23
24
+ sfdx-plugin-update-notifier 1.2.25
25
25
  $ sfdx help plugins:[COMMAND]
26
26
  USAGE
27
27
  $ sfdx plugins:COMMAND
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.2.23",
2
+ "version": "1.2.25",
3
3
  "commands": {}
4
4
  }
package/package.json CHANGED
@@ -1,44 +1,44 @@
1
1
  {
2
2
  "name": "sfdx-plugin-update-notifier",
3
3
  "description": "update-notifier for sfdx plugins",
4
- "version": "1.2.23",
4
+ "version": "1.2.25",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-update-notifier/issues",
8
8
  "dependencies": {
9
- "@oclif/core": "^2.0.8",
9
+ "@oclif/core": "^2.8.5",
10
10
  "@salesforce/kit": "^1.9.0",
11
11
  "debug": "^4.3.4",
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.22",
15
+ "oclif-plugin-update-notifier": "^1.5.23",
16
16
  "semver": "^7.3.8",
17
17
  "tslib": "^2.4.1"
18
18
  },
19
19
  "devDependencies": {
20
- "@commitlint/cli": "^17.6.1",
21
- "@commitlint/config-conventional": "^17.6.1",
22
- "@oclif/plugin-command-snapshot": "^3.3.12",
20
+ "@commitlint/cli": "^17.6.3",
21
+ "@commitlint/config-conventional": "^17.6.3",
22
+ "@oclif/plugin-command-snapshot": "^3.3.13",
23
23
  "@oclif/plugin-help": "^5.2.9",
24
- "@oclif/test": "^2.3.16",
24
+ "@oclif/test": "^2.3.17",
25
25
  "@salesforce/dev-config": "^3.1.0",
26
26
  "@salesforce/dev-scripts": "^3.1.0",
27
27
  "@salesforce/prettier-config": "^0.0.2",
28
- "@types/chai": "^4.3.4",
28
+ "@types/chai": "^4.3.5",
29
29
  "@types/debug": "^4.1.7",
30
30
  "@types/fs-extra": "^11.0.1",
31
31
  "@types/jsforce": "^1.11.0",
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.13",
35
+ "@types/node": "^18.16.4",
36
36
  "@types/semver": "^7.3.13",
37
- "@types/sinon": "^10.0.13",
38
- "@typescript-eslint/eslint-plugin": "^5.59.0",
39
- "@typescript-eslint/parser": "^5.59.0",
37
+ "@types/sinon": "^10.0.14",
38
+ "@typescript-eslint/eslint-plugin": "^5.59.2",
39
+ "@typescript-eslint/parser": "^5.59.2",
40
40
  "chai": "^4.3.7",
41
- "eslint": "^8.38.0",
41
+ "eslint": "^8.39.0",
42
42
  "eslint-config-prettier": "^8.8.0",
43
43
  "eslint-config-salesforce": "^1.2.0",
44
44
  "eslint-config-salesforce-typescript": "^1.1.1",
@@ -50,10 +50,10 @@
50
50
  "is-ci": "^3.0.1",
51
51
  "mocha": "^10.2.0",
52
52
  "nyc": "^15.1.0",
53
- "oclif": "^3.8.1",
53
+ "oclif": "^3.9.0",
54
54
  "patch-package": "^6.5.1",
55
55
  "pinst": "^3.0.0",
56
- "prettier": "^2.8.7",
56
+ "prettier": "^2.8.8",
57
57
  "pretty-quick": "^3.1.3",
58
58
  "sinon": "^15.0.4",
59
59
  "source-map-support": "^0.5.21",