diff --git a/composer.lock b/composer.lock index f3b70c94..0a6321bd 100644 --- a/composer.lock +++ b/composer.lock @@ -2015,16 +2015,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.13.5", + "version": "3.13.6", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4" + "reference": "4c378e1a528ea066890fc2397cbdd2f94eb2fc91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4", - "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/4c378e1a528ea066890fc2397cbdd2f94eb2fc91", + "reference": "4c378e1a528ea066890fc2397cbdd2f94eb2fc91", "shasum": "" }, "require": { @@ -2090,7 +2090,7 @@ "type": "thanks_dev" } ], - "time": "2025-11-04T16:30:35+00:00" + "time": "2026-08-06T00:17:32+00:00" }, { "name": "theseer/tokenizer", diff --git a/package.json b/package.json index 70bab0c7..dd58eb84 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "build:schema": "./schema/build.mjs", "preview:production": "echo 'Please choose a target: preview:production:firefox or preview:production:chrome'", "preview:production:firefox": "npm run build:production:firefox && web-ext -s build/production/firefox run --target firefox-desktop", - "preview:production:chrome": "npm run build:production:chrome && web-ext -s build/production/chrome run --target chromium --arg='--disable-search-engine-choice-screen'", + "preview:production:chrome": "npm run build:production:chrome && web-ext -s build/production/chrome run --target chromium --arg='--disable-search-engine-choice-screen' --arg='--test-type'", "watch": "echo 'Please choose a target: watch:firefox or watch:chrome'", "watch:firefox": "webpack --watch --env target=firefox", "watch:chrome": "webpack --watch --env target=chrome", @@ -26,7 +26,7 @@ "start:noreload": "npm run web-ext:run:firefox -- --no-reload", "web-ext:run": "echo 'Please choose a target: web-ext:run:firefox or web-ext:run:chrome'", "web-ext:run:firefox": "web-ext -s build/firefox run --target firefox-desktop", - "web-ext:run:chrome": "web-ext -s build/chrome run --target chromium --arg='--disable-search-engine-choice-screen'", + "web-ext:run:chrome": "web-ext -s build/chrome run --target chromium --arg='--disable-search-engine-choice-screen' --arg='--test-type'", "lint": "npm run lint:js && npm run lint:style", "lint:js": "wp-scripts lint-js", "lint:style": "wp-scripts lint-style",