From c1214575ccaa080d1050ab78f30a5d23fdb2955d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:57:15 +0000 Subject: [PATCH] build(prettier-plugin-apex): bump prettier-plugin-apex from 2.1.5 to 2.2.0 (#188) build: bump prettier-plugin-apex from 2.1.5 to 2.2.0 Bumps prettier-plugin-apex from 2.1.5 to 2.2.0. --- updated-dependencies: - dependency-name: prettier-plugin-apex dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 105 ++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 98 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7992c98..02a5e30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "lint-staged": "^15.2.10", "marked": "^14.1.3", "prettier": "^3.3.3", - "prettier-plugin-apex": "^2.1.5" + "prettier-plugin-apex": "^2.2.0" } }, "node_modules/@hapi/hoek": { @@ -32,6 +32,58 @@ "@hapi/hoek": "^9.0.0" } }, + "node_modules/@prettier-apex/apex-ast-serializer-darwin-arm64": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@prettier-apex/apex-ast-serializer-darwin-arm64/-/apex-ast-serializer-darwin-arm64-2.2.0.tgz", + "integrity": "sha512-OqNQm8HwVHWzJHT2c7mkeceeaBKGUgXwgoXVB/Fp7DxrY4sTX23QL5/E+miXfF5rSPYzd8jDrTc5/m2jpjX+UA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@prettier-apex/apex-ast-serializer-darwin-x64": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@prettier-apex/apex-ast-serializer-darwin-x64/-/apex-ast-serializer-darwin-x64-2.2.0.tgz", + "integrity": "sha512-MF7BifN3jgKVlaIC12THFy9qjQCFFzfg7v45uTKNWkiYkuV9kHzDm81+dNQLFNVOJlRdv2ADUUjLrY9aWfcT6w==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@prettier-apex/apex-ast-serializer-linux-x64": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@prettier-apex/apex-ast-serializer-linux-x64/-/apex-ast-serializer-linux-x64-2.2.0.tgz", + "integrity": "sha512-kZnZy/ch/rdemHXX50mDBO8UTWax00XGIn44HdmLmm3mbzCcId02sMgh+iiWxvEmjvVcmMha8Zy/OUlO9RueDQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@prettier-apex/apex-ast-serializer-win32-x64": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@prettier-apex/apex-ast-serializer-win32-x64/-/apex-ast-serializer-win32-x64-2.2.0.tgz", + "integrity": "sha512-1RP6p/1OKzsMCOzPasR5sHvaPi/FUgToKY5pjZUawoRepNyCitgoE0i12ViCMPFZQgPk5PJZ4UDaxT3fQJUbOQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, "node_modules/@prettier/plugin-xml": { "version": "3.4.1", "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.4.1.tgz", @@ -769,9 +821,9 @@ } }, "node_modules/prettier-plugin-apex": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.1.5.tgz", - "integrity": "sha512-OJ1PJmxbHRLxA3N5yzedYoqoSo/o7DJJzaZEwDKGWmNk+zeT5AJsBfiRe+g+p6Eo7ZZy91izgnh91RFo8IPzxw==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.2.0.tgz", + "integrity": "sha512-ok0P1dNa6dNo5C/7VLmrdwcFc4R2Nfcyfq/fDeetr71yERol/Fa9dXtnEOXbrnNwPN4cjDo3ClGJ59jrRN+VNQ==", "dev": true, "dependencies": { "jest-docblock": "^29.0.0", @@ -780,10 +832,15 @@ "bin": { "apex-ast-serializer": "vendor/apex-ast-serializer/bin/apex-ast-serializer", "apex-ast-serializer-http": "vendor/apex-ast-serializer/bin/apex-ast-serializer-http", - "install-apex-executables": "dist/bin/install-apex-executables.js", "start-apex-server": "dist/bin/start-apex-server.js", "stop-apex-server": "dist/bin/stop-apex-server.js" }, + "optionalDependencies": { + "@prettier-apex/apex-ast-serializer-darwin-arm64": "2.2.0", + "@prettier-apex/apex-ast-serializer-darwin-x64": "2.2.0", + "@prettier-apex/apex-ast-serializer-linux-x64": "2.2.0", + "@prettier-apex/apex-ast-serializer-win32-x64": "2.2.0" + }, "peerDependencies": { "prettier": "^3.0.0" } @@ -1046,6 +1103,34 @@ "@hapi/hoek": "^9.0.0" } }, + "@prettier-apex/apex-ast-serializer-darwin-arm64": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@prettier-apex/apex-ast-serializer-darwin-arm64/-/apex-ast-serializer-darwin-arm64-2.2.0.tgz", + "integrity": "sha512-OqNQm8HwVHWzJHT2c7mkeceeaBKGUgXwgoXVB/Fp7DxrY4sTX23QL5/E+miXfF5rSPYzd8jDrTc5/m2jpjX+UA==", + "dev": true, + "optional": true + }, + "@prettier-apex/apex-ast-serializer-darwin-x64": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@prettier-apex/apex-ast-serializer-darwin-x64/-/apex-ast-serializer-darwin-x64-2.2.0.tgz", + "integrity": "sha512-MF7BifN3jgKVlaIC12THFy9qjQCFFzfg7v45uTKNWkiYkuV9kHzDm81+dNQLFNVOJlRdv2ADUUjLrY9aWfcT6w==", + "dev": true, + "optional": true + }, + "@prettier-apex/apex-ast-serializer-linux-x64": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@prettier-apex/apex-ast-serializer-linux-x64/-/apex-ast-serializer-linux-x64-2.2.0.tgz", + "integrity": "sha512-kZnZy/ch/rdemHXX50mDBO8UTWax00XGIn44HdmLmm3mbzCcId02sMgh+iiWxvEmjvVcmMha8Zy/OUlO9RueDQ==", + "dev": true, + "optional": true + }, + "@prettier-apex/apex-ast-serializer-win32-x64": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@prettier-apex/apex-ast-serializer-win32-x64/-/apex-ast-serializer-win32-x64-2.2.0.tgz", + "integrity": "sha512-1RP6p/1OKzsMCOzPasR5sHvaPi/FUgToKY5pjZUawoRepNyCitgoE0i12ViCMPFZQgPk5PJZ4UDaxT3fQJUbOQ==", + "dev": true, + "optional": true + }, "@prettier/plugin-xml": { "version": "3.4.1", "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.4.1.tgz", @@ -1540,11 +1625,15 @@ "dev": true }, "prettier-plugin-apex": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.1.5.tgz", - "integrity": "sha512-OJ1PJmxbHRLxA3N5yzedYoqoSo/o7DJJzaZEwDKGWmNk+zeT5AJsBfiRe+g+p6Eo7ZZy91izgnh91RFo8IPzxw==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.2.0.tgz", + "integrity": "sha512-ok0P1dNa6dNo5C/7VLmrdwcFc4R2Nfcyfq/fDeetr71yERol/Fa9dXtnEOXbrnNwPN4cjDo3ClGJ59jrRN+VNQ==", "dev": true, "requires": { + "@prettier-apex/apex-ast-serializer-darwin-arm64": "2.2.0", + "@prettier-apex/apex-ast-serializer-darwin-x64": "2.2.0", + "@prettier-apex/apex-ast-serializer-linux-x64": "2.2.0", + "@prettier-apex/apex-ast-serializer-win32-x64": "2.2.0", "jest-docblock": "^29.0.0", "wait-on": "^8.0.0" } diff --git a/package.json b/package.json index d98c11e..3d5cc3e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lint-staged": "^15.2.10", "marked": "^14.1.3", "prettier": "^3.3.3", - "prettier-plugin-apex": "^2.1.5" + "prettier-plugin-apex": "^2.2.0" }, "lint-staged": { "**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}": [