oclif-plugin-update-notifier
Advanced tools
Comparing version 1.5.48 to 1.5.49
@@ -0,1 +1,8 @@ | ||
## [1.5.49](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.48...v1.5.49) (2023-11-10) | ||
### Bug Fixes | ||
* **deps:** bump @oclif/core from 3.10.0 to 3.10.8 ([#488](https://github.com/jayree/oclif-plugin-update-notifier/issues/488)) ([a7f8729](https://github.com/jayree/oclif-plugin-update-notifier/commit/a7f87291f331d1d01fe3a3b4c29b73cca5f61178)) | ||
## [1.5.48](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.47...v1.5.48) (2023-11-03) | ||
@@ -2,0 +9,0 @@ |
@@ -26,3 +26,3 @@ { | ||
}, | ||
"version": "1.5.48" | ||
"version": "1.5.49" | ||
} |
{ | ||
"name": "oclif-plugin-update-notifier", | ||
"description": "update-notifier for oclif plugins", | ||
"version": "1.5.48", | ||
"version": "1.5.49", | ||
"author": "jayree", | ||
@@ -10,3 +10,3 @@ "type": "module", | ||
"@jayree/changelog": "^1.1.7", | ||
"@oclif/core": "^3.10.0", | ||
"@oclif/core": "^3.10.8", | ||
"@salesforce/kit": "^3.0.15", | ||
@@ -26,3 +26,3 @@ "boxen": "^7.1.1", | ||
"@oclif/plugin-help": "^6.0.5", | ||
"@oclif/test": "^3.1.0", | ||
"@oclif/test": "^3.1.1", | ||
"@salesforce/dev-config": "^4.1.0", | ||
@@ -32,10 +32,10 @@ "@salesforce/dev-scripts": "^5.11.0", | ||
"@types/boxen": "^3.0.1", | ||
"@types/debug": "^4.1.10", | ||
"@types/fs-extra": "^11.0.3", | ||
"@types/semver": "^7.5.4", | ||
"@typescript-eslint/eslint-plugin": "^6.9.1", | ||
"@typescript-eslint/parser": "^6.8.0", | ||
"@types/debug": "^4.1.12", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/semver": "^7.5.5", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"c8": "^8.0.1", | ||
"chai": "^4.3.10", | ||
"eslint": "^8.51.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
@@ -46,5 +46,5 @@ "eslint-config-salesforce": "^2.0.2", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-jsdoc": "^46.8.2", | ||
"eslint-plugin-jsdoc": "^46.9.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"eslint-plugin-sf-plugin": "^1.16.13", | ||
"eslint-plugin-sf-plugin": "^1.16.14", | ||
"husky": "^8.0.3", | ||
@@ -51,0 +51,0 @@ "mocha": "^10.2.0", |
@@ -22,3 +22,3 @@ # oclif-plugin-update-notifier | ||
$ oclif-example (--version) | ||
oclif-plugin-update-notifier/1.5.48 linux-x64 node-v20.9.0 | ||
oclif-plugin-update-notifier/1.5.49 linux-x64 node-v20.9.0 | ||
$ oclif-example --help [COMMAND] | ||
@@ -61,3 +61,3 @@ USAGE | ||
_See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.48/src/commands/plugins/update/check.ts)_ | ||
_See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.49/src/commands/plugins/update/check.ts)_ | ||
<!-- commandsstop --> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
527793
Updated@oclif/core@^3.10.8