oclif-plugin-update-notifier
Advanced tools
Comparing version 1.5.28 to 1.5.29
@@ -0,1 +1,9 @@ | ||
## [1.5.29](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.28...v1.5.29) (2023-06-10) | ||
### Bug Fixes | ||
* **deps:** bump @salesforce/kit from 3.0.2 to 3.0.3 ([#270](https://github.com/jayree/oclif-plugin-update-notifier/issues/270)) ([5ea091b](https://github.com/jayree/oclif-plugin-update-notifier/commit/5ea091ba92471b7d1a63622dddfe18ae951ad0f9)) | ||
* **deps:** bump tslib from 2.5.2 to 2.5.3 ([#266](https://github.com/jayree/oclif-plugin-update-notifier/issues/266)) ([c2150a8](https://github.com/jayree/oclif-plugin-update-notifier/commit/c2150a846479e49d19b4968e68b8bbe924772f99)) | ||
## [1.5.28](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.27...v1.5.28) (2023-05-31) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"version": "1.5.28", | ||
"version": "1.5.29", | ||
"commands": { | ||
@@ -4,0 +4,0 @@ "plugins:update:check": { |
{ | ||
"name": "oclif-plugin-update-notifier", | ||
"description": "update-notifier for oclif plugins", | ||
"version": "1.5.28", | ||
"version": "1.5.29", | ||
"author": "jayree", | ||
@@ -11,3 +11,3 @@ "type": "module", | ||
"@oclif/core": "^2.8.5", | ||
"@salesforce/kit": "^3.0.2", | ||
"@salesforce/kit": "^3.0.3", | ||
"boxen": "^7.1.0", | ||
@@ -21,3 +21,3 @@ "chalk": "^5.2.0", | ||
"semver-diff": "^4.0.0", | ||
"tslib": "^2.5.2" | ||
"tslib": "^2.5.3" | ||
}, | ||
@@ -27,3 +27,3 @@ "devDependencies": { | ||
"@oclif/plugin-help": "^5.2.9", | ||
"@oclif/test": "^2.3.21", | ||
"@oclif/test": "^2.3.22", | ||
"@salesforce/dev-config": "^4.0.1", | ||
@@ -36,7 +36,7 @@ "@salesforce/dev-scripts": "^5.4.2", | ||
"@types/semver": "^7.5.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.8", | ||
"@typescript-eslint/parser": "^5.59.8", | ||
"@typescript-eslint/eslint-plugin": "^5.59.9", | ||
"@typescript-eslint/parser": "^5.59.9", | ||
"c8": "^7.14.0", | ||
"chai": "^4.3.7", | ||
"eslint": "^8.41.0", | ||
"eslint": "^8.42.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
@@ -48,3 +48,3 @@ "eslint-config-salesforce": "^2.0.1", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jsdoc": "^46.1.0", | ||
"eslint-plugin-jsdoc": "^46.2.6", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
@@ -61,3 +61,3 @@ "husky": "^8.0.3", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.0.4", | ||
"typescript": "^5.1.3", | ||
"wireit": "^0.9.5" | ||
@@ -64,0 +64,0 @@ }, |
@@ -22,3 +22,3 @@ # oclif-plugin-update-notifier | ||
$ oclif-example (--version) | ||
oclif-plugin-update-notifier/1.5.28 linux-x64 node-v18.16.0 | ||
oclif-plugin-update-notifier/1.5.29 linux-x64 node-v18.16.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.28/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.29/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
132287
Updated@salesforce/kit@^3.0.3
Updatedtslib@^2.5.3