[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2024-08-25 10:03:50 +00:00
parent 921064d37d
commit 9298210d85
18 changed files with 1414 additions and 866 deletions
@@ -33466,6 +33466,10 @@ fourn/facture/tpl/linkedobjectblock.tpl.php
facture/tpl/linkedobjectblock.tpl.php
tpl/linkedobjectblock.tpl.php
linkedobjectblock.tpl.php
htdocs/fourn/facture/messaging.php
fourn/facture/messaging.php
facture/messaging.php
messaging.php
htdocs/fourn/facture/info.php
fourn/facture/info.php
facture/info.php
@@ -33482,6 +33486,10 @@ htdocs/fourn/facture/list-rec.php
fourn/facture/list-rec.php
facture/list-rec.php
list-rec.php
htdocs/fourn/facture/agenda.php
fourn/facture/agenda.php
facture/agenda.php
agenda.php
htdocs/fourn/recap-fourn.php
fourn/recap-fourn.php
recap-fourn.php
@@ -5247,10 +5247,12 @@ htdocs/fourn/facture/index.php
htdocs/fourn/facture/rapport.php
htdocs/fourn/facture/card.php
htdocs/fourn/facture/tpl/linkedobjectblock.tpl.php
htdocs/fourn/facture/messaging.php
htdocs/fourn/facture/info.php
htdocs/fourn/facture/note.php
htdocs/fourn/facture/paiement.php
htdocs/fourn/facture/list-rec.php
htdocs/fourn/facture/agenda.php
htdocs/fourn/recap-fourn.php
htdocs/fourn/product/list.php
htdocs/fourn/class/fournisseur.facture.class.php
@@ -27521,6 +27521,14 @@ Functional/Entity/Traits/EntityDefinitionTestTrait.php
Entity/Traits/EntityDefinitionTestTrait.php
Traits/EntityDefinitionTestTrait.php
EntityDefinitionTestTrait.php
core/modules/system/tests/src/Functional/Update/Y2038SchemaUpdateTest.php
modules/system/tests/src/Functional/Update/Y2038SchemaUpdateTest.php
system/tests/src/Functional/Update/Y2038SchemaUpdateTest.php
tests/src/Functional/Update/Y2038SchemaUpdateTest.php
src/Functional/Update/Y2038SchemaUpdateTest.php
Functional/Update/Y2038SchemaUpdateTest.php
Update/Y2038SchemaUpdateTest.php
Y2038SchemaUpdateTest.php
core/modules/system/tests/src/Functional/Update/README.txt
modules/system/tests/src/Functional/Update/README.txt
system/tests/src/Functional/Update/README.txt
@@ -3765,6 +3765,7 @@ core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php
core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php
core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php
core/modules/system/tests/src/Functional/Update/Y2038SchemaUpdateTest.php
core/modules/system/tests/src/Functional/Update/README.txt
core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php
core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php
@@ -43230,6 +43230,12 @@ Espo/Tools/WorkingTime/ExtractorTest.php
Tools/WorkingTime/ExtractorTest.php
WorkingTime/ExtractorTest.php
ExtractorTest.php
tests/unit/Espo/Tools/Meeting/IcsTest.php
unit/Espo/Tools/Meeting/IcsTest.php
Espo/Tools/Meeting/IcsTest.php
Tools/Meeting/IcsTest.php
Meeting/IcsTest.php
IcsTest.php
tests/unit/Espo/Core/Utils/DataCacheTest.php
unit/Espo/Core/Utils/DataCacheTest.php
Espo/Core/Utils/DataCacheTest.php
@@ -6811,6 +6811,7 @@ tests/unit/Espo/Tools/MassUpdate/DataTest.php
tests/unit/Espo/Tools/MassUpdate/ValueMapPreparatorTest.php
tests/unit/Espo/Tools/WorkingTime/CalendarUtilityTest.php
tests/unit/Espo/Tools/WorkingTime/ExtractorTest.php
tests/unit/Espo/Tools/Meeting/IcsTest.php
tests/unit/Espo/Core/Utils/DataCacheTest.php
tests/unit/Espo/Core/Utils/ConfigTest.php
tests/unit/Espo/Core/Utils/JsonTest.php
@@ -743,6 +743,22 @@ view/template/total/tax.twig
template/total/tax.twig
total/tax.twig
tax.twig
upload/extension/opencart/admin/view/template/total/coupon_order.twig
extension/opencart/admin/view/template/total/coupon_order.twig
opencart/admin/view/template/total/coupon_order.twig
admin/view/template/total/coupon_order.twig
view/template/total/coupon_order.twig
template/total/coupon_order.twig
total/coupon_order.twig
coupon_order.twig
upload/extension/opencart/admin/view/template/total/reward_order.twig
extension/opencart/admin/view/template/total/reward_order.twig
opencart/admin/view/template/total/reward_order.twig
admin/view/template/total/reward_order.twig
view/template/total/reward_order.twig
template/total/reward_order.twig
total/reward_order.twig
reward_order.twig
upload/extension/opencart/admin/view/template/total/reward.twig
extension/opencart/admin/view/template/total/reward.twig
opencart/admin/view/template/total/reward.twig
@@ -114,6 +114,8 @@ upload/extension/opencart/admin/view/template/captcha/basic.twig
upload/extension/opencart/admin/view/template/total/total.twig
upload/extension/opencart/admin/view/template/total/low_order_fee.twig
upload/extension/opencart/admin/view/template/total/tax.twig
upload/extension/opencart/admin/view/template/total/coupon_order.twig
upload/extension/opencart/admin/view/template/total/reward_order.twig
upload/extension/opencart/admin/view/template/total/reward.twig
upload/extension/opencart/admin/view/template/total/shipping.twig
upload/extension/opencart/admin/view/template/total/credit.twig
@@ -10305,13 +10305,6 @@ Framework/DataAbstractionLayer/FieldSerializer/EmailFieldSerializerTest.php
DataAbstractionLayer/FieldSerializer/EmailFieldSerializerTest.php
FieldSerializer/EmailFieldSerializerTest.php
EmailFieldSerializerTest.php
tests/integration/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
integration/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
FieldSerializer/PriceFieldSerializerTest.php
PriceFieldSerializerTest.php
tests/integration/Core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializerTest.php
integration/Core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializerTest.php
Core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializerTest.php
@@ -23365,6 +23358,13 @@ Framework/DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializerTes
DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializerTest.php
FieldSerializer/PriceDefinitionFieldSerializerTest.php
PriceDefinitionFieldSerializerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
unit/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
FieldSerializer/PriceFieldSerializerTest.php
PriceFieldSerializerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializerTest.php
unit/Core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializerTest.php
Core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializerTest.php
@@ -1497,7 +1497,6 @@ tests/integration/Core/Framework/DataAbstractionLayer/VersionManagerTest.php
tests/integration/Core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidatorTest.php
tests/integration/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializerTest.php
tests/integration/Core/Framework/DataAbstractionLayer/FieldSerializer/EmailFieldSerializerTest.php
tests/integration/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
tests/integration/Core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializerTest.php
tests/integration/Core/Framework/DataAbstractionLayer/FieldSerializer/ReferenceVersionFieldSerializerTest.php
tests/integration/Core/Framework/DataAbstractionLayer/FieldSerializer/TranslatedFieldSerializerTest.php
@@ -3209,6 +3208,7 @@ tests/unit/Core/Framework/DataAbstractionLayer/EntityCollectionTest.php
tests/unit/Core/Framework/DataAbstractionLayer/VersionManagerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/CronIntervalFieldSerializerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/ManyToOneAssociationFieldSerializerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/DateIntervalFieldSerializerTest.php
@@ -818,6 +818,11 @@ js/expression-evaluation/changelog/42802-fix-watch-build-race-condition
expression-evaluation/changelog/42802-fix-watch-build-race-condition
changelog/42802-fix-watch-build-race-condition
42802-fix-watch-build-race-condition
packages/js/expression-evaluation/changelog/50047-fix-typos
js/expression-evaluation/changelog/50047-fix-typos
expression-evaluation/changelog/50047-fix-typos
changelog/50047-fix-typos
50047-fix-typos
packages/js/expression-evaluation/changelog/47156-dev-fix-build-error-build-style
js/expression-evaluation/changelog/47156-dev-fix-build-error-build-style
expression-evaluation/changelog/47156-dev-fix-build-error-build-style
@@ -1403,6 +1408,11 @@ js/product-editor/changelog/fix-49155
product-editor/changelog/fix-49155
changelog/fix-49155
fix-49155
packages/js/product-editor/changelog/fix-toggle-misspelling-in-class-names
js/product-editor/changelog/fix-toggle-misspelling-in-class-names
product-editor/changelog/fix-toggle-misspelling-in-class-names
changelog/fix-toggle-misspelling-in-class-names
fix-toggle-misspelling-in-class-names
packages/js/product-editor/changelog/update-product-editor-use-token-field-for-terms
js/product-editor/changelog/update-product-editor-use-token-field-for-terms
product-editor/changelog/update-product-editor-use-token-field-for-terms
@@ -1653,6 +1663,11 @@ js/product-editor/changelog/enhancement-47804
product-editor/changelog/enhancement-47804
changelog/enhancement-47804
enhancement-47804
packages/js/product-editor/changelog/fix-misspelling-in-noticeDimissed-ref
js/product-editor/changelog/fix-misspelling-in-noticeDimissed-ref
product-editor/changelog/fix-misspelling-in-noticeDimissed-ref
changelog/fix-misspelling-in-noticeDimissed-ref
fix-misspelling-in-noticeDimissed-ref
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-1st-block
js/product-editor/changelog/fix-product-editor-modal-block-editor-1st-block
product-editor/changelog/fix-product-editor-modal-block-editor-1st-block
@@ -9117,6 +9132,11 @@ packages/js/date/package.json
js/date/package.json
date/package.json
package.json
packages/js/date/changelog/50047-fix-typos
js/date/changelog/50047-fix-typos
date/changelog/50047-fix-typos
changelog/50047-fix-typos
50047-fix-typos
packages/js/date/changelog/fix-misspelling-in-inline-doc-packages-js
js/date/changelog/fix-misspelling-in-inline-doc-packages-js
date/changelog/fix-misspelling-in-inline-doc-packages-js
@@ -18870,6 +18890,16 @@ packages/js/number/package.json
js/number/package.json
number/package.json
package.json
packages/js/number/changelog/50047-fix-typos
js/number/changelog/50047-fix-typos
number/changelog/50047-fix-typos
changelog/50047-fix-typos
50047-fix-typos
packages/js/number/changelog/fix-misspelling-in-parse-number-tests
js/number/changelog/fix-misspelling-in-parse-number-tests
number/changelog/fix-misspelling-in-parse-number-tests
changelog/fix-misspelling-in-parse-number-tests
fix-misspelling-in-parse-number-tests
packages/js/number/changelog/50828-dev-constrain-pnpm-version
js/number/changelog/50828-dev-constrain-pnpm-version
number/changelog/50828-dev-constrain-pnpm-version
@@ -21350,6 +21380,10 @@ plugins/woocommerce-admin/changelog/fix-domain-substitution
woocommerce-admin/changelog/fix-domain-substitution
changelog/fix-domain-substitution
fix-domain-substitution
plugins/woocommerce-admin/changelog/50047-fix-typos
woocommerce-admin/changelog/50047-fix-typos
changelog/50047-fix-typos
50047-fix-typos
plugins/woocommerce-admin/changelog/fix-41476-payment-settings-woopayments-promo-subscriptions
woocommerce-admin/changelog/fix-41476-payment-settings-woopayments-promo-subscriptions
changelog/fix-41476-payment-settings-woopayments-promo-subscriptions
@@ -30783,6 +30817,14 @@ e2e/tests/product-collection/product-collection.block_theme.spec.ts
tests/product-collection/product-collection.block_theme.spec.ts
product-collection/product-collection.block_theme.spec.ts
product-collection.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/collections/collections.block_theme.spec.ts
woocommerce-blocks/tests/e2e/tests/product-collection/collections/collections.block_theme.spec.ts
tests/e2e/tests/product-collection/collections/collections.block_theme.spec.ts
e2e/tests/product-collection/collections/collections.block_theme.spec.ts
tests/product-collection/collections/collections.block_theme.spec.ts
product-collection/collections/collections.block_theme.spec.ts
collections/collections.block_theme.spec.ts
collections.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/inspector-controls/inspector-controls.block_theme.spec.ts
woocommerce-blocks/tests/e2e/tests/product-collection/inspector-controls/inspector-controls.block_theme.spec.ts
tests/e2e/tests/product-collection/inspector-controls/inspector-controls.block_theme.spec.ts
@@ -63730,6 +63772,10 @@ plugins/woocommerce/changelog/prep-post-release-tasks-9.1.4
woocommerce/changelog/prep-post-release-tasks-9.1.4
changelog/prep-post-release-tasks-9.1.4
prep-post-release-tasks-9.1.4
plugins/woocommerce/changelog/test-50444-collections
woocommerce/changelog/test-50444-collections
changelog/test-50444-collections
test-50444-collections
plugins/woocommerce/changelog/e2e-fix-waitForResponse-editor-navigation
woocommerce/changelog/e2e-fix-waitForResponse-editor-navigation
changelog/e2e-fix-waitForResponse-editor-navigation
@@ -63814,6 +63860,10 @@ plugins/woocommerce/changelog/fix-wcadmin-react18-createroot-addon-tour
woocommerce/changelog/fix-wcadmin-react18-createroot-addon-tour
changelog/fix-wcadmin-react18-createroot-addon-tour
fix-wcadmin-react18-createroot-addon-tour
plugins/woocommerce/changelog/fix-37602
woocommerce/changelog/fix-37602
changelog/fix-37602
fix-37602
plugins/woocommerce/changelog/50198-patch-13
woocommerce/changelog/50198-patch-13
changelog/50198-patch-13
@@ -63926,6 +63976,10 @@ plugins/woocommerce/changelog/46201-product-collection-sync-with-current-query-d
woocommerce/changelog/46201-product-collection-sync-with-current-query-doesnt-display-the-correct-products-in-the-specific-category-templates
changelog/46201-product-collection-sync-with-current-query-doesnt-display-the-correct-products-in-the-specific-category-templates
46201-product-collection-sync-with-current-query-doesnt-display-the-correct-products-in-the-specific-category-templates
plugins/woocommerce/changelog/50047-fix-typos
woocommerce/changelog/50047-fix-typos
changelog/50047-fix-typos
50047-fix-typos
plugins/woocommerce/changelog/add-49908_track_unit_tests
woocommerce/changelog/add-49908_track_unit_tests
changelog/add-49908_track_unit_tests
@@ -63954,6 +64008,10 @@ plugins/woocommerce/changelog/fix-wcadmin-react18-product-usage-notice-modal
woocommerce/changelog/fix-wcadmin-react18-product-usage-notice-modal
changelog/fix-wcadmin-react18-product-usage-notice-modal
fix-wcadmin-react18-product-usage-notice-modal
plugins/woocommerce/changelog/50876-fix-run-coupon-filter-on-empty
woocommerce/changelog/50876-fix-run-coupon-filter-on-empty
changelog/50876-fix-run-coupon-filter-on-empty
50876-fix-run-coupon-filter-on-empty
plugins/woocommerce/changelog/dev-fix-double-posting-review-comment
woocommerce/changelog/dev-fix-double-posting-review-comment
changelog/dev-fix-double-posting-review-comment
@@ -63970,6 +64028,10 @@ plugins/woocommerce/changelog/update-metrics-tests-utils-usage
woocommerce/changelog/update-metrics-tests-utils-usage
changelog/update-metrics-tests-utils-usage
update-metrics-tests-utils-usage
plugins/woocommerce/changelog/update-mobile-order-summary-styling-50635
woocommerce/changelog/update-mobile-order-summary-styling-50635
changelog/update-mobile-order-summary-styling-50635
update-mobile-order-summary-styling-50635
plugins/woocommerce/changelog/e2e-fix-product-attributes-block-editor-tests
woocommerce/changelog/e2e-fix-product-attributes-block-editor-tests
changelog/e2e-fix-product-attributes-block-editor-tests
@@ -64246,10 +64308,6 @@ plugins/woocommerce/changelog/50628-fix-add-to-cart-form-translation
woocommerce/changelog/50628-fix-add-to-cart-form-translation
changelog/50628-fix-add-to-cart-form-translation
50628-fix-add-to-cart-form-translation
plugins/woocommerce/changelog/50892-fix-translation-not-loading-for-new-shared-file
woocommerce/changelog/50892-fix-translation-not-loading-for-new-shared-file
changelog/50892-fix-translation-not-loading-for-new-shared-file
50892-fix-translation-not-loading-for-new-shared-file
plugins/woocommerce/changelog/fix-warning-related-to-customer-meta-field-without-class
woocommerce/changelog/fix-warning-related-to-customer-meta-field-without-class
changelog/fix-warning-related-to-customer-meta-field-without-class
@@ -64802,6 +64860,10 @@ plugins/woocommerce/changelog/fix-ci-metrics-job
woocommerce/changelog/fix-ci-metrics-job
changelog/fix-ci-metrics-job
fix-ci-metrics-job
plugins/woocommerce/changelog/fix-43576
woocommerce/changelog/fix-43576
changelog/fix-43576
fix-43576
plugins/woocommerce/changelog/fix-49578-new-attribute-filter-inspector-settings
woocommerce/changelog/fix-49578-new-attribute-filter-inspector-settings
changelog/fix-49578-new-attribute-filter-inspector-settings
@@ -72306,6 +72368,10 @@ plugins/woo-ai/changelog/bump-update-wordpress-env-to-9.0.7
woo-ai/changelog/bump-update-wordpress-env-to-9.0.7
changelog/bump-update-wordpress-env-to-9.0.7
bump-update-wordpress-env-to-9.0.7
plugins/woo-ai/changelog/50047-fix-typos
woo-ai/changelog/50047-fix-typos
changelog/50047-fix-typos
50047-fix-typos
plugins/woo-ai/changelog/dev-webpack-loaders-scannig-paths-tweaks
woo-ai/changelog/dev-webpack-loaders-scannig-paths-tweaks
changelog/dev-webpack-loaders-scannig-paths-tweaks
@@ -159,6 +159,7 @@ packages/js/expression-evaluation/composer.lock
packages/js/expression-evaluation/package.json
packages/js/expression-evaluation/changelog/42860-update-pnpm
packages/js/expression-evaluation/changelog/42802-fix-watch-build-race-condition
packages/js/expression-evaluation/changelog/50047-fix-typos
packages/js/expression-evaluation/changelog/47156-dev-fix-build-error-build-style
packages/js/expression-evaluation/changelog/43595-update-wireit-0.14.3
packages/js/expression-evaluation/changelog/47385-dev-update-pnpm9-1
@@ -278,6 +279,7 @@ packages/js/product-editor/changelog/fix-responsive-tabs
packages/js/product-editor/changelog/update-pft-populate-template-selector
packages/js/product-editor/changelog/dev-39647_update_validation_message_name_field
packages/js/product-editor/changelog/fix-49155
packages/js/product-editor/changelog/fix-toggle-misspelling-in-class-names
packages/js/product-editor/changelog/update-product-editor-use-token-field-for-terms
packages/js/product-editor/changelog/47385-dev-update-pnpm9-1
packages/js/product-editor/changelog/update-populate-attribute-terms-optimistically
@@ -328,6 +330,7 @@ packages/js/product-editor/changelog/add-47221_tracks_events_to_publish_dropdown
packages/js/product-editor/changelog/add-49721_add_readme_for_validators
packages/js/product-editor/changelog/add-47036
packages/js/product-editor/changelog/enhancement-47804
packages/js/product-editor/changelog/fix-misspelling-in-noticeDimissed-ref
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-1st-block
packages/js/product-editor/changelog/update-export-product-edits
packages/js/product-editor/changelog/fix-47788
@@ -1381,6 +1384,7 @@ packages/js/date/tsconfig-cjs.json
packages/js/date/tsconfig.json
packages/js/date/composer.lock
packages/js/date/package.json
packages/js/date/changelog/50047-fix-typos
packages/js/date/changelog/fix-misspelling-in-inline-doc-packages-js
packages/js/date/changelog/502820-fix-markdown-typos
packages/js/date/changelog/50828-dev-constrain-pnpm-version
@@ -3069,6 +3073,8 @@ packages/js/number/tsconfig-cjs.json
packages/js/number/tsconfig.json
packages/js/number/composer.lock
packages/js/number/package.json
packages/js/number/changelog/50047-fix-typos
packages/js/number/changelog/fix-misspelling-in-parse-number-tests
packages/js/number/changelog/50828-dev-constrain-pnpm-version
packages/js/number/changelog/.gitkeep
packages/js/number/typings/index.d.ts
@@ -3635,6 +3641,7 @@ plugins/woocommerce-admin/docs/layout.md
plugins/woocommerce-admin/docs/README.md
plugins/woocommerce-admin/changelog/42802-fix-watch-build-race-condition
plugins/woocommerce-admin/changelog/fix-domain-substitution
plugins/woocommerce-admin/changelog/50047-fix-typos
plugins/woocommerce-admin/changelog/fix-41476-payment-settings-woopayments-promo-subscriptions
plugins/woocommerce-admin/changelog/dev-bump-explat-client-version
plugins/woocommerce-admin/changelog/42698-cys-update-the-copy-for-the-offline-flow
@@ -5030,6 +5037,7 @@ plugins/woocommerce-blocks/tests/e2e/tests/local-pickup/local-pickup.merchant.bl
plugins/woocommerce-blocks/tests/e2e/tests/product-filters-overlay/product-filters-overlay-navigation.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-filters-overlay/product-filters-overlay-template-part.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/product-collection.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/collections/collections.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/inspector-controls/inspector-controls.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/product-collection.page.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/compatibility-layer.block_theme.spec.ts
@@ -9642,6 +9650,7 @@ plugins/woocommerce/changelog/fix-50543-additional-payments-use-default-gateways
plugins/woocommerce/changelog/fix-50815-default-props
plugins/woocommerce/changelog/49765-add-blueprint-rest-api-2
plugins/woocommerce/changelog/prep-post-release-tasks-9.1.4
plugins/woocommerce/changelog/test-50444-collections
plugins/woocommerce/changelog/e2e-fix-waitForResponse-editor-navigation
plugins/woocommerce/changelog/update-remote-logging-data
plugins/woocommerce/changelog/fix-49980-overlay-navigation-title-icon
@@ -9663,6 +9672,7 @@ plugins/woocommerce/changelog/update-enable-remote-logging
plugins/woocommerce/changelog/update-core-profiler-sticky-continue-button
plugins/woocommerce/changelog/update-lys-tour-meta
plugins/woocommerce/changelog/fix-wcadmin-react18-createroot-addon-tour
plugins/woocommerce/changelog/fix-37602
plugins/woocommerce/changelog/50198-patch-13
plugins/woocommerce/changelog/add-filter-woocommerce-should-clear-cart-after-payment
plugins/woocommerce/changelog/tweak-add-gtin-ld-json
@@ -9691,6 +9701,7 @@ plugins/woocommerce/changelog/48964-add-generic-queue
plugins/woocommerce/changelog/50363-48150-move-store-info-endpoint
plugins/woocommerce/changelog/dev-codesniffer-validate-psr4-autoloading
plugins/woocommerce/changelog/46201-product-collection-sync-with-current-query-doesnt-display-the-correct-products-in-the-specific-category-templates
plugins/woocommerce/changelog/50047-fix-typos
plugins/woocommerce/changelog/add-49908_track_unit_tests
plugins/woocommerce/changelog/e2e-fix-logo-picker-tests
plugins/woocommerce/changelog/50348-fix-improve-documentation
@@ -9698,10 +9709,12 @@ plugins/woocommerce/changelog/e2e-add-forbidOnly-config
plugins/woocommerce/changelog/fix-31664-stock-emails
plugins/woocommerce/changelog/update-no-html-arialabel
plugins/woocommerce/changelog/fix-wcadmin-react18-product-usage-notice-modal
plugins/woocommerce/changelog/50876-fix-run-coupon-filter-on-empty
plugins/woocommerce/changelog/dev-fix-double-posting-review-comment
plugins/woocommerce/changelog/48862-product-collection-trigger-wc-blocks_product_list_rendered-js-event
plugins/woocommerce/changelog/revert-zoom-out-feature
plugins/woocommerce/changelog/update-metrics-tests-utils-usage
plugins/woocommerce/changelog/update-mobile-order-summary-styling-50635
plugins/woocommerce/changelog/e2e-fix-product-attributes-block-editor-tests
plugins/woocommerce/changelog/update-wcpay-task-to-use-default-specs
plugins/woocommerce/changelog/dev-42636_update_view_when_changing_input
@@ -9771,7 +9784,6 @@ plugins/woocommerce/changelog/50372-48150-move-patterns-endpoint
plugins/woocommerce/changelog/50218-add-sdk-for-feature-usage-control
plugins/woocommerce/changelog/e2e-add-environment-reporter
plugins/woocommerce/changelog/50628-fix-add-to-cart-form-translation
plugins/woocommerce/changelog/50892-fix-translation-not-loading-for-new-shared-file
plugins/woocommerce/changelog/fix-warning-related-to-customer-meta-field-without-class
plugins/woocommerce/changelog/tweak-bump-jetpack-connection
plugins/woocommerce/changelog/50424-fix-store-alerts-action-keys
@@ -9910,6 +9922,7 @@ plugins/woocommerce/changelog/49214-fix-remove-active-shipping-zone-check-cart-p
plugins/woocommerce/changelog/refactor-pc-remove-automatic-migration
plugins/woocommerce/changelog/update-product-task
plugins/woocommerce/changelog/fix-ci-metrics-job
plugins/woocommerce/changelog/fix-43576
plugins/woocommerce/changelog/fix-49578-new-attribute-filter-inspector-settings
plugins/woocommerce/changelog/49961-update-server-caching-link
plugins/woocommerce/changelog/fix-action-scheduler-blocking
@@ -11086,6 +11099,7 @@ plugins/woo-ai/assets/images/icons/magic.svg
plugins/woo-ai/changelog/request-json-response-name-suggestions
plugins/woo-ai/changelog/dev-babel-loader-jest-caching
plugins/woo-ai/changelog/bump-update-wordpress-env-to-9.0.7
plugins/woo-ai/changelog/50047-fix-typos
plugins/woo-ai/changelog/dev-webpack-loaders-scannig-paths-tweaks
plugins/woo-ai/changelog/dev-try-faster-building-zip
plugins/woo-ai/changelog/47385-dev-update-pnpm9-1
@@ -4887,6 +4887,9 @@ class-wp-html-processor-state.php
wp-includes/html-api/class-wp-html-open-elements.php
html-api/class-wp-html-open-elements.php
class-wp-html-open-elements.php
wp-includes/html-api/class-wp-html-doctype-info.php
html-api/class-wp-html-doctype-info.php
class-wp-html-doctype-info.php
wp-includes/html-api/class-wp-html-attribute-token.php
html-api/class-wp-html-attribute-token.php
class-wp-html-attribute-token.php
@@ -1306,6 +1306,7 @@ wp-includes/class-wp-block-bindings-source.php
wp-includes/html-api/class-wp-html-tag-processor.php
wp-includes/html-api/class-wp-html-processor-state.php
wp-includes/html-api/class-wp-html-open-elements.php
wp-includes/html-api/class-wp-html-doctype-info.php
wp-includes/html-api/class-wp-html-attribute-token.php
wp-includes/html-api/class-wp-html-stack-event.php
wp-includes/html-api/class-wp-html-active-formatting-elements.php