From 45867bf749f28286e4ba09763ad337e6af85d68c Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 10 Feb 2026 20:47:49 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...a3ebd063e17d018d6399e59131d568e8c114f.json | 81 +++++++++++++++++++ index.json | 3 + kocal.oxc-bundle.1.0.json | 81 +++++++++++++++++++ 4 files changed, 166 insertions(+) create mode 100644 archived/kocal.oxc-bundle/4a5a3ebd063e17d018d6399e59131d568e8c114f.json create mode 100644 kocal.oxc-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index b7bc4494..e437b5e3 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -314,6 +314,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [knpuniversity/oauth2-client-bundle](https://packagist.org/packages/knpuniversity/oauth2-client-bundle) | [1.20](knpuniversity/oauth2-client-bundle/1.20) | | [knyk/mailbox-bundle](https://packagist.org/packages/knyk/mailbox-bundle) | [1.0](knyk/mailbox-bundle/1.0) | | [kocal/biome-js-bundle](https://packagist.org/packages/kocal/biome-js-bundle) | [2.0](kocal/biome-js-bundle/2.0) | +| [kocal/oxc-bundle](https://packagist.org/packages/kocal/oxc-bundle) | [1.0](kocal/oxc-bundle/1.0) | | [kocal/oxlint-bundle](https://packagist.org/packages/kocal/oxlint-bundle) | [1.0](kocal/oxlint-bundle/1.0) | | [koff/i18n-form-bundle](https://packagist.org/packages/koff/i18n-form-bundle) | [4.0](koff/i18n-form-bundle/4.0) | | [kriswallsmith/buzz](https://packagist.org/packages/kriswallsmith/buzz) | [1.0](kriswallsmith/buzz/1.0) | diff --git a/archived/kocal.oxc-bundle/4a5a3ebd063e17d018d6399e59131d568e8c114f.json b/archived/kocal.oxc-bundle/4a5a3ebd063e17d018d6399e59131d568e8c114f.json new file mode 100644 index 00000000..4759e7a6 --- /dev/null +++ b/archived/kocal.oxc-bundle/4a5a3ebd063e17d018d6399e59131d568e8c114f.json @@ -0,0 +1,81 @@ +{ + "manifests": { + "kocal/oxc-bundle": { + "manifest": { + "bundles": { + "Kocal\\OxcBundle\\KocalOxcBundle": [ + "dev" + ] + }, + "copy-from-recipe": { + ".oxfmtrc.json": ".oxfmtrc.json", + ".oxlintrc.json": ".oxlintrc.json", + "config/": "%CONFIG_DIR%/" + }, + "gitignore": [ + "/%BIN_DIR%/oxfmt*", + "/%BIN_DIR%/oxlint*" + ] + }, + "files": { + ".oxfmtrc.json": { + "contents": [ + "{", + " \"ignorePatterns\": [", + " \"assets/vendor/**\",", + " \"assets/controllers.json\",", + " \"public/assets/**\",", + " \"public/bundles/**\",", + " \"tests/**\",", + " \"var/**\",", + " \"vendor/**\",", + " \"composer.json\",", + " \"package.json\"", + " ]", + "}", + "" + ], + "executable": false + }, + ".oxlintrc.json": { + "contents": [ + "{", + " \"plugins\": null,", + " \"categories\": {},", + " \"rules\": {},", + " \"env\": {", + " \"builtin\": true", + " },", + " \"globals\": {},", + " \"ignorePatterns\": [", + " \"assets/vendor/**\",", + " \"assets/controllers.json\",", + " \"public/assets/**\",", + " \"public/bundles/**\",", + " \"tests/**\",", + " \"var/**\",", + " \"vendor/**\",", + " \"composer.json\",", + " \"package.json\"", + " ]", + "}", + "" + ], + "executable": false + }, + "config/packages/kocal_oxc.yaml": { + "contents": [ + "when@dev:", + " kocal_oxc:", + " # The Oxc apps version to use, that you can find at https://github.com/oxc-project/oxc/tags,", + " # it follows the pattern \"apps_v\"", + " apps_version: '1.43.0'", + "" + ], + "executable": false + } + }, + "ref": "4a5a3ebd063e17d018d6399e59131d568e8c114f" + } + } +} diff --git a/index.json b/index.json index e458df80..da5a4778 100644 --- a/index.json +++ b/index.json @@ -996,6 +996,9 @@ "1.1", "2.0" ], + "kocal/oxc-bundle": [ + "1.0" + ], "kocal/oxlint-bundle": [ "1.0" ], diff --git a/kocal.oxc-bundle.1.0.json b/kocal.oxc-bundle.1.0.json new file mode 100644 index 00000000..4759e7a6 --- /dev/null +++ b/kocal.oxc-bundle.1.0.json @@ -0,0 +1,81 @@ +{ + "manifests": { + "kocal/oxc-bundle": { + "manifest": { + "bundles": { + "Kocal\\OxcBundle\\KocalOxcBundle": [ + "dev" + ] + }, + "copy-from-recipe": { + ".oxfmtrc.json": ".oxfmtrc.json", + ".oxlintrc.json": ".oxlintrc.json", + "config/": "%CONFIG_DIR%/" + }, + "gitignore": [ + "/%BIN_DIR%/oxfmt*", + "/%BIN_DIR%/oxlint*" + ] + }, + "files": { + ".oxfmtrc.json": { + "contents": [ + "{", + " \"ignorePatterns\": [", + " \"assets/vendor/**\",", + " \"assets/controllers.json\",", + " \"public/assets/**\",", + " \"public/bundles/**\",", + " \"tests/**\",", + " \"var/**\",", + " \"vendor/**\",", + " \"composer.json\",", + " \"package.json\"", + " ]", + "}", + "" + ], + "executable": false + }, + ".oxlintrc.json": { + "contents": [ + "{", + " \"plugins\": null,", + " \"categories\": {},", + " \"rules\": {},", + " \"env\": {", + " \"builtin\": true", + " },", + " \"globals\": {},", + " \"ignorePatterns\": [", + " \"assets/vendor/**\",", + " \"assets/controllers.json\",", + " \"public/assets/**\",", + " \"public/bundles/**\",", + " \"tests/**\",", + " \"var/**\",", + " \"vendor/**\",", + " \"composer.json\",", + " \"package.json\"", + " ]", + "}", + "" + ], + "executable": false + }, + "config/packages/kocal_oxc.yaml": { + "contents": [ + "when@dev:", + " kocal_oxc:", + " # The Oxc apps version to use, that you can find at https://github.com/oxc-project/oxc/tags,", + " # it follows the pattern \"apps_v\"", + " apps_version: '1.43.0'", + "" + ], + "executable": false + } + }, + "ref": "4a5a3ebd063e17d018d6399e59131d568e8c114f" + } + } +}