@jayree/sfdx-plugin-prettier
Advanced tools
Comparing version 1.3.11 to 1.3.12
@@ -0,1 +1,10 @@ | ||
## [1.3.12](https://github.com/jayree/sfdx-plugin-prettier/compare/v1.3.11...v1.3.12) (2023-07-14) | ||
### Bug Fixes | ||
* **deps:** bump @oclif/core from 2.8.11 to 2.9.3 ([#532](https://github.com/jayree/sfdx-plugin-prettier/issues/532)) ([04966f8](https://github.com/jayree/sfdx-plugin-prettier/commit/04966f8174774c808c7fabdd145acc4f699968b5)) | ||
* **deps:** bump @salesforce/core from 4.3.6 to 4.3.10 ([#522](https://github.com/jayree/sfdx-plugin-prettier/issues/522)) ([0985e40](https://github.com/jayree/sfdx-plugin-prettier/commit/0985e40b242bffd748c330e4298d06f51dc015d5)) | ||
* **deps:** bump @salesforce/source-deploy-retrieve from 9.3.2 to 9.3.4 ([#533](https://github.com/jayree/sfdx-plugin-prettier/issues/533)) ([07d6b9b](https://github.com/jayree/sfdx-plugin-prettier/commit/07d6b9b34b085083517a735771672fb1c4de51bc)) | ||
## [1.3.11](https://github.com/jayree/sfdx-plugin-prettier/compare/v1.3.10...v1.3.11) (2023-07-07) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"version": "1.3.11", | ||
"version": "1.3.12", | ||
"commands": {} | ||
} |
{ | ||
"name": "@jayree/sfdx-plugin-prettier", | ||
"version": "1.3.11", | ||
"version": "1.3.12", | ||
"description": "A Salesforce CLI plugin containing a hook that uses prettier to format Salesforce metadata source files retrieved or pulled from Salesforce orgs.", | ||
@@ -10,6 +10,6 @@ "author": "jayree <jayree.git@icloud.com>", | ||
"@jayree/changelog": "^1.1.3", | ||
"@oclif/core": "^2.8.10", | ||
"@oclif/core": "^2.9.3", | ||
"@prettier/plugin-xml": "^2.2.0", | ||
"@salesforce/core": "^4.3.6", | ||
"@salesforce/source-deploy-retrieve": "^9.3.2", | ||
"@salesforce/core": "^4.3.10", | ||
"@salesforce/source-deploy-retrieve": "^9.3.4", | ||
"cli-progress": "^3.12.0", | ||
@@ -24,5 +24,5 @@ "debug": "^4.3.4", | ||
"devDependencies": { | ||
"@oclif/plugin-command-snapshot": "^4.0.7", | ||
"@oclif/plugin-help": "^5.2.11", | ||
"@oclif/test": "^2.3.26", | ||
"@oclif/plugin-command-snapshot": "^4.0.8", | ||
"@oclif/plugin-help": "^5.2.12", | ||
"@oclif/test": "^2.3.28", | ||
"@salesforce/dev-config": "^4.0.1", | ||
@@ -36,4 +36,4 @@ "@salesforce/dev-scripts": "5.4.2", | ||
"@types/prettier": "^2.7.3", | ||
"@typescript-eslint/eslint-plugin": "^5.61.0", | ||
"@typescript-eslint/parser": "^5.61.0", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
"@typescript-eslint/parser": "^5.62.0", | ||
"c8": "^8.0.0", | ||
@@ -43,5 +43,5 @@ "chai": "^4.3.7", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-config-salesforce": "^2.0.1", | ||
"eslint-config-salesforce": "^2.0.2", | ||
"eslint-config-salesforce-license": "^0.2.0", | ||
"eslint-config-salesforce-typescript": "^1.1.1", | ||
"eslint-config-salesforce-typescript": "^1.1.2", | ||
"eslint-plugin-header": "^3.1.1", | ||
@@ -51,3 +51,3 @@ "eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-sf-plugin": "^1.15.10", | ||
"eslint-plugin-sf-plugin": "^1.15.13", | ||
"husky": "^8.0.3", | ||
@@ -58,3 +58,3 @@ "is-ci": "^3.0.1", | ||
"oclif": "^3.9.1", | ||
"patch-package": "^7.0.0", | ||
"patch-package": "^7.0.2", | ||
"pinst": "^3.0.0", | ||
@@ -67,3 +67,3 @@ "prettier": "^2.8.8", | ||
"typescript": "^5.1.6", | ||
"wireit": "^0.9.5" | ||
"wireit": "^0.10.0" | ||
}, | ||
@@ -70,0 +70,0 @@ "engines": { |
@@ -26,3 +26,3 @@ # @jayree/sfdx-plugin-prettier | ||
$ sfdx (--version) | ||
@jayree/sfdx-plugin-prettier/1.3.11 linux-x64 node-v18.16.1 | ||
@jayree/sfdx-plugin-prettier/1.3.12 linux-x64 node-v18.16.1 | ||
$ sfdx --help [COMMAND] | ||
@@ -29,0 +29,0 @@ USAGE |
Sorry, the diff of this file is not supported yet
145386
Updated@oclif/core@^2.9.3
Updated@salesforce/core@^4.3.10