[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2025-10-24 10:08:22 +00:00
parent b4d460b628
commit 6e05870e23
22 changed files with 1978 additions and 3319 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1761186883
},
"Trickest wordlist update": {
"last_update": 1761214097
"last_update": 1761300490
}
}

View file

@ -1711,6 +1711,11 @@ errors/src/errors/not-null-violation.ts
src/errors/not-null-violation.ts
errors/not-null-violation.ts
not-null-violation.ts
packages/errors/src/errors/email-limit-exceeded.ts
errors/src/errors/email-limit-exceeded.ts
src/errors/email-limit-exceeded.ts
errors/email-limit-exceeded.ts
email-limit-exceeded.ts
packages/errors/src/errors/record-not-unique.ts
errors/src/errors/record-not-unique.ts
src/errors/record-not-unique.ts
@ -1771,6 +1776,11 @@ errors/src/errors/invalid-payload.test.ts
src/errors/invalid-payload.test.ts
errors/invalid-payload.test.ts
invalid-payload.test.ts
packages/errors/src/errors/email-limit-exceeded.test.ts
errors/src/errors/email-limit-exceeded.test.ts
src/errors/email-limit-exceeded.test.ts
errors/email-limit-exceeded.test.ts
email-limit-exceeded.test.ts
packages/errors/src/index.ts
errors/src/index.ts
src/index.ts
@ -4712,6 +4722,8 @@ tests/blackbox/setup/global.ts
blackbox/setup/global.ts
setup/global.ts
global.ts
.changeset/mighty-rooms-spend.md
mighty-rooms-spend.md
.changeset/khaki-falcons-search.md
khaki-falcons-search.md
.changeset/loose-radios-add.md
@ -4736,12 +4748,16 @@ great-owls-enjoy.md
bumpy-pumas-rescue.md
.changeset/silent-cameras-sell.md
silent-cameras-sell.md
.changeset/proud-years-attack.md
proud-years-attack.md
.changeset/petite-pears-make.md
petite-pears-make.md
.changeset/curly-jars-divide.md
curly-jars-divide.md
.changeset/green-houses-stick.md
green-houses-stick.md
.changeset/fine-pots-walk.md
fine-pots-walk.md
.changeset/clear-moments-sell.md
clear-moments-sell.md
.changeset/khaki-plums-enjoy.md
@ -6674,11 +6690,21 @@ services/mail/templates/user-invitation.liquid
mail/templates/user-invitation.liquid
templates/user-invitation.liquid
user-invitation.liquid
api/src/services/mail/rate-limiter.test.ts
src/services/mail/rate-limiter.test.ts
services/mail/rate-limiter.test.ts
mail/rate-limiter.test.ts
rate-limiter.test.ts
api/src/services/mail/index.ts
src/services/mail/index.ts
services/mail/index.ts
mail/index.ts
index.ts
api/src/services/mail/rate-limiter.ts
src/services/mail/rate-limiter.ts
services/mail/rate-limiter.ts
mail/rate-limiter.ts
rate-limiter.ts
api/src/services/mail/index.test.ts
src/services/mail/index.test.ts
services/mail/index.test.ts
@ -10313,11 +10339,21 @@ src/operations/exec/index.test.ts
operations/exec/index.test.ts
exec/index.test.ts
index.test.ts
api/src/operations/mail/rate-limiter.test.ts
src/operations/mail/rate-limiter.test.ts
operations/mail/rate-limiter.test.ts
mail/rate-limiter.test.ts
rate-limiter.test.ts
api/src/operations/mail/index.ts
src/operations/mail/index.ts
operations/mail/index.ts
mail/index.ts
index.ts
api/src/operations/mail/rate-limiter.ts
src/operations/mail/rate-limiter.ts
operations/mail/rate-limiter.ts
mail/rate-limiter.ts
rate-limiter.ts
api/src/operations/mail/index.test.ts
src/operations/mail/index.test.ts
operations/mail/index.test.ts
@ -11771,6 +11807,12 @@ views/private/components/bookmark-add.vue
private/components/bookmark-add.vue
components/bookmark-add.vue
bookmark-add.vue
app/src/views/private/components/flow-dialogs.vue
src/views/private/components/flow-dialogs.vue
views/private/components/flow-dialogs.vue
private/components/flow-dialogs.vue
components/flow-dialogs.vue
flow-dialogs.vue
app/src/views/private/components/comments-sidebar-detail.vue
src/views/private/components/comments-sidebar-detail.vue
views/private/components/comments-sidebar-detail.vue
@ -12326,6 +12368,10 @@ app/src/composables/use-alias-fields.ts
src/composables/use-alias-fields.ts
composables/use-alias-fields.ts
use-alias-fields.ts
app/src/composables/use-flows.test.ts
src/composables/use-flows.test.ts
composables/use-flows.test.ts
use-flows.test.ts
app/src/composables/use-reload-guard.ts
src/composables/use-reload-guard.ts
composables/use-reload-guard.ts
@ -12382,6 +12428,10 @@ app/src/composables/use-fake-version-field.ts
src/composables/use-fake-version-field.ts
composables/use-fake-version-field.ts
use-fake-version-field.ts
app/src/composables/use-flows.ts
src/composables/use-flows.ts
composables/use-flows.ts
use-flows.ts
app/src/composables/use-shortcut.test.ts
src/composables/use-shortcut.test.ts
composables/use-shortcut.test.ts

View file

@ -371,6 +371,7 @@ packages/errors/src/errors/invalid-otp.ts
packages/errors/src/errors/value-too-long.ts
packages/errors/src/errors/unsupported-media-type.ts
packages/errors/src/errors/not-null-violation.ts
packages/errors/src/errors/email-limit-exceeded.ts
packages/errors/src/errors/record-not-unique.ts
packages/errors/src/errors/value-out-of-range.test.ts
packages/errors/src/errors/hit-rate-limit.ts
@ -383,6 +384,7 @@ packages/errors/src/errors/unprocessable-content.ts
packages/errors/src/errors/route-not-found.ts
packages/errors/src/errors/contains-null-values.ts
packages/errors/src/errors/invalid-payload.test.ts
packages/errors/src/errors/email-limit-exceeded.test.ts
packages/errors/src/index.ts
packages/errors/src/is-directus-error.test-d.ts
packages/errors/src/create-error.test.ts
@ -963,6 +965,7 @@ tests/blackbox/setup/seeds/02_tests_flow.js
tests/blackbox/setup/seeds/01_delete_existing_data.js
tests/blackbox/setup/seeds/03_tests_extensions.js
tests/blackbox/setup/global.ts
.changeset/mighty-rooms-spend.md
.changeset/khaki-falcons-search.md
.changeset/loose-radios-add.md
.changeset/activity-item-display-fix.md
@ -975,9 +978,11 @@ tests/blackbox/setup/global.ts
.changeset/great-owls-enjoy.md
.changeset/bumpy-pumas-rescue.md
.changeset/silent-cameras-sell.md
.changeset/proud-years-attack.md
.changeset/petite-pears-make.md
.changeset/curly-jars-divide.md
.changeset/green-houses-stick.md
.changeset/fine-pots-walk.md
.changeset/clear-moments-sell.md
.changeset/khaki-plums-enjoy.md
.changeset/replace-node-schedule-with-cron.md
@ -1406,7 +1411,9 @@ api/src/services/mail/templates/base.liquid
api/src/services/mail/templates/user-registration.liquid
api/src/services/mail/templates/password-reset.liquid
api/src/services/mail/templates/user-invitation.liquid
api/src/services/mail/rate-limiter.test.ts
api/src/services/mail/index.ts
api/src/services/mail/rate-limiter.ts
api/src/services/mail/index.test.ts
api/src/services/dashboards.ts
api/src/services/files.test.ts
@ -2088,7 +2095,9 @@ api/src/request/is-denied-ip.ts
api/src/synchronization.ts
api/src/operations/exec/index.ts
api/src/operations/exec/index.test.ts
api/src/operations/mail/rate-limiter.test.ts
api/src/operations/mail/index.ts
api/src/operations/mail/rate-limiter.ts
api/src/operations/mail/index.test.ts
api/src/operations/item-update/index.ts
api/src/operations/item-update/index.test.ts
@ -2406,6 +2415,7 @@ app/src/views/private/components/render-template.vue
app/src/views/private/components/value-null.vue
app/src/views/private/components/revisions-date-group.vue
app/src/views/private/components/bookmark-add.vue
app/src/views/private/components/flow-dialogs.vue
app/src/views/private/components/comments-sidebar-detail.vue
app/src/views/private/components/user-popover.vue
app/src/views/private/components/overlay-item.vue
@ -2516,6 +2526,7 @@ app/src/composables/use-item/lib/get-graphql-query-fields.test.ts
app/src/composables/use-item/lib/get-graphql-query-fields.ts
app/src/composables/use-item/index.test.ts
app/src/composables/use-alias-fields.ts
app/src/composables/use-flows.test.ts
app/src/composables/use-reload-guard.ts
app/src/composables/use-relation-multiple.ts
app/src/composables/use-clipboard.test.ts
@ -2530,6 +2541,7 @@ app/src/composables/use-relation-single.ts
app/src/composables/use-folders.test.ts
app/src/composables/use-nested-validation.ts
app/src/composables/use-fake-version-field.ts
app/src/composables/use-flows.ts
app/src/composables/use-shortcut.test.ts
app/src/composables/use-relation-m2m.ts
app/src/composables/use-preset.ts

View file

@ -3929,6 +3929,10 @@ htdocs/core/class/html.formfile.class.php
core/class/html.formfile.class.php
class/html.formfile.class.php
html.formfile.class.php
htdocs/core/class/cemailtemplate.class.php
core/class/cemailtemplate.class.php
class/cemailtemplate.class.php
cemailtemplate.class.php
htdocs/core/class/html.formintervention.class.php
core/class/html.formintervention.class.php
class/html.formintervention.class.php
@ -8925,6 +8929,11 @@ install/mysql/tables/llx_element_element.sql
mysql/tables/llx_element_element.sql
tables/llx_element_element.sql
llx_element_element.sql
htdocs/install/mysql/tables/llx_printing_receipt-receiptprinter.key.sql
install/mysql/tables/llx_printing_receipt-receiptprinter.key.sql
mysql/tables/llx_printing_receipt-receiptprinter.key.sql
tables/llx_printing_receipt-receiptprinter.key.sql
llx_printing_receipt-receiptprinter.key.sql
htdocs/install/mysql/tables/llx_commande_fournisseurdet_extrafields.sql
install/mysql/tables/llx_commande_fournisseurdet_extrafields.sql
mysql/tables/llx_commande_fournisseurdet_extrafields.sql
@ -9075,6 +9084,11 @@ install/mysql/tables/llx_accounting_system.key.sql
mysql/tables/llx_accounting_system.key.sql
tables/llx_accounting_system.key.sql
llx_accounting_system.key.sql
htdocs/install/mysql/tables/llx_printing_receipt_template-receiptprinter.sql
install/mysql/tables/llx_printing_receipt_template-receiptprinter.sql
mysql/tables/llx_printing_receipt_template-receiptprinter.sql
tables/llx_printing_receipt_template-receiptprinter.sql
llx_printing_receipt_template-receiptprinter.sql
htdocs/install/mysql/tables/llx_user_rights.sql
install/mysql/tables/llx_user_rights.sql
mysql/tables/llx_user_rights.sql
@ -10010,6 +10024,11 @@ install/mysql/tables/llx_c_socialnetworks.key.sql
mysql/tables/llx_c_socialnetworks.key.sql
tables/llx_c_socialnetworks.key.sql
llx_c_socialnetworks.key.sql
htdocs/install/mysql/tables/llx_printing_receipt-receiptprinter.sql
install/mysql/tables/llx_printing_receipt-receiptprinter.sql
mysql/tables/llx_printing_receipt-receiptprinter.sql
tables/llx_printing_receipt-receiptprinter.sql
llx_printing_receipt-receiptprinter.sql
htdocs/install/mysql/tables/llx_product_price_by_qty.sql
install/mysql/tables/llx_product_price_by_qty.sql
mysql/tables/llx_product_price_by_qty.sql
@ -38779,6 +38798,10 @@ htdocs/api/class/api_objectlinks.class.php
api/class/api_objectlinks.class.php
class/api_objectlinks.class.php
api_objectlinks.class.php
htdocs/api/class/api_emailtemplates.class.php
api/class/api_emailtemplates.class.php
class/api_emailtemplates.class.php
api_emailtemplates.class.php
htdocs/api/class/api_login.class.php
api/class/api_login.class.php
class/api_login.class.php
@ -66923,6 +66946,11 @@ testsuite_thirdparty.xml
test/selenium/README
selenium/README
README
test/hurl/gui/admin/10_mails_templates.hurl
hurl/gui/admin/10_mails_templates.hurl
gui/admin/10_mails_templates.hurl
admin/10_mails_templates.hurl
10_mails_templates.hurl
test/hurl/gui/comm/mailing/10_mailing.hurl
hurl/gui/comm/mailing/10_mailing.hurl
gui/comm/mailing/10_mailing.hurl
@ -66957,6 +66985,11 @@ hurl/public/payment/00_payment_newpayment.hurl
public/payment/00_payment_newpayment.hurl
payment/00_payment_newpayment.hurl
00_payment_newpayment.hurl
test/hurl/api/emailtemplates/10_emailtemplates.hurl
hurl/api/emailtemplates/10_emailtemplates.hurl
api/emailtemplates/10_emailtemplates.hurl
emailtemplates/10_emailtemplates.hurl
10_emailtemplates.hurl
test/hurl/api/00_explorer.hurl
hurl/api/00_explorer.hurl
api/00_explorer.hurl
@ -67005,6 +67038,16 @@ hurl/api/setup/10_setup_company.hurl
api/setup/10_setup_company.hurl
setup/10_setup_company.hurl
10_setup_company.hurl
test/hurl/api/users/10_users.hurl
hurl/api/users/10_users.hurl
api/users/10_users.hurl
users/10_users.hurl
10_users.hurl
test/hurl/api/users/10_groups.hurl
hurl/api/users/10_groups.hurl
api/users/10_groups.hurl
users/10_groups.hurl
10_groups.hurl
test/hurl/run.sh
hurl/run.sh
run.sh

View file

@ -945,6 +945,7 @@ htdocs/core/class/canvas.class.php
htdocs/core/class/commondocgenerator.class.php
htdocs/core/class/commonnumrefgenerator.class.php
htdocs/core/class/html.formfile.class.php
htdocs/core/class/cemailtemplate.class.php
htdocs/core/class/html.formintervention.class.php
htdocs/core/class/html.formmargin.class.php
htdocs/core/class/workboardresponse.class.php
@ -2098,6 +2099,7 @@ htdocs/install/mysql/tables/llx_asset_depreciation-asset.sql
htdocs/install/mysql/tables/llx_c_incoterms.key.sql
htdocs/install/mysql/tables/llx_projet_task_extrafields.sql
htdocs/install/mysql/tables/llx_element_element.sql
htdocs/install/mysql/tables/llx_printing_receipt-receiptprinter.key.sql
htdocs/install/mysql/tables/llx_commande_fournisseurdet_extrafields.sql
htdocs/install/mysql/tables/llx_stock_mouvement.key.sql
htdocs/install/mysql/tables/llx_facture_fourn_det_rec_extrafields.sql
@ -2128,6 +2130,7 @@ htdocs/install/mysql/tables/llx_website_extrafields-website.key.sql
htdocs/install/mysql/tables/llx_product_attribute_combination2val-variants.sql
htdocs/install/mysql/tables/llx_element_resources.sql
htdocs/install/mysql/tables/llx_accounting_system.key.sql
htdocs/install/mysql/tables/llx_printing_receipt_template-receiptprinter.sql
htdocs/install/mysql/tables/llx_user_rights.sql
htdocs/install/mysql/tables/llx_inventorydet-stock.key.sql
htdocs/install/mysql/tables/llx_facture_fourn.key.sql
@ -2315,6 +2318,7 @@ htdocs/install/mysql/tables/llx_categorie_project.key.sql
htdocs/install/mysql/tables/llx_c_propalst.sql
htdocs/install/mysql/tables/llx_supplier_proposaldet.key.sql
htdocs/install/mysql/tables/llx_c_socialnetworks.key.sql
htdocs/install/mysql/tables/llx_printing_receipt-receiptprinter.sql
htdocs/install/mysql/tables/llx_product_price_by_qty.sql
htdocs/install/mysql/tables/llx_commande_extrafields.key.sql
htdocs/install/mysql/tables/llx_mrp_production_extrafields-mrp.sql
@ -6650,6 +6654,7 @@ htdocs/api/README.md
htdocs/api/class/api_status.class.php
htdocs/api/class/api_documents.class.php
htdocs/api/class/api_objectlinks.class.php
htdocs/api/class/api_emailtemplates.class.php
htdocs/api/class/api_login.class.php
htdocs/api/class/api_access.class.php
htdocs/api/class/api.class.php
@ -13714,6 +13719,7 @@ test/soapui/Dolibarr-soapui-project.xml
test/selenium/test_thirdparty.xml
test/selenium/testsuite_thirdparty.xml
test/selenium/README
test/hurl/gui/admin/10_mails_templates.hurl
test/hurl/gui/comm/mailing/10_mailing.hurl
test/hurl/gui/00_HOME.hurl
test/hurl/gui/10_HOME.hurl
@ -13722,6 +13728,7 @@ test/hurl/save_login_cookie.sh
test/hurl/README.md
test/hurl/public/onlinesign/00_onlinesign_newonlinesign.hurl
test/hurl/public/payment/00_payment_newpayment.hurl
test/hurl/api/emailtemplates/10_emailtemplates.hurl
test/hurl/api/00_explorer.hurl
test/hurl/api/00_foobar.hurl
test/hurl/api/status/10_status.hurl
@ -13732,6 +13739,8 @@ test/hurl/api/login/00_login_POST.hurl
test/hurl/api/setup/10_setup_conf.hurl
test/hurl/api/setup/10_setup_modules.hurl
test/hurl/api/setup/10_setup_company.hurl
test/hurl/api/users/10_users.hurl
test/hurl/api/users/10_groups.hurl
test/hurl/run.sh
test/acceptance/stepDefinitions/loginContext.js
test/acceptance/stepDefinitions/listUsersContext.js

View file

@ -16848,6 +16848,13 @@ Tests/Core/PreWarm/CachePreWarmerTest.php
Core/PreWarm/CachePreWarmerTest.php
PreWarm/CachePreWarmerTest.php
CachePreWarmerTest.php
core/tests/Drupal/Tests/Core/Command/BootableCommandTraitTest.php
tests/Drupal/Tests/Core/Command/BootableCommandTraitTest.php
Drupal/Tests/Core/Command/BootableCommandTraitTest.php
Tests/Core/Command/BootableCommandTraitTest.php
Core/Command/BootableCommandTraitTest.php
Command/BootableCommandTraitTest.php
BootableCommandTraitTest.php
core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php
tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php
Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php
@ -39292,6 +39299,12 @@ contextual/src/Element/ContextualLinks.php
src/Element/ContextualLinks.php
Element/ContextualLinks.php
ContextualLinks.php
core/modules/contextual/src/Theme/ContextualLinksNegotiator.php
modules/contextual/src/Theme/ContextualLinksNegotiator.php
contextual/src/Theme/ContextualLinksNegotiator.php
src/Theme/ContextualLinksNegotiator.php
Theme/ContextualLinksNegotiator.php
ContextualLinksNegotiator.php
core/modules/contextual/src/ContextualController.php
modules/contextual/src/ContextualController.php
contextual/src/ContextualController.php

View file

@ -2543,6 +2543,7 @@ core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php
core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php
core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php
core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php
core/tests/Drupal/Tests/Core/Command/BootableCommandTraitTest.php
core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php
core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php
@ -6025,6 +6026,7 @@ core/modules/contextual/src/Hook/ContextualViewsHooks.php
core/modules/contextual/src/Plugin/views/field/ContextualLinks.php
core/modules/contextual/src/Element/ContextualLinksPlaceholder.php
core/modules/contextual/src/Element/ContextualLinks.php
core/modules/contextual/src/Theme/ContextualLinksNegotiator.php
core/modules/contextual/src/ContextualController.php
core/modules/contextual/contextual.permissions.yml
core/modules/menu_link_content/menu_link_content.module

View file

@ -22024,12 +22024,6 @@ e2e-browser/admin/pages/admin-login.page.js
admin/pages/admin-login.page.js
pages/admin-login.page.js
admin-login.page.js
ghost/core/test/e2e-browser/admin/two-factor-auth.spec.js
core/test/e2e-browser/admin/two-factor-auth.spec.js
test/e2e-browser/admin/two-factor-auth.spec.js
e2e-browser/admin/two-factor-auth.spec.js
admin/two-factor-auth.spec.js
two-factor-auth.spec.js
ghost/core/test/e2e-browser/admin/publishing.spec.js
core/test/e2e-browser/admin/publishing.spec.js
test/e2e-browser/admin/publishing.spec.js
@ -36843,6 +36837,10 @@ tests/.eslintrc.js
e2e/tests/global.setup.ts
tests/global.setup.ts
global.setup.ts
e2e/tests/admin/two-factor-auth.test.ts
tests/admin/two-factor-auth.test.ts
admin/two-factor-auth.test.ts
two-factor-auth.test.ts
e2e/tests/admin/settings/labs-search.test.ts
tests/admin/settings/labs-search.test.ts
admin/settings/labs-search.test.ts
@ -37169,16 +37167,11 @@ helpers/services/email/utils.ts
services/email/utils.ts
email/utils.ts
utils.ts
e2e/helpers/services/email/EmailMessageBody.ts
helpers/services/email/EmailMessageBody.ts
services/email/EmailMessageBody.ts
email/EmailMessageBody.ts
EmailMessageBody.ts
e2e/helpers/services/email/MailhogClient.ts
helpers/services/email/MailhogClient.ts
services/email/MailhogClient.ts
email/MailhogClient.ts
MailhogClient.ts
e2e/helpers/services/email/MailPit.ts
helpers/services/email/MailPit.ts
services/email/MailPit.ts
email/MailPit.ts
MailPit.ts
e2e/helpers/services/settings/SettingsService.ts
helpers/services/settings/SettingsService.ts
services/settings/SettingsService.ts

View file

@ -3310,7 +3310,6 @@ ghost/core/test/e2e-browser/admin/pages/admin-posts-email-preview.page.js
ghost/core/test/e2e-browser/admin/pages/admin-dashboard.page.js
ghost/core/test/e2e-browser/admin/pages/admin-page.js
ghost/core/test/e2e-browser/admin/pages/admin-login.page.js
ghost/core/test/e2e-browser/admin/two-factor-auth.spec.js
ghost/core/test/e2e-browser/admin/publishing.spec.js
ghost/core/test/e2e-browser/admin/i18n.spec.js
ghost/core/test/e2e-browser/admin/membership-settings.spec.js
@ -5737,6 +5736,7 @@ e2e/.claude/E2E_TEST_WRITING_GUIDE.md
e2e/playwright.config.mjs
e2e/tests/.eslintrc.js
e2e/tests/global.setup.ts
e2e/tests/admin/two-factor-auth.test.ts
e2e/tests/admin/settings/labs-search.test.ts
e2e/tests/admin/tags/editor.test.ts
e2e/tests/admin/tags/list.test.ts
@ -5805,8 +5805,7 @@ e2e/helpers/pages/public/PublicPage.ts
e2e/helpers/pages/public/HomePage.ts
e2e/helpers/pages/public/index.ts
e2e/helpers/services/email/utils.ts
e2e/helpers/services/email/EmailMessageBody.ts
e2e/helpers/services/email/MailhogClient.ts
e2e/helpers/services/email/MailPit.ts
e2e/helpers/services/settings/SettingsService.ts
e2e/helpers/environment/constants.ts
e2e/helpers/environment/GhostManager.ts

View file

@ -1195,6 +1195,14 @@ Magento/TestFramework/Fixture/Config.php
TestFramework/Fixture/Config.php
Fixture/Config.php
Config.php
dev/tests/integration/framework/Magento/TestFramework/Fixture/ScopeFixture.php
tests/integration/framework/Magento/TestFramework/Fixture/ScopeFixture.php
integration/framework/Magento/TestFramework/Fixture/ScopeFixture.php
framework/Magento/TestFramework/Fixture/ScopeFixture.php
Magento/TestFramework/Fixture/ScopeFixture.php
TestFramework/Fixture/ScopeFixture.php
Fixture/ScopeFixture.php
ScopeFixture.php
dev/tests/integration/framework/Magento/TestFramework/Fixture/DataFixtureFactory.php
tests/integration/framework/Magento/TestFramework/Fixture/DataFixtureFactory.php
integration/framework/Magento/TestFramework/Fixture/DataFixtureFactory.php
@ -79950,6 +79958,13 @@ Magento/Framework/Acl/AclResource.php
Framework/Acl/AclResource.php
Acl/AclResource.php
AclResource.php
lib/internal/Magento/Framework/Acl/Role/CurrentRoleContext.php
internal/Magento/Framework/Acl/Role/CurrentRoleContext.php
Magento/Framework/Acl/Role/CurrentRoleContext.php
Framework/Acl/Role/CurrentRoleContext.php
Acl/Role/CurrentRoleContext.php
Role/CurrentRoleContext.php
CurrentRoleContext.php
lib/internal/Magento/Framework/Acl/Role/Registry.php
internal/Magento/Framework/Acl/Role/Registry.php
Magento/Framework/Acl/Role/Registry.php

View file

@ -136,6 +136,7 @@ dev/tests/integration/framework/Magento/TestFramework/Fixture/Data/UniqueIdProce
dev/tests/integration/framework/Magento/TestFramework/Fixture/Data/ProcessorInterface.php
dev/tests/integration/framework/Magento/TestFramework/Fixture/Data/CompositeProcessor.php
dev/tests/integration/framework/Magento/TestFramework/Fixture/Config.php
dev/tests/integration/framework/Magento/TestFramework/Fixture/ScopeFixture.php
dev/tests/integration/framework/Magento/TestFramework/Fixture/DataFixtureFactory.php
dev/tests/integration/framework/Magento/TestFramework/Fixture/RevertibleDataFixtureInterface.php
dev/tests/integration/framework/Magento/TestFramework/Fixture/DataFixtureBeforeTransaction.php
@ -8986,6 +8987,7 @@ lib/internal/Magento/Framework/Acl/LoaderInterface.php
lib/internal/Magento/Framework/Acl/Data/CacheInterface.php
lib/internal/Magento/Framework/Acl/Data/Cache.php
lib/internal/Magento/Framework/Acl/AclResource.php
lib/internal/Magento/Framework/Acl/Role/CurrentRoleContext.php
lib/internal/Magento/Framework/Acl/Role/Registry.php
lib/internal/Magento/Framework/Acl/AclResourceFactory.php
lib/internal/Magento/Framework/Acl/Test/Unit/Loader/ResourceLoaderTest.php

View file

@ -55518,37 +55518,12 @@ catalog/model/payment/cheque.php
model/payment/cheque.php
payment/cheque.php
cheque.php
upload/static/html/localhost/en-gb/product/macbook/index.html
static/html/localhost/en-gb/product/macbook/index.html
html/localhost/en-gb/product/macbook/index.html
localhost/en-gb/product/macbook/index.html
en-gb/product/macbook/index.html
product/macbook/index.html
macbook/index.html
index.html
upload/static/html/localhost/en-gb/index.html
static/html/localhost/en-gb/index.html
html/localhost/en-gb/index.html
localhost/en-gb/index.html
en-gb/index.html
index.html
upload/static/html/localhost/en-gb/catalog/desktops/index.html
static/html/localhost/en-gb/catalog/desktops/index.html
html/localhost/en-gb/catalog/desktops/index.html
localhost/en-gb/catalog/desktops/index.html
en-gb/catalog/desktops/index.html
catalog/desktops/index.html
desktops/index.html
index.html
upload/static/html/localhost/en-gb/catalog/desktops/canon-eos-5d/index.html
static/html/localhost/en-gb/catalog/desktops/canon-eos-5d/index.html
html/localhost/en-gb/catalog/desktops/canon-eos-5d/index.html
localhost/en-gb/catalog/desktops/canon-eos-5d/index.html
en-gb/catalog/desktops/canon-eos-5d/index.html
catalog/desktops/canon-eos-5d/index.html
desktops/canon-eos-5d/index.html
canon-eos-5d/index.html
index.html
upload/static/javascript/framework/template/cart.liquid
static/javascript/framework/template/cart.liquid
javascript/framework/template/cart.liquid
@ -56699,6 +56674,13 @@ localhost/en-gb/localisation/country-246.json
en-gb/localisation/country-246.json
localisation/country-246.json
country-246.json
upload/static/data/localhost/en-gb/localisation/currency.json
static/data/localhost/en-gb/localisation/currency.json
data/localhost/en-gb/localisation/currency.json
localhost/en-gb/localisation/currency.json
en-gb/localisation/currency.json
localisation/currency.json
currency.json
upload/static/data/localhost/en-gb/localisation/country-140.json
static/data/localhost/en-gb/localisation/country-140.json
data/localhost/en-gb/localisation/country-140.json

View file

@ -6608,10 +6608,7 @@ upload/extension/opencart/catalog/model/payment/cod.php
upload/extension/opencart/catalog/model/payment/bank_transfer.php
upload/extension/opencart/catalog/model/payment/free_checkout.php
upload/extension/opencart/catalog/model/payment/cheque.php
upload/static/html/localhost/en-gb/product/macbook/index.html
upload/static/html/localhost/en-gb/index.html
upload/static/html/localhost/en-gb/catalog/desktops/index.html
upload/static/html/localhost/en-gb/catalog/desktops/canon-eos-5d/index.html
upload/static/javascript/framework/template/cart.liquid
upload/static/javascript/framework/library/language.js
upload/static/javascript/framework/library/registry.js
@ -6773,6 +6770,7 @@ upload/static/data/localhost/en-gb/localisation/country-44.json
upload/static/data/localhost/en-gb/localisation/country-229.json
upload/static/data/localhost/en-gb/localisation/country-216.json
upload/static/data/localhost/en-gb/localisation/country-246.json
upload/static/data/localhost/en-gb/localisation/currency.json
upload/static/data/localhost/en-gb/localisation/country-140.json
upload/static/data/localhost/en-gb/localisation/country-250.json
upload/static/data/localhost/en-gb/localisation/country-190.json

View file

@ -29042,6 +29042,12 @@ tests/Visual/Storefront/Account.spec.ts
Visual/Storefront/Account.spec.ts
Storefront/Account.spec.ts
Account.spec.ts
tests/acceptance/tests/Visual/Storefront/ShoppingCart.spec.ts
acceptance/tests/Visual/Storefront/ShoppingCart.spec.ts
tests/Visual/Storefront/ShoppingCart.spec.ts
Visual/Storefront/ShoppingCart.spec.ts
Storefront/ShoppingCart.spec.ts
ShoppingCart.spec.ts
tests/acceptance/tests/Product/ProductAvailabilityWithClearanceSale.spec.ts
acceptance/tests/Product/ProductAvailabilityWithClearanceSale.spec.ts
tests/Product/ProductAvailabilityWithClearanceSale.spec.ts
@ -41663,6 +41669,9 @@ _unreleased/2024-09-16-exchange-recursive-categories-macro-with-tpl.md
changelog/_unreleased/2025-10-06-fix-log-event-listing.md
_unreleased/2025-10-06-fix-log-event-listing.md
2025-10-06-fix-log-event-listing.md
changelog/_unreleased/2025-10-23-fix-google-consent-mode-v2-default-update.md
_unreleased/2025-10-23-fix-google-consent-mode-v2-default-update.md
2025-10-23-fix-google-consent-mode-v2-default-update.md
changelog/_unreleased/2025-10-01-search-result-should-include-products-when-parent-product-number-matches.md
_unreleased/2025-10-01-search-result-should-include-products-when-parent-product-number-matches.md
2025-10-01-search-result-should-include-products-when-parent-product-number-matches.md
@ -41816,6 +41825,9 @@ _unreleased/2024-08-19-add-context-to-orderstatechangecriteriaevent.md
changelog/_unreleased/2025-10-14-add-message-queue-message-size-limit-config-option.md
_unreleased/2025-10-14-add-message-queue-message-size-limit-config-option.md
2025-10-14-add-message-queue-message-size-limit-config-option.md
changelog/_unreleased/2025-10-21-separate-vimeo-youtube-cookies.md
_unreleased/2025-10-21-separate-vimeo-youtube-cookies.md
2025-10-21-separate-vimeo-youtube-cookies.md
changelog/_unreleased/2025-10-05-add-blocks-to-reduce-code-you-need-to-copy.md
_unreleased/2025-10-05-add-blocks-to-reduce-code-you-need-to-copy.md
2025-10-05-add-blocks-to-reduce-code-you-need-to-copy.md

View file

@ -3919,6 +3919,7 @@ tests/acceptance/tests/Visual/Storefront/ContactForm.spec.ts
tests/acceptance/tests/Visual/Storefront/ProductDetail.spec.ts
tests/acceptance/tests/Visual/Storefront/SearchResult.spec.ts
tests/acceptance/tests/Visual/Storefront/Account.spec.ts
tests/acceptance/tests/Visual/Storefront/ShoppingCart.spec.ts
tests/acceptance/tests/Product/ProductAvailabilityWithClearanceSale.spec.ts
tests/acceptance/tests/Product/ProductFilter.spec.ts
tests/acceptance/tests/Product/VariantGeneration.spec.ts
@ -7775,6 +7776,7 @@ changelog/_unreleased/2025-10-21-fix-cacheclearer-global-locking.md
changelog/_unreleased/2024-09-20-simplify-emitting-metrics.md
changelog/_unreleased/2024-09-16-exchange-recursive-categories-macro-with-tpl.md
changelog/_unreleased/2025-10-06-fix-log-event-listing.md
changelog/_unreleased/2025-10-23-fix-google-consent-mode-v2-default-update.md
changelog/_unreleased/2025-10-01-search-result-should-include-products-when-parent-product-number-matches.md
changelog/_unreleased/2025-04-15-improve-promotion-calculation.md
changelog/_unreleased/2025-08-20-fix-media-search-navigation.md
@ -7826,6 +7828,7 @@ changelog/_unreleased/2025-10-14-do-not-use-the-symfony-validator-to-validate-th
changelog/_unreleased/2024-05-22-navbar-for-main-navigation.md
changelog/_unreleased/2024-08-19-add-context-to-orderstatechangecriteriaevent.md
changelog/_unreleased/2025-10-14-add-message-queue-message-size-limit-config-option.md
changelog/_unreleased/2025-10-21-separate-vimeo-youtube-cookies.md
changelog/_unreleased/2025-10-05-add-blocks-to-reduce-code-you-need-to-copy.md
changelog/_unreleased/2025-10-06-improve-shipping-and-payment-cart-blocking-errors.md
changelog/_template.md

View file

@ -27158,6 +27158,13 @@ admin/src/hooks/useI18n.ts
src/hooks/useI18n.ts
hooks/useI18n.ts
useI18n.ts
packages/plugins/i18n/admin/src/hooks/useAILocalizationJobsPolling.ts
plugins/i18n/admin/src/hooks/useAILocalizationJobsPolling.ts
i18n/admin/src/hooks/useAILocalizationJobsPolling.ts
admin/src/hooks/useAILocalizationJobsPolling.ts
src/hooks/useAILocalizationJobsPolling.ts
hooks/useAILocalizationJobsPolling.ts
useAILocalizationJobsPolling.ts
packages/plugins/i18n/admin/src/utils/fields.ts
plugins/i18n/admin/src/utils/fields.ts
i18n/admin/src/utils/fields.ts
@ -27266,6 +27273,13 @@ admin/src/services/relations.ts
src/services/relations.ts
services/relations.ts
relations.ts
packages/plugins/i18n/admin/src/services/aiLocalizationJobs.ts
plugins/i18n/admin/src/services/aiLocalizationJobs.ts
i18n/admin/src/services/aiLocalizationJobs.ts
admin/src/services/aiLocalizationJobs.ts
src/services/aiLocalizationJobs.ts
services/aiLocalizationJobs.ts
aiLocalizationJobs.ts
packages/plugins/i18n/admin/src/contentManagerHooks/tests/listView.test.ts
plugins/i18n/admin/src/contentManagerHooks/tests/listView.test.ts
i18n/admin/src/contentManagerHooks/tests/listView.test.ts
@ -27638,6 +27652,13 @@ src/services/permissions/actions.ts
services/permissions/actions.ts
permissions/actions.ts
actions.ts
packages/plugins/i18n/server/src/services/ai-localization-jobs.ts
plugins/i18n/server/src/services/ai-localization-jobs.ts
i18n/server/src/services/ai-localization-jobs.ts
server/src/services/ai-localization-jobs.ts
src/services/ai-localization-jobs.ts
services/ai-localization-jobs.ts
ai-localization-jobs.ts
packages/plugins/i18n/server/src/services/settings.ts
plugins/i18n/server/src/services/settings.ts
i18n/server/src/services/settings.ts
@ -27751,6 +27772,20 @@ server/src/services/metrics.ts
src/services/metrics.ts
services/metrics.ts
metrics.ts
packages/plugins/i18n/server/src/models/ai-localization-job.ts
plugins/i18n/server/src/models/ai-localization-job.ts
i18n/server/src/models/ai-localization-job.ts
server/src/models/ai-localization-job.ts
src/models/ai-localization-job.ts
models/ai-localization-job.ts
ai-localization-job.ts
packages/plugins/i18n/server/src/models/index.ts
plugins/i18n/server/src/models/index.ts
i18n/server/src/models/index.ts
server/src/models/index.ts
src/models/index.ts
models/index.ts
index.ts
packages/plugins/i18n/server/src/routes/validation/index.ts
plugins/i18n/server/src/routes/validation/index.ts
i18n/server/src/routes/validation/index.ts
@ -27834,6 +27869,13 @@ server/src/domain/locale.ts
src/domain/locale.ts
domain/locale.ts
locale.ts
packages/plugins/i18n/server/src/controllers/ai-localization-jobs.ts
plugins/i18n/server/src/controllers/ai-localization-jobs.ts
i18n/server/src/controllers/ai-localization-jobs.ts
server/src/controllers/ai-localization-jobs.ts
src/controllers/ai-localization-jobs.ts
controllers/ai-localization-jobs.ts
ai-localization-jobs.ts
packages/plugins/i18n/server/src/controllers/settings.ts
plugins/i18n/server/src/controllers/settings.ts
i18n/server/src/controllers/settings.ts
@ -27966,6 +28008,12 @@ packages/plugins/i18n/jest.config.js
plugins/i18n/jest.config.js
i18n/jest.config.js
jest.config.js
packages/plugins/i18n/shared/contracts/ai-localization-jobs.ts
plugins/i18n/shared/contracts/ai-localization-jobs.ts
i18n/shared/contracts/ai-localization-jobs.ts
shared/contracts/ai-localization-jobs.ts
contracts/ai-localization-jobs.ts
ai-localization-jobs.ts
packages/plugins/i18n/shared/contracts/settings.ts
plugins/i18n/shared/contracts/settings.ts
i18n/shared/contracts/settings.ts

View file

@ -3713,6 +3713,7 @@ packages/plugins/i18n/admin/tests/setup.ts
packages/plugins/i18n/admin/tsconfig.build.json
packages/plugins/i18n/admin/tsconfig.json
packages/plugins/i18n/admin/src/hooks/useI18n.ts
packages/plugins/i18n/admin/src/hooks/useAILocalizationJobsPolling.ts
packages/plugins/i18n/admin/src/utils/fields.ts
packages/plugins/i18n/admin/src/utils/tests/schemas.test.ts
packages/plugins/i18n/admin/src/utils/tests/prefixPluginTranslations.test.ts
@ -3728,6 +3729,7 @@ packages/plugins/i18n/admin/src/services/settings.ts
packages/plugins/i18n/admin/src/services/api.ts
packages/plugins/i18n/admin/src/services/locales.ts
packages/plugins/i18n/admin/src/services/relations.ts
packages/plugins/i18n/admin/src/services/aiLocalizationJobs.ts
packages/plugins/i18n/admin/src/contentManagerHooks/tests/listView.test.ts
packages/plugins/i18n/admin/src/contentManagerHooks/editView.tsx
packages/plugins/i18n/admin/src/contentManagerHooks/listView.tsx
@ -3784,6 +3786,7 @@ packages/plugins/i18n/server/src/services/permissions/engine.ts
packages/plugins/i18n/server/src/services/permissions/sections-builder.ts
packages/plugins/i18n/server/src/services/permissions/conditions.ts
packages/plugins/i18n/server/src/services/permissions/actions.ts
packages/plugins/i18n/server/src/services/ai-localization-jobs.ts
packages/plugins/i18n/server/src/services/settings.ts
packages/plugins/i18n/server/src/services/permissions.ts
packages/plugins/i18n/server/src/services/sanitize/index.ts
@ -3799,6 +3802,8 @@ packages/plugins/i18n/server/src/services/content-types.ts
packages/plugins/i18n/server/src/services/index.ts
packages/plugins/i18n/server/src/services/iso-locales.ts
packages/plugins/i18n/server/src/services/metrics.ts
packages/plugins/i18n/server/src/models/ai-localization-job.ts
packages/plugins/i18n/server/src/models/index.ts
packages/plugins/i18n/server/src/routes/validation/index.ts
packages/plugins/i18n/server/src/routes/validation/locale.ts
packages/plugins/i18n/server/src/routes/admin.ts
@ -3811,6 +3816,7 @@ packages/plugins/i18n/server/src/validation/content-types.ts
packages/plugins/i18n/server/src/index.ts
packages/plugins/i18n/server/src/bootstrap.ts
packages/plugins/i18n/server/src/domain/locale.ts
packages/plugins/i18n/server/src/controllers/ai-localization-jobs.ts
packages/plugins/i18n/server/src/controllers/settings.ts
packages/plugins/i18n/server/src/controllers/__tests__/iso-locales.test.ts
packages/plugins/i18n/server/src/controllers/__tests__/locales.test.ts
@ -3831,6 +3837,7 @@ packages/plugins/i18n/package.json
packages/plugins/i18n/rollup.config.mjs
packages/plugins/i18n/.eslintrc
packages/plugins/i18n/jest.config.js
packages/plugins/i18n/shared/contracts/ai-localization-jobs.ts
packages/plugins/i18n/shared/contracts/settings.ts
packages/plugins/i18n/shared/contracts/locales.ts
packages/plugins/i18n/shared/contracts/content-manager.ts

View file

@ -3455,461 +3455,11 @@ packages/js/components/CHANGELOG.md
js/components/CHANGELOG.md
components/CHANGELOG.md
CHANGELOG.md
packages/js/components/changelog/fix-49155
js/components/changelog/fix-49155
components/changelog/fix-49155
changelog/fix-49155
fix-49155
packages/js/components/changelog/tweak-select-tree-2
js/components/changelog/tweak-select-tree-2
components/changelog/tweak-select-tree-2
changelog/tweak-select-tree-2
tweak-select-tree-2
packages/js/components/changelog/50266-fix-remove-functional-component-default-props
js/components/changelog/50266-fix-remove-functional-component-default-props
components/changelog/50266-fix-remove-functional-component-default-props
changelog/50266-fix-remove-functional-component-default-props
50266-fix-remove-functional-component-default-props
packages/js/components/changelog/fix-52827-wc-admin-product-image-aspect-ratio
js/components/changelog/fix-52827-wc-admin-product-image-aspect-ratio
components/changelog/fix-52827-wc-admin-product-image-aspect-ratio
changelog/fix-52827-wc-admin-product-image-aspect-ratio
fix-52827-wc-admin-product-image-aspect-ratio
packages/js/components/changelog/55426-fix-migrate-plugin-store
js/components/changelog/55426-fix-migrate-plugin-store
components/changelog/55426-fix-migrate-plugin-store
changelog/55426-fix-migrate-plugin-store
55426-fix-migrate-plugin-store
packages/js/components/changelog/53531-dev-react-18-ghidorah
js/components/changelog/53531-dev-react-18-ghidorah
components/changelog/53531-dev-react-18-ghidorah
changelog/53531-dev-react-18-ghidorah
53531-dev-react-18-ghidorah
packages/js/components/changelog/update-tooltip-inline
js/components/changelog/update-tooltip-inline
components/changelog/update-tooltip-inline
changelog/update-tooltip-inline
update-tooltip-inline
packages/js/components/changelog/fix-misspelling-in-inline-doc-packages-js
js/components/changelog/fix-misspelling-in-inline-doc-packages-js
components/changelog/fix-misspelling-in-inline-doc-packages-js
changelog/fix-misspelling-in-inline-doc-packages-js
fix-misspelling-in-inline-doc-packages-js
packages/js/components/changelog/add-onclick-plugins
js/components/changelog/add-onclick-plugins
components/changelog/add-onclick-plugins
changelog/add-onclick-plugins
add-onclick-plugins
packages/js/components/changelog/fix-old_product_editor_component_cleanup
js/components/changelog/fix-old_product_editor_component_cleanup
components/changelog/fix-old_product_editor_component_cleanup
changelog/fix-old_product_editor_component_cleanup
fix-old_product_editor_component_cleanup
packages/js/components/changelog/47385-dev-update-pnpm9-1
js/components/changelog/47385-dev-update-pnpm9-1
components/changelog/47385-dev-update-pnpm9-1
changelog/47385-dev-update-pnpm9-1
47385-dev-update-pnpm9-1
packages/js/components/changelog/56575-dev-bump-babel-deps
js/components/changelog/56575-dev-bump-babel-deps
components/changelog/56575-dev-bump-babel-deps
changelog/56575-dev-bump-babel-deps
56575-dev-bump-babel-deps
packages/js/components/changelog/dev-monorepo-internal-packages-linking-fixes
js/components/changelog/dev-monorepo-internal-packages-linking-fixes
components/changelog/dev-monorepo-internal-packages-linking-fixes
changelog/dev-monorepo-internal-packages-linking-fixes
dev-monorepo-internal-packages-linking-fixes
packages/js/components/changelog/update-bump-a8c-tour-kit-version
js/components/changelog/update-bump-a8c-tour-kit-version
components/changelog/update-bump-a8c-tour-kit-version
changelog/update-bump-a8c-tour-kit-version
update-bump-a8c-tour-kit-version
packages/js/components/changelog/58662-fix-58469-allow-diacritics-matching
js/components/changelog/58662-fix-58469-allow-diacritics-matching
components/changelog/58662-fix-58469-allow-diacritics-matching
changelog/58662-fix-58469-allow-diacritics-matching
58662-fix-58469-allow-diacritics-matching
packages/js/components/changelog/fix-core-profiler-ts-errors
js/components/changelog/fix-core-profiler-ts-errors
components/changelog/fix-core-profiler-ts-errors
changelog/fix-core-profiler-ts-errors
fix-core-profiler-ts-errors
packages/js/components/changelog/update-59804
js/components/changelog/update-59804
components/changelog/update-59804
changelog/update-59804
update-59804
packages/js/components/changelog/50993-fix-some-comment-typos
js/components/changelog/50993-fix-some-comment-typos
components/changelog/50993-fix-some-comment-typos
changelog/50993-fix-some-comment-typos
50993-fix-some-comment-typos
packages/js/components/changelog/fix-54159_components_type_issues
js/components/changelog/fix-54159_components_type_issues
components/changelog/fix-54159_components_type_issues
changelog/fix-54159_components_type_issues
fix-54159_components_type_issues
packages/js/components/changelog/56683-fix-34316-between-range-for-advanced-filters
js/components/changelog/56683-fix-34316-between-range-for-advanced-filters
components/changelog/56683-fix-34316-between-range-for-advanced-filters
changelog/56683-fix-34316-between-range-for-advanced-filters
56683-fix-34316-between-range-for-advanced-filters
packages/js/components/changelog/remove-scrollbar
js/components/changelog/remove-scrollbar
components/changelog/remove-scrollbar
changelog/remove-scrollbar
remove-scrollbar
packages/js/components/changelog/53033-add-51448-handle-ellipsis-menu-items
js/components/changelog/53033-add-51448-handle-ellipsis-menu-items
components/changelog/53033-add-51448-handle-ellipsis-menu-items
changelog/53033-add-51448-handle-ellipsis-menu-items
53033-add-51448-handle-ellipsis-menu-items
packages/js/components/changelog/fix-tasklist-ts-errors
js/components/changelog/fix-tasklist-ts-errors
components/changelog/fix-tasklist-ts-errors
changelog/fix-tasklist-ts-errors
fix-tasklist-ts-errors
packages/js/components/changelog/update-escape-select-control
js/components/changelog/update-escape-select-control
components/changelog/update-escape-select-control
changelog/update-escape-select-control
update-escape-select-control
packages/js/components/changelog/fix-select-tree-chevron
js/components/changelog/fix-select-tree-chevron
components/changelog/fix-select-tree-chevron
changelog/fix-select-tree-chevron
fix-select-tree-chevron
packages/js/components/changelog/54709-fix-core-profiler-ts-errors
js/components/changelog/54709-fix-core-profiler-ts-errors
components/changelog/54709-fix-core-profiler-ts-errors
changelog/54709-fix-core-profiler-ts-errors
54709-fix-core-profiler-ts-errors
packages/js/components/changelog/fix-typos-in-packages-js-md-files
js/components/changelog/fix-typos-in-packages-js-md-files
components/changelog/fix-typos-in-packages-js-md-files
changelog/fix-typos-in-packages-js-md-files
fix-typos-in-packages-js-md-files
packages/js/components/changelog/58765-dev-deps-cleanup-concurrently
js/components/changelog/58765-dev-deps-cleanup-concurrently
components/changelog/58765-dev-deps-cleanup-concurrently
changelog/58765-dev-deps-cleanup-concurrently
58765-dev-deps-cleanup-concurrently
packages/js/components/changelog/add-49534
js/components/changelog/add-49534
components/changelog/add-49534
changelog/add-49534
add-49534
packages/js/components/changelog/fix-add-escape-handle
js/components/changelog/fix-add-escape-handle
components/changelog/fix-add-escape-handle
changelog/fix-add-escape-handle
fix-add-escape-handle
packages/js/components/changelog/update-51955-wcpay-task-install-behavior
js/components/changelog/update-51955-wcpay-task-install-behavior
components/changelog/update-51955-wcpay-task-install-behavior
changelog/update-51955-wcpay-task-install-behavior
update-51955-wcpay-task-install-behavior
packages/js/components/changelog/dev-ci-lint-monorepo-job-update
js/components/changelog/dev-ci-lint-monorepo-job-update
components/changelog/dev-ci-lint-monorepo-job-update
changelog/dev-ci-lint-monorepo-job-update
dev-ci-lint-monorepo-job-update
packages/js/components/changelog/58263-remove-wp-core-data
js/components/changelog/58263-remove-wp-core-data
components/changelog/58263-remove-wp-core-data
changelog/58263-remove-wp-core-data
58263-remove-wp-core-data
packages/js/components/changelog/update-abrev-global-unique-id
js/components/changelog/update-abrev-global-unique-id
components/changelog/update-abrev-global-unique-id
changelog/update-abrev-global-unique-id
update-abrev-global-unique-id
packages/js/components/changelog/dev-consolidate-syncpack-config
js/components/changelog/dev-consolidate-syncpack-config
components/changelog/dev-consolidate-syncpack-config
changelog/dev-consolidate-syncpack-config
dev-consolidate-syncpack-config
packages/js/components/changelog/56746-dev-webpack-deps-review
js/components/changelog/56746-dev-webpack-deps-review
components/changelog/56746-dev-webpack-deps-review
changelog/56746-dev-webpack-deps-review
56746-dev-webpack-deps-review
packages/js/components/changelog/add-support-single-select-page-with-search
js/components/changelog/add-support-single-select-page-with-search
components/changelog/add-support-single-select-page-with-search
changelog/add-support-single-select-page-with-search
add-support-single-select-page-with-search
packages/js/components/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
js/components/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
components/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
dev-ci-jobs-clean-up-cascading-keys-config-option
packages/js/components/changelog/56594-dev-replace-react-rc
js/components/changelog/56594-dev-replace-react-rc
components/changelog/56594-dev-replace-react-rc
changelog/56594-dev-replace-react-rc
56594-dev-replace-react-rc
packages/js/components/changelog/52815-dev-lock-dependencies
js/components/changelog/52815-dev-lock-dependencies
components/changelog/52815-dev-lock-dependencies
changelog/52815-dev-lock-dependencies
52815-dev-lock-dependencies
packages/js/components/changelog/add-onboarding-business-step-virtual-select-control
js/components/changelog/add-onboarding-business-step-virtual-select-control
components/changelog/add-onboarding-business-step-virtual-select-control
changelog/add-onboarding-business-step-virtual-select-control
add-onboarding-business-step-virtual-select-control
packages/js/components/changelog/fix-product-editor-images-drop-error
js/components/changelog/fix-product-editor-images-drop-error
components/changelog/fix-product-editor-images-drop-error
changelog/fix-product-editor-images-drop-error
fix-product-editor-images-drop-error
packages/js/components/changelog/52961-update-dompurify
js/components/changelog/52961-update-dompurify
components/changelog/52961-update-dompurify
changelog/52961-update-dompurify
52961-update-dompurify
packages/js/components/changelog/fix-misspelling-in-experimental-select-control-test
js/components/changelog/fix-misspelling-in-experimental-select-control-test
components/changelog/fix-misspelling-in-experimental-select-control-test
changelog/fix-misspelling-in-experimental-select-control-test
fix-misspelling-in-experimental-select-control-test
packages/js/components/changelog/53648-update-blueprint-settings
js/components/changelog/53648-update-blueprint-settings
components/changelog/53648-update-blueprint-settings
changelog/53648-update-blueprint-settings
53648-update-blueprint-settings
packages/js/components/changelog/57299-fix-wireit-in-ci
js/components/changelog/57299-fix-wireit-in-ci
components/changelog/57299-fix-wireit-in-ci
changelog/57299-fix-wireit-in-ci
57299-fix-wireit-in-ci
packages/js/components/changelog/update-table-card-notice-in-header
js/components/changelog/update-table-card-notice-in-header
components/changelog/update-table-card-notice-in-header
changelog/update-table-card-notice-in-header
update-table-card-notice-in-header
packages/js/components/changelog/53527-fix-table-page-type
js/components/changelog/53527-fix-table-page-type
components/changelog/53527-fix-table-page-type
changelog/53527-fix-table-page-type
53527-fix-table-page-type
packages/js/components/changelog/add-error-boundary
js/components/changelog/add-error-boundary
components/changelog/add-error-boundary
changelog/add-error-boundary
add-error-boundary
packages/js/components/changelog/fix-product-editor-tree-control-checkbox
js/components/changelog/fix-product-editor-tree-control-checkbox
components/changelog/fix-product-editor-tree-control-checkbox
changelog/fix-product-editor-tree-control-checkbox
fix-product-editor-tree-control-checkbox
packages/js/components/changelog/ellipsis-menu-allow-popover-focusonmount-passthrough
js/components/changelog/ellipsis-menu-allow-popover-focusonmount-passthrough
components/changelog/ellipsis-menu-allow-popover-focusonmount-passthrough
changelog/ellipsis-menu-allow-popover-focusonmount-passthrough
ellipsis-menu-allow-popover-focusonmount-passthrough
packages/js/components/changelog/fix-tree-select-control-missing-wpcom-styles
js/components/changelog/fix-tree-select-control-missing-wpcom-styles
components/changelog/fix-tree-select-control-missing-wpcom-styles
changelog/fix-tree-select-control-missing-wpcom-styles
fix-tree-select-control-missing-wpcom-styles
packages/js/components/changelog/54996-chore-update-wireit
js/components/changelog/54996-chore-update-wireit
components/changelog/54996-chore-update-wireit
changelog/54996-chore-update-wireit
54996-chore-update-wireit
packages/js/components/changelog/dev-build-ram-1-admin-layout-block-themes
js/components/changelog/dev-build-ram-1-admin-layout-block-themes
components/changelog/dev-build-ram-1-admin-layout-block-themes
changelog/dev-build-ram-1-admin-layout-block-themes
dev-build-ram-1-admin-layout-block-themes
packages/js/components/changelog/50828-dev-constrain-pnpm-version
js/components/changelog/50828-dev-constrain-pnpm-version
components/changelog/50828-dev-constrain-pnpm-version
changelog/50828-dev-constrain-pnpm-version
50828-dev-constrain-pnpm-version
packages/js/components/changelog/56506-remove-wp-components-types
js/components/changelog/56506-remove-wp-components-types
components/changelog/56506-remove-wp-components-types
changelog/56506-remove-wp-components-types
56506-remove-wp-components-types
packages/js/components/changelog/fix-ui-advanced-filters-text-wrap
js/components/changelog/fix-ui-advanced-filters-text-wrap
components/changelog/fix-ui-advanced-filters-text-wrap
changelog/fix-ui-advanced-filters-text-wrap
fix-ui-advanced-filters-text-wrap
packages/js/components/changelog/fix-woopmnt-5217-linear-gradient-overlay-does-not-disappear-on-resize
js/components/changelog/fix-woopmnt-5217-linear-gradient-overlay-does-not-disappear-on-resize
components/changelog/fix-woopmnt-5217-linear-gradient-overlay-does-not-disappear-on-resize
changelog/fix-woopmnt-5217-linear-gradient-overlay-does-not-disappear-on-resize
fix-woopmnt-5217-linear-gradient-overlay-does-not-disappear-on-resize
packages/js/components/changelog/dev-monorepo-caching-deps-per-target-package
js/components/changelog/dev-monorepo-caching-deps-per-target-package
components/changelog/dev-monorepo-caching-deps-per-target-package
changelog/dev-monorepo-caching-deps-per-target-package
dev-monorepo-caching-deps-per-target-package
packages/js/components/changelog/55095-dev-rewrite-wireit-deps-update
js/components/changelog/55095-dev-rewrite-wireit-deps-update
components/changelog/55095-dev-rewrite-wireit-deps-update
changelog/55095-dev-rewrite-wireit-deps-update
55095-dev-rewrite-wireit-deps-update
packages/js/components/changelog/performance-47602-use-clx
js/components/changelog/performance-47602-use-clx
components/changelog/performance-47602-use-clx
changelog/performance-47602-use-clx
performance-47602-use-clx
packages/js/components/changelog/fix-43256-tablecard-columns-popover
js/components/changelog/fix-43256-tablecard-columns-popover
components/changelog/fix-43256-tablecard-columns-popover
changelog/fix-43256-tablecard-columns-popover
fix-43256-tablecard-columns-popover
packages/js/components/changelog/task-update-eslint-config
js/components/changelog/task-update-eslint-config
components/changelog/task-update-eslint-config
changelog/task-update-eslint-config
task-update-eslint-config
packages/js/components/changelog/36052-dev-move-report-error
js/components/changelog/36052-dev-move-report-error
components/changelog/36052-dev-move-report-error
changelog/36052-dev-move-report-error
36052-dev-move-report-error
packages/js/components/changelog/dev-build-profiling-tweaks-take-1
js/components/changelog/dev-build-profiling-tweaks-take-1
components/changelog/dev-build-profiling-tweaks-take-1
changelog/dev-build-profiling-tweaks-take-1
dev-build-profiling-tweaks-take-1
packages/js/components/changelog/47156-dev-fix-build-error-build-style
js/components/changelog/47156-dev-fix-build-error-build-style
components/changelog/47156-dev-fix-build-error-build-style
changelog/47156-dev-fix-build-error-build-style
47156-dev-fix-build-error-build-style
packages/js/components/changelog/fix-47791-confetti-pop-every-render
js/components/changelog/fix-47791-confetti-pop-every-render
components/changelog/fix-47791-confetti-pop-every-render
changelog/fix-47791-confetti-pop-every-render
fix-47791-confetti-pop-every-render
packages/js/components/changelog/53865-dev-pnpm-9-15-0
js/components/changelog/53865-dev-pnpm-9-15-0
components/changelog/53865-dev-pnpm-9-15-0
changelog/53865-dev-pnpm-9-15-0
53865-dev-pnpm-9-15-0
packages/js/components/changelog/add-placeholder-taxonomy
js/components/changelog/add-placeholder-taxonomy
components/changelog/add-placeholder-taxonomy
changelog/add-placeholder-taxonomy
add-placeholder-taxonomy
packages/js/components/changelog/dev-36283_add_clear_button_to_dropdown
js/components/changelog/dev-36283_add_clear_button_to_dropdown
components/changelog/dev-36283_add_clear_button_to_dropdown
changelog/dev-36283_add_clear_button_to_dropdown
dev-36283_add_clear_button_to_dropdown
packages/js/components/changelog/update-navigation-while-on-input
js/components/changelog/update-navigation-while-on-input
components/changelog/update-navigation-while-on-input
changelog/update-navigation-while-on-input
update-navigation-while-on-input
packages/js/components/changelog/update-analytics-rename-sort-filter-options
js/components/changelog/update-analytics-rename-sort-filter-options
components/changelog/update-analytics-rename-sort-filter-options
changelog/update-analytics-rename-sort-filter-options
update-analytics-rename-sort-filter-options
packages/js/components/changelog/tweak-select-tree
js/components/changelog/tweak-select-tree
components/changelog/tweak-select-tree
changelog/tweak-select-tree
tweak-select-tree
packages/js/components/changelog/update-media-uploader-button
js/components/changelog/update-media-uploader-button
components/changelog/update-media-uploader-button
changelog/update-media-uploader-button
update-media-uploader-button
packages/js/components/changelog/ci-add-workflow-call-event
js/components/changelog/ci-add-workflow-call-event
components/changelog/ci-add-workflow-call-event
changelog/ci-add-workflow-call-event
ci-add-workflow-call-event
packages/js/components/changelog/fix-57109-analytics-charts-margin
js/components/changelog/fix-57109-analytics-charts-margin
components/changelog/fix-57109-analytics-charts-margin
changelog/fix-57109-analytics-charts-margin
fix-57109-analytics-charts-margin
packages/js/components/changelog/.gitkeep
js/components/changelog/.gitkeep
components/changelog/.gitkeep
changelog/.gitkeep
.gitkeep
packages/js/components/changelog/upgrade-storybook_and_add_pages_workflow
js/components/changelog/upgrade-storybook_and_add_pages_workflow
components/changelog/upgrade-storybook_and_add_pages_workflow
changelog/upgrade-storybook_and_add_pages_workflow
upgrade-storybook_and_add_pages_workflow
packages/js/components/changelog/53165-dev-ts-5-7-2
js/components/changelog/53165-dev-ts-5-7-2
components/changelog/53165-dev-ts-5-7-2
changelog/53165-dev-ts-5-7-2
53165-dev-ts-5-7-2
packages/js/components/changelog/fix-50815-default-props
js/components/changelog/fix-50815-default-props
components/changelog/fix-50815-default-props
changelog/fix-50815-default-props
fix-50815-default-props
packages/js/components/changelog/dev-55910-deps-consolidation
js/components/changelog/dev-55910-deps-consolidation
components/changelog/dev-55910-deps-consolidation
changelog/dev-55910-deps-consolidation
dev-55910-deps-consolidation
packages/js/components/changelog/wooplug-5557-date-picker-language-issue-in-woocommerce-analytics
js/components/changelog/wooplug-5557-date-picker-language-issue-in-woocommerce-analytics
components/changelog/wooplug-5557-date-picker-language-issue-in-woocommerce-analytics
changelog/wooplug-5557-date-picker-language-issue-in-woocommerce-analytics
wooplug-5557-date-picker-language-issue-in-woocommerce-analytics
packages/js/components/changelog/update-numberfilter-symbol
js/components/changelog/update-numberfilter-symbol
components/changelog/update-numberfilter-symbol
changelog/update-numberfilter-symbol
update-numberfilter-symbol
packages/js/components/changelog/update-storybook_documentation
js/components/changelog/update-storybook_documentation
components/changelog/update-storybook_documentation
changelog/update-storybook_documentation
update-storybook_documentation
packages/js/components/changelog/wooa7s-313-analytics-crash-with-gutenberg-2120
js/components/changelog/wooa7s-313-analytics-crash-with-gutenberg-2120
components/changelog/wooa7s-313-analytics-crash-with-gutenberg-2120
changelog/wooa7s-313-analytics-crash-with-gutenberg-2120
wooa7s-313-analytics-crash-with-gutenberg-2120
packages/js/components/changelog/fix-54123
js/components/changelog/fix-54123
components/changelog/fix-54123
changelog/fix-54123
fix-54123
packages/js/components/changelog/update-select-tree-improvements-3
js/components/changelog/update-select-tree-improvements-3
components/changelog/update-select-tree-improvements-3
changelog/update-select-tree-improvements-3
update-select-tree-improvements-3
packages/js/components/changelog/59166-dev-faster-watch-startup-batch-1
js/components/changelog/59166-dev-faster-watch-startup-batch-1
components/changelog/59166-dev-faster-watch-startup-batch-1
changelog/59166-dev-faster-watch-startup-batch-1
59166-dev-faster-watch-startup-batch-1
packages/js/components/changelog/54108-react-18-product-editor-ts-fix
js/components/changelog/54108-react-18-product-editor-ts-fix
components/changelog/54108-react-18-product-editor-ts-fix
changelog/54108-react-18-product-editor-ts-fix
54108-react-18-product-editor-ts-fix
packages/js/components/changelog/58941-dev-consolidate-packages-license-version
js/components/changelog/58941-dev-consolidate-packages-license-version
components/changelog/58941-dev-consolidate-packages-license-version
changelog/58941-dev-consolidate-packages-license-version
58941-dev-consolidate-packages-license-version
packages/js/components/changelog/52795-fix-woo-table-scroll-shadow
js/components/changelog/52795-fix-woo-table-scroll-shadow
components/changelog/52795-fix-woo-table-scroll-shadow
changelog/52795-fix-woo-table-scroll-shadow
52795-fix-woo-table-scroll-shadow
packages/js/components/composer.lock
js/components/composer.lock
components/composer.lock
@ -27839,26 +27389,6 @@ Controllers/Version4/OfflinePaymentMethods/class-wc-rest-offline-payment-methods
Version4/OfflinePaymentMethods/class-wc-rest-offline-payment-methods-v4-controller-tests.php
OfflinePaymentMethods/class-wc-rest-offline-payment-methods-v4-controller-tests.php
class-wc-rest-offline-payment-methods-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php
woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php
tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php
php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php
includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php
rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php
Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php
Version4/Products/class-wc-rest-products-v4-controller-tests.php
Products/class-wc-rest-products-v4-controller-tests.php
class-wc-rest-products-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php
woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php
tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php
php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php
includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php
rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php
Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php
Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php
Products/class-wc-rest-products-v4-add-to-cart-tests.php
class-wc-rest-products-v4-add-to-cart-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller-tests.php
woocommerce/tests/php/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller-tests.php
tests/php/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller-tests.php
@ -30976,6 +30506,28 @@ V4/Settings/OfflinePaymentMethods/OfflinePaymentMethodsControllerTest.php
Settings/OfflinePaymentMethods/OfflinePaymentMethodsControllerTest.php
OfflinePaymentMethods/OfflinePaymentMethodsControllerTest.php
OfflinePaymentMethodsControllerTest.php
plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Products/ProductsControllerTest.php
woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Products/ProductsControllerTest.php
tests/php/src/Internal/RestApi/Routes/V4/Products/ProductsControllerTest.php
php/src/Internal/RestApi/Routes/V4/Products/ProductsControllerTest.php
src/Internal/RestApi/Routes/V4/Products/ProductsControllerTest.php
Internal/RestApi/Routes/V4/Products/ProductsControllerTest.php
RestApi/Routes/V4/Products/ProductsControllerTest.php
Routes/V4/Products/ProductsControllerTest.php
V4/Products/ProductsControllerTest.php
Products/ProductsControllerTest.php
ProductsControllerTest.php
plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Products/ProductsAddToCartTest.php
woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Products/ProductsAddToCartTest.php
tests/php/src/Internal/RestApi/Routes/V4/Products/ProductsAddToCartTest.php
php/src/Internal/RestApi/Routes/V4/Products/ProductsAddToCartTest.php
src/Internal/RestApi/Routes/V4/Products/ProductsAddToCartTest.php
Internal/RestApi/Routes/V4/Products/ProductsAddToCartTest.php
RestApi/Routes/V4/Products/ProductsAddToCartTest.php
Routes/V4/Products/ProductsAddToCartTest.php
V4/Products/ProductsAddToCartTest.php
Products/ProductsAddToCartTest.php
ProductsAddToCartTest.php
plugins/woocommerce/tests/php/src/Internal/RestApiParameterUtilTest.php
woocommerce/tests/php/src/Internal/RestApiParameterUtilTest.php
tests/php/src/Internal/RestApiParameterUtilTest.php
@ -78065,6 +77617,10 @@ plugins/woocommerce/changelog/60823-wooplug-5504-interactivity-api-powered-minic
woocommerce/changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by
changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by
60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by
plugins/woocommerce/changelog/fix-abilities-api-wp69-tests
woocommerce/changelog/fix-abilities-api-wp69-tests
changelog/fix-abilities-api-wp69-tests
fix-abilities-api-wp69-tests
plugins/woocommerce/changelog/fix-order-total-empty-string
woocommerce/changelog/fix-order-total-empty-string
changelog/fix-order-total-empty-string
@ -78193,6 +77749,10 @@ plugins/woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-str
woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
plugins/woocommerce/changelog/WOOMOB-1455-pos-catalog-api-skeleton
woocommerce/changelog/WOOMOB-1455-pos-catalog-api-skeleton
changelog/WOOMOB-1455-pos-catalog-api-skeleton
WOOMOB-1455-pos-catalog-api-skeleton
plugins/woocommerce/changelog/fix-61444-too-aggressive-event-listener
woocommerce/changelog/fix-61444-too-aggressive-event-listener
changelog/fix-61444-too-aggressive-event-listener
@ -78241,10 +77801,6 @@ plugins/woocommerce/changelog/fix-grouped-product-inner-blocks-no-products
woocommerce/changelog/fix-grouped-product-inner-blocks-no-products
changelog/fix-grouped-product-inner-blocks-no-products
fix-grouped-product-inner-blocks-no-products
plugins/woocommerce/changelog/61352-fix-get-session-data-fatal-error
woocommerce/changelog/61352-fix-get-session-data-fatal-error
changelog/61352-fix-get-session-data-fatal-error
61352-fix-get-session-data-fatal-error
plugins/woocommerce/changelog/add-customers-v4-rest-api
woocommerce/changelog/add-customers-v4-rest-api
changelog/add-customers-v4-rest-api
@ -78253,10 +77809,18 @@ plugins/woocommerce/changelog/disable-cys-tests-with-gb-nightly
woocommerce/changelog/disable-cys-tests-with-gb-nightly
changelog/disable-cys-tests-with-gb-nightly
disable-cys-tests-with-gb-nightly
plugins/woocommerce/changelog/update-move-hpos-datastore-caching-out-of-experimental
woocommerce/changelog/update-move-hpos-datastore-caching-out-of-experimental
changelog/update-move-hpos-datastore-caching-out-of-experimental
update-move-hpos-datastore-caching-out-of-experimental
plugins/woocommerce/changelog/61486-wooplug-5433-fcb-show-border-by-default
woocommerce/changelog/61486-wooplug-5433-fcb-show-border-by-default
changelog/61486-wooplug-5433-fcb-show-border-by-default
61486-wooplug-5433-fcb-show-border-by-default
plugins/woocommerce/changelog/fix-abilities-api-wp69-hooks
woocommerce/changelog/fix-abilities-api-wp69-hooks
changelog/fix-abilities-api-wp69-hooks
fix-abilities-api-wp69-hooks
plugins/woocommerce/changelog/fix-56609
woocommerce/changelog/fix-56609
changelog/fix-56609
@ -78341,6 +77905,10 @@ plugins/woocommerce/changelog/pr-61121
woocommerce/changelog/pr-61121
changelog/pr-61121
pr-61121
plugins/woocommerce/changelog/dev-update-blocks-e2e-wp-prerelease-changes-config
woocommerce/changelog/dev-update-blocks-e2e-wp-prerelease-changes-config
changelog/dev-update-blocks-e2e-wp-prerelease-changes-config
dev-update-blocks-e2e-wp-prerelease-changes-config
plugins/woocommerce/changelog/pr-61286
woocommerce/changelog/pr-61286
changelog/pr-61286
@ -80210,22 +79778,6 @@ rest-api/Controllers/Version4/class-wc-rest-v4-controller.php
Controllers/Version4/class-wc-rest-v4-controller.php
Version4/class-wc-rest-v4-controller.php
class-wc-rest-v4-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller.php
woocommerce/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller.php
includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller.php
rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller.php
Controllers/Version4/Products/class-wc-rest-products-v4-controller.php
Version4/Products/class-wc-rest-products-v4-controller.php
Products/class-wc-rest-products-v4-controller.php
class-wc-rest-products-v4-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version4/Products/README.md
woocommerce/includes/rest-api/Controllers/Version4/Products/README.md
includes/rest-api/Controllers/Version4/Products/README.md
rest-api/Controllers/Version4/Products/README.md
Controllers/Version4/Products/README.md
Version4/Products/README.md
Products/README.md
README.md
plugins/woocommerce/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller.php
woocommerce/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller.php
includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller.php
@ -80332,6 +79884,13 @@ rest-api/Controllers/Version3/class-wc-rest-paypal-standard-controller.php
Controllers/Version3/class-wc-rest-paypal-standard-controller.php
Version3/class-wc-rest-paypal-standard-controller.php
class-wc-rest-paypal-standard-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-products-catalog-controller.php
woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-products-catalog-controller.php
includes/rest-api/Controllers/Version3/class-wc-rest-products-catalog-controller.php
rest-api/Controllers/Version3/class-wc-rest-products-catalog-controller.php
Controllers/Version3/class-wc-rest-products-catalog-controller.php
Version3/class-wc-rest-products-catalog-controller.php
class-wc-rest-products-catalog-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php
woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php
includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php
@ -92229,6 +91788,24 @@ RestApi/Routes/V4/AbstractSchema.php
Routes/V4/AbstractSchema.php
V4/AbstractSchema.php
AbstractSchema.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/Products/README.md
woocommerce/src/Internal/RestApi/Routes/V4/Products/README.md
src/Internal/RestApi/Routes/V4/Products/README.md
Internal/RestApi/Routes/V4/Products/README.md
RestApi/Routes/V4/Products/README.md
Routes/V4/Products/README.md
V4/Products/README.md
Products/README.md
README.md
plugins/woocommerce/src/Internal/RestApi/Routes/V4/Products/Controller.php
woocommerce/src/Internal/RestApi/Routes/V4/Products/Controller.php
src/Internal/RestApi/Routes/V4/Products/Controller.php
Internal/RestApi/Routes/V4/Products/Controller.php
RestApi/Routes/V4/Products/Controller.php
Routes/V4/Products/Controller.php
V4/Products/Controller.php
Products/Controller.php
Controller.php
plugins/woocommerce/src/Internal/RestApi/Routes/README.md
woocommerce/src/Internal/RestApi/Routes/README.md
src/Internal/RestApi/Routes/README.md

View file

@ -663,97 +663,7 @@ packages/js/components/tsconfig-cjs.json
packages/js/components/.eslintrc.js
packages/js/components/composer.json
packages/js/components/CHANGELOG.md
packages/js/components/changelog/fix-49155
packages/js/components/changelog/tweak-select-tree-2
packages/js/components/changelog/50266-fix-remove-functional-component-default-props
packages/js/components/changelog/fix-52827-wc-admin-product-image-aspect-ratio
packages/js/components/changelog/55426-fix-migrate-plugin-store
packages/js/components/changelog/53531-dev-react-18-ghidorah
packages/js/components/changelog/update-tooltip-inline
packages/js/components/changelog/fix-misspelling-in-inline-doc-packages-js
packages/js/components/changelog/add-onclick-plugins
packages/js/components/changelog/fix-old_product_editor_component_cleanup
packages/js/components/changelog/47385-dev-update-pnpm9-1
packages/js/components/changelog/56575-dev-bump-babel-deps
packages/js/components/changelog/dev-monorepo-internal-packages-linking-fixes
packages/js/components/changelog/update-bump-a8c-tour-kit-version
packages/js/components/changelog/58662-fix-58469-allow-diacritics-matching
packages/js/components/changelog/fix-core-profiler-ts-errors
packages/js/components/changelog/update-59804
packages/js/components/changelog/50993-fix-some-comment-typos
packages/js/components/changelog/fix-54159_components_type_issues
packages/js/components/changelog/56683-fix-34316-between-range-for-advanced-filters
packages/js/components/changelog/remove-scrollbar
packages/js/components/changelog/53033-add-51448-handle-ellipsis-menu-items
packages/js/components/changelog/fix-tasklist-ts-errors
packages/js/components/changelog/update-escape-select-control
packages/js/components/changelog/fix-select-tree-chevron
packages/js/components/changelog/54709-fix-core-profiler-ts-errors
packages/js/components/changelog/fix-typos-in-packages-js-md-files
packages/js/components/changelog/58765-dev-deps-cleanup-concurrently
packages/js/components/changelog/add-49534
packages/js/components/changelog/fix-add-escape-handle
packages/js/components/changelog/update-51955-wcpay-task-install-behavior
packages/js/components/changelog/dev-ci-lint-monorepo-job-update
packages/js/components/changelog/58263-remove-wp-core-data
packages/js/components/changelog/update-abrev-global-unique-id
packages/js/components/changelog/dev-consolidate-syncpack-config
packages/js/components/changelog/56746-dev-webpack-deps-review
packages/js/components/changelog/add-support-single-select-page-with-search
packages/js/components/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
packages/js/components/changelog/56594-dev-replace-react-rc
packages/js/components/changelog/52815-dev-lock-dependencies
packages/js/components/changelog/add-onboarding-business-step-virtual-select-control
packages/js/components/changelog/fix-product-editor-images-drop-error
packages/js/components/changelog/52961-update-dompurify
packages/js/components/changelog/fix-misspelling-in-experimental-select-control-test
packages/js/components/changelog/53648-update-blueprint-settings
packages/js/components/changelog/57299-fix-wireit-in-ci
packages/js/components/changelog/update-table-card-notice-in-header
packages/js/components/changelog/53527-fix-table-page-type
packages/js/components/changelog/add-error-boundary
packages/js/components/changelog/fix-product-editor-tree-control-checkbox
packages/js/components/changelog/ellipsis-menu-allow-popover-focusonmount-passthrough
packages/js/components/changelog/fix-tree-select-control-missing-wpcom-styles
packages/js/components/changelog/54996-chore-update-wireit
packages/js/components/changelog/dev-build-ram-1-admin-layout-block-themes
packages/js/components/changelog/50828-dev-constrain-pnpm-version
packages/js/components/changelog/56506-remove-wp-components-types
packages/js/components/changelog/fix-ui-advanced-filters-text-wrap
packages/js/components/changelog/fix-woopmnt-5217-linear-gradient-overlay-does-not-disappear-on-resize
packages/js/components/changelog/dev-monorepo-caching-deps-per-target-package
packages/js/components/changelog/55095-dev-rewrite-wireit-deps-update
packages/js/components/changelog/performance-47602-use-clx
packages/js/components/changelog/fix-43256-tablecard-columns-popover
packages/js/components/changelog/task-update-eslint-config
packages/js/components/changelog/36052-dev-move-report-error
packages/js/components/changelog/dev-build-profiling-tweaks-take-1
packages/js/components/changelog/47156-dev-fix-build-error-build-style
packages/js/components/changelog/fix-47791-confetti-pop-every-render
packages/js/components/changelog/53865-dev-pnpm-9-15-0
packages/js/components/changelog/add-placeholder-taxonomy
packages/js/components/changelog/dev-36283_add_clear_button_to_dropdown
packages/js/components/changelog/update-navigation-while-on-input
packages/js/components/changelog/update-analytics-rename-sort-filter-options
packages/js/components/changelog/tweak-select-tree
packages/js/components/changelog/update-media-uploader-button
packages/js/components/changelog/ci-add-workflow-call-event
packages/js/components/changelog/fix-57109-analytics-charts-margin
packages/js/components/changelog/.gitkeep
packages/js/components/changelog/upgrade-storybook_and_add_pages_workflow
packages/js/components/changelog/53165-dev-ts-5-7-2
packages/js/components/changelog/fix-50815-default-props
packages/js/components/changelog/dev-55910-deps-consolidation
packages/js/components/changelog/wooplug-5557-date-picker-language-issue-in-woocommerce-analytics
packages/js/components/changelog/update-numberfilter-symbol
packages/js/components/changelog/update-storybook_documentation
packages/js/components/changelog/wooa7s-313-analytics-crash-with-gutenberg-2120
packages/js/components/changelog/fix-54123
packages/js/components/changelog/update-select-tree-improvements-3
packages/js/components/changelog/59166-dev-faster-watch-startup-batch-1
packages/js/components/changelog/54108-react-18-product-editor-ts-fix
packages/js/components/changelog/58941-dev-consolidate-packages-license-version
packages/js/components/changelog/52795-fix-woo-table-scroll-shadow
packages/js/components/composer.lock
packages/js/components/webpack.config.js
packages/js/components/README.md
@ -4452,8 +4362,6 @@ plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/ShippingZon
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/OrderNotes/class-wc-rest-order-notes-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Customers/class-wc-rest-customers-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/OfflinePaymentMethods/class-wc-rest-offline-payment-methods-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller-test.php
@ -4834,6 +4742,8 @@ plugins/woocommerce/tests/php/src/Internal/Admin/ShippingPartnerSuggestions/Ship
plugins/woocommerce/tests/php/src/Internal/Customers/SearchServiceTest.php
plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Settings/PaymentGateways/PaymentGatewaysSettingsControllerTest.php
plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Settings/OfflinePaymentMethods/OfflinePaymentMethodsControllerTest.php
plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Products/ProductsControllerTest.php
plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Products/ProductsAddToCartTest.php
plugins/woocommerce/tests/php/src/Internal/RestApiParameterUtilTest.php
plugins/woocommerce/tests/php/src/Internal/Logging/OrderLogsDeletionProcessorTest.php
plugins/woocommerce/tests/php/src/Internal/Logging/RemoteLoggerTest.php
@ -10050,6 +9960,7 @@ plugins/woocommerce/changelog/fix-use-theme-support-to-control-legacy-script-loa
plugins/woocommerce/changelog/add-v4-shipping-zone-methods-endpoints
plugins/woocommerce/changelog/wooplug-5677-broken-pagination-on-wc-analyticsvariations-endpoint
plugins/woocommerce/changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by
plugins/woocommerce/changelog/fix-abilities-api-wp69-tests
plugins/woocommerce/changelog/fix-order-total-empty-string
plugins/woocommerce/changelog/update-agentic-commerce-protocol-settings
plugins/woocommerce/changelog/add-v4-update-shipping-zone-endpoint
@ -10082,6 +9993,7 @@ plugins/woocommerce/changelog/dev-lint-fixes
plugins/woocommerce/changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change
plugins/woocommerce/changelog/fix-split-add-to-cart-with-options-integration-tests
plugins/woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
plugins/woocommerce/changelog/WOOMOB-1455-pos-catalog-api-skeleton
plugins/woocommerce/changelog/fix-61444-too-aggressive-event-listener
plugins/woocommerce/changelog/WOOPLUG-3100-optimize-analytics-performance-indicator-endpoints
plugins/woocommerce/changelog/update-template-and-add-to-cart-with-options-old-comments
@ -10094,10 +10006,11 @@ plugins/woocommerce/changelog/61459-fix-61458-revert-46887
plugins/woocommerce/changelog/dev-v4-payment-methods-api-take-2
plugins/woocommerce/changelog/add-support-agentic-commerce
plugins/woocommerce/changelog/fix-grouped-product-inner-blocks-no-products
plugins/woocommerce/changelog/61352-fix-get-session-data-fatal-error
plugins/woocommerce/changelog/add-customers-v4-rest-api
plugins/woocommerce/changelog/disable-cys-tests-with-gb-nightly
plugins/woocommerce/changelog/update-move-hpos-datastore-caching-out-of-experimental
plugins/woocommerce/changelog/61486-wooplug-5433-fcb-show-border-by-default
plugins/woocommerce/changelog/fix-abilities-api-wp69-hooks
plugins/woocommerce/changelog/fix-56609
plugins/woocommerce/changelog/pr-61307
plugins/woocommerce/changelog/fix-category-title-description-style
@ -10119,6 +10032,7 @@ plugins/woocommerce/changelog/wooplug-2504-flaky-test-template-can-be-opened-in-
plugins/woocommerce/changelog/61431-update-remove-double-connect-account-text
plugins/woocommerce/changelog/fix-build-warnings-WEBPACK_DEPRECATION_ARRAY_TO_SET_PUSH
plugins/woocommerce/changelog/pr-61121
plugins/woocommerce/changelog/dev-update-blocks-e2e-wp-prerelease-changes-config
plugins/woocommerce/changelog/pr-61286
plugins/woocommerce/changelog/fix-admin-settings-save-permission
plugins/woocommerce/changelog/update-WOOPRD-929-offline-methods-api-route
@ -10453,8 +10367,6 @@ plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product
plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version4/class-wc-rest-settings-v4-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version4/class-wc-rest-v4-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version4/Products/README.md
plugins/woocommerce/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php
@ -10470,6 +10382,7 @@ plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-tax-cla
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-paypal-buttons-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-paypal-standard-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-products-catalog-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php
plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-layout-templates-controller.php
@ -12273,6 +12186,8 @@ plugins/woocommerce/src/Internal/RestApi/Routes/V4/Customers/Controller.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/Customers/UpdateUtils.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/AbstractCollectionQuery.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/AbstractSchema.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/Products/README.md
plugins/woocommerce/src/Internal/RestApi/Routes/V4/Products/Controller.php
plugins/woocommerce/src/Internal/RestApi/Routes/README.md
plugins/woocommerce/src/Internal/RestockRefundedItemsAdjuster.php
plugins/woocommerce/src/Internal/Abilities/AbilitiesRestBridge.php

View file

@ -88,10 +88,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -99,12 +95,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/milestones/new
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -113,23 +106,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/watchers
/*source=
/.git
/?*amp_client_id
/?z=1
/MANUALS/*.pdf$
/Search/
/_
/_/rsrc
/__wishlist__
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/_widget
/album/*/*?i=
/analytics
@ -152,12 +132,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments
/commits/*?author
/commits/*?path
/communities
/contact/menu*
/contact/partner*
/contactus/mwaas*
/directory
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -187,7 +165,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/likes
/login
/lookup?
/mediaapi/
@ -200,13 +177,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newest/*rss
/newest/*xml
/newsearch/
/organize
/partials
/pins
/plugins
/podcast/*/*?i=
/print$
/profile-about
/raw
/report_abuse
/revisions
@ -214,8 +188,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/rsvps/*atom
/rsvps/*rss
/rsvps/*xml
/scheduled-pin
/scheduled-pins
/search
/search/
/search/*?q=
@ -244,15 +216,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/new/*?*&*&*
/store/top-free/*?*&*&*
/store/top-paid/*?*&*&*
/story_pins
/tagged
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/widget_
/wiki/*/edit
@ -383,7 +351,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?search_forum=
?set_mobile=
?showAllGroups=
?show_error=true
?slogin
?sort=
?sortBy=
@ -509,8 +476,6 @@ WebObjects/MZStoreElements.woa
[_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets
_
_/_
_/_/pixel
_/aihub_pod
_/ain/_/js
_/alkali-learn
@ -575,8 +540,6 @@ _next/data
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -674,12 +637,10 @@ actions/news/rss
ad_id=
addContacts
add_favorite
addboard
addressBookExport
admin
admin/
ads
ads.txt
ads/gpa/vidgen
ads/learn
ads/local
@ -690,7 +651,6 @@ advisor/*zx1fa
adx/bin
affil
affil/pal
age-appeal
agreements/approve
ai-sandbox-internal/generated_images
aihub/tfhub
@ -747,9 +707,7 @@ api?
api_access_key=
app*_
app*form_id=
app-ads.txt
app/
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -827,7 +785,6 @@ author/following
author=
authoring/
authwall
autocomplete
away.php
awmp/data/images
b?*node=7454898011
@ -885,10 +842,6 @@ blogs/nationals-journal-beta
blogs/search/
blogs/slow-ride
blogs/test
board
board_activity
board_activity_comment
bookmarklet
bookmarks
books
books/NBK
@ -910,40 +863,19 @@ books?*zoom=
books?*zoom=1
books?*zoom=5
boutique/sitemaps
branded-pins
bricks/image
business
business/ad_create
business/adshare
business/adshare/faqs
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/hub
business/invite
business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html
business/learning/blog
business/onboarding
business/pin_create
business/pos-system/shop
business/premium/is_payment_pending
business/promotion
business/referral
business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
buyside-e2e-monitor
cai
call
@ -972,7 +904,6 @@ checkout
checkout-external
checkoutnow
checkpoint
christmas-spotlight
chrome/crlset
chrome/webstore/images
chwilio
@ -993,7 +924,6 @@ clickthru
clima/ets
clima/sites/registry
clone/library/genomic/organisms
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -1012,7 +942,6 @@ commission_2010-2014/katainen
commits?author=
common/
common/survey.aspx*
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -1029,14 +958,11 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
companyDir
compare
compressiontest
concussion/HeadsUp/training/
config.js
connect
connections
consumers/archive
contact/menu*
@ -1044,18 +970,12 @@ contact/partner*
contact_importer
contactus
contactus/mwaas*
content-claiming
content-guest/rss/channels
control
conversation
conversations
convert-business
convert-personal
copilot
copilot/c
copilotsearch?q=
copy-conductor/crawled
copyright-reporting
core/
core/*.css$
core/*.css?
@ -1073,18 +993,10 @@ covid19/mobility
cr$
cr?
create
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
csp
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1110,10 +1022,8 @@ de/ott
de/solutions
de/upload
de/vimeo-academy
deactivate-account
default.aspx/kb/
default.aspx/ph/
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1201,8 +1111,6 @@ earth/social
ebook
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
education/blocks
@ -1215,7 +1123,6 @@ ekansa/Open-Context-Data
ekansa/opencontext-
email
email-unsubscribe
email_verification_error
embed
embed/@
embed/curated
@ -1277,7 +1184,6 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise
enterprise-jobs
enterprise-partner-search/sitemaps
@ -1363,18 +1269,14 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox
external
external/overture
external_hosted
f/healthcheck
facebook
faves-i_love_u_get_away_from_me
favorite
fb
fb.html
fbml/ajax/dialog
fd/
fe=true
@ -1411,8 +1313,6 @@ flu/espanol/
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -1494,8 +1394,6 @@ global$
gog
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
google.internal.maps.mapsjs.v1.MapsJsInternalService
google_gdn.html
google_search.html
googlebooks/images
gorf
gp
@ -1611,7 +1509,6 @@ guidebooks
gview
gwt
h5games_gamecenter/images
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -1635,12 +1532,9 @@ help/zendesk_sso
hex
history
history/static
holiday-spotlight
holidays-celebrations
home
home$
home?
homefeed
homepage-video-test
hosted/images
hotel/reviews?
@ -1652,10 +1546,10 @@ hp/video
hpc/*/supported-applications.aspx?
hpm
hpmob
http://amazon.co.uk/robots.txt
http://blog.google/robots.txt
http://discord.gg/robots.txt
http://microsoft.com/robots.txt
http://de.wikipedia.org/robots.txt
http://flickr.com/robots.txt
http://instagram.com/robots.txt
http://ncbi.nlm.nih.gov/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -1670,9 +1564,6 @@ id-id.www.cloudflare.com
id-id/feedback
id-id/lp
id-id/searchresults
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie/ie40/
@ -1717,17 +1608,14 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
integrations
internalPref
intl
intl/*/search/?
intl/*/search?
intlkb/
invite
inviteFromProfile
inviteMany
invited
invoice/est
invoice/estimate/buyerView
invoice/estimate/buyerView/attachments
@ -1764,8 +1652,6 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp/$
jp/about
jp/blog
@ -1808,7 +1694,6 @@ ko/ott
ko/solutions
ko/upload
ko/vimeo-academy
kwanzaa-spotlight
l.php
labs-code
labs/pmc
@ -1845,15 +1730,12 @@ learning/settings
learning/settings$
learning/settings?
legal
lens-search
li/track
library/devices
licensing-syndication
limited-release
link
linked
lite
live-session
live_chat
llms.txt
lm/R1XIHQVKXSKBNJ
@ -2030,7 +1912,6 @@ narrative-
native
nbubumblebee
network
new_invite
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP
news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference
@ -2040,7 +1921,6 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newsround
@ -2054,7 +1934,6 @@ nl-nl/lp
nl-nl/searchresults
node/add/
nonprofits/account
notifications
notifications/
ns/hydra/console/?
nus-trk
@ -2062,15 +1941,11 @@ nwshp$
o/di
o/dt
oas/
oauth/line
oauth/login
oauth/v2
oauth2
oauth2/v2
oauth_error
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
offsite
og
okxbet.com
onebox/media/sports/logos
@ -2101,12 +1976,9 @@ pagespeed/insights/ui/logo
panel
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partner-program
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -2139,46 +2011,12 @@ photos/gbachelie
photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
pin
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/*/visual-shop
pin/create
pin/find
pin/find?url=
pin_shop
ping
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl-pl.www.cloudflare.com
pl-pl/feedback
pl-pl/lp
pl-pl/searchresults
place
plan=
platform-telemetry
play/store/web
@ -2228,7 +2066,6 @@ ppob/?
ppob?
pqa
preference
prefs
present
presentation
prettyearth/assets
@ -2237,8 +2074,6 @@ previewtemplate
print
private
proFile/history?
product-catalogs
product-feed
product-reviews/B0069IY63Y
product/reviews?
productPurchaseDone
@ -2294,14 +2129,12 @@ pt-br/vimeo-academy
publications
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
q=
qnasearch?
qr
quality_form?
quiz
r
rackspace/elevating-performance
radio/imda
@ -2310,7 +2143,6 @@ rating
rd/search
rd/search$
rd/search?
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/*?q=
@ -2327,9 +2159,6 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registry/wishlist
remotelogout
rep=hc
@ -2337,13 +2166,9 @@ report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
resource
resource/*/get
results
results
retail
@ -2384,7 +2209,6 @@ s2/search/social
s2/sitemaps
s2/static
s?
safe-redirect
safety
safetycheck
salary-explorer/api
@ -2430,7 +2254,6 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
sections/ombudsman/2008/01/frequently_asked_questions_1.html
sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
secure
sendHeaderEarly
sendarticle
services
services/oauth
@ -2466,7 +2289,6 @@ shop/productpage
shop/topics
shop/view/product
shop?
shop_pins
shopping-content-api/product_images
shopping/deals
shopping/product
@ -2770,12 +2592,10 @@ social/photosui/images
social/photosui/sitemap
social/search?
social/social-security-directory/cai
socialmanager
solutions
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -2797,7 +2617,6 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
stat
@ -2857,10 +2676,6 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
storyworks/preview
styles/js-on.css$
subscribe/braintree
@ -2886,7 +2701,6 @@ support/content
support/forum/search?
sureroute
surprise
suspension-appeal
sutils
sv-se.www.cloudflare.com
sv-se/feedback
@ -2904,7 +2718,6 @@ svc/strands
svc/sudoku
svc/wordle
svpRecommendations
sw-shell.html
swg
system1/images
t/privacy
@ -2912,7 +2725,6 @@ t/terms
tab=
tablet
tag
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -2960,9 +2772,7 @@ th-th/feedback
th-th/lp
th-th/searchresults
th?
thanksgiving-spotlight
themacallan/worlds-together
theme
tickets-external?
timedtext_video
title
@ -3058,7 +2868,6 @@ trustedstores/js
trustedstores/s
trustedstores/tm2
trustedstores/verify
tv
tv/thumb
typeahead
u
@ -3075,14 +2884,9 @@ ugc$
ugcsupport
ugcsupport$
ui
unauth-profile
unlink
unsub
until=
upload
upload-image-lens-history
upload-lens-image
upload-shuffle-draft
uploads
urchin_test
url
@ -3100,11 +2904,9 @@ using
utils
uviewer
v1
v1/urls/count.json
v2
v3
v3/openapi
v3/pidgets/log
valkyrie-playground
verified-authors
verify_age
@ -3150,9 +2952,6 @@ webapps/xo/html/cookiecheck.html
webapps/xoonboarding
webscr
websearch
website/confirm
website/confirm/download
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget/cr
@ -3463,7 +3262,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://vimeo.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://medium.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -3682,7 +3481,6 @@ xhtml?
xml?
xoplatform/logger/api/logger
xorouter
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/branding/favicon

View file

@ -1,3 +1,4 @@
!api
$
$
@ -2504,6 +2505,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/msdntv/
/mtlibraryrss/
/multistore
/munich/index_html
/music/*/Search/
/music/*/search/
/music/cart
@ -3256,51 +3258,85 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?$
?*
?*&ls=
?*&noheader
?*&sfdebug
?*&noheader*
?*&sfdebug*
?*/
?*/*ref
?*002/*0902
?*2&hubs_content
?*::
?*ListingID=
?*PageSpeed
?*ProfileID=
?*To66.Asia
?*__hsfp
?*__hssc=
?*__hstc
?*__rmid
?*__rmidpage
?*_hsmi=
?*ajs_event
?*apikey*http://vk.com/robots.txt
?*app
?*aspects=
?*attachment_id
?*author
?*bcpid
?*bcpidpage
?*campaign=
?*campaignId=
?*campaign_id=
?*canonicalCard=
?*careerBox-
?*cat
?*categories=
?*ccm_paging_p_b=
?*cgi-bin=
?*cid=
?*claimed=
?*combine=*
?*controlsVisibleOnLoad
?*country
?*country=
?*curator
?*date=
?*dcr=apps
?*edition
?*editmode=
?*egotecpage
?*embed=
?*entry=
?*err_code=404
?*etext=
?*f%5B*%5D=
?*fbclid
?*free=
?*from_search_result=
?*gg155.cn
?*guestLogin=
?*hl
?*hsCacheBuster=
?*hsCtaTracking
?*hs_preview=
?*http://healthtips1dr.blogspot.com/robots.txt
?*hubs_signup-cta
?*hybrid=
?*iframe
?*iid
?*industry
?*inline-read-more
?*items_per_page=*
?*kwp_4
?*language=es
?*language=pt
?*languages=
?*layout=
?*library
?*limit
?*linkId
?*location=
?*login=
?*luicode
?*mcubz=
?*nestedTab=
?*next=
@ -3311,27 +3347,38 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*noixwrapper=
?*nomoat=
?*nomoatyi=
?*offset
?*omnil
?*onboardData=
?*onwardjourney
?*options%5B%5D=
?*options[]=
?*origin
?*oseid=
?*outputType=accessibility
?*outputType=comment
?*outputType=tracking
?*page
?*page=
?*pageFanclub
?*pageRating
?*partner=
?*payRequest=
?*pg99.asia
?*plan
?*poy-poll
?*query=
?*ref
?*referrer_vuid=
?*replies=
?*requestmoney=
?*resource_type=
?*reviews_page
?*s1=
?*s2=
?*s3=
?*scrape
?*scriptPath
?*searchResultPosition=
?*showonlyads=
?*signUpRequest=
@ -3339,21 +3386,31 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*smid=
?*smprod=
?*sort=
?*source
?*source=user_page
?*sr_source
?*srsltid
?*stars=
?*subcategories=
?*subscription
?*topics=
?*tpcid=
?*trustscore=
?*ua
?*unptid=
?*utm
?*utm_campaign
?*utm_medium
?*utm_source
?*utm_source=
?*verified=
?*vimeo_search
?*xid
?252525253Bpreview=
?=ref
?Author=
?CMP
?EGOTECpage
?ExternalDataReference
?LID=
?ModPagespeed=noscript
@ -3363,6 +3420,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?TB_iframe=
?VID=
?_
?__rmid___get___page
?_af_cid=
?_cookie-check=
?_erv=*
@ -3402,6 +3460,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?autoenter=
?autoplay
?autoplay=
?bclid=
?bcpid=
?bctid=
?benderPackage=
?beta=
?betaplayer=
@ -3541,6 +3602,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?gp=*
?gws_rd=ssl$
?h=*
?hc_location
?height=
?hidePromoBar=
?hl
@ -3624,7 +3686,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?nextUrl=*
?nid=
?no-cache=
?noheader
?noheader*
?nomobile*
?noredirect=true&config=standalone
?np=*
@ -3658,6 +3720,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?page=[0-9]
?pageToken=
?pager.offset=
?pagespeed
?payed
?pcrid=
?pg=*
@ -3725,6 +3788,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?ref
?ref*
?ref=
?ref=binfind.com
?ref=dotcom
?ref_src=
?referal_id=
@ -3765,7 +3829,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?service=Ajax
?service=ajax
?set_mobile=
?sfdebug
?sfdebug*
?sgsc=*
?share=
?showAllGroups=
@ -4804,6 +4868,7 @@ Public/13.0.0
Public/14.0.0
Public/15.0.0
Public/15.1.0
Public/16.0.0
Public/2.1-Update
Public/2.1-Update2
Public/2.1-Update3
@ -5078,7 +5143,6 @@ TestingTravelMaps
Themes/Client/app/img/favicons/manifest.json
ThirdPartyRedirect
ThorHammer
TodayOJ
TodaysLowestFaresAjax
Tr/SocialMediaActivity/LogJSWidgetLinkClick
Tracker?data=*
@ -5415,7 +5479,7 @@ a-knight-s-tale
a-league-of-their-own
a-madea-christmas
a-propos
a-savoir-en-france
a-savoir-en-france/
a/*.*/about
a/*.*/browse_
a/*.*/d
@ -5546,7 +5610,6 @@ account-login
account-prefs-change
account-settings
account/
account/*http://healthtips1dr.blogspot.com/robots.txt
account/accomplishments
account/ackgift
account/deactivated
@ -6056,7 +6119,6 @@ api/taxonomy$
api/template-taxonomy-service
api/template-taxonomy-service$
api/ucs/shortlist
api/ui
api/ui-extensions
api/uisprime/track
api/unified-underdog
@ -6312,8 +6374,8 @@ astronomy/moon/distance.html?year=2023
astronomy/moon/distance.html?year=2024
astronomy/moon/light.html?
astronomy/moon/light.html?iso
async
async-create-search-page-state
async/
async_info/base_data
at
at*/listing/*/favoriters
@ -7065,6 +7127,7 @@ blog/design-systems-102-how-to-build-your-design-system/$
blog/design-systems-103-documentation-that-drives-adoption/$
blog/design-systems-104-making-metrics-matter/$
blog/design-systems-ai-mcp/$
blog/design-systems-from-the-basics-to-big-things-ahead/$
blog/design-systems/$
blog/design-thinking/$
blog/design/$
@ -7753,7 +7816,7 @@ briarpatch
bricks/image
bridesmaids
broadband
brouillon
brouillon/
browse-2
browse.aspx
browse/deals/partial
@ -8507,7 +8570,6 @@ ch_it/Download
challenge
challenges
challenges$
change-displayed-metadata
change-email
change-password
change-shipping
@ -8530,6 +8592,7 @@ charts/PDF/Unicode-13.0
charts/PDF/Unicode-14.0
charts/PDF/Unicode-15.0
charts/PDF/Unicode-15.1
charts/PDF/Unicode-16.0
charts/PDF/Unicode-3.1
charts/PDF/Unicode-3.2
charts/PDF/Unicode-4.0
@ -8670,7 +8733,6 @@ cloud-launcher/sitemap
cloud/
cloud/multicloud-solution
cloudhsm/classic
cloudmonitor
cloudplayer
cloudsourcetools/images
clp
@ -10869,7 +10931,7 @@ content-reactions-api
content-svc
content/*/gated-pdfs/*
content/*/gated-resources/*
content/*?syn-25a6b1a6
content/*?syn-25a6b1a6=1
content/audit
content/blogs/au/en/*
content/blogs/br/pt/*
@ -11237,6 +11299,7 @@ customers/dev-mode-helps-hp/$
customers/digital-transformation-at-philips/$
customers/doctor-anywhere-designing-healthcare-experiences-faster/$
customers/driving-adoption-of-seat-cupra-design-system/$
customers/driving-design-transformation-how-cars24-builds-faster-with-figma/$
customers/dwell/$
customers/endeavourx-design-transformation-with-figma/$
customers/erste-groupbetter-financial-health-by-design/$
@ -12212,7 +12275,6 @@ discount_type=
discover
discover/trending/detail
discovery
discuss/search
discussion
discussion/comment-permalink
discussion/edit-profile
@ -12346,7 +12408,6 @@ docs/search_results.html
docs/socialmarkup
doctor-strange
document
document-format.html
document/comments
document/create
document/delete
@ -12404,7 +12465,6 @@ doubleclick
downgrade
download
download-evernote
download-notice
download/*/Zoom_launcher.exe
download/*/zoomusLauncher.zip
download/get
@ -12606,7 +12666,6 @@ element/?
element/commun/afficher
element_properties.
elements
eli-search
eliminar-busqueda
eliminar-favoritos
elite?
@ -13424,6 +13483,7 @@ enterprise
enterprise-jobs
enterprise-partner-search/sitemaps
enterprise/$
enterprise/october-2025/$
enterprise/plan/$
enterprise/seo
entertainment/article/Minerva-s-horoscope
@ -13455,7 +13515,6 @@ error/403
error/404
error/500
error/PageNotFound.htm
error/authentication-required.html
error404.aspx
error_204
errordocs
@ -14465,7 +14524,6 @@ experiences/*?*scheduled_id
experiment
experiments
experiments.xml
expert-search-form
experts-arena
experts/search
experts/search?
@ -14474,7 +14532,6 @@ explore/*/?p=
explore/*/lightbox
explore/search
explorespa
export-documents
export/
export/sites/intranet/
export/sites/upov/shared/
@ -14535,8 +14592,6 @@ facebook-template
facebook/templates
facebook_connect
factory
fallback
false/select-store-cookies.html
family-validation
family_filter
familylink-earlyaccess
@ -18258,6 +18313,8 @@ http://tracks.arte.tv/robots.txt
http://use.fontawesome.com/robots.txt
http://weebly.com/robots.txt
https://player.cnevids.com
https://www.iubenda.com/en/help/126238-pricing-faqs-legacy-guide
https://www.iubenda.com/en/help/142642-old-vs-new-pricing
https:/www.alibaba.com
hu
hu-HU/$
@ -18793,7 +18850,6 @@ internal
internal-api
internal/*
internalPref
internalapi
interstitial-ad
intl
intl/*/customers
@ -20229,54 +20285,6 @@ leerberichten
legal
legal-b2b
legal-contact-us
legal-content/BG/TXT/DOC
legal-content/BG/TXT/SIG
legal-content/CS/TXT/DOC
legal-content/CS/TXT/SIG
legal-content/DA/TXT/DOC
legal-content/DA/TXT/SIG
legal-content/DE/TXT/DOC
legal-content/DE/TXT/SIG
legal-content/EL/TXT/DOC
legal-content/EL/TXT/SIG
legal-content/EN/TXT/DOC
legal-content/EN/TXT/SIG
legal-content/ES/TXT/DOC
legal-content/ES/TXT/SIG
legal-content/ET/TXT/DOC
legal-content/ET/TXT/SIG
legal-content/FI/TXT/DOC
legal-content/FI/TXT/SIG
legal-content/FR/TXT/DOC
legal-content/FR/TXT/SIG
legal-content/GA/TXT/DOC
legal-content/GA/TXT/SIG
legal-content/HR/TXT/DOC
legal-content/HR/TXT/SIG
legal-content/HU/TXT/DOC
legal-content/HU/TXT/SIG
legal-content/IT/TXT/DOC
legal-content/IT/TXT/SIG
legal-content/LT/TXT/DOC
legal-content/LT/TXT/SIG
legal-content/LV/TXT/DOC
legal-content/LV/TXT/SIG
legal-content/MT/TXT/DOC
legal-content/MT/TXT/SIG
legal-content/NL/TXT/DOC
legal-content/NL/TXT/SIG
legal-content/PL/TXT/DOC
legal-content/PL/TXT/SIG
legal-content/PT/TXT/DOC
legal-content/PT/TXT/SIG
legal-content/RO/TXT/DOC
legal-content/RO/TXT/SIG
legal-content/SK/TXT/DOC
legal-content/SK/TXT/SIG
legal-content/SL/TXT/DOC
legal-content/SL/TXT/SIG
legal-content/SV/TXT/DOC
legal-content/SV/TXT/SIG
legal/$
legal/3874403/
legal/ai-terms/$
@ -20292,6 +20300,7 @@ legal/creator-agreement/$
legal/creator-fund-terms/$
legal/data-portability-and-deletion/$
legal/developer-terms/$
legal/digital-services-act/$
legal/disclaimer/$
legal/dpa/$
legal/events-tos/$
@ -20741,7 +20750,6 @@ mapslt?
mapspro
mapstt?
mapview
mar-optout
market/
market/confederate_flag
market/dixie_flag
@ -21009,7 +21017,6 @@ mod
mod.php
mod=
mod?
modal-message
modal_active=
models
models/*/ar-redirect
@ -21237,7 +21244,6 @@ my-MM/$
my-account
my-agent/eligibility
my-articles
my-eurlex
my-library
my-library
my-list-shows
@ -21515,6 +21521,7 @@ newsuppliers
next
next-friday
nextThread.html
nextadvisor/search
nextendweb-social-login/?
nextgensearch/_*.js
nextjs
@ -22170,9 +22177,15 @@ page-777107_28406709$
page-resources
page-strength
page/*
page/*/?a_aid=
page/*/?egotecpage
page/*/?hc_location=
page/*/?iq_id=
page/*/?pcd=
page/*/?s
page/*/?s=
page/*/?s=
page/*/?search=
page/*?
page/*page
page/account-confirmation-thanks
@ -22860,7 +22873,6 @@ plugins/search
plus/experience/*/
plus/experience/*/series/
plusinstall
pm-optout
pm/
pm/amplify/
pm/lambda/
@ -23001,7 +23013,6 @@ preferences/
preferences/manage-cookies
prefetch
prefs
prelex
premium$
premium-reports
premium/
@ -23066,7 +23077,6 @@ pricing/payment
pricing/pro
primeshow
print
print-pdf
printView=
printable/pdf
printer_friendly_story
@ -23294,7 +23304,6 @@ project/issues/subscribe-mail
projects
projects/?
projects/browse.php
projects/embed
projects/geo/download
projects/geo/tools
projects/gtr/gt
@ -23340,13 +23349,13 @@ proplayer
props/
proredir?
prospective-students/undergraduate-redesign
protected
proto
protocol
protocolexchange/labgroups
prototyping/$
proxy
proxy
proxy/
prp
prsnl=*
prtpage
@ -24058,6 +24067,7 @@ recruit/helpnew/
recs
red
red-2
redesign/_next/image
redesigning-finance-how-great-design-is-transforming-the-industry/$
redir
redir?
@ -24130,7 +24140,6 @@ remotelogout
removalrequest
remove-favorite
renders
renewal-reminder-optout
rental-manager/?source=topnav&itc=postbutton_topnav
rental-manager/?zpid=
rental-manager/login/?url
@ -24202,6 +24211,7 @@ reports/tr13
reports/tr14-4/index.html
reports/tr14-5/index.html
reports/tr14/tr14-15.html
reports/tr14/tr14-53.html
reports/tr15/tr15-10.html
reports/tr15/tr15-11.html
reports/tr15/tr15-12.html
@ -24248,6 +24258,7 @@ reports/tr15/tr15-52.html
reports/tr15/tr15-53.html
reports/tr15/tr15-54.html
reports/tr15/tr15-55.html
reports/tr15/tr15-56.html
reports/tr15/tr15-7.html
reports/tr15/tr15-8.html
reports/tr15/tr15-9.html
@ -24297,6 +24308,7 @@ reports/tr34/tr34-28.html
reports/tr34/tr34-29.html
reports/tr34/tr34-3.html
reports/tr34/tr34-30.html
reports/tr34/tr34-31.html
reports/tr34/tr34-4.html
reports/tr34/tr34-5.html
reports/tr34/tr34-6.html
@ -24367,6 +24379,7 @@ reports/tr35/tr35-66
reports/tr35/tr35-67
reports/tr35/tr35-68
reports/tr35/tr35-7.html
reports/tr35/tr35-74
reports/tr35/tr35-8.html
reports/tr35/tr35-9.html
reports/tr40
@ -24396,6 +24409,7 @@ reports/tr46/tr46-3.html
reports/tr46/tr46-30.html
reports/tr46/tr46-31.html
reports/tr46/tr46-32.html
reports/tr46/tr46-33.html
reports/tr46/tr46-4.html
reports/tr46/tr46-5.html
reports/tr46/tr46-6.html
@ -24424,6 +24438,7 @@ reports/tr51/tr51-23.html
reports/tr51/tr51-24.html
reports/tr51/tr51-25.html
reports/tr51/tr51-26.html
reports/tr51/tr51-27.html
reports/tr51/tr51-3.html
reports/tr51/tr51-4.html
reports/tr51/tr51-5.html
@ -24474,6 +24489,7 @@ reports/tr9/tr9-46.html
reports/tr9/tr9-47.html
reports/tr9/tr9-48.html
reports/tr9/tr9-49.html
reports/tr9/tr9-50.html
reports/uphill-battle-to-make-magical-products/$
repos
repos/cldr-tmp
@ -25085,8 +25101,6 @@ sap/saphana/pilot/offer/confirmation
sars-cov-2
savannah-checkouts
save
save-document
save-query
save/save-agency-search-tool
save/save-agency-search-tool/export
savedhomes
@ -25191,8 +25205,6 @@ scl
scmp_comments
scorecard
scorecard/
scratch_1.4
scratchr2/static
screener/insider
screensaver
screenshots
@ -25294,7 +25306,6 @@ search-ads-360
search-ar-dev
search-collections?
search-console/scfe
search-effectiveness.html
search-people?
search-results
search-webglimps
@ -25753,7 +25764,6 @@ single_pages
sio
sit_rep
site
site-api
site-archive
site-explorer
site-explorer/$
@ -26138,7 +26148,6 @@ slp/*/b$
slp/s$
smart/button
smart/buttons
smartapi
smartmarket
smartmarket/*/productListInitial.action?
smbe/
@ -26896,7 +26905,7 @@ switch-membership
sydney-white
syndicate
syndication_cookie_sync
synsearch
synsearch/
system
system/
system/cron/cron.txt
@ -27390,7 +27399,6 @@ templates/x-matrix-template/$
templates/yearly-calendar-template/$
temporary_marketing_proxy/*
temptation-island
ter-optout
termini-e-condizioni
termos-e-condicoes
terms
@ -27606,6 +27614,8 @@ time/change/@
time/map/*_escaped_fragment_
time/zone/*?
time/zone/@
time_cover_hub
time_tout
timedtext_video
timezone-utils/static-2.111
timezone-utils/static-2.114
@ -27796,7 +27806,6 @@ transcripts/419570939
transcripts/470280334
transcripts/480128005
transcripts/830237502
transfers
transformation-digitale-du-processus-de-design/$
transit?
translate
@ -27897,7 +27906,6 @@ trips/v1
trivia/answer
trk
trouver
true/select-store-cookies.html
trust.php
trustedstores/images
trustedstores/js
@ -28101,6 +28109,7 @@ ultrasearch
um
unable-to-process-request/
unauth-profile
uncategorized
undefined
unfiltered?
unfinished.php
@ -28114,7 +28123,6 @@ univercd/cc/td/doc
universal-design-system/
university
unlink
unlisted
unsaved
unsub
unsubscribe
@ -28624,7 +28632,6 @@ validate-user
valkyrie-playground
var
variant=
varserver
vas
vbtv/
ve/Download
@ -28642,7 +28649,6 @@ verificationofemployment
verified-authors
verified-modal
verify
verify-mobile
verify_age
verify_cookies
verify_your_email$
@ -28828,8 +28834,6 @@ wall*?search=1
wall*?thread=
wall*?with=
wall-*?q=
wallpaper
wallpapers
wanted
wap/*
wapsearch?
@ -29791,7 +29795,6 @@ wp-admin
wp-admin/
wp-admin/admin-ajax.php
wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://rtbf.be/robots.txt
wp-admin/admin-ajax.phphttp://starbucks.com/robots.txt
wp-admin/images/*
wp-admin/load-scripts.php
@ -29882,6 +29885,7 @@ wp-json/hb-
wp-json/wpe/v1/chat-group
wp-json/wpe/v1/opt-in
wp-json/ws-form
wp-login
wp-login.php
wp-login.php
wp-signup.php