[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2024-06-16 10:03:43 +00:00
parent 1480384169
commit 6eb7ba168a
16 changed files with 2130 additions and 1083 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{ {
"Jwt secrets update": { "Jwt secrets update": {
"last_update": 1718528586 "last_update": 1718532201
}, },
"Trickest wordlist update": { "Trickest wordlist update": {
"last_update": 1718445808 "last_update": 1718532213
} }
} }
@@ -1,12 +1,32 @@
.eslintrc.js .eslintrc.js
.prettierrc.json .prettierrc.json
cla.md cla.md
.changeset/popular-bees-press.md
popular-bees-press.md
.changeset/polite-elephants-juggle.md
polite-elephants-juggle.md
.changeset/slimy-jeans-shout.md
slimy-jeans-shout.md
.changeset/sharp-swans-try.md
sharp-swans-try.md
.changeset/witty-papayas-promise.md .changeset/witty-papayas-promise.md
witty-papayas-promise.md witty-papayas-promise.md
.changeset/hot-cherries-tap.md
hot-cherries-tap.md
.changeset/nine-weeks-pay.md
nine-weeks-pay.md
.changeset/twenty-seahorses-drop.md
twenty-seahorses-drop.md
.changeset/config.json .changeset/config.json
config.json config.json
.changeset/silly-emus-kick.md
silly-emus-kick.md
.changeset/new-squids-argue.md .changeset/new-squids-argue.md
new-squids-argue.md new-squids-argue.md
.changeset/strong-otters-bake.md
strong-otters-bake.md
.changeset/dry-shrimps-reply.md
dry-shrimps-reply.md
api/tsconfig.json api/tsconfig.json
tsconfig.json tsconfig.json
api/src/types/services.ts api/src/types/services.ts
@@ -2615,11 +2635,21 @@ src/telemetry/utils/get-user-item-count.test.ts
telemetry/utils/get-user-item-count.test.ts telemetry/utils/get-user-item-count.test.ts
utils/get-user-item-count.test.ts utils/get-user-item-count.test.ts
get-user-item-count.test.ts get-user-item-count.test.ts
api/src/telemetry/utils/get-field-count.test.ts
src/telemetry/utils/get-field-count.test.ts
telemetry/utils/get-field-count.test.ts
utils/get-field-count.test.ts
get-field-count.test.ts
api/src/telemetry/utils/get-user-counts-by-roles.test.ts api/src/telemetry/utils/get-user-counts-by-roles.test.ts
src/telemetry/utils/get-user-counts-by-roles.test.ts src/telemetry/utils/get-user-counts-by-roles.test.ts
telemetry/utils/get-user-counts-by-roles.test.ts telemetry/utils/get-user-counts-by-roles.test.ts
utils/get-user-counts-by-roles.test.ts utils/get-user-counts-by-roles.test.ts
get-user-counts-by-roles.test.ts get-user-counts-by-roles.test.ts
api/src/telemetry/utils/get-filesize-sum.ts
src/telemetry/utils/get-filesize-sum.ts
telemetry/utils/get-filesize-sum.ts
utils/get-filesize-sum.ts
get-filesize-sum.ts
api/src/telemetry/utils/get-role-counts-by-users.ts api/src/telemetry/utils/get-role-counts-by-users.ts
src/telemetry/utils/get-role-counts-by-users.ts src/telemetry/utils/get-role-counts-by-users.ts
telemetry/utils/get-role-counts-by-users.ts telemetry/utils/get-role-counts-by-users.ts
@@ -2675,6 +2705,11 @@ src/telemetry/utils/should-check-user-limits.ts
telemetry/utils/should-check-user-limits.ts telemetry/utils/should-check-user-limits.ts
utils/should-check-user-limits.ts utils/should-check-user-limits.ts
should-check-user-limits.ts should-check-user-limits.ts
api/src/telemetry/utils/get-filesize-sum.test.ts
src/telemetry/utils/get-filesize-sum.test.ts
telemetry/utils/get-filesize-sum.test.ts
utils/get-filesize-sum.test.ts
get-filesize-sum.test.ts
api/src/telemetry/utils/get-role-counts-by-roles.test.ts api/src/telemetry/utils/get-role-counts-by-roles.test.ts
src/telemetry/utils/get-role-counts-by-roles.test.ts src/telemetry/utils/get-role-counts-by-roles.test.ts
telemetry/utils/get-role-counts-by-roles.test.ts telemetry/utils/get-role-counts-by-roles.test.ts
@@ -1,9 +1,19 @@
.eslintrc.js .eslintrc.js
.prettierrc.json .prettierrc.json
cla.md cla.md
.changeset/popular-bees-press.md
.changeset/polite-elephants-juggle.md
.changeset/slimy-jeans-shout.md
.changeset/sharp-swans-try.md
.changeset/witty-papayas-promise.md .changeset/witty-papayas-promise.md
.changeset/hot-cherries-tap.md
.changeset/nine-weeks-pay.md
.changeset/twenty-seahorses-drop.md
.changeset/config.json .changeset/config.json
.changeset/silly-emus-kick.md
.changeset/new-squids-argue.md .changeset/new-squids-argue.md
.changeset/strong-otters-bake.md
.changeset/dry-shrimps-reply.md
api/tsconfig.json api/tsconfig.json
api/src/types/services.ts api/src/types/services.ts
api/src/types/graphql.ts api/src/types/graphql.ts
@@ -556,7 +566,9 @@ api/src/telemetry/utils/get-role-counts-by-users.test.ts
api/src/telemetry/utils/should-check-user-limits.test.ts api/src/telemetry/utils/should-check-user-limits.test.ts
api/src/telemetry/utils/get-random-wait-time.test.ts api/src/telemetry/utils/get-random-wait-time.test.ts
api/src/telemetry/utils/get-user-item-count.test.ts api/src/telemetry/utils/get-user-item-count.test.ts
api/src/telemetry/utils/get-field-count.test.ts
api/src/telemetry/utils/get-user-counts-by-roles.test.ts api/src/telemetry/utils/get-user-counts-by-roles.test.ts
api/src/telemetry/utils/get-filesize-sum.ts
api/src/telemetry/utils/get-role-counts-by-users.ts api/src/telemetry/utils/get-role-counts-by-users.ts
api/src/telemetry/utils/get-random-wait-time.ts api/src/telemetry/utils/get-random-wait-time.ts
api/src/telemetry/utils/get-extension-count.test.ts api/src/telemetry/utils/get-extension-count.test.ts
@@ -568,6 +580,7 @@ api/src/telemetry/utils/get-field-count.ts
api/src/telemetry/utils/get-user-count.ts api/src/telemetry/utils/get-user-count.ts
api/src/telemetry/utils/get-user-count.test.ts api/src/telemetry/utils/get-user-count.test.ts
api/src/telemetry/utils/should-check-user-limits.ts api/src/telemetry/utils/should-check-user-limits.ts
api/src/telemetry/utils/get-filesize-sum.test.ts
api/src/telemetry/utils/get-role-counts-by-roles.test.ts api/src/telemetry/utils/get-role-counts-by-roles.test.ts
api/src/telemetry/utils/get-user-item-count.ts api/src/telemetry/utils/get-user-item-count.ts
api/src/telemetry/index.ts api/src/telemetry/index.ts
@@ -82628,6 +82628,13 @@ FunctionalTests/Core/Recipe/RecipeCommandTest.php
Core/Recipe/RecipeCommandTest.php Core/Recipe/RecipeCommandTest.php
Recipe/RecipeCommandTest.php Recipe/RecipeCommandTest.php
RecipeCommandTest.php RecipeCommandTest.php
core/tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php
tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php
Drupal/FunctionalTests/Core/Recipe/RollbackTest.php
FunctionalTests/Core/Recipe/RollbackTest.php
Core/Recipe/RollbackTest.php
Recipe/RollbackTest.php
RollbackTest.php
core/tests/Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php core/tests/Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php
tests/Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php tests/Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php
Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php
@@ -85579,13 +85586,6 @@ KernelTests/Core/Recipe/PermissionsPerBundleTest.php
Core/Recipe/PermissionsPerBundleTest.php Core/Recipe/PermissionsPerBundleTest.php
Recipe/PermissionsPerBundleTest.php Recipe/PermissionsPerBundleTest.php
PermissionsPerBundleTest.php PermissionsPerBundleTest.php
core/tests/Drupal/KernelTests/Core/Recipe/RollbackTest.php
tests/Drupal/KernelTests/Core/Recipe/RollbackTest.php
Drupal/KernelTests/Core/Recipe/RollbackTest.php
KernelTests/Core/Recipe/RollbackTest.php
Core/Recipe/RollbackTest.php
Recipe/RollbackTest.php
RollbackTest.php
core/tests/Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php core/tests/Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php
tests/Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php tests/Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php
Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php
@@ -11897,6 +11897,7 @@ core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php
core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php
core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php
core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
core/tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php
core/tests/Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php core/tests/Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php
core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeTestTrait.php core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeTestTrait.php
core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php
@@ -12332,7 +12333,6 @@ core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php
core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php
core/tests/Drupal/KernelTests/Core/Recipe/ConfigValidationTest.php core/tests/Drupal/KernelTests/Core/Recipe/ConfigValidationTest.php
core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php
core/tests/Drupal/KernelTests/Core/Recipe/RollbackTest.php
core/tests/Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php core/tests/Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php
core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php
core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php
@@ -6253,6 +6253,9 @@ _unreleased/2024-06-11-change-migration-selection-mode.md
changelog/_unreleased/2024-05-27-validate-input-of-the-options-before-searching-variant.md changelog/_unreleased/2024-05-27-validate-input-of-the-options-before-searching-variant.md
_unreleased/2024-05-27-validate-input-of-the-options-before-searching-variant.md _unreleased/2024-05-27-validate-input-of-the-options-before-searching-variant.md
2024-05-27-validate-input-of-the-options-before-searching-variant.md 2024-05-27-validate-input-of-the-options-before-searching-variant.md
changelog/_unreleased/2024-06-05-fix-the-inability-to-use-admin-order-when-the-system-default-language-is-not-available-in-the-sales-channel.md
_unreleased/2024-06-05-fix-the-inability-to-use-admin-order-when-the-system-default-language-is-not-available-in-the-sales-channel.md
2024-06-05-fix-the-inability-to-use-admin-order-when-the-system-default-language-is-not-available-in-the-sales-channel.md
changelog/_unreleased/2024-06-13-scalar-type-serialization-while-import.md changelog/_unreleased/2024-06-13-scalar-type-serialization-while-import.md
_unreleased/2024-06-13-scalar-type-serialization-while-import.md _unreleased/2024-06-13-scalar-type-serialization-while-import.md
2024-06-13-scalar-type-serialization-while-import.md 2024-06-13-scalar-type-serialization-while-import.md
@@ -6343,6 +6346,9 @@ _unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
changelog/_unreleased/2024-06-04-fix-shipping-costs-can-not-changes-after-order-is-submitted.md changelog/_unreleased/2024-06-04-fix-shipping-costs-can-not-changes-after-order-is-submitted.md
_unreleased/2024-06-04-fix-shipping-costs-can-not-changes-after-order-is-submitted.md _unreleased/2024-06-04-fix-shipping-costs-can-not-changes-after-order-is-submitted.md
2024-06-04-fix-shipping-costs-can-not-changes-after-order-is-submitted.md 2024-06-04-fix-shipping-costs-can-not-changes-after-order-is-submitted.md
changelog/_unreleased/2024-06-14-fix-self-referencing-parents.md
_unreleased/2024-06-14-fix-self-referencing-parents.md
2024-06-14-fix-self-referencing-parents.md
changelog/_unreleased/2024-06-04-changed-default-recipient-for-mails-send-via-the-flow-builder-on-the-product-review-send-trigger.md changelog/_unreleased/2024-06-04-changed-default-recipient-for-mails-send-via-the-flow-builder-on-the-product-review-send-trigger.md
_unreleased/2024-06-04-changed-default-recipient-for-mails-send-via-the-flow-builder-on-the-product-review-send-trigger.md _unreleased/2024-06-04-changed-default-recipient-for-mails-send-via-the-flow-builder-on-the-product-review-send-trigger.md
2024-06-04-changed-default-recipient-for-mails-send-via-the-flow-builder-on-the-product-review-send-trigger.md 2024-06-04-changed-default-recipient-for-mails-send-via-the-flow-builder-on-the-product-review-send-trigger.md
@@ -6358,6 +6364,9 @@ _unreleased/2024-05-27-add-technical-name-to-import-export-profiles.md
changelog/_unreleased/2024-06-05-move-routing-overwrite.md changelog/_unreleased/2024-06-05-move-routing-overwrite.md
_unreleased/2024-06-05-move-routing-overwrite.md _unreleased/2024-06-05-move-routing-overwrite.md
2024-06-05-move-routing-overwrite.md 2024-06-05-move-routing-overwrite.md
changelog/_unreleased/2024-06-04-currency-dependent-pricing-modal-is-broken.md
_unreleased/2024-06-04-currency-dependent-pricing-modal-is-broken.md
2024-06-04-currency-dependent-pricing-modal-is-broken.md
changelog/_unreleased/2023-10-01-fix-admin-grid-headline-actions-resize.md changelog/_unreleased/2023-10-01-fix-admin-grid-headline-actions-resize.md
_unreleased/2023-10-01-fix-admin-grid-headline-actions-resize.md _unreleased/2023-10-01-fix-admin-grid-headline-actions-resize.md
2023-10-01-fix-admin-grid-headline-actions-resize.md 2023-10-01-fix-admin-grid-headline-actions-resize.md
@@ -48159,6 +48168,17 @@ component/form/sw-radio-field/index.js
form/sw-radio-field/index.js form/sw-radio-field/index.js
sw-radio-field/index.js sw-radio-field/index.js
index.js index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.spec.js
Administration/Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.spec.js
Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.spec.js
app/administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.spec.js
administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.spec.js
src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.spec.js
app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.spec.js
component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.spec.js
form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.spec.js
sw-maintain-currencies-modal/sw-maintain-currencies-modal.spec.js
sw-maintain-currencies-modal.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.scss src/Administration/Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.scss
Administration/Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.scss Administration/Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.scss
Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.scss Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.scss
@@ -81177,13 +81197,6 @@ Test/DataAbstractionLayer/Dbal/TreeIndexerTest.php
DataAbstractionLayer/Dbal/TreeIndexerTest.php DataAbstractionLayer/Dbal/TreeIndexerTest.php
Dbal/TreeIndexerTest.php Dbal/TreeIndexerTest.php
TreeIndexerTest.php TreeIndexerTest.php
src/Core/Framework/Test/DataAbstractionLayer/Dbal/EntityForeignKeyResolverTest.php
Core/Framework/Test/DataAbstractionLayer/Dbal/EntityForeignKeyResolverTest.php
Framework/Test/DataAbstractionLayer/Dbal/EntityForeignKeyResolverTest.php
Test/DataAbstractionLayer/Dbal/EntityForeignKeyResolverTest.php
DataAbstractionLayer/Dbal/EntityForeignKeyResolverTest.php
Dbal/EntityForeignKeyResolverTest.php
EntityForeignKeyResolverTest.php
src/Core/Framework/Test/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelperTest.php src/Core/Framework/Test/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelperTest.php
Core/Framework/Test/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelperTest.php Core/Framework/Test/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelperTest.php
Framework/Test/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelperTest.php Framework/Test/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelperTest.php
@@ -86045,6 +86058,13 @@ DataAbstractionLayer/Write/Validation/Validator.php
Write/Validation/Validator.php Write/Validation/Validator.php
Validation/Validator.php Validation/Validator.php
Validator.php Validator.php
src/Core/Framework/DataAbstractionLayer/Write/Validation/ParentRelationValidator.php
Core/Framework/DataAbstractionLayer/Write/Validation/ParentRelationValidator.php
Framework/DataAbstractionLayer/Write/Validation/ParentRelationValidator.php
DataAbstractionLayer/Write/Validation/ParentRelationValidator.php
Write/Validation/ParentRelationValidator.php
Validation/ParentRelationValidator.php
ParentRelationValidator.php
src/Core/Framework/DataAbstractionLayer/Write/WriteParameterBag.php src/Core/Framework/DataAbstractionLayer/Write/WriteParameterBag.php
Core/Framework/DataAbstractionLayer/Write/WriteParameterBag.php Core/Framework/DataAbstractionLayer/Write/WriteParameterBag.php
Framework/DataAbstractionLayer/Write/WriteParameterBag.php Framework/DataAbstractionLayer/Write/WriteParameterBag.php
@@ -117536,6 +117556,13 @@ DataAbstractionLayer/Dbal/FieldResolver/ManyToOneAssociationFieldResolverTest.ph
Dbal/FieldResolver/ManyToOneAssociationFieldResolverTest.php Dbal/FieldResolver/ManyToOneAssociationFieldResolverTest.php
FieldResolver/ManyToOneAssociationFieldResolverTest.php FieldResolver/ManyToOneAssociationFieldResolverTest.php
ManyToOneAssociationFieldResolverTest.php ManyToOneAssociationFieldResolverTest.php
tests/integration/Core/Framework/DataAbstractionLayer/Dbal/EntityForeignKeyResolverTest.php
integration/Core/Framework/DataAbstractionLayer/Dbal/EntityForeignKeyResolverTest.php
Core/Framework/DataAbstractionLayer/Dbal/EntityForeignKeyResolverTest.php
Framework/DataAbstractionLayer/Dbal/EntityForeignKeyResolverTest.php
DataAbstractionLayer/Dbal/EntityForeignKeyResolverTest.php
Dbal/EntityForeignKeyResolverTest.php
EntityForeignKeyResolverTest.php
tests/integration/Core/Framework/DataAbstractionLayer/fixture/schema.sql tests/integration/Core/Framework/DataAbstractionLayer/fixture/schema.sql
integration/Core/Framework/DataAbstractionLayer/fixture/schema.sql integration/Core/Framework/DataAbstractionLayer/fixture/schema.sql
Core/Framework/DataAbstractionLayer/fixture/schema.sql Core/Framework/DataAbstractionLayer/fixture/schema.sql
@@ -131348,6 +131375,14 @@ DataAbstractionLayer/Write/Validation/PreWriteValidationEventTest.php
Write/Validation/PreWriteValidationEventTest.php Write/Validation/PreWriteValidationEventTest.php
Validation/PreWriteValidationEventTest.php Validation/PreWriteValidationEventTest.php
PreWriteValidationEventTest.php PreWriteValidationEventTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Write/Validation/ParentRelationValidatorTest.php
unit/Core/Framework/DataAbstractionLayer/Write/Validation/ParentRelationValidatorTest.php
Core/Framework/DataAbstractionLayer/Write/Validation/ParentRelationValidatorTest.php
Framework/DataAbstractionLayer/Write/Validation/ParentRelationValidatorTest.php
DataAbstractionLayer/Write/Validation/ParentRelationValidatorTest.php
Write/Validation/ParentRelationValidatorTest.php
Validation/ParentRelationValidatorTest.php
ParentRelationValidatorTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Write/Validation/PostWriteValidationEventTest.php tests/unit/Core/Framework/DataAbstractionLayer/Write/Validation/PostWriteValidationEventTest.php
unit/Core/Framework/DataAbstractionLayer/Write/Validation/PostWriteValidationEventTest.php unit/Core/Framework/DataAbstractionLayer/Write/Validation/PostWriteValidationEventTest.php
Core/Framework/DataAbstractionLayer/Write/Validation/PostWriteValidationEventTest.php Core/Framework/DataAbstractionLayer/Write/Validation/PostWriteValidationEventTest.php
@@ -2099,6 +2099,7 @@ changelog/_unreleased/2024-04-18-fix-verify-user-modal.md
changelog/_unreleased/2024-01-16-improve-alert-color-contrast-and-accessibility.md changelog/_unreleased/2024-01-16-improve-alert-color-contrast-and-accessibility.md
changelog/_unreleased/2024-06-11-change-migration-selection-mode.md changelog/_unreleased/2024-06-11-change-migration-selection-mode.md
changelog/_unreleased/2024-05-27-validate-input-of-the-options-before-searching-variant.md changelog/_unreleased/2024-05-27-validate-input-of-the-options-before-searching-variant.md
changelog/_unreleased/2024-06-05-fix-the-inability-to-use-admin-order-when-the-system-default-language-is-not-available-in-the-sales-channel.md
changelog/_unreleased/2024-06-13-scalar-type-serialization-while-import.md changelog/_unreleased/2024-06-13-scalar-type-serialization-while-import.md
changelog/_unreleased/2024-05-23-disable-icon-cache-for-the-wishlist-product-box.md changelog/_unreleased/2024-05-23-disable-icon-cache-for-the-wishlist-product-box.md
changelog/_unreleased/2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md changelog/_unreleased/2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md
@@ -2129,11 +2130,13 @@ changelog/_unreleased/2024-05-29-slotid-apiaware.md
changelog/_unreleased/2024-03-22-update-register-from-validation.md changelog/_unreleased/2024-03-22-update-register-from-validation.md
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
changelog/_unreleased/2024-06-04-fix-shipping-costs-can-not-changes-after-order-is-submitted.md changelog/_unreleased/2024-06-04-fix-shipping-costs-can-not-changes-after-order-is-submitted.md
changelog/_unreleased/2024-06-14-fix-self-referencing-parents.md
changelog/_unreleased/2024-06-04-changed-default-recipient-for-mails-send-via-the-flow-builder-on-the-product-review-send-trigger.md changelog/_unreleased/2024-06-04-changed-default-recipient-for-mails-send-via-the-flow-builder-on-the-product-review-send-trigger.md
changelog/_unreleased/2024-06-04-improve-rating-widget-accessibility-and-add-alt-texts.md changelog/_unreleased/2024-06-04-improve-rating-widget-accessibility-and-add-alt-texts.md
changelog/_unreleased/2024-06-11-fix-attribute-compiler-pass.md changelog/_unreleased/2024-06-11-fix-attribute-compiler-pass.md
changelog/_unreleased/2024-05-27-add-technical-name-to-import-export-profiles.md changelog/_unreleased/2024-05-27-add-technical-name-to-import-export-profiles.md
changelog/_unreleased/2024-06-05-move-routing-overwrite.md changelog/_unreleased/2024-06-05-move-routing-overwrite.md
changelog/_unreleased/2024-06-04-currency-dependent-pricing-modal-is-broken.md
changelog/_unreleased/2023-10-01-fix-admin-grid-headline-actions-resize.md changelog/_unreleased/2023-10-01-fix-admin-grid-headline-actions-resize.md
changelog/release-6-4-8-1/2022-02-11-fixed-theme-field-custom-renderer.md changelog/release-6-4-8-1/2022-02-11-fixed-theme-field-custom-renderer.md
changelog/release-6-4-8-1/2022-02-11-fixed-exception-on-missing-theme-value.md changelog/release-6-4-8-1/2022-02-11-fixed-exception-on-missing-theme-value.md
@@ -7806,6 +7809,7 @@ src/Administration/Resources/app/administration/src/app/component/form/sw-radio-
src/Administration/Resources/app/administration/src/app/component/form/sw-radio-field/sw-radio-field.html.twig src/Administration/Resources/app/administration/src/app/component/form/sw-radio-field/sw-radio-field.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-radio-field/sw-radio-field.scss src/Administration/Resources/app/administration/src/app/component/form/sw-radio-field/sw-radio-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-radio-field/index.js src/Administration/Resources/app/administration/src/app/component/form/sw-radio-field/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.scss src/Administration/Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/index.js src/Administration/Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.html.twig src/Administration/Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.html.twig
@@ -11983,7 +11987,6 @@ src/Core/Framework/Test/DataAbstractionLayer/Dbal/ChildCountIndexerTest.php
src/Core/Framework/Test/DataAbstractionLayer/Dbal/RepositoryIteratorTest.php src/Core/Framework/Test/DataAbstractionLayer/Dbal/RepositoryIteratorTest.php
src/Core/Framework/Test/DataAbstractionLayer/Dbal/FieldAccessorBuilder/PriceFieldAccessorBuilderTest.php src/Core/Framework/Test/DataAbstractionLayer/Dbal/FieldAccessorBuilder/PriceFieldAccessorBuilderTest.php
src/Core/Framework/Test/DataAbstractionLayer/Dbal/TreeIndexerTest.php src/Core/Framework/Test/DataAbstractionLayer/Dbal/TreeIndexerTest.php
src/Core/Framework/Test/DataAbstractionLayer/Dbal/EntityForeignKeyResolverTest.php
src/Core/Framework/Test/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelperTest.php src/Core/Framework/Test/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelperTest.php
src/Core/Framework/Test/RemoveDeprecatedServicesPass.php src/Core/Framework/Test/RemoveDeprecatedServicesPass.php
src/Core/Framework/Store/StoreException.php src/Core/Framework/Store/StoreException.php
@@ -12684,6 +12687,7 @@ src/Core/Framework/DataAbstractionLayer/Write/Validation/RestrictDeleteViolation
src/Core/Framework/DataAbstractionLayer/Write/Validation/PreWriteValidationEvent.php src/Core/Framework/DataAbstractionLayer/Write/Validation/PreWriteValidationEvent.php
src/Core/Framework/DataAbstractionLayer/Write/Validation/LockValidator.php src/Core/Framework/DataAbstractionLayer/Write/Validation/LockValidator.php
src/Core/Framework/DataAbstractionLayer/Write/Validation/Validator.php src/Core/Framework/DataAbstractionLayer/Write/Validation/Validator.php
src/Core/Framework/DataAbstractionLayer/Write/Validation/ParentRelationValidator.php
src/Core/Framework/DataAbstractionLayer/Write/WriteParameterBag.php src/Core/Framework/DataAbstractionLayer/Write/WriteParameterBag.php
src/Core/Framework/DataAbstractionLayer/Write/PrimaryKeyBag.php src/Core/Framework/DataAbstractionLayer/Write/PrimaryKeyBag.php
src/Core/Framework/DataAbstractionLayer/Write/CloneBehavior.php src/Core/Framework/DataAbstractionLayer/Write/CloneBehavior.php
@@ -17299,6 +17303,7 @@ tests/integration/Core/Framework/DataAbstractionLayer/Field/JsonFieldTest.php
tests/integration/Core/Framework/DataAbstractionLayer/Field/RemoteAddressFieldTest.php tests/integration/Core/Framework/DataAbstractionLayer/Field/RemoteAddressFieldTest.php
tests/integration/Core/Framework/DataAbstractionLayer/Dbal/EntityWriteGatewayTest.php tests/integration/Core/Framework/DataAbstractionLayer/Dbal/EntityWriteGatewayTest.php
tests/integration/Core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToOneAssociationFieldResolverTest.php tests/integration/Core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToOneAssociationFieldResolverTest.php
tests/integration/Core/Framework/DataAbstractionLayer/Dbal/EntityForeignKeyResolverTest.php
tests/integration/Core/Framework/DataAbstractionLayer/fixture/schema.sql tests/integration/Core/Framework/DataAbstractionLayer/fixture/schema.sql
tests/integration/Core/Framework/DataAbstractionLayer/fixture/AttributeEntityAgg.php tests/integration/Core/Framework/DataAbstractionLayer/fixture/AttributeEntityAgg.php
tests/integration/Core/Framework/DataAbstractionLayer/fixture/AttributeEntity.php tests/integration/Core/Framework/DataAbstractionLayer/fixture/AttributeEntity.php
@@ -19142,6 +19147,7 @@ tests/unit/Core/Framework/DataAbstractionLayer/Search/Aggregation/Bucket/BucketA
tests/unit/Core/Framework/DataAbstractionLayer/Search/Parser/QueryStringParserTest.php tests/unit/Core/Framework/DataAbstractionLayer/Search/Parser/QueryStringParserTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Search/Query/ScoreQueryTest.php tests/unit/Core/Framework/DataAbstractionLayer/Search/Query/ScoreQueryTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Write/Validation/PreWriteValidationEventTest.php tests/unit/Core/Framework/DataAbstractionLayer/Write/Validation/PreWriteValidationEventTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Write/Validation/ParentRelationValidatorTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Write/Validation/PostWriteValidationEventTest.php tests/unit/Core/Framework/DataAbstractionLayer/Write/Validation/PostWriteValidationEventTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Write/EntityWriteResultFactoryTest.php tests/unit/Core/Framework/DataAbstractionLayer/Write/EntityWriteResultFactoryTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Write/WriteInputValidatorTest.php tests/unit/Core/Framework/DataAbstractionLayer/Write/WriteInputValidatorTest.php
@@ -5632,6 +5632,12 @@ apache/catalina/realm/TestJNDIRealmIntegration.java
catalina/realm/TestJNDIRealmIntegration.java catalina/realm/TestJNDIRealmIntegration.java
realm/TestJNDIRealmIntegration.java realm/TestJNDIRealmIntegration.java
TestJNDIRealmIntegration.java TestJNDIRealmIntegration.java
test/org/apache/catalina/realm/TestDataSourceRealm.java
org/apache/catalina/realm/TestDataSourceRealm.java
apache/catalina/realm/TestDataSourceRealm.java
catalina/realm/TestDataSourceRealm.java
realm/TestDataSourceRealm.java
TestDataSourceRealm.java
test/org/apache/catalina/realm/TestJNDIRealmAttributeValueEscape.java test/org/apache/catalina/realm/TestJNDIRealmAttributeValueEscape.java
org/apache/catalina/realm/TestJNDIRealmAttributeValueEscape.java org/apache/catalina/realm/TestJNDIRealmAttributeValueEscape.java
apache/catalina/realm/TestJNDIRealmAttributeValueEscape.java apache/catalina/realm/TestJNDIRealmAttributeValueEscape.java
@@ -973,6 +973,7 @@ test/org/apache/catalina/authenticator/jaspic/TesterMessageInfo.java
test/org/apache/catalina/authenticator/TesterCallbackHandlerImpl.java test/org/apache/catalina/authenticator/TesterCallbackHandlerImpl.java
test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java test/org/apache/catalina/authenticator/TestJaspicCallbackHandlerInAuthenticator.java
test/org/apache/catalina/realm/TestJNDIRealmIntegration.java test/org/apache/catalina/realm/TestJNDIRealmIntegration.java
test/org/apache/catalina/realm/TestDataSourceRealm.java
test/org/apache/catalina/realm/TestJNDIRealmAttributeValueEscape.java test/org/apache/catalina/realm/TestJNDIRealmAttributeValueEscape.java
test/org/apache/catalina/realm/TestRealmBase.java test/org/apache/catalina/realm/TestRealmBase.java
test/org/apache/catalina/realm/TestMessageDigestCredentialHandler.java test/org/apache/catalina/realm/TestMessageDigestCredentialHandler.java
@@ -4423,6 +4423,11 @@ js/extend-cart-checkout-block/changelog/.gitkeep
extend-cart-checkout-block/changelog/.gitkeep extend-cart-checkout-block/changelog/.gitkeep
changelog/.gitkeep changelog/.gitkeep
.gitkeep .gitkeep
packages/js/extend-cart-checkout-block/changelog/update-extend-cart-checkout-template
js/extend-cart-checkout-block/changelog/update-extend-cart-checkout-template
extend-cart-checkout-block/changelog/update-extend-cart-checkout-template
changelog/update-extend-cart-checkout-template
update-extend-cart-checkout-template
packages/js/extend-cart-checkout-block/changelog/dev-sync-pnpm packages/js/extend-cart-checkout-block/changelog/dev-sync-pnpm
js/extend-cart-checkout-block/changelog/dev-sync-pnpm js/extend-cart-checkout-block/changelog/dev-sync-pnpm
extend-cart-checkout-block/changelog/dev-sync-pnpm extend-cart-checkout-block/changelog/dev-sync-pnpm
@@ -12573,6 +12578,11 @@ js/product-editor/changelog/add-placeholder-taxonomy
product-editor/changelog/add-placeholder-taxonomy product-editor/changelog/add-placeholder-taxonomy
changelog/add-placeholder-taxonomy changelog/add-placeholder-taxonomy
add-placeholder-taxonomy add-placeholder-taxonomy
packages/js/product-editor/changelog/fix-product-editor-max-upload-size
js/product-editor/changelog/fix-product-editor-max-upload-size
product-editor/changelog/fix-product-editor-max-upload-size
changelog/fix-product-editor-max-upload-size
fix-product-editor-max-upload-size
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-add-crash packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-add-crash
js/product-editor/changelog/fix-product-editor-modal-block-editor-add-crash js/product-editor/changelog/fix-product-editor-modal-block-editor-add-crash
product-editor/changelog/fix-product-editor-modal-block-editor-add-crash product-editor/changelog/fix-product-editor-modal-block-editor-add-crash
@@ -19521,6 +19531,10 @@ plugins/woocommerce/changelog/update-product-editor-variation-move-pricing-field
woocommerce/changelog/update-product-editor-variation-move-pricing-fields woocommerce/changelog/update-product-editor-variation-move-pricing-fields
changelog/update-product-editor-variation-move-pricing-fields changelog/update-product-editor-variation-move-pricing-fields
update-product-editor-variation-move-pricing-fields update-product-editor-variation-move-pricing-fields
plugins/woocommerce/changelog/pr-47700
woocommerce/changelog/pr-47700
changelog/pr-47700
pr-47700
plugins/woocommerce/changelog/47875-clean-up-eslint-comments plugins/woocommerce/changelog/47875-clean-up-eslint-comments
woocommerce/changelog/47875-clean-up-eslint-comments woocommerce/changelog/47875-clean-up-eslint-comments
changelog/47875-clean-up-eslint-comments changelog/47875-clean-up-eslint-comments
@@ -19549,6 +19563,10 @@ plugins/woocommerce/changelog/48202-update-intro-tour-copy
woocommerce/changelog/48202-update-intro-tour-copy woocommerce/changelog/48202-update-intro-tour-copy
changelog/48202-update-intro-tour-copy changelog/48202-update-intro-tour-copy
48202-update-intro-tour-copy 48202-update-intro-tour-copy
plugins/woocommerce/changelog/48374-fix-label-improvement-on-my-orders
woocommerce/changelog/48374-fix-label-improvement-on-my-orders
changelog/48374-fix-label-improvement-on-my-orders
48374-fix-label-improvement-on-my-orders
plugins/woocommerce/changelog/48205-fix-cys-crash-homepage plugins/woocommerce/changelog/48205-fix-cys-crash-homepage
woocommerce/changelog/48205-fix-cys-crash-homepage woocommerce/changelog/48205-fix-cys-crash-homepage
changelog/48205-fix-cys-crash-homepage changelog/48205-fix-cys-crash-homepage
@@ -19561,6 +19579,10 @@ plugins/woocommerce/changelog/fix-blocktemplatescontroller-bootstrap
woocommerce/changelog/fix-blocktemplatescontroller-bootstrap woocommerce/changelog/fix-blocktemplatescontroller-bootstrap
changelog/fix-blocktemplatescontroller-bootstrap changelog/fix-blocktemplatescontroller-bootstrap
fix-blocktemplatescontroller-bootstrap fix-blocktemplatescontroller-bootstrap
plugins/woocommerce/changelog/fix-32346
woocommerce/changelog/fix-32346
changelog/fix-32346
fix-32346
plugins/woocommerce/changelog/48358-48252-homepage-hover-header-footer plugins/woocommerce/changelog/48358-48252-homepage-hover-header-footer
woocommerce/changelog/48358-48252-homepage-hover-header-footer woocommerce/changelog/48358-48252-homepage-hover-header-footer
changelog/48358-48252-homepage-hover-header-footer changelog/48358-48252-homepage-hover-header-footer
@@ -19637,6 +19659,10 @@ plugins/woocommerce/changelog/fix-40871
woocommerce/changelog/fix-40871 woocommerce/changelog/fix-40871
changelog/fix-40871 changelog/fix-40871
fix-40871 fix-40871
plugins/woocommerce/changelog/47722-fix-flaky-e2e-test-logo-picker
woocommerce/changelog/47722-fix-flaky-e2e-test-logo-picker
changelog/47722-fix-flaky-e2e-test-logo-picker
47722-fix-flaky-e2e-test-logo-picker
plugins/woocommerce/changelog/update-lys-feature-flag-on plugins/woocommerce/changelog/update-lys-feature-flag-on
woocommerce/changelog/update-lys-feature-flag-on woocommerce/changelog/update-lys-feature-flag-on
changelog/update-lys-feature-flag-on changelog/update-lys-feature-flag-on
@@ -19685,6 +19711,10 @@ plugins/woocommerce/changelog/enhance-optimize-text-wrapping-prevent-orphans
woocommerce/changelog/enhance-optimize-text-wrapping-prevent-orphans woocommerce/changelog/enhance-optimize-text-wrapping-prevent-orphans
changelog/enhance-optimize-text-wrapping-prevent-orphans changelog/enhance-optimize-text-wrapping-prevent-orphans
enhance-optimize-text-wrapping-prevent-orphans enhance-optimize-text-wrapping-prevent-orphans
plugins/woocommerce/changelog/48467-47577-cys-full-composability-update-the-default-patterns-in-the-assembler-1
woocommerce/changelog/48467-47577-cys-full-composability-update-the-default-patterns-in-the-assembler-1
changelog/48467-47577-cys-full-composability-update-the-default-patterns-in-the-assembler-1
48467-47577-cys-full-composability-update-the-default-patterns-in-the-assembler-1
plugins/woocommerce/changelog/e2e-fix-flaky-merchant-create-variable plugins/woocommerce/changelog/e2e-fix-flaky-merchant-create-variable
woocommerce/changelog/e2e-fix-flaky-merchant-create-variable woocommerce/changelog/e2e-fix-flaky-merchant-create-variable
changelog/e2e-fix-flaky-merchant-create-variable changelog/e2e-fix-flaky-merchant-create-variable
@@ -19709,6 +19739,10 @@ plugins/woocommerce/changelog/e2e-fix-analytics-data-spec-disable-task-list-remi
woocommerce/changelog/e2e-fix-analytics-data-spec-disable-task-list-reminder woocommerce/changelog/e2e-fix-analytics-data-spec-disable-task-list-reminder
changelog/e2e-fix-analytics-data-spec-disable-task-list-reminder changelog/e2e-fix-analytics-data-spec-disable-task-list-reminder
e2e-fix-analytics-data-spec-disable-task-list-reminder e2e-fix-analytics-data-spec-disable-task-list-reminder
plugins/woocommerce/changelog/tests-fix-core-api-tests-results-path
woocommerce/changelog/tests-fix-core-api-tests-results-path
changelog/tests-fix-core-api-tests-results-path
tests-fix-core-api-tests-results-path
plugins/woocommerce/changelog/e2e-call_new_report_workflow plugins/woocommerce/changelog/e2e-call_new_report_workflow
woocommerce/changelog/e2e-call_new_report_workflow woocommerce/changelog/e2e-call_new_report_workflow
changelog/e2e-call_new_report_workflow changelog/e2e-call_new_report_workflow
@@ -19741,6 +19775,10 @@ plugins/woocommerce/changelog/fix-46997
woocommerce/changelog/fix-46997 woocommerce/changelog/fix-46997
changelog/fix-46997 changelog/fix-46997
fix-46997 fix-46997
plugins/woocommerce/changelog/remove-filter-on-gettext-to-edit-comments-screen-title
woocommerce/changelog/remove-filter-on-gettext-to-edit-comments-screen-title
changelog/remove-filter-on-gettext-to-edit-comments-screen-title
remove-filter-on-gettext-to-edit-comments-screen-title
plugins/woocommerce/changelog/fix-47108 plugins/woocommerce/changelog/fix-47108
woocommerce/changelog/fix-47108 woocommerce/changelog/fix-47108
changelog/fix-47108 changelog/fix-47108
@@ -19945,6 +19983,10 @@ plugins/woocommerce/changelog/fix-33077-fix-2-products-added-to-cart-geolocate-w
woocommerce/changelog/fix-33077-fix-2-products-added-to-cart-geolocate-with-caching woocommerce/changelog/fix-33077-fix-2-products-added-to-cart-geolocate-with-caching
changelog/fix-33077-fix-2-products-added-to-cart-geolocate-with-caching changelog/fix-33077-fix-2-products-added-to-cart-geolocate-with-caching
fix-33077-fix-2-products-added-to-cart-geolocate-with-caching fix-33077-fix-2-products-added-to-cart-geolocate-with-caching
plugins/woocommerce/changelog/fix-checkout-width
woocommerce/changelog/fix-checkout-width
changelog/fix-checkout-width
fix-checkout-width
plugins/woocommerce/changelog/47636-fix-46274-product-gallery-error-on-revisit-page plugins/woocommerce/changelog/47636-fix-46274-product-gallery-error-on-revisit-page
woocommerce/changelog/47636-fix-46274-product-gallery-error-on-revisit-page woocommerce/changelog/47636-fix-46274-product-gallery-error-on-revisit-page
changelog/47636-fix-46274-product-gallery-error-on-revisit-page changelog/47636-fix-46274-product-gallery-error-on-revisit-page
@@ -20005,6 +20047,10 @@ plugins/woocommerce/changelog/47904-e2e-remove-confusing-utilities
woocommerce/changelog/47904-e2e-remove-confusing-utilities woocommerce/changelog/47904-e2e-remove-confusing-utilities
changelog/47904-e2e-remove-confusing-utilities changelog/47904-e2e-remove-confusing-utilities
47904-e2e-remove-confusing-utilities 47904-e2e-remove-confusing-utilities
plugins/woocommerce/changelog/47594-feat-47037-enable-block-customizations-for-the-parent-block
woocommerce/changelog/47594-feat-47037-enable-block-customizations-for-the-parent-block
changelog/47594-feat-47037-enable-block-customizations-for-the-parent-block
47594-feat-47037-enable-block-customizations-for-the-parent-block
plugins/woocommerce/changelog/add-separator-to-terms plugins/woocommerce/changelog/add-separator-to-terms
woocommerce/changelog/add-separator-to-terms woocommerce/changelog/add-separator-to-terms
changelog/add-separator-to-terms changelog/add-separator-to-terms
@@ -809,6 +809,7 @@ packages/js/extend-cart-checkout-block/CHANGELOG.md
packages/js/extend-cart-checkout-block/changelog/47385-dev-update-pnpm9-1 packages/js/extend-cart-checkout-block/changelog/47385-dev-update-pnpm9-1
packages/js/extend-cart-checkout-block/changelog/dev-update-pnpm-8.6.5 packages/js/extend-cart-checkout-block/changelog/dev-update-pnpm-8.6.5
packages/js/extend-cart-checkout-block/changelog/.gitkeep packages/js/extend-cart-checkout-block/changelog/.gitkeep
packages/js/extend-cart-checkout-block/changelog/update-extend-cart-checkout-template
packages/js/extend-cart-checkout-block/changelog/dev-sync-pnpm packages/js/extend-cart-checkout-block/changelog/dev-sync-pnpm
packages/js/extend-cart-checkout-block/changelog/bump-js-packages-php-version packages/js/extend-cart-checkout-block/changelog/bump-js-packages-php-version
packages/js/extend-cart-checkout-block/changelog/42860-update-pnpm packages/js/extend-cart-checkout-block/changelog/42860-update-pnpm
@@ -2200,6 +2201,7 @@ packages/js/product-editor/changelog/dev-47357_request_terms_conditionally
packages/js/product-editor/changelog/update-introduce-attributes-combobox-control packages/js/product-editor/changelog/update-introduce-attributes-combobox-control
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-1st-block packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-1st-block
packages/js/product-editor/changelog/add-placeholder-taxonomy packages/js/product-editor/changelog/add-placeholder-taxonomy
packages/js/product-editor/changelog/fix-product-editor-max-upload-size
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-add-crash packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-add-crash
packages/js/product-editor/changelog/update-fix-performance-issues-in-attributes-modal packages/js/product-editor/changelog/update-fix-performance-issues-in-attributes-modal
packages/js/product-editor/changelog/update-replace-with-combobox packages/js/product-editor/changelog/update-replace-with-combobox
@@ -3215,6 +3217,7 @@ plugins/woocommerce/changelog/enhancement-47804
plugins/woocommerce/changelog/add-add-experimental-suffix-to-experimental-blocks plugins/woocommerce/changelog/add-add-experimental-suffix-to-experimental-blocks
plugins/woocommerce/changelog/dev-core-profiler-xstate-v5 plugins/woocommerce/changelog/dev-core-profiler-xstate-v5
plugins/woocommerce/changelog/update-product-editor-variation-move-pricing-fields plugins/woocommerce/changelog/update-product-editor-variation-move-pricing-fields
plugins/woocommerce/changelog/pr-47700
plugins/woocommerce/changelog/47875-clean-up-eslint-comments plugins/woocommerce/changelog/47875-clean-up-eslint-comments
plugins/woocommerce/changelog/fix-47949-set-getPreviousDate-default-previous-year plugins/woocommerce/changelog/fix-47949-set-getPreviousDate-default-previous-year
plugins/woocommerce/changelog/fix-30659-rest-api-attribute-updates plugins/woocommerce/changelog/fix-30659-rest-api-attribute-updates
@@ -3222,9 +3225,11 @@ plugins/woocommerce/changelog/47866-dev-remove-feature-plugin-and-flags
plugins/woocommerce/changelog/fix-tracker-load plugins/woocommerce/changelog/fix-tracker-load
plugins/woocommerce/changelog/47701-dev-remove-block-phase-experimental plugins/woocommerce/changelog/47701-dev-remove-block-phase-experimental
plugins/woocommerce/changelog/48202-update-intro-tour-copy plugins/woocommerce/changelog/48202-update-intro-tour-copy
plugins/woocommerce/changelog/48374-fix-label-improvement-on-my-orders
plugins/woocommerce/changelog/48205-fix-cys-crash-homepage plugins/woocommerce/changelog/48205-fix-cys-crash-homepage
plugins/woocommerce/changelog/enhancement-46491 plugins/woocommerce/changelog/enhancement-46491
plugins/woocommerce/changelog/fix-blocktemplatescontroller-bootstrap plugins/woocommerce/changelog/fix-blocktemplatescontroller-bootstrap
plugins/woocommerce/changelog/fix-32346
plugins/woocommerce/changelog/48358-48252-homepage-hover-header-footer plugins/woocommerce/changelog/48358-48252-homepage-hover-header-footer
plugins/woocommerce/changelog/e2e-fix-merchant-tests-create-page-post plugins/woocommerce/changelog/e2e-fix-merchant-tests-create-page-post
plugins/woocommerce/changelog/fix-related-products-options plugins/woocommerce/changelog/fix-related-products-options
@@ -3244,6 +3249,7 @@ plugins/woocommerce/changelog/fix-36138-rest-attribute-name
plugins/woocommerce/changelog/fix-46990-wcBlocksConfig-productCount plugins/woocommerce/changelog/fix-46990-wcBlocksConfig-productCount
plugins/woocommerce/changelog/fix-orders-responsive-ui plugins/woocommerce/changelog/fix-orders-responsive-ui
plugins/woocommerce/changelog/fix-40871 plugins/woocommerce/changelog/fix-40871
plugins/woocommerce/changelog/47722-fix-flaky-e2e-test-logo-picker
plugins/woocommerce/changelog/update-lys-feature-flag-on plugins/woocommerce/changelog/update-lys-feature-flag-on
plugins/woocommerce/changelog/47602-performance-replace-classnames-usage-with-clsx plugins/woocommerce/changelog/47602-performance-replace-classnames-usage-with-clsx
plugins/woocommerce/changelog/48325-fix-prepare-variation-boejct plugins/woocommerce/changelog/48325-fix-prepare-variation-boejct
@@ -3256,12 +3262,14 @@ plugins/woocommerce/changelog/ci-merge-blocks-e2e
plugins/woocommerce/changelog/48095-47395-patterns-allow-tracking-modal plugins/woocommerce/changelog/48095-47395-patterns-allow-tracking-modal
plugins/woocommerce/changelog/48016-fix-flakiness-checkout-block-and-lys plugins/woocommerce/changelog/48016-fix-flakiness-checkout-block-and-lys
plugins/woocommerce/changelog/enhance-optimize-text-wrapping-prevent-orphans plugins/woocommerce/changelog/enhance-optimize-text-wrapping-prevent-orphans
plugins/woocommerce/changelog/48467-47577-cys-full-composability-update-the-default-patterns-in-the-assembler-1
plugins/woocommerce/changelog/e2e-fix-flaky-merchant-create-variable plugins/woocommerce/changelog/e2e-fix-flaky-merchant-create-variable
plugins/woocommerce/changelog/fix-44271 plugins/woocommerce/changelog/fix-44271
plugins/woocommerce/changelog/fix-36773 plugins/woocommerce/changelog/fix-36773
plugins/woocommerce/changelog/fix-product-price-ancestors plugins/woocommerce/changelog/fix-product-price-ancestors
plugins/woocommerce/changelog/fix-attr-lookup-cli-tool plugins/woocommerce/changelog/fix-attr-lookup-cli-tool
plugins/woocommerce/changelog/e2e-fix-analytics-data-spec-disable-task-list-reminder plugins/woocommerce/changelog/e2e-fix-analytics-data-spec-disable-task-list-reminder
plugins/woocommerce/changelog/tests-fix-core-api-tests-results-path
plugins/woocommerce/changelog/e2e-call_new_report_workflow plugins/woocommerce/changelog/e2e-call_new_report_workflow
plugins/woocommerce/changelog/update-lys-feedback-track plugins/woocommerce/changelog/update-lys-feedback-track
plugins/woocommerce/changelog/48129-fix-cys-playground plugins/woocommerce/changelog/48129-fix-cys-playground
@@ -3270,6 +3278,7 @@ plugins/woocommerce/changelog/48465-48438-tooltip-shuffle-delete-buttons
plugins/woocommerce/changelog/fix-42927-registering-blocks-in-categories-warning plugins/woocommerce/changelog/fix-42927-registering-blocks-in-categories-warning
plugins/woocommerce/changelog/43414-product-collection-hide-products-beta-from-inserter plugins/woocommerce/changelog/43414-product-collection-hide-products-beta-from-inserter
plugins/woocommerce/changelog/fix-46997 plugins/woocommerce/changelog/fix-46997
plugins/woocommerce/changelog/remove-filter-on-gettext-to-edit-comments-screen-title
plugins/woocommerce/changelog/fix-47108 plugins/woocommerce/changelog/fix-47108
plugins/woocommerce/changelog/47643-fix-woocommerce.com-single-license-activation plugins/woocommerce/changelog/47643-fix-woocommerce.com-single-license-activation
plugins/woocommerce/changelog/fix-lys-footer-banner plugins/woocommerce/changelog/fix-lys-footer-banner
@@ -3321,6 +3330,7 @@ plugins/woocommerce/changelog/add-tracks-unit-tests-improvements
plugins/woocommerce/changelog/dev-46765_modify_product_editor_error_snackbar plugins/woocommerce/changelog/dev-46765_modify_product_editor_error_snackbar
plugins/woocommerce/changelog/47306-add-patterns-from-ptk plugins/woocommerce/changelog/47306-add-patterns-from-ptk
plugins/woocommerce/changelog/fix-33077-fix-2-products-added-to-cart-geolocate-with-caching plugins/woocommerce/changelog/fix-33077-fix-2-products-added-to-cart-geolocate-with-caching
plugins/woocommerce/changelog/fix-checkout-width
plugins/woocommerce/changelog/47636-fix-46274-product-gallery-error-on-revisit-page plugins/woocommerce/changelog/47636-fix-46274-product-gallery-error-on-revisit-page
plugins/woocommerce/changelog/update-pft-populate-template-selector plugins/woocommerce/changelog/update-pft-populate-template-selector
plugins/woocommerce/changelog/48227-48179-tracking-redirect-same-section plugins/woocommerce/changelog/48227-48179-tracking-redirect-same-section
@@ -3336,6 +3346,7 @@ plugins/woocommerce/changelog/47546-47545-cys-full-composability-ensure-that-the
plugins/woocommerce/changelog/fix-27247-missing-zoom-in-variable-products-with-no-cover plugins/woocommerce/changelog/fix-27247-missing-zoom-in-variable-products-with-no-cover
plugins/woocommerce/changelog/update-block-templates-documentation plugins/woocommerce/changelog/update-block-templates-documentation
plugins/woocommerce/changelog/47904-e2e-remove-confusing-utilities plugins/woocommerce/changelog/47904-e2e-remove-confusing-utilities
plugins/woocommerce/changelog/47594-feat-47037-enable-block-customizations-for-the-parent-block
plugins/woocommerce/changelog/add-separator-to-terms plugins/woocommerce/changelog/add-separator-to-terms
plugins/woocommerce/changelog/test-adding-woocommerce-blocks plugins/woocommerce/changelog/test-adding-woocommerce-blocks
plugins/woocommerce/changelog/fix-40841 plugins/woocommerce/changelog/fix-40841
@@ -20470,6 +20470,34 @@ Form/fields/FieldGroupPermissions/FieldGroupPermissionsInput.vue
fields/FieldGroupPermissions/FieldGroupPermissionsInput.vue fields/FieldGroupPermissions/FieldGroupPermissionsInput.vue
FieldGroupPermissions/FieldGroupPermissionsInput.vue FieldGroupPermissions/FieldGroupPermissionsInput.vue
FieldGroupPermissionsInput.vue FieldGroupPermissionsInput.vue
app/frontend/apps/desktop/components/Form/fields/FieldSecurity/FieldSecurityInput.vue
frontend/apps/desktop/components/Form/fields/FieldSecurity/FieldSecurityInput.vue
apps/desktop/components/Form/fields/FieldSecurity/FieldSecurityInput.vue
desktop/components/Form/fields/FieldSecurity/FieldSecurityInput.vue
components/Form/fields/FieldSecurity/FieldSecurityInput.vue
Form/fields/FieldSecurity/FieldSecurityInput.vue
fields/FieldSecurity/FieldSecurityInput.vue
FieldSecurity/FieldSecurityInput.vue
FieldSecurityInput.vue
app/frontend/apps/desktop/components/Form/fields/FieldSecurity/index.ts
frontend/apps/desktop/components/Form/fields/FieldSecurity/index.ts
apps/desktop/components/Form/fields/FieldSecurity/index.ts
desktop/components/Form/fields/FieldSecurity/index.ts
components/Form/fields/FieldSecurity/index.ts
Form/fields/FieldSecurity/index.ts
fields/FieldSecurity/index.ts
FieldSecurity/index.ts
index.ts
app/frontend/apps/desktop/components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
frontend/apps/desktop/components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
apps/desktop/components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
desktop/components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
FieldSecurity/__tests__/FieldSecurity.spec.ts
__tests__/FieldSecurity.spec.ts
FieldSecurity.spec.ts
app/frontend/apps/desktop/components/Form/fields/FieldCustomer/FieldCustomerOptionIcon.vue app/frontend/apps/desktop/components/Form/fields/FieldCustomer/FieldCustomerOptionIcon.vue
frontend/apps/desktop/components/Form/fields/FieldCustomer/FieldCustomerOptionIcon.vue frontend/apps/desktop/components/Form/fields/FieldCustomer/FieldCustomerOptionIcon.vue
apps/desktop/components/Form/fields/FieldCustomer/FieldCustomerOptionIcon.vue apps/desktop/components/Form/fields/FieldCustomer/FieldCustomerOptionIcon.vue
@@ -24449,6 +24477,13 @@ desktop/initializer/assets/logo.svg
initializer/assets/logo.svg initializer/assets/logo.svg
assets/logo.svg assets/logo.svg
logo.svg logo.svg
app/frontend/apps/desktop/initializer/assets/lock.svg
frontend/apps/desktop/initializer/assets/lock.svg
apps/desktop/initializer/assets/lock.svg
desktop/initializer/assets/lock.svg
initializer/assets/lock.svg
assets/lock.svg
lock.svg
app/frontend/apps/desktop/initializer/assets/arrow-bar-right.svg app/frontend/apps/desktop/initializer/assets/arrow-bar-right.svg
frontend/apps/desktop/initializer/assets/arrow-bar-right.svg frontend/apps/desktop/initializer/assets/arrow-bar-right.svg
apps/desktop/initializer/assets/arrow-bar-right.svg apps/desktop/initializer/assets/arrow-bar-right.svg
@@ -24638,6 +24673,13 @@ desktop/initializer/assets/box-arrow-in-right.svg
initializer/assets/box-arrow-in-right.svg initializer/assets/box-arrow-in-right.svg
assets/box-arrow-in-right.svg assets/box-arrow-in-right.svg
box-arrow-in-right.svg box-arrow-in-right.svg
app/frontend/apps/desktop/initializer/assets/patch-check.svg
frontend/apps/desktop/initializer/assets/patch-check.svg
apps/desktop/initializer/assets/patch-check.svg
desktop/initializer/assets/patch-check.svg
initializer/assets/patch-check.svg
assets/patch-check.svg
patch-check.svg
app/frontend/apps/desktop/initializer/assets/wrench.svg app/frontend/apps/desktop/initializer/assets/wrench.svg
frontend/apps/desktop/initializer/assets/wrench.svg frontend/apps/desktop/initializer/assets/wrench.svg
apps/desktop/initializer/assets/wrench.svg apps/desktop/initializer/assets/wrench.svg
@@ -24890,6 +24932,13 @@ desktop/initializer/assets/search.svg
initializer/assets/search.svg initializer/assets/search.svg
assets/search.svg assets/search.svg
search.svg search.svg
app/frontend/apps/desktop/initializer/assets/unlock.svg
frontend/apps/desktop/initializer/assets/unlock.svg
apps/desktop/initializer/assets/unlock.svg
desktop/initializer/assets/unlock.svg
initializer/assets/unlock.svg
assets/unlock.svg
unlock.svg
app/frontend/apps/desktop/initializer/assets/chevron-up.svg app/frontend/apps/desktop/initializer/assets/chevron-up.svg
frontend/apps/desktop/initializer/assets/chevron-up.svg frontend/apps/desktop/initializer/assets/chevron-up.svg
apps/desktop/initializer/assets/chevron-up.svg apps/desktop/initializer/assets/chevron-up.svg
@@ -24897,6 +24946,13 @@ desktop/initializer/assets/chevron-up.svg
initializer/assets/chevron-up.svg initializer/assets/chevron-up.svg
assets/chevron-up.svg assets/chevron-up.svg
chevron-up.svg chevron-up.svg
app/frontend/apps/desktop/initializer/assets/patch-x.svg
frontend/apps/desktop/initializer/assets/patch-x.svg
apps/desktop/initializer/assets/patch-x.svg
desktop/initializer/assets/patch-x.svg
initializer/assets/patch-x.svg
assets/patch-x.svg
patch-x.svg
app/frontend/apps/desktop/initializer/assets/arrows-collapse.svg app/frontend/apps/desktop/initializer/assets/arrows-collapse.svg
frontend/apps/desktop/initializer/assets/arrows-collapse.svg frontend/apps/desktop/initializer/assets/arrows-collapse.svg
apps/desktop/initializer/assets/arrows-collapse.svg apps/desktop/initializer/assets/arrows-collapse.svg
@@ -25692,6 +25748,34 @@ Form/fields/FieldAutoComplete/FieldAutoCompleteInputDialog.vue
fields/FieldAutoComplete/FieldAutoCompleteInputDialog.vue fields/FieldAutoComplete/FieldAutoCompleteInputDialog.vue
FieldAutoComplete/FieldAutoCompleteInputDialog.vue FieldAutoComplete/FieldAutoCompleteInputDialog.vue
FieldAutoCompleteInputDialog.vue FieldAutoCompleteInputDialog.vue
app/frontend/apps/mobile/components/Form/fields/FieldSecurity/FieldSecurityInput.vue
frontend/apps/mobile/components/Form/fields/FieldSecurity/FieldSecurityInput.vue
apps/mobile/components/Form/fields/FieldSecurity/FieldSecurityInput.vue
mobile/components/Form/fields/FieldSecurity/FieldSecurityInput.vue
components/Form/fields/FieldSecurity/FieldSecurityInput.vue
Form/fields/FieldSecurity/FieldSecurityInput.vue
fields/FieldSecurity/FieldSecurityInput.vue
FieldSecurity/FieldSecurityInput.vue
FieldSecurityInput.vue
app/frontend/apps/mobile/components/Form/fields/FieldSecurity/index.ts
frontend/apps/mobile/components/Form/fields/FieldSecurity/index.ts
apps/mobile/components/Form/fields/FieldSecurity/index.ts
mobile/components/Form/fields/FieldSecurity/index.ts
components/Form/fields/FieldSecurity/index.ts
Form/fields/FieldSecurity/index.ts
fields/FieldSecurity/index.ts
FieldSecurity/index.ts
index.ts
app/frontend/apps/mobile/components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
frontend/apps/mobile/components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
apps/mobile/components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
mobile/components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
FieldSecurity/__tests__/FieldSecurity.spec.ts
__tests__/FieldSecurity.spec.ts
FieldSecurity.spec.ts
app/frontend/apps/mobile/components/Form/fields/FieldCustomer/FieldCustomerOptionIcon.vue app/frontend/apps/mobile/components/Form/fields/FieldCustomer/FieldCustomerOptionIcon.vue
frontend/apps/mobile/components/Form/fields/FieldCustomer/FieldCustomerOptionIcon.vue frontend/apps/mobile/components/Form/fields/FieldCustomer/FieldCustomerOptionIcon.vue
apps/mobile/components/Form/fields/FieldCustomer/FieldCustomerOptionIcon.vue apps/mobile/components/Form/fields/FieldCustomer/FieldCustomerOptionIcon.vue
@@ -31960,14 +32044,14 @@ fields/FieldList/__tests__/FieldList.spec.ts
FieldList/__tests__/FieldList.spec.ts FieldList/__tests__/FieldList.spec.ts
__tests__/FieldList.spec.ts __tests__/FieldList.spec.ts
FieldList.spec.ts FieldList.spec.ts
app/frontend/shared/components/Form/fields/FieldSecurity/FieldSecurity.vue app/frontend/shared/components/Form/fields/FieldSecurity/useFieldSecurity.ts
frontend/shared/components/Form/fields/FieldSecurity/FieldSecurity.vue frontend/shared/components/Form/fields/FieldSecurity/useFieldSecurity.ts
shared/components/Form/fields/FieldSecurity/FieldSecurity.vue shared/components/Form/fields/FieldSecurity/useFieldSecurity.ts
components/Form/fields/FieldSecurity/FieldSecurity.vue components/Form/fields/FieldSecurity/useFieldSecurity.ts
Form/fields/FieldSecurity/FieldSecurity.vue Form/fields/FieldSecurity/useFieldSecurity.ts
fields/FieldSecurity/FieldSecurity.vue fields/FieldSecurity/useFieldSecurity.ts
FieldSecurity/FieldSecurity.vue FieldSecurity/useFieldSecurity.ts
FieldSecurity.vue useFieldSecurity.ts
app/frontend/shared/components/Form/fields/FieldSecurity/types.ts app/frontend/shared/components/Form/fields/FieldSecurity/types.ts
frontend/shared/components/Form/fields/FieldSecurity/types.ts frontend/shared/components/Form/fields/FieldSecurity/types.ts
shared/components/Form/fields/FieldSecurity/types.ts shared/components/Form/fields/FieldSecurity/types.ts
@@ -31976,23 +32060,6 @@ Form/fields/FieldSecurity/types.ts
fields/FieldSecurity/types.ts fields/FieldSecurity/types.ts
FieldSecurity/types.ts FieldSecurity/types.ts
types.ts types.ts
app/frontend/shared/components/Form/fields/FieldSecurity/index.ts
frontend/shared/components/Form/fields/FieldSecurity/index.ts
shared/components/Form/fields/FieldSecurity/index.ts
components/Form/fields/FieldSecurity/index.ts
Form/fields/FieldSecurity/index.ts
fields/FieldSecurity/index.ts
FieldSecurity/index.ts
index.ts
app/frontend/shared/components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
frontend/shared/components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
shared/components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
FieldSecurity/__tests__/FieldSecurity.spec.ts
__tests__/FieldSecurity.spec.ts
FieldSecurity.spec.ts
app/frontend/shared/components/Form/fields/FieldGroup/index.ts app/frontend/shared/components/Form/fields/FieldGroup/index.ts
frontend/shared/components/Form/fields/FieldGroup/index.ts frontend/shared/components/Form/fields/FieldGroup/index.ts
shared/components/Form/fields/FieldGroup/index.ts shared/components/Form/fields/FieldGroup/index.ts
@@ -4464,6 +4464,9 @@ app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/types.ts
app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/index.ts app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/index.ts
app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/__tests__/FieldGroupPermissions.spec.ts app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/__tests__/FieldGroupPermissions.spec.ts
app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/FieldGroupPermissionsInput.vue app/frontend/apps/desktop/components/Form/fields/FieldGroupPermissions/FieldGroupPermissionsInput.vue
app/frontend/apps/desktop/components/Form/fields/FieldSecurity/FieldSecurityInput.vue
app/frontend/apps/desktop/components/Form/fields/FieldSecurity/index.ts
app/frontend/apps/desktop/components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
app/frontend/apps/desktop/components/Form/fields/FieldCustomer/FieldCustomerOptionIcon.vue app/frontend/apps/desktop/components/Form/fields/FieldCustomer/FieldCustomerOptionIcon.vue
app/frontend/apps/desktop/components/Form/fields/FieldCustomer/FieldCustomerWrapper.vue app/frontend/apps/desktop/components/Form/fields/FieldCustomer/FieldCustomerWrapper.vue
app/frontend/apps/desktop/components/Form/fields/FieldCustomer/index.ts app/frontend/apps/desktop/components/Form/fields/FieldCustomer/index.ts
@@ -4943,6 +4946,7 @@ app/frontend/apps/desktop/initializer/assets/shield-lock.svg
app/frontend/apps/desktop/initializer/assets/mention-kb.svg app/frontend/apps/desktop/initializer/assets/mention-kb.svg
app/frontend/apps/desktop/initializer/assets/link-45deg.svg app/frontend/apps/desktop/initializer/assets/link-45deg.svg
app/frontend/apps/desktop/initializer/assets/logo.svg app/frontend/apps/desktop/initializer/assets/logo.svg
app/frontend/apps/desktop/initializer/assets/lock.svg
app/frontend/apps/desktop/initializer/assets/arrow-bar-right.svg app/frontend/apps/desktop/initializer/assets/arrow-bar-right.svg
app/frontend/apps/desktop/initializer/assets/insert-row-before.svg app/frontend/apps/desktop/initializer/assets/insert-row-before.svg
app/frontend/apps/desktop/initializer/assets/moon-stars.svg app/frontend/apps/desktop/initializer/assets/moon-stars.svg
@@ -4970,6 +4974,7 @@ app/frontend/apps/desktop/initializer/assets/facebook.svg
app/frontend/apps/desktop/initializer/assets/logo-flat.svg app/frontend/apps/desktop/initializer/assets/logo-flat.svg
app/frontend/apps/desktop/initializer/assets/eye.svg app/frontend/apps/desktop/initializer/assets/eye.svg
app/frontend/apps/desktop/initializer/assets/box-arrow-in-right.svg app/frontend/apps/desktop/initializer/assets/box-arrow-in-right.svg
app/frontend/apps/desktop/initializer/assets/patch-check.svg
app/frontend/apps/desktop/initializer/assets/wrench.svg app/frontend/apps/desktop/initializer/assets/wrench.svg
app/frontend/apps/desktop/initializer/assets/google.svg app/frontend/apps/desktop/initializer/assets/google.svg
app/frontend/apps/desktop/initializer/assets/plus-square-fill.svg app/frontend/apps/desktop/initializer/assets/plus-square-fill.svg
@@ -5006,7 +5011,9 @@ app/frontend/apps/desktop/initializer/assets/arrow-repeat.svg
app/frontend/apps/desktop/initializer/assets/code-square.svg app/frontend/apps/desktop/initializer/assets/code-square.svg
app/frontend/apps/desktop/initializer/assets/key.svg app/frontend/apps/desktop/initializer/assets/key.svg
app/frontend/apps/desktop/initializer/assets/search.svg app/frontend/apps/desktop/initializer/assets/search.svg
app/frontend/apps/desktop/initializer/assets/unlock.svg
app/frontend/apps/desktop/initializer/assets/chevron-up.svg app/frontend/apps/desktop/initializer/assets/chevron-up.svg
app/frontend/apps/desktop/initializer/assets/patch-x.svg
app/frontend/apps/desktop/initializer/assets/arrows-collapse.svg app/frontend/apps/desktop/initializer/assets/arrows-collapse.svg
app/frontend/apps/desktop/initializer/assets/plus-circle.svg app/frontend/apps/desktop/initializer/assets/plus-circle.svg
app/frontend/apps/desktop/initializer/assets/crown.svg app/frontend/apps/desktop/initializer/assets/crown.svg
@@ -5101,6 +5108,9 @@ app/frontend/apps/mobile/components/Form/fields/FieldAutoComplete/FieldAutoCompl
app/frontend/apps/mobile/components/Form/fields/FieldAutoComplete/index.ts app/frontend/apps/mobile/components/Form/fields/FieldAutoComplete/index.ts
app/frontend/apps/mobile/components/Form/fields/FieldAutoComplete/__tests__/FieldAutoComplete.spec.ts app/frontend/apps/mobile/components/Form/fields/FieldAutoComplete/__tests__/FieldAutoComplete.spec.ts
app/frontend/apps/mobile/components/Form/fields/FieldAutoComplete/FieldAutoCompleteInputDialog.vue app/frontend/apps/mobile/components/Form/fields/FieldAutoComplete/FieldAutoCompleteInputDialog.vue
app/frontend/apps/mobile/components/Form/fields/FieldSecurity/FieldSecurityInput.vue
app/frontend/apps/mobile/components/Form/fields/FieldSecurity/index.ts
app/frontend/apps/mobile/components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
app/frontend/apps/mobile/components/Form/fields/FieldCustomer/FieldCustomerOptionIcon.vue app/frontend/apps/mobile/components/Form/fields/FieldCustomer/FieldCustomerOptionIcon.vue
app/frontend/apps/mobile/components/Form/fields/FieldCustomer/FieldCustomerWrapper.vue app/frontend/apps/mobile/components/Form/fields/FieldCustomer/FieldCustomerWrapper.vue
app/frontend/apps/mobile/components/Form/fields/FieldCustomer/index.ts app/frontend/apps/mobile/components/Form/fields/FieldCustomer/index.ts
@@ -5946,10 +5956,8 @@ app/frontend/shared/components/Form/fields/FieldCheckbox/index.ts
app/frontend/shared/components/Form/fields/FieldCheckbox/__tests__/FieldCheckbox.spec.ts app/frontend/shared/components/Form/fields/FieldCheckbox/__tests__/FieldCheckbox.spec.ts
app/frontend/shared/components/Form/fields/FieldList/index.ts app/frontend/shared/components/Form/fields/FieldList/index.ts
app/frontend/shared/components/Form/fields/FieldList/__tests__/FieldList.spec.ts app/frontend/shared/components/Form/fields/FieldList/__tests__/FieldList.spec.ts
app/frontend/shared/components/Form/fields/FieldSecurity/FieldSecurity.vue app/frontend/shared/components/Form/fields/FieldSecurity/useFieldSecurity.ts
app/frontend/shared/components/Form/fields/FieldSecurity/types.ts app/frontend/shared/components/Form/fields/FieldSecurity/types.ts
app/frontend/shared/components/Form/fields/FieldSecurity/index.ts
app/frontend/shared/components/Form/fields/FieldSecurity/__tests__/FieldSecurity.spec.ts
app/frontend/shared/components/Form/fields/FieldGroup/index.ts app/frontend/shared/components/Form/fields/FieldGroup/index.ts
app/frontend/shared/components/Form/fields/FieldGroup/__tests__/FieldGroup.spec.ts app/frontend/shared/components/Form/fields/FieldGroup/__tests__/FieldGroup.spec.ts
app/frontend/shared/components/Form/fields/FieldTextarea/index.ts app/frontend/shared/components/Form/fields/FieldTextarea/index.ts
@@ -33,6 +33,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known .well-known
.well-known/assetlinks.json .well-known/assetlinks.json
.xml .xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches /*/branches
/*/commits /*/commits
/*/compare /*/compare
@@ -40,8 +44,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$ /*/edit$
/*/forks /*/forks
/*/graphs /*/graphs
/*/group
/*/invite
/*/issues/new /*/issues/new
/*/issues/search /*/issues/search
/*/more_ideas
/*/network /*/network
/*/projects /*/projects
/*/pulse /*/pulse
@@ -51,10 +58,21 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/watchers /*/watchers
/*source= /*source=
/.git /.git
/?z=1
/MANUALS/*.pdf$ /MANUALS/*.pdf$
/Search/ /Search/
/_ /_
/_/rsrc /_/rsrc
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/album/*/*?i= /album/*/*?i=
/api /api
/apis /apis
@@ -68,6 +86,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments/*?*sort= /comments/*?*sort=
/commits/*?author /commits/*?author
/commits/*?path /commits/*?path
/communities
/discovered
/docs/product /docs/product
/download /download
/download/Browse.aspx? /download/Browse.aspx?
@@ -92,6 +112,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/ /layout/
/leads/*/jsplayer_show_lead_form.html /leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html /leads/*/show_form.html
/likes
/listing/*/favoriters /listing/*/favoriters
/lookup? /lookup?
/mediaapi/ /mediaapi/
@@ -99,15 +120,20 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/music/*/Search/ /music/*/Search/
/music/*/search/ /music/*/search/
/newsearch/ /newsearch/
/organize
/people/*/circle /people/*/circle
/people/*/favorites /people/*/favorites
/pinned_flashes /pinned_flashes
/pins
/podcast/*/*?i= /podcast/*/*?i=
/print$ /print$
/profile-about
/raw /raw
/revisions /revisions
/rg*/mediaviewer/rm*/tr /rg*/mediaviewer/rm*/tr
/rss /rss
/scheduled-pin
/scheduled-pins
/search /search
/search$ /search$
/search.compact$ /search.compact$
@@ -128,11 +154,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/d/groove-music-pass/cfq7ttc0k5dq/0001 /store/d/groove-music-pass/cfq7ttc0k5dq/0001
/store/locations/store-locations-sitemap.xml /store/locations/store-locations-sitemap.xml
/store/music/groove-music-pass/* /store/music/groove-music-pass/*
/story_pins
/tagged
/tarball /tarball
/tree /tree
/tried
/tv-season/*/*?i= /tv-season/*/*?i=
/unsubscribe/ /unsubscribe/
/video- /video-
/video_pins
/wal/ /wal/
/wiki/Special: /wiki/Special:
/wiki/index.php/Help /wiki/index.php/Help
@@ -201,6 +231,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?order= ?order=
?pt1=true$ ?pt1=true$
?s= ?s=
?show_error=true
?tab=achievements&achievement= ?tab=achievements&achievement=
?utm_*= ?utm_*=
?w=address ?w=address
@@ -287,6 +318,8 @@ WebObjects/MZStoreElements.woa
[_0-9a-zA-Z]+/status/[0-9]+/likes [_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets [_0-9a-zA-Z]+/status/[0-9]+/retweets
_ _
_/_
_/_/pixel
_/aihub_pod _/aihub_pod
_/ain/_/js _/ain/_/js
_/alkali-learn _/alkali-learn
@@ -348,6 +381,8 @@ _next/gtm
_next/jwt _next/jwt
_next/title _next/title
_next/viewer _next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json _nimbusJson.json
_nimbusJsonp.js _nimbusJsonp.js
_nimbusJsonpStatic.js _nimbusJsonpStatic.js
@@ -453,6 +488,7 @@ ad_spice
ad_syndication_user_tracking ad_syndication_user_tracking
ad_visibility ad_visibility
addContacts addContacts
addboard
addressBookExport addressBookExport
admin admin
adredir? adredir?
@@ -474,6 +510,7 @@ adwords/proposal
adx/bin adx/bin
affil affil
affil/pal affil/pal
age-appeal
aihub/tfhub aihub/tfhub
ajax ajax
ajax/follow_info ajax/follow_info
@@ -511,6 +548,7 @@ api_access_key=
app*_ app*_
app*form_id= app*form_id=
app/updates app/updates
appealed-pin
apple-app-site-association apple-app-site-association
apps apps
apps*&tags= apps*&tags=
@@ -681,6 +719,7 @@ auth/verifychallenge
author/following author/following
author= author=
authwall authwall
autocomplete
away.php away.php
b?*node=7454898011 b?*node=7454898011
b?*node=7454917011 b?*node=7454917011
@@ -795,7 +834,11 @@ blogs/test
blogsearch blogsearch
blogsearch_feeds blogsearch_feeds
bn bn
board
board_activity
board_activity_comment
bookmark? bookmark?
bookmarklet
bookmarks bookmarks
books books
books/about books/about
@@ -817,17 +860,38 @@ books?*zoom=1
books?*zoom=5 books?*zoom=5
booksrightsholders booksrightsholders
boutique/sitemaps boutique/sitemaps
branded-pins
browse/reviews/recent browse/reviews/recent
business/ad_create
business/adshare business/adshare
business/adshare/faqs business/adshare/faqs
business/blahblah business/blahblah
business/business-access
business/business-hierarchy
business/business-manager
business/catalogs
business/commerce-integrations
business/community-information
business/convert
business/create
business/create-linked-account
business/feedback business/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html business/leads/show_form.html
business/learning/blog business/learning/blog
business/onboarding
business/pin_create
business/premium/is_payment_pending business/premium/is_payment_pending
business/promotion business/promotion
business/referral
business/sales/blog business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
buttonlite.js buttonlite.js
buyside-e2e-monitor buyside-e2e-monitor
buzz/post buzz/post
@@ -1019,6 +1083,7 @@ checkout
checkout/package checkout/package
checkoutnow checkoutnow
checkpoint checkpoint
christmas-spotlight
chrome/browser/mobile/tour chrome/browser/mobile/tour
chrome/crlset chrome/crlset
chrome/webstore/images chrome/webstore/images
@@ -1041,6 +1106,7 @@ clickthru
client_errors client_errors
clima/ets clima/ets
clima/sites/registry clima/sites/registry
close-account
cloud-launcher/sitemap cloud-launcher/sitemap
cloudsourcetools/images cloudsourcetools/images
cms_content cms_content
@@ -1061,6 +1127,7 @@ commercesearch/images
commercesearch/services commercesearch/services
commission_2010-2014/katainen commission_2010-2014/katainen
commits?author= commits?author=
communities
communities/bin.aspx? communities/bin.aspx?
communities/blogs/PortalResults.mspx? communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx? communities/eventdetails.mspx?
@@ -1076,25 +1143,33 @@ community/category/*
community/comments community/comments
community/feed community/feed
community/trackback community/trackback
community_comment
community_post
community_s community_s
companyDir companyDir
compare compare
compare/*/apply compare/*/apply
compressiontest compressiontest
config.js config.js
connect
connections connections
connector connector
consumers/archive consumers/archive
contact_me contact_me
contactus contactus
content content
content-claiming
context_referrer=gig_page context_referrer=gig_page
context_referrer=user_page context_referrer=user_page
control control
conversation
conversations conversations
convert-business
convert-personal
coop/directory coop/directory
coop/manage coop/manage
copy-conductor/crawled copy-conductor/crawled
copyright-reporting
corgi$ corgi$
couchmode couchmode
counter/*? counter/*?
@@ -1102,7 +1177,13 @@ counters/client-screenview
coupons/visit coupons/visit
covid19 covid19
covid19/mobility covid19/mobility
create_pin
creative-europe/404_en.htm creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub creatorhub
cse/home cse/home
cse/manage cse/manage
@@ -1111,7 +1192,9 @@ cse?
csp csp
csp_block csp_block
csp_report_only csp_report_only
csrf_error
ct ct
ct.html
ct/log_list ct/log_list
culturalinstitute/images culturalinstitute/images
culturalinstitute/sitemaps culturalinstitute/sitemaps
@@ -1221,7 +1304,9 @@ de/teams
de/transactions de/transactions
de/treasury de/treasury
de/your de/your
deactivate-account
default default
delete_post
delight delight
dell/cities-transformed dell/cities-transformed
dell/cloud-future-of-medicine dell/cloud-future-of-medicine
@@ -1271,6 +1356,7 @@ digital-single-market/taxonomy
digital-single-market/users digital-single-market/users
directory directory
directory/all directory/all
discover
discussion discussion
discussion/comment-permalink discussion/comment-permalink
discussion/edit-profile discussion/edit-profile
@@ -1368,6 +1454,8 @@ ebooks?*zoom=1
ebooks?*zoom=5 ebooks?*zoom=5
ece ece
eclas eclas
edit
editorial/*
edu/cs4hs edu/cs4hs
education/404_en.htm education/404_en.htm
edurec edurec
@@ -1379,6 +1467,7 @@ elite?
email email
email-unsubscribe email-unsubscribe
email_actions email_actions
email_verification_error
embed embed
embed/feed/update embed/feed/update
employment_social/anticipedia/xwiki/bin/attach employment_social/anticipedia/xwiki/bin/attach
@@ -1433,6 +1522,7 @@ en/microsoft-viva/
en/security en/security
en/security/ en/security/
endorsements endorsements
engagement
enterprise-jobs enterprise-jobs
enterprise-partner-search/sitemaps enterprise-partner-search/sitemaps
environment/ets environment/ets
@@ -1535,6 +1625,8 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox explore/*/lightbox
external external
external/overture external/overture
@@ -1544,6 +1636,7 @@ facebook
facebook_connect facebook_connect
faves-i_love_u_get_away_from_me faves-i_love_u_get_away_from_me
favorite favorite
fb.html
fe=true fe=true
feature/sf-test feature/sf-test
feed feed
@@ -1623,6 +1716,8 @@ flights
flutter-canvaskit flutter-canvaskit
folder folder
follow follow
follow_board
follow_user
following following
food/archive food/archive
food/favourites food/favourites
@@ -1733,6 +1828,8 @@ globalmarketfinder
globalmarketfinder/*.html globalmarketfinder/*.html
go/awards go/awards
gold? gold?
google_gdn.html
google_search.html
googlebooks/images googlebooks/images
goto goto
gp gp
@@ -1843,6 +1940,7 @@ gview
gwt gwt
h5games_gamecenter/images h5games_gamecenter/images
handmade handmade
hanukkah-spotlight
hashtag/*?src= hashtag/*?src=
hd hd
header/channels header/channels
@@ -1917,15 +2015,18 @@ hk-en/teams
hk-en/transactions hk-en/transactions
hk-en/treasury hk-en/treasury
hk-en/your hk-en/your
holiday-spotlight
holidays-celebrations
home home
homefeed
homepage-video-test homepage-video-test
hosted/images hosted/images
hotelfinder/rpc hotelfinder/rpc
hotels/rpc hotels/rpc
hp/video hp/video
hpc/*/supported-applications.aspx? hpc/*/supported-applications.aspx?
http://ec.europa.eu/robots.txt http://apple.com/robots.txt
http://support.apple.com/robots.txt http://archive.org/robots.txt
hub?category= hub?category=
hz/contact-us/ajax/initiate-trusted-contact hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$ hz/help/contact/*/message/$
@@ -1936,6 +2037,9 @@ i/u
ia ia
icons icons
id-id.www.cloudflare.com id-id.www.cloudflare.com
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb identity/accountsettingsactivityweb
identity/accountsettingssyaf identity/accountsettingssyaf
ie*/listing/*/favoriters ie*/listing/*/favoriters
@@ -2106,11 +2210,14 @@ info/customerror.htm*
info/smart404.asp* info/smart404.asp*
info/tech-feedback info/tech-feedback
inproduct_help/chatsupport inproduct_help/chatsupport
install-shuffles
internalPref internalPref
intl/*/about/views intl/*/about/views
intlkb/ intlkb/
invite
inviteFromProfile inviteFromProfile
inviteMany inviteMany
invited
invites/buy invites/buy
invoice/est invoice/est
invoice/estimate/buyerView invoice/estimate/buyerView
@@ -2200,6 +2307,8 @@ johnhancock
johnhancock/in-a-lifetime-healthcare johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp*/listing/*/favoriters jp*/listing/*/favoriters
jp*/people/*/circle jp*/people/*/circle
jp*/people/*/favorites jp*/people/*/favorites
@@ -2262,6 +2371,7 @@ knowmore
ko-kr.www.cloudflare.com ko-kr.www.cloudflare.com
ko-kr/feedback ko-kr/feedback
ko-kr/lp ko-kr/lp
kwanzaa-spotlight
labs/popgadget/search labs/popgadget/search
lamda/images lamda/images
landing/cmsnext-root landing/cmsnext-root
@@ -2296,10 +2406,12 @@ learning/search?
learning/settings learning/settings
learning/settings$ learning/settings$
learning/settings? learning/settings?
lens-search
li/track li/track
library/devices library/devices
licensing-syndication licensing-syndication
limited-release limited-release
linked
linkedin linkedin
list list
list/ls*/_ajax list/ls*/_ajax
@@ -2308,6 +2420,7 @@ listing/*/stubs
lite lite
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
live live
live-session
live_chat live_chat
lm/R1XIHQVKXSKBNJ lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO lm/R3HQ5WJSZK6QSO
@@ -2338,6 +2451,7 @@ location_suggest
lochp? lochp?
login login
login$ login$
login/?next=
login?*= login?*=
logo-maker/brief logo-maker/brief
logo-maker/choose-variation logo-maker/choose-variation
@@ -2516,6 +2630,7 @@ native
nb-no.www.cloudflare.com nb-no.www.cloudflare.com
nbubumblebee nbubumblebee
network network
new_invite
news$ news$
news/$ news/$
news/0 news/0
@@ -2527,6 +2642,7 @@ news/test
news/test-liveblog news/test-liveblog
news?viewArticle news?viewArticle
newsArticle newsArticle
news_hub
newsletter newsletter
newsroom/dae newsroom/dae
newsroom/notifications newsroom/notifications
@@ -2634,6 +2750,7 @@ no-en/treasury
no-en/your no-en/your
nonprofits/account nonprofits/account
not_recommended_reviews/preview not_recommended_reviews/preview
notifications
ns/hydra/console/? ns/hydra/console/?
nus-trk nus-trk
nwshp$ nwshp$
@@ -2686,8 +2803,12 @@ nz/teams
nz/transactions nz/transactions
nz/treasury nz/treasury
nz/your nz/your
oauth/line
oauth/login
oauth/v2 oauth/v2
oauth2/v2 oauth2/v2
oauth_error
offsite
og og
onebox/media/sports/logos onebox/media/sports/logos
onebox/media/sports/photos/soccer/wc2018 onebox/media/sports/photos/soccer/wc2018
@@ -2718,8 +2839,11 @@ pages?oid=-
pagespeed/insights/ui/logo pagespeed/insights/ui/logo
pantheon pantheon
pantheon-platform pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml participate/conferences.xml
partners partners
password/reset
password_expired password_expired
patent-search/frontend patent-search/frontend
patents/download patents/download
@@ -2749,8 +2873,39 @@ photos/gbachelie
photos/i_love_u_get_away_from_me photos/i_love_u_get_away_from_me
photos/tags/*/page photos/tags/*/page
photos/youpy photos/youpy
pin-builder
pin-communities
pin-creation-tool
pin-editor
pin/*/activities
pin/*/activity
pin/*/analytics
pin/*/brand-catalog
pin/*/comments
pin/*/email
pin/*/feedback
pin/*/idea-pin/related-products
pin/*/likes
pin/*/promote
pin/*/reaction
pin/*/related-products
pin/*/repin
pin/*/repins
pin/*/sent
pin/*/share
pin/*/shop-the-look
pin/*/tag
pin/*/takes
pin/*/visual-search
pin/create
pin/find
pin/find?url=
pin_shop
ping? ping?
pingback pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl*/listing/*/favoriters pl*/listing/*/favoriters
pl*/people/*/circle pl*/people/*/circle
pl*/people/*/favorites pl*/people/*/favorites
@@ -2801,6 +2956,7 @@ pl/teams
pl/transactions pl/transactions
pl/treasury pl/treasury
pl/your pl/your
place
plan= plan=
platform-telemetry platform-telemetry
play/store/web play/store/web
@@ -2830,6 +2986,7 @@ ppob?
pqa pqa
preference preference
preferences preferences
prefs
present present
presentation presentation
prettyearth/assets prettyearth/assets
@@ -2840,6 +2997,8 @@ private
pro pro
pro-resources pro-resources
pro/about pro/about
product-catalogs
product-feed
product-reviews/B0069IY63Y product-reviews/B0069IY63Y
productPurchaseDone productPurchaseDone
product_ product_
@@ -2916,6 +3075,7 @@ publications
publicliterature.PublicLiterature.search.html publicliterature.PublicLiterature.search.html
purchases purchases
puzzles/leaderboards/invite puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy pwapi-proxy/pwproxy
pwapiv2 pwapiv2
px.gif px.gif
@@ -2923,6 +3083,7 @@ q=
qnasearch? qnasearch?
qr qr
quality_form? quality_form?
quiz
r r
r/*.rss r/*.rss
r/*/comments/*.rss r/*/comments/*.rss
@@ -2950,6 +3111,7 @@ random
rd/search rd/search
rd/search$ rd/search$
rd/search? rd/search?
recently-viewed
recharge/dashboard/car recharge/dashboard/car
recharge/dashboard/static recharge/dashboard/static
recipes/search recipes/search
@@ -2967,6 +3129,8 @@ refer
refer/pal refer/pal
referrals referrals
referrer= referrer=
refresh_stored_accounts
refresh_token
register register
registration registration
registry/wishlist registry/wishlist
@@ -2977,10 +3141,14 @@ report
report-abuse?report= report-abuse?report=
report= report=
report_abuse.gne report_abuse.gne
reports-and-violations
request-data
requestList requestList
requests requests
research/participants/cofund research/participants/cofund
reservations/*/notifyme reservations/*/notifyme
resource
resource/*/get
results results
retail retail
retail/old retail/old
@@ -3014,6 +3182,7 @@ s2/sitemaps
s2/static s2/static
s3 s3
s? s?
safe-redirect
safebrowsing/diagnostic safebrowsing/diagnostic
safebrowsing/report_badware safebrowsing/report_badware
safebrowsing/report_error safebrowsing/report_error
@@ -3111,6 +3280,7 @@ searchhistory
sections sections
secure secure
seller_onboarding seller_onboarding
sendHeaderEarly
send_to_friend send_to_friend
sendarticle sendarticle
services services
@@ -3186,6 +3356,7 @@ shop/browse/overlay
shop/browse/ribbon shop/browse/ribbon
shop/iphone/payments/overlay shop/iphone/payments/overlay
shop_name_search_service shop_name_search_service
shop_pins
shopping-content-api/product_images shopping-content-api/product_images
shopping/product shopping/product
shopping/ratings/account/metrics shopping/ratings/account/metrics
@@ -3194,7 +3365,7 @@ shopping/reviewer
shopping/seller shopping/seller
shopping/suppliers/search shopping/suppliers/search
shopping? shopping?
showtimes/location/*http://facebook.com/robots.txt showtimes/location/*http://patreon.com/robots.txt
sidewiki/entry sidewiki/entry
signature signature
signin/inject signin/inject
@@ -3479,11 +3650,13 @@ smart/buttons
social/photosui/images social/photosui/images
social/photosui/sitemap social/photosui/sitemap
social/social-security-directory/cai social/social-security-directory/cai
socialmanager
sounds/player sounds/player
sounds/player$ sounds/player$
sounds/search sounds/search
sounds/search$ sounds/search$
sounds/search? sounds/search?
source
source= source=
source_repo= source_repo=
spain/empresas/ spain/empresas/
@@ -3505,6 +3678,7 @@ ss
ss/customer-reviews/lighthouse ss/customer-reviews/lighthouse
ss/twister/ajax ss/twister/ajax
sslsingle sslsingle
sso
stadia/gamers stadia/gamers
start start
start_order start_order
@@ -3559,6 +3733,10 @@ storefront
storepicker storepicker
stores/page/*visitId= stores/page/*visitId=
stories stories
story-pin-builder
story-pin-invite
story_feed
story_pins
studios studios
styles/js-on.css$ styles/js-on.css$
submit submit
@@ -3580,6 +3758,7 @@ support
support/content support/content
support/forum/search? support/forum/search?
surprise surprise
suspension-appeal
sv-se.www.cloudflare.com sv-se.www.cloudflare.com
svc svc
svc/crosswords svc/crosswords
@@ -3593,12 +3772,14 @@ svc/vertex
svc/web svc/web
svc/wordle svc/wordle
svpRecommendations svpRecommendations
sw-shell.html
swg swg
syndicate syndicate
system1/images system1/images
t/terms t/terms
tab= tab=
tablet tablet
taggingtool
tagmanager/containers/xo tagmanager/containers/xo
tagmanager/pptm.js tagmanager/pptm.js
talk talk
@@ -3631,8 +3812,10 @@ test
testpage-forhomepage testpage-forhomepage
tetro tetro
th-th.www.cloudflare.com th-th.www.cloudflare.com
thanksgiving-spotlight
thanx? thanx?
themacallan/worlds-together themacallan/worlds-together
theme
themes/rss themes/rss
things/search things/search
things/search$ things/search$
@@ -3707,6 +3890,7 @@ trustedstores/js
trustedstores/s trustedstores/s
trustedstores/tm2 trustedstores/tm2
trustedstores/verify trustedstores/verify
tv
tv/thumb tv/thumb
tvschedule tvschedule
twitter twitter
@@ -3771,9 +3955,13 @@ uk/teams
uk/transactions uk/transactions
uk/treasury uk/treasury
uk/your uk/your
unauth-profile
unlink
unsub unsub
until= until=
updates updates
upload-image-lens-history
upload-lens-image
uploads uploads
urchin_test urchin_test
us-es*/listing/*/favoriters us-es*/listing/*/favoriters
@@ -3847,6 +4035,8 @@ uviewer
v1 v1
v1/browser-performance v1/browser-performance
v1/stats v1/stats
v1/urls/count.json
v3/pidgets/log
v4 v4
verify_age verify_age
vi-vn.www.cloudflare.com vi-vn.www.cloudflare.com
@@ -3875,9 +4065,12 @@ watch_queue_ajax
webmasters/sitemaps/ping? webmasters/sitemaps/ping?
webscr webscr
websearch websearch
website/confirm
website/confirm/download
webstore/search webstore/search
webstore/static/*/wall/js webstore/static/*/wall/js
weekly/signup weekly/signup
welcome
whats-next/planes-trains-and-analytics whats-next/planes-trains-and-analytics
whsmiths whsmiths
widget_auth.php widget_auth.php
@@ -4339,6 +4532,7 @@ xoonboarding
xoplatform/logger/api/logger xoplatform/logger/api/logger
xorouter xorouter
your your
your-shop
youth/404_en.htm youth/404_en.htm
youtube/fonts youtube/fonts
youtube/img/promos youtube/img/promos
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff