From 69c83dfc08a86fd574d2f37f89351e849ace7277 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sun, 19 Oct 2025 19:52:22 +0000 Subject: [PATCH] Update Flex endpoint --- ...8fc31eee6e9d9ceaf5ec4f51a371f9f619723.json | 57 +++++++++++++++++++ ...abde32f7e116ae3910cdb886113ca3c6488cd.json | 53 +++++++++++++++++ kocal.biome-js-bundle.2.0.json | 3 +- kocal.oxlint-bundle.1.0.json | 8 ++- 4 files changed, 118 insertions(+), 3 deletions(-) create mode 100644 archived/kocal.biome-js-bundle/e748fc31eee6e9d9ceaf5ec4f51a371f9f619723.json create mode 100644 archived/kocal.oxlint-bundle/4bbabde32f7e116ae3910cdb886113ca3c6488cd.json diff --git a/archived/kocal.biome-js-bundle/e748fc31eee6e9d9ceaf5ec4f51a371f9f619723.json b/archived/kocal.biome-js-bundle/e748fc31eee6e9d9ceaf5ec4f51a371f9f619723.json new file mode 100644 index 00000000..715fb539 --- /dev/null +++ b/archived/kocal.biome-js-bundle/e748fc31eee6e9d9ceaf5ec4f51a371f9f619723.json @@ -0,0 +1,57 @@ +{ + "manifests": { + "kocal/biome-js-bundle": { + "manifest": { + "bundles": { + "Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": [ + "dev" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "biome.json": "biome.json" + }, + "gitignore": [ + "/%BIN_DIR%/biome" + ] + }, + "files": { + "biome.json": { + "contents": [ + "{", + " \"files\": {", + " \"includes\": [", + " \"**\",", + " \"!assets/vendor/*\",", + " \"!assets/controllers.json\",", + " \"!public/assets/*\",", + " \"!public/bundles/*\",", + " \"!tests/*\",", + " \"!var/*\",", + " \"!vendor/*\",", + " \"!composer.json\",", + " \"!package.json\"", + " ]", + " }", + "}", + "" + ], + "executable": false + }, + "config/packages/kocal_biome_js.yaml": { + "contents": [ + "when@dev:", + " kocal_biome_js:", + " # The Biome.js CLI version to use, that you can find at https://github.com/biomejs/biome/tags:", + " # - for >=2.0.0 versions, the git tag follows the pattern \"@biomejs/biome@\"", + " # - for <2.0.0 versions, the git tag follows the pattern \"cli/v\"", + " binary_version: '2.0.0'", + "" + ], + "executable": false + } + }, + "ref": "e748fc31eee6e9d9ceaf5ec4f51a371f9f619723" + } + } +} diff --git a/archived/kocal.oxlint-bundle/4bbabde32f7e116ae3910cdb886113ca3c6488cd.json b/archived/kocal.oxlint-bundle/4bbabde32f7e116ae3910cdb886113ca3c6488cd.json new file mode 100644 index 00000000..41acd31d --- /dev/null +++ b/archived/kocal.oxlint-bundle/4bbabde32f7e116ae3910cdb886113ca3c6488cd.json @@ -0,0 +1,53 @@ +{ + "manifests": { + "kocal/oxlint-bundle": { + "manifest": { + "bundles": { + "Kocal\\OxlintBundle\\KocalOxlintBundle": [ + "dev" + ] + }, + "copy-from-recipe": { + ".oxlintrc.json": ".oxlintrc.json", + "config/": "%CONFIG_DIR%/" + }, + "gitignore": [ + "/%BIN_DIR%/oxlint" + ] + }, + "files": { + ".oxlintrc.json": { + "contents": [ + "{", + " \"ignorePatterns\": [", + " \"assets/vendor/**\",", + " \"assets/controllers.json\",", + " \"public/assets/**\",", + " \"public/bundles/**\",", + " \"tests/**\",", + " \"var/**\",", + " \"vendor/**\",", + " \"composer.json\",", + " \"package.json\"", + " ]", + "}", + "" + ], + "executable": false + }, + "config/packages/kocal_oxlint.yaml": { + "contents": [ + "when@dev:", + " kocal_oxlint:", + " # The Oxlint binary version to use, that you can find at https://github.com/oxc-project/oxc/tags,", + " # it follows the pattern \"oxlint_v\"", + " binary_version: '1.8.0'", + "" + ], + "executable": false + } + }, + "ref": "4bbabde32f7e116ae3910cdb886113ca3c6488cd" + } + } +} diff --git a/kocal.biome-js-bundle.2.0.json b/kocal.biome-js-bundle.2.0.json index 4d41bd03..715fb539 100644 --- a/kocal.biome-js-bundle.2.0.json +++ b/kocal.biome-js-bundle.2.0.json @@ -26,6 +26,7 @@ " \"!assets/controllers.json\",", " \"!public/assets/*\",", " \"!public/bundles/*\",", + " \"!tests/*\",", " \"!var/*\",", " \"!vendor/*\",", " \"!composer.json\",", @@ -50,7 +51,7 @@ "executable": false } }, - "ref": "596a64433caa3a674576e5924ba9b607e1e14e81" + "ref": "e748fc31eee6e9d9ceaf5ec4f51a371f9f619723" } } } diff --git a/kocal.oxlint-bundle.1.0.json b/kocal.oxlint-bundle.1.0.json index 539355fe..41acd31d 100644 --- a/kocal.oxlint-bundle.1.0.json +++ b/kocal.oxlint-bundle.1.0.json @@ -21,10 +21,14 @@ "{", " \"ignorePatterns\": [", " \"assets/vendor/**\",", + " \"assets/controllers.json\",", " \"public/assets/**\",", " \"public/bundles/**\",", + " \"tests/**\",", " \"var/**\",", - " \"vendor/**\"", + " \"vendor/**\",", + " \"composer.json\",", + " \"package.json\"", " ]", "}", "" @@ -43,7 +47,7 @@ "executable": false } }, - "ref": "b18279c5d08603ee1bb6c4e71fc90720bcf9f6cd" + "ref": "4bbabde32f7e116ae3910cdb886113ca3c6488cd" } } }