[Github Action] Automated trickest wordlists update.

This commit is contained in:
GitHub Action 2023-12-19 00:19:49 +00:00
parent c877027735
commit 9238f40902
17 changed files with 1224 additions and 263 deletions

View file

@ -5709,6 +5709,12 @@ Admin/src/Listeners/Order.php
src/Listeners/Order.php
Listeners/Order.php
Order.php
packages/Webkul/Admin/src/Listeners/Customer.php
Webkul/Admin/src/Listeners/Customer.php
Admin/src/Listeners/Customer.php
src/Listeners/Customer.php
Listeners/Customer.php
Customer.php
packages/Webkul/Admin/src/Listeners/ChannelSettingsChange.php
Webkul/Admin/src/Listeners/ChannelSettingsChange.php
Admin/src/Listeners/ChannelSettingsChange.php
@ -6237,6 +6243,13 @@ src/Http/Resources/TaxCategoryResource.php
Http/Resources/TaxCategoryResource.php
Resources/TaxCategoryResource.php
TaxCategoryResource.php
packages/Webkul/Admin/src/Mail/Customer/RegistrationNotification.php
Webkul/Admin/src/Mail/Customer/RegistrationNotification.php
Admin/src/Mail/Customer/RegistrationNotification.php
src/Mail/Customer/RegistrationNotification.php
Mail/Customer/RegistrationNotification.php
Customer/RegistrationNotification.php
RegistrationNotification.php
packages/Webkul/Admin/src/Mail/Customer/NewCustomerNotification.php
Webkul/Admin/src/Mail/Customer/NewCustomerNotification.php
Admin/src/Mail/Customer/NewCustomerNotification.php
@ -9197,6 +9210,15 @@ Resources/views/emails/layout.blade.php
views/emails/layout.blade.php
emails/layout.blade.php
layout.blade.php
packages/Webkul/Admin/src/Resources/views/emails/customers/registration.blade.php
Webkul/Admin/src/Resources/views/emails/customers/registration.blade.php
Admin/src/Resources/views/emails/customers/registration.blade.php
src/Resources/views/emails/customers/registration.blade.php
Resources/views/emails/customers/registration.blade.php
views/emails/customers/registration.blade.php
emails/customers/registration.blade.php
customers/registration.blade.php
registration.blade.php
packages/Webkul/Admin/src/Resources/views/emails/orders/canceled.blade.php
Webkul/Admin/src/Resources/views/emails/orders/canceled.blade.php
Admin/src/Resources/views/emails/orders/canceled.blade.php
@ -13442,13 +13464,6 @@ installer/default/build/manifest.json
default/build/manifest.json
build/manifest.json
manifest.json
public/themes/shop/default/build/assets/app-3c12b944.js
themes/shop/default/build/assets/app-3c12b944.js
shop/default/build/assets/app-3c12b944.js
default/build/assets/app-3c12b944.js
build/assets/app-3c12b944.js
assets/app-3c12b944.js
app-3c12b944.js
public/themes/shop/default/build/assets/velicon-2b79b97c.woff
themes/shop/default/build/assets/velicon-2b79b97c.woff
shop/default/build/assets/velicon-2b79b97c.woff
@ -13477,6 +13492,13 @@ default/build/assets/default-language-6ef0ef70.svg
build/assets/default-language-6ef0ef70.svg
assets/default-language-6ef0ef70.svg
default-language-6ef0ef70.svg
public/themes/shop/default/build/assets/app-348beba2.js
themes/shop/default/build/assets/app-348beba2.js
shop/default/build/assets/app-348beba2.js
default/build/assets/app-348beba2.js
build/assets/app-348beba2.js
assets/app-348beba2.js
app-348beba2.js
public/themes/shop/default/build/assets/large-product-placeholder-13b8a96b.webp
themes/shop/default/build/assets/large-product-placeholder-13b8a96b.webp
shop/default/build/assets/large-product-placeholder-13b8a96b.webp
@ -13700,6 +13722,13 @@ default/build/assets/use-cases-4a33de1a.svg
build/assets/use-cases-4a33de1a.svg
assets/use-cases-4a33de1a.svg
use-cases-4a33de1a.svg
public/themes/admin/default/build/assets/app-849544a8.js
themes/admin/default/build/assets/app-849544a8.js
admin/default/build/assets/app-849544a8.js
default/build/assets/app-849544a8.js
build/assets/app-849544a8.js
assets/app-849544a8.js
app-849544a8.js
public/themes/admin/default/build/assets/invoice-bbc6d6a8.svg
themes/admin/default/build/assets/invoice-bbc6d6a8.svg
admin/default/build/assets/invoice-bbc6d6a8.svg
@ -13742,13 +13771,6 @@ default/build/assets/theme-f4d870b8.svg
build/assets/theme-f4d870b8.svg
assets/theme-f4d870b8.svg
theme-f4d870b8.svg
public/themes/admin/default/build/assets/app-c5751936.js
themes/admin/default/build/assets/app-c5751936.js
admin/default/build/assets/app-c5751936.js
default/build/assets/app-c5751936.js
build/assets/app-c5751936.js
assets/app-c5751936.js
app-c5751936.js
public/themes/admin/default/build/assets/payment-method-10ea91e1.svg
themes/admin/default/build/assets/payment-method-10ea91e1.svg
admin/default/build/assets/payment-method-10ea91e1.svg

View file

@ -778,6 +778,7 @@ packages/Webkul/Admin/src/Validations/ConfigurableUniqueSku.php
packages/Webkul/Admin/src/Listeners/Shipment.php
packages/Webkul/Admin/src/Listeners/Invoice.php
packages/Webkul/Admin/src/Listeners/Order.php
packages/Webkul/Admin/src/Listeners/Customer.php
packages/Webkul/Admin/src/Listeners/ChannelSettingsChange.php
packages/Webkul/Admin/src/Listeners/Refund.php
packages/Webkul/Admin/src/Listeners/Admin.php
@ -846,6 +847,7 @@ packages/Webkul/Admin/src/Http/Resources/AttributeOptionResource.php
packages/Webkul/Admin/src/Http/Resources/CategoryTreeResource.php
packages/Webkul/Admin/src/Http/Resources/AttributeResource.php
packages/Webkul/Admin/src/Http/Resources/TaxCategoryResource.php
packages/Webkul/Admin/src/Mail/Customer/RegistrationNotification.php
packages/Webkul/Admin/src/Mail/Customer/NewCustomerNotification.php
packages/Webkul/Admin/src/Mail/Admin/ResetPasswordNotification.php
packages/Webkul/Admin/src/Mail/Order/InventorySourceNotification.php
@ -1173,6 +1175,7 @@ packages/Webkul/Admin/src/Resources/views/users/forget-password/create.blade.php
packages/Webkul/Admin/src/Resources/views/users/sessions/create.blade.php
packages/Webkul/Admin/src/Resources/views/users/reset-password/create.blade.php
packages/Webkul/Admin/src/Resources/views/emails/layout.blade.php
packages/Webkul/Admin/src/Resources/views/emails/customers/registration.blade.php
packages/Webkul/Admin/src/Resources/views/emails/orders/canceled.blade.php
packages/Webkul/Admin/src/Resources/views/emails/orders/inventory-source.blade.php
packages/Webkul/Admin/src/Resources/views/emails/orders/refunded.blade.php
@ -1923,11 +1926,11 @@ public/themes/installer/default/build/assets/spinner-51c5cf50.svg
public/themes/installer/default/build/assets/bagisto-logo-f02a1643.svg
public/themes/installer/default/build/assets/bagisto-installer-974e4842.woff
public/themes/installer/default/build/manifest.json
public/themes/shop/default/build/assets/app-3c12b944.js
public/themes/shop/default/build/assets/velicon-2b79b97c.woff
public/themes/shop/default/build/assets/small-product-placeholder-64b7f208.webp
public/themes/shop/default/build/assets/spinner-51c5cf50.svg
public/themes/shop/default/build/assets/default-language-6ef0ef70.svg
public/themes/shop/default/build/assets/app-348beba2.js
public/themes/shop/default/build/assets/large-product-placeholder-13b8a96b.webp
public/themes/shop/default/build/assets/medium-product-placeholder-3b1a7b7d.webp
public/themes/shop/default/build/assets/logo-942157c2.svg
@ -1960,13 +1963,13 @@ public/themes/admin/default/build/assets/total-sales-5b2c7b58.svg
public/themes/admin/default/build/assets/unpaid-invoices-6c51662d.svg
public/themes/admin/default/build/assets/logo-f02a1643.svg
public/themes/admin/default/build/assets/use-cases-4a33de1a.svg
public/themes/admin/default/build/assets/app-849544a8.js
public/themes/admin/default/build/assets/invoice-bbc6d6a8.svg
public/themes/admin/default/build/assets/customers-199df769.svg
public/themes/admin/default/build/assets/address-c3d46b29.svg
public/themes/admin/default/build/assets/chart-1d2144fe.js
public/themes/admin/default/build/assets/tax-20f847de.svg
public/themes/admin/default/build/assets/theme-f4d870b8.svg
public/themes/admin/default/build/assets/app-c5751936.js
public/themes/admin/default/build/assets/payment-method-10ea91e1.svg
public/themes/admin/default/build/assets/average-orders-71c4bf9a.svg
public/themes/admin/default/build/assets/orders-5dd62d9d.svg

View file

@ -5715,6 +5715,8 @@ plenty-seahorses-taste.md
chatty-eagles-fix.md
.changeset/lazy-impalas-attack.md
lazy-impalas-attack.md
.changeset/ninety-cats-greet.md
ninety-cats-greet.md
.changeset/stale-adults-swim.md
stale-adults-swim.md
.changeset/moody-candles-scream.md

View file

@ -1148,6 +1148,7 @@ packages/data/license
.changeset/plenty-seahorses-taste.md
.changeset/chatty-eagles-fix.md
.changeset/lazy-impalas-attack.md
.changeset/ninety-cats-greet.md
.changeset/stale-adults-swim.md
.changeset/moody-candles-scream.md
.changeset/plenty-vans-admire.md

View file

@ -2997,6 +2997,9 @@ acp_utils_test.php
tests/path_helper/path_helper_test.php
path_helper/path_helper_test.php
path_helper_test.php
tests/assets/iconify_bundler_test.php
assets/iconify_bundler_test.php
iconify_bundler_test.php
tests/captcha/qa_test.php
captcha/qa_test.php
qa_test.php
@ -5129,6 +5132,11 @@ config/default/container/services_twig.yml
default/container/services_twig.yml
container/services_twig.yml
services_twig.yml
phpBB/config/default/container/services_assets.yml
config/default/container/services_assets.yml
default/container/services_assets.yml
container/services_assets.yml
services_assets.yml
phpBB/config/default/container/services_help.yml
config/default/container/services_help.yml
default/container/services_help.yml
@ -10848,6 +10856,10 @@ phpBB/phpbb/report/report_reason_list_provider.php
phpbb/report/report_reason_list_provider.php
report/report_reason_list_provider.php
report_reason_list_provider.php
phpBB/phpbb/assets/iconify_bundler.php
phpbb/assets/iconify_bundler.php
assets/iconify_bundler.php
iconify_bundler.php
phpBB/phpbb/captcha/plugins/nogd.php
phpbb/captcha/plugins/nogd.php
captcha/plugins/nogd.php
@ -11569,6 +11581,10 @@ phpBB/assets/fonts/fontawesome-webfont.svg
assets/fonts/fontawesome-webfont.svg
fonts/fontawesome-webfont.svg
fontawesome-webfont.svg
phpBB/assets/iconify/iconify.min.js
assets/iconify/iconify.min.js
iconify/iconify.min.js
iconify.min.js
phpBB/composer-ext.json
composer-ext.json
phpBB/web.config

View file

@ -710,6 +710,7 @@ tests/text_formatter/s9e/fixtures/style_inheritance.xml
tests/text_formatter/s9e/fixtures/smilies_special_chars.xml
tests/text_formatter/s9e/acp_utils_test.php
tests/path_helper/path_helper_test.php
tests/assets/iconify_bundler_test.php
tests/captcha/qa_test.php
tests/config_php_file_test.php
tests/mcp/fixtures/post_ip.xml
@ -1208,6 +1209,7 @@ phpBB/config/default/container/services_twig_extensions.yml
phpBB/config/default/container/services_notification.yml
phpBB/config/default/container/services_user.yml
phpBB/config/default/container/services_twig.yml
phpBB/config/default/container/services_assets.yml
phpBB/config/default/container/services_help.yml
phpBB/config/default/container/services_module.yml
phpBB/config/default/container/services_cron.yml
@ -2212,6 +2214,7 @@ phpBB/phpbb/report/report_handler_interface.php
phpBB/phpbb/report/controller/report.php
phpBB/phpbb/report/report_handler.php
phpBB/phpbb/report/report_reason_list_provider.php
phpBB/phpbb/assets/iconify_bundler.php
phpBB/phpbb/captcha/plugins/nogd.php
phpBB/phpbb/captcha/plugins/captcha_abstract.php
phpBB/phpbb/captcha/plugins/qa.php
@ -2372,6 +2375,7 @@ phpBB/assets/fonts/fontawesome-webfont.woff
phpBB/assets/fonts/fontawesome-webfont.eot
phpBB/assets/fonts/fontawesome-webfont.ttf
phpBB/assets/fonts/fontawesome-webfont.svg
phpBB/assets/iconify/iconify.min.js
phpBB/composer-ext.json
phpBB/web.config
phpBB/images/icons/misc/index.htm

View file

@ -26507,6 +26507,24 @@ actions/plugin/watch/command.ts
plugin/watch/command.ts
watch/command.ts
command.ts
packages/core/strapi/src/commands/actions/plugin/verify/action.ts
core/strapi/src/commands/actions/plugin/verify/action.ts
strapi/src/commands/actions/plugin/verify/action.ts
src/commands/actions/plugin/verify/action.ts
commands/actions/plugin/verify/action.ts
actions/plugin/verify/action.ts
plugin/verify/action.ts
verify/action.ts
action.ts
packages/core/strapi/src/commands/actions/plugin/verify/command.ts
core/strapi/src/commands/actions/plugin/verify/command.ts
strapi/src/commands/actions/plugin/verify/command.ts
src/commands/actions/plugin/verify/command.ts
commands/actions/plugin/verify/command.ts
actions/plugin/verify/command.ts
plugin/verify/command.ts
verify/command.ts
command.ts
packages/core/strapi/src/commands/actions/plugin/build-command/action.ts
core/strapi/src/commands/actions/plugin/build-command/action.ts
strapi/src/commands/actions/plugin/build-command/action.ts
@ -27826,6 +27844,14 @@ strapi/commands/plugin/_category_.json
commands/plugin/_category_.json
plugin/_category_.json
_category_.json
docs/docs/docs/01-core/strapi/commands/plugin/04-check.md
docs/docs/01-core/strapi/commands/plugin/04-check.md
docs/01-core/strapi/commands/plugin/04-check.md
01-core/strapi/commands/plugin/04-check.md
strapi/commands/plugin/04-check.md
commands/plugin/04-check.md
plugin/04-check.md
04-check.md
docs/docs/docs/01-core/strapi/commands/plugin/03-init.md
docs/docs/01-core/strapi/commands/plugin/03-init.md
docs/01-core/strapi/commands/plugin/03-init.md

View file

@ -3593,6 +3593,8 @@ packages/core/strapi/src/commands/actions/admin/reset-user-password/command.ts
packages/core/strapi/src/commands/actions/admin/reset-user-password/__tests__/admin.reset-user-password.test.ts
packages/core/strapi/src/commands/actions/plugin/watch/action.ts
packages/core/strapi/src/commands/actions/plugin/watch/command.ts
packages/core/strapi/src/commands/actions/plugin/verify/action.ts
packages/core/strapi/src/commands/actions/plugin/verify/command.ts
packages/core/strapi/src/commands/actions/plugin/build-command/action.ts
packages/core/strapi/src/commands/actions/plugin/build-command/command.ts
packages/core/strapi/src/commands/actions/plugin/init/action.ts
@ -3840,6 +3842,7 @@ docs/docs/docs/01-core/strapi/commands/plugin/01-build.md
docs/docs/docs/01-core/strapi/commands/plugin/00-overview.md
docs/docs/docs/01-core/strapi/commands/plugin/02-watch.md
docs/docs/docs/01-core/strapi/commands/plugin/_category_.json
docs/docs/docs/01-core/strapi/commands/plugin/04-check.md
docs/docs/docs/01-core/strapi/commands/plugin/03-init.md
docs/docs/docs/01-core/strapi/_category_.json
docs/docs/docs/05-utils/pack-up/02-config.mdx

View file

@ -7571,6 +7571,13 @@ Context/Api/Admin/ManagingZonesContext.php
Api/Admin/ManagingZonesContext.php
Admin/ManagingZonesContext.php
ManagingZonesContext.php
src/Sylius/Behat/Context/Api/Admin/BrowsingProductVariantsContext.php
Sylius/Behat/Context/Api/Admin/BrowsingProductVariantsContext.php
Behat/Context/Api/Admin/BrowsingProductVariantsContext.php
Context/Api/Admin/BrowsingProductVariantsContext.php
Api/Admin/BrowsingProductVariantsContext.php
Admin/BrowsingProductVariantsContext.php
BrowsingProductVariantsContext.php
src/Sylius/Behat/Context/Api/Admin/ManagingShipmentsContext.php
Sylius/Behat/Context/Api/Admin/ManagingShipmentsContext.php
Behat/Context/Api/Admin/ManagingShipmentsContext.php
@ -15687,6 +15694,13 @@ ApiBundle/OpenApi/Documentation/AcceptLanguageHeaderDocumentationModifier.php
OpenApi/Documentation/AcceptLanguageHeaderDocumentationModifier.php
Documentation/AcceptLanguageHeaderDocumentationModifier.php
AcceptLanguageHeaderDocumentationModifier.php
src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/ProductReviewDocumentationModifier.php
Sylius/Bundle/ApiBundle/OpenApi/Documentation/ProductReviewDocumentationModifier.php
Bundle/ApiBundle/OpenApi/Documentation/ProductReviewDocumentationModifier.php
ApiBundle/OpenApi/Documentation/ProductReviewDocumentationModifier.php
OpenApi/Documentation/ProductReviewDocumentationModifier.php
Documentation/ProductReviewDocumentationModifier.php
ProductReviewDocumentationModifier.php
src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/ProductSlugDocumentationModifier.php
Sylius/Bundle/ApiBundle/OpenApi/Documentation/ProductSlugDocumentationModifier.php
Bundle/ApiBundle/OpenApi/Documentation/ProductSlugDocumentationModifier.php

View file

@ -1128,6 +1128,7 @@ src/Sylius/Behat/Context/Api/Admin/ManagingProductOptionsContext.php
src/Sylius/Behat/Context/Api/Admin/ManagingProductVariantsContext.php
src/Sylius/Behat/Context/Api/Admin/BrowsingCatalogPromotionProductVariantsContext.php
src/Sylius/Behat/Context/Api/Admin/ManagingZonesContext.php
src/Sylius/Behat/Context/Api/Admin/BrowsingProductVariantsContext.php
src/Sylius/Behat/Context/Api/Admin/ManagingShipmentsContext.php
src/Sylius/Behat/Context/Api/Admin/ManagingExchangeRatesContext.php
src/Sylius/Behat/Context/Api/Admin/ManagingChannelsContext.php
@ -2255,6 +2256,7 @@ src/Sylius/Bundle/ApiBundle/DataProvider/ChannelsCollectionDataProvider.php
src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/ProductDocumentationModifier.php
src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/PathHiderDocumentationModifier.php
src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/AcceptLanguageHeaderDocumentationModifier.php
src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/ProductReviewDocumentationModifier.php
src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/ProductSlugDocumentationModifier.php
src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/AttributeTypeDocumentationModifier.php
src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/ProductVariantDocumentationModifier.php

View file

@ -116,6 +116,11 @@ packages/js/internal-js-tests/tsconfig.json
js/internal-js-tests/tsconfig.json
internal-js-tests/tsconfig.json
tsconfig.json
packages/js/internal-js-tests/changelog/42860-update-pnpm
js/internal-js-tests/changelog/42860-update-pnpm
internal-js-tests/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/internal-js-tests/changelog/fix-domain-substitution
js/internal-js-tests/changelog/fix-domain-substitution
internal-js-tests/changelog/fix-domain-substitution
@ -230,6 +235,11 @@ js/number/changelog/upgrade-pnpm-7
number/changelog/upgrade-pnpm-7
changelog/upgrade-pnpm-7
upgrade-pnpm-7
packages/js/number/changelog/42860-update-pnpm
js/number/changelog/42860-update-pnpm
number/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/number/changelog/dev-update-pnpm-8.6.5
js/number/changelog/dev-update-pnpm-8.6.5
number/changelog/dev-update-pnpm-8.6.5
@ -414,6 +424,11 @@ js/currency/changelog/upgrade-pnpm-7
currency/changelog/upgrade-pnpm-7
changelog/upgrade-pnpm-7
upgrade-pnpm-7
packages/js/currency/changelog/42860-update-pnpm
js/currency/changelog/42860-update-pnpm
currency/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/currency/changelog/dev-update-pnpm-8.6.5
js/currency/changelog/dev-update-pnpm-8.6.5
currency/changelog/dev-update-pnpm-8.6.5
@ -1372,6 +1387,11 @@ js/onboarding/changelog/fix-woocommerce-payments-to-woopayments
onboarding/changelog/fix-woocommerce-payments-to-woopayments
changelog/fix-woocommerce-payments-to-woopayments
fix-woocommerce-payments-to-woopayments
packages/js/onboarding/changelog/42860-update-pnpm
js/onboarding/changelog/42860-update-pnpm
onboarding/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/onboarding/changelog/remove-onboarding-purchase-task
js/onboarding/changelog/remove-onboarding-purchase-task
onboarding/changelog/remove-onboarding-purchase-task
@ -1477,6 +1497,11 @@ js/expression-evaluation/changelog/42802-fix-watch-build-race-condition
expression-evaluation/changelog/42802-fix-watch-build-race-condition
changelog/42802-fix-watch-build-race-condition
42802-fix-watch-build-race-condition
packages/js/expression-evaluation/changelog/42860-update-pnpm
js/expression-evaluation/changelog/42860-update-pnpm
expression-evaluation/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/expression-evaluation/changelog/.gitkeep
js/expression-evaluation/changelog/.gitkeep
expression-evaluation/changelog/.gitkeep
@ -1867,6 +1892,11 @@ js/tracks/changelog/upgrade-pnpm-7
tracks/changelog/upgrade-pnpm-7
changelog/upgrade-pnpm-7
upgrade-pnpm-7
packages/js/tracks/changelog/42860-update-pnpm
js/tracks/changelog/42860-update-pnpm
tracks/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/tracks/changelog/dev-update-pnpm-8.6.5
js/tracks/changelog/dev-update-pnpm-8.6.5
tracks/changelog/dev-update-pnpm-8.6.5
@ -2020,6 +2050,11 @@ js/create-woo-extension/changelog/dev-sync-pnpm
create-woo-extension/changelog/dev-sync-pnpm
changelog/dev-sync-pnpm
dev-sync-pnpm
packages/js/create-woo-extension/changelog/42860-update-pnpm
js/create-woo-extension/changelog/42860-update-pnpm
create-woo-extension/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/create-woo-extension/changelog/dev-update-pnpm-8.6.5
js/create-woo-extension/changelog/dev-update-pnpm-8.6.5
create-woo-extension/changelog/dev-update-pnpm-8.6.5
@ -2376,6 +2411,11 @@ js/experimental/changelog/fix-37654-invalid-return-callback-ref
experimental/changelog/fix-37654-invalid-return-callback-ref
changelog/fix-37654-invalid-return-callback-ref
fix-37654-invalid-return-callback-ref
packages/js/experimental/changelog/42860-update-pnpm
js/experimental/changelog/42860-update-pnpm
experimental/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/experimental/changelog/dev-34928_improve_dismiss_button_visibility
js/experimental/changelog/dev-34928_improve_dismiss_button_visibility
experimental/changelog/dev-34928_improve_dismiss_button_visibility
@ -2580,6 +2620,11 @@ js/create-product-editor-block/block-templates/edit.tsx.mustache
create-product-editor-block/block-templates/edit.tsx.mustache
block-templates/edit.tsx.mustache
edit.tsx.mustache
packages/js/create-product-editor-block/changelog/42860-update-pnpm
js/create-product-editor-block/changelog/42860-update-pnpm
create-product-editor-block/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/create-product-editor-block/changelog/.gitkeep
js/create-product-editor-block/changelog/.gitkeep
create-product-editor-block/changelog/.gitkeep
@ -3026,6 +3071,11 @@ js/admin-e2e-tests/changelog/fix-woocommerce-payments-to-woopayments
admin-e2e-tests/changelog/fix-woocommerce-payments-to-woopayments
changelog/fix-woocommerce-payments-to-woopayments
fix-woocommerce-payments-to-woopayments
packages/js/admin-e2e-tests/changelog/42860-update-pnpm
js/admin-e2e-tests/changelog/42860-update-pnpm
admin-e2e-tests/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/admin-e2e-tests/changelog/remove-wcpay-accordion
js/admin-e2e-tests/changelog/remove-wcpay-accordion
admin-e2e-tests/changelog/remove-wcpay-accordion
@ -3262,6 +3312,11 @@ js/navigation/changelog/upgrade-pnpm-7
navigation/changelog/upgrade-pnpm-7
changelog/upgrade-pnpm-7
upgrade-pnpm-7
packages/js/navigation/changelog/42860-update-pnpm
js/navigation/changelog/42860-update-pnpm
navigation/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/navigation/changelog/dev-update-pnpm-8.6.5
js/navigation/changelog/dev-update-pnpm-8.6.5
navigation/changelog/dev-update-pnpm-8.6.5
@ -3374,6 +3429,11 @@ js/dependency-extraction-webpack-plugin/assets/packages.js
dependency-extraction-webpack-plugin/assets/packages.js
assets/packages.js
packages.js
packages/js/dependency-extraction-webpack-plugin/changelog/42860-update-pnpm
js/dependency-extraction-webpack-plugin/changelog/42860-update-pnpm
dependency-extraction-webpack-plugin/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/dependency-extraction-webpack-plugin/changelog/.gitkeep
js/dependency-extraction-webpack-plugin/changelog/.gitkeep
dependency-extraction-webpack-plugin/changelog/.gitkeep
@ -3778,6 +3838,11 @@ js/customer-effort-score/changelog/upgrade-pnpm-7
customer-effort-score/changelog/upgrade-pnpm-7
changelog/upgrade-pnpm-7
upgrade-pnpm-7
packages/js/customer-effort-score/changelog/42860-update-pnpm
js/customer-effort-score/changelog/42860-update-pnpm
customer-effort-score/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/customer-effort-score/changelog/dev-update-pnpm-8.6.5
js/customer-effort-score/changelog/dev-update-pnpm-8.6.5
customer-effort-score/changelog/dev-update-pnpm-8.6.5
@ -4016,6 +4081,11 @@ js/extend-cart-checkout-block/changelog/dev-sync-pnpm
extend-cart-checkout-block/changelog/dev-sync-pnpm
changelog/dev-sync-pnpm
dev-sync-pnpm
packages/js/extend-cart-checkout-block/changelog/42860-update-pnpm
js/extend-cart-checkout-block/changelog/42860-update-pnpm
extend-cart-checkout-block/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/extend-cart-checkout-block/changelog/dev-update-pnpm-8.6.5
js/extend-cart-checkout-block/changelog/dev-update-pnpm-8.6.5
extend-cart-checkout-block/changelog/dev-update-pnpm-8.6.5
@ -4171,6 +4241,11 @@ js/explat/changelog/upgrade-pnpm-7
explat/changelog/upgrade-pnpm-7
changelog/upgrade-pnpm-7
upgrade-pnpm-7
packages/js/explat/changelog/42860-update-pnpm
js/explat/changelog/42860-update-pnpm
explat/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/explat/changelog/dev-update-pnpm-8.6.5
js/explat/changelog/dev-update-pnpm-8.6.5
explat/changelog/dev-update-pnpm-8.6.5
@ -4326,6 +4401,11 @@ packages/js/notices/tsconfig.json
js/notices/tsconfig.json
notices/tsconfig.json
tsconfig.json
packages/js/notices/changelog/42860-update-pnpm
js/notices/changelog/42860-update-pnpm
notices/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/notices/changelog/fix-domain-substitution
js/notices/changelog/fix-domain-substitution
notices/changelog/fix-domain-substitution
@ -7837,6 +7917,11 @@ js/components/changelog/41480-update-tree-select-control-enter-btn-trunk
components/changelog/41480-update-tree-select-control-enter-btn-trunk
changelog/41480-update-tree-select-control-enter-btn-trunk
41480-update-tree-select-control-enter-btn-trunk
packages/js/components/changelog/42860-update-pnpm
js/components/changelog/42860-update-pnpm
components/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/components/changelog/fix-remove_warnings_dropdown
js/components/changelog/fix-remove_warnings_dropdown
components/changelog/fix-remove_warnings_dropdown
@ -7969,6 +8054,11 @@ js/eslint-plugin/changelog/fix-typescript-package-isolation
eslint-plugin/changelog/fix-typescript-package-isolation
changelog/fix-typescript-package-isolation
fix-typescript-package-isolation
packages/js/eslint-plugin/changelog/42860-update-pnpm
js/eslint-plugin/changelog/42860-update-pnpm
eslint-plugin/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/eslint-plugin/changelog/dev-update-eslint-config
js/eslint-plugin/changelog/dev-update-eslint-config
eslint-plugin/changelog/dev-update-eslint-config
@ -8593,6 +8683,11 @@ js/date/changelog/upgrade-pnpm-7
date/changelog/upgrade-pnpm-7
changelog/upgrade-pnpm-7
upgrade-pnpm-7
packages/js/date/changelog/42860-update-pnpm
js/date/changelog/42860-update-pnpm
date/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/date/changelog/dev-update-pnpm-8.6.5
js/date/changelog/dev-update-pnpm-8.6.5
date/changelog/dev-update-pnpm-8.6.5
@ -14197,6 +14292,11 @@ js/api/changelog/upgrade-pnpm-7
api/changelog/upgrade-pnpm-7
changelog/upgrade-pnpm-7
upgrade-pnpm-7
packages/js/api/changelog/42860-update-pnpm
js/api/changelog/42860-update-pnpm
api/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/api/changelog/41452-dev-fix-no-use-before-define-lint-violations
js/api/changelog/41452-dev-fix-no-use-before-define-lint-violations
api/changelog/41452-dev-fix-no-use-before-define-lint-violations
@ -14368,6 +14468,11 @@ js/csv-export/changelog/42802-fix-watch-build-race-condition
csv-export/changelog/42802-fix-watch-build-race-condition
changelog/42802-fix-watch-build-race-condition
42802-fix-watch-build-race-condition
packages/js/csv-export/changelog/42860-update-pnpm
js/csv-export/changelog/42860-update-pnpm
csv-export/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/csv-export/changelog/.gitkeep
js/csv-export/changelog/.gitkeep
csv-export/changelog/.gitkeep
@ -16477,6 +16582,11 @@ js/data/changelog/add-37004
data/changelog/add-37004
changelog/add-37004
add-37004
packages/js/data/changelog/42860-update-pnpm
js/data/changelog/42860-update-pnpm
data/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
packages/js/data/changelog/add-40042_default_values_for_variations
js/data/changelog/add-40042_default_values_for_variations
data/changelog/add-40042_default_values_for_variations
@ -17180,6 +17290,10 @@ plugins/woo-ai/changelog/update-woocommerce-com-to-woo-com
woo-ai/changelog/update-woocommerce-com-to-woo-com
changelog/update-woocommerce-com-to-woo-com
update-woocommerce-com-to-woo-com
plugins/woo-ai/changelog/42860-update-pnpm
woo-ai/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
plugins/woo-ai/changelog/fix-domain-substitution
woo-ai/changelog/fix-domain-substitution
changelog/fix-domain-substitution
@ -29558,6 +29672,12 @@ src/Blocks/InteractivityComponents/Dropdown.php
Blocks/InteractivityComponents/Dropdown.php
InteractivityComponents/Dropdown.php
Dropdown.php
plugins/woocommerce/src/Blocks/InteractivityComponents/CheckboxList.php
woocommerce/src/Blocks/InteractivityComponents/CheckboxList.php
src/Blocks/InteractivityComponents/CheckboxList.php
Blocks/InteractivityComponents/CheckboxList.php
InteractivityComponents/CheckboxList.php
CheckboxList.php
plugins/woocommerce/src/Blocks/Patterns/PatternsHelper.php
woocommerce/src/Blocks/Patterns/PatternsHelper.php
src/Blocks/Patterns/PatternsHelper.php
@ -29927,6 +30047,12 @@ src/Blocks/BlockTypes/CheckoutOrderSummaryFeeBlock.php
Blocks/BlockTypes/CheckoutOrderSummaryFeeBlock.php
BlockTypes/CheckoutOrderSummaryFeeBlock.php
CheckoutOrderSummaryFeeBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CollectionRatingFilter.php
woocommerce/src/Blocks/BlockTypes/CollectionRatingFilter.php
src/Blocks/BlockTypes/CollectionRatingFilter.php
Blocks/BlockTypes/CollectionRatingFilter.php
BlockTypes/CollectionRatingFilter.php
CollectionRatingFilter.php
plugins/woocommerce/src/Blocks/BlockTypes/PageContentWrapper.php
woocommerce/src/Blocks/BlockTypes/PageContentWrapper.php
src/Blocks/BlockTypes/PageContentWrapper.php
@ -33149,6 +33275,10 @@ plugins/woocommerce/changelog/41954-fix-shipping-settings-linked-description
woocommerce/changelog/41954-fix-shipping-settings-linked-description
changelog/41954-fix-shipping-settings-linked-description
41954-fix-shipping-settings-linked-description
plugins/woocommerce/changelog/41999-add-interactivity-rating-filter
woocommerce/changelog/41999-add-interactivity-rating-filter
changelog/41999-add-interactivity-rating-filter
41999-add-interactivity-rating-filter
plugins/woocommerce/changelog/add-41586-section-description
woocommerce/changelog/add-41586-section-description
changelog/add-41586-section-description
@ -33253,6 +33383,10 @@ plugins/woocommerce/changelog/add-40348_notice_when_product_has_local_attributes
woocommerce/changelog/add-40348_notice_when_product_has_local_attributes
changelog/add-40348_notice_when_product_has_local_attributes
add-40348_notice_when_product_has_local_attributes
plugins/woocommerce/changelog/42860-update-pnpm
woocommerce/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
plugins/woocommerce/changelog/fix-42747-update-quantity-notice-on-classic-cart
woocommerce/changelog/fix-42747-update-quantity-notice-on-classic-cart
changelog/fix-42747-update-quantity-notice-on-classic-cart
@ -33389,6 +33523,10 @@ plugins/woocommerce/changelog/product-gallery-variation-images
woocommerce/changelog/product-gallery-variation-images
changelog/product-gallery-variation-images
product-gallery-variation-images
plugins/woocommerce/changelog/42817-fix-product-beta-margin-with-bg
woocommerce/changelog/42817-fix-product-beta-margin-with-bg
changelog/42817-fix-product-beta-margin-with-bg
42817-fix-product-beta-margin-with-bg
plugins/woocommerce/changelog/42760-update-auto-insert-mini-cart-into-tt3
woocommerce/changelog/42760-update-auto-insert-mini-cart-into-tt3
changelog/42760-update-auto-insert-mini-cart-into-tt3
@ -37820,6 +37958,10 @@ plugins/woocommerce-beta-tester/changelog/41513-prepare-beta-tester-2.3.0
woocommerce-beta-tester/changelog/41513-prepare-beta-tester-2.3.0
changelog/41513-prepare-beta-tester-2.3.0
41513-prepare-beta-tester-2.3.0
plugins/woocommerce-beta-tester/changelog/42860-update-pnpm
woocommerce-beta-tester/changelog/42860-update-pnpm
changelog/42860-update-pnpm
42860-update-pnpm
plugins/woocommerce-beta-tester/changelog/fix-domain-substitution
woocommerce-beta-tester/changelog/fix-domain-substitution
changelog/fix-domain-substitution
@ -48705,12 +48847,30 @@ packages/checkout/components/index.ts
checkout/components/index.ts
components/index.ts
index.ts
plugins/woocommerce-blocks/packages/interactivity-components/dropdown/style.scss
woocommerce-blocks/packages/interactivity-components/dropdown/style.scss
packages/interactivity-components/dropdown/style.scss
interactivity-components/dropdown/style.scss
dropdown/style.scss
style.scss
plugins/woocommerce-blocks/packages/interactivity-components/dropdown/index.ts
woocommerce-blocks/packages/interactivity-components/dropdown/index.ts
packages/interactivity-components/dropdown/index.ts
interactivity-components/dropdown/index.ts
dropdown/index.ts
index.ts
plugins/woocommerce-blocks/packages/interactivity-components/checkbox-list/style.scss
woocommerce-blocks/packages/interactivity-components/checkbox-list/style.scss
packages/interactivity-components/checkbox-list/style.scss
interactivity-components/checkbox-list/style.scss
checkbox-list/style.scss
style.scss
plugins/woocommerce-blocks/packages/interactivity-components/checkbox-list/index.ts
woocommerce-blocks/packages/interactivity-components/checkbox-list/index.ts
packages/interactivity-components/checkbox-list/index.ts
interactivity-components/checkbox-list/index.ts
checkbox-list/index.ts
index.ts
plugins/woocommerce-blocks/packages/prices/index.js
woocommerce-blocks/packages/prices/index.js
packages/prices/index.js
@ -58764,6 +58924,97 @@ inner-blocks/stock-filter/components/inspector.tsx
stock-filter/components/inspector.tsx
components/inspector.tsx
inspector.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/types.ts
woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/types.ts
assets/js/blocks/collection-filters/inner-blocks/rating-filter/types.ts
js/blocks/collection-filters/inner-blocks/rating-filter/types.ts
blocks/collection-filters/inner-blocks/rating-filter/types.ts
collection-filters/inner-blocks/rating-filter/types.ts
inner-blocks/rating-filter/types.ts
rating-filter/types.ts
types.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/preview.tsx
woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/preview.tsx
assets/js/blocks/collection-filters/inner-blocks/rating-filter/preview.tsx
js/blocks/collection-filters/inner-blocks/rating-filter/preview.tsx
blocks/collection-filters/inner-blocks/rating-filter/preview.tsx
collection-filters/inner-blocks/rating-filter/preview.tsx
inner-blocks/rating-filter/preview.tsx
rating-filter/preview.tsx
preview.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/editor.scss
woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/editor.scss
assets/js/blocks/collection-filters/inner-blocks/rating-filter/editor.scss
js/blocks/collection-filters/inner-blocks/rating-filter/editor.scss
blocks/collection-filters/inner-blocks/rating-filter/editor.scss
collection-filters/inner-blocks/rating-filter/editor.scss
inner-blocks/rating-filter/editor.scss
rating-filter/editor.scss
editor.scss
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/style.scss
woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/style.scss
assets/js/blocks/collection-filters/inner-blocks/rating-filter/style.scss
js/blocks/collection-filters/inner-blocks/rating-filter/style.scss
blocks/collection-filters/inner-blocks/rating-filter/style.scss
collection-filters/inner-blocks/rating-filter/style.scss
inner-blocks/rating-filter/style.scss
rating-filter/style.scss
style.scss
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/frontend.ts
woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/frontend.ts
assets/js/blocks/collection-filters/inner-blocks/rating-filter/frontend.ts
js/blocks/collection-filters/inner-blocks/rating-filter/frontend.ts
blocks/collection-filters/inner-blocks/rating-filter/frontend.ts
collection-filters/inner-blocks/rating-filter/frontend.ts
inner-blocks/rating-filter/frontend.ts
rating-filter/frontend.ts
frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/block.json
woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/block.json
assets/js/blocks/collection-filters/inner-blocks/rating-filter/block.json
js/blocks/collection-filters/inner-blocks/rating-filter/block.json
blocks/collection-filters/inner-blocks/rating-filter/block.json
collection-filters/inner-blocks/rating-filter/block.json
inner-blocks/rating-filter/block.json
rating-filter/block.json
block.json
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/edit.tsx
woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/edit.tsx
assets/js/blocks/collection-filters/inner-blocks/rating-filter/edit.tsx
js/blocks/collection-filters/inner-blocks/rating-filter/edit.tsx
blocks/collection-filters/inner-blocks/rating-filter/edit.tsx
collection-filters/inner-blocks/rating-filter/edit.tsx
inner-blocks/rating-filter/edit.tsx
rating-filter/edit.tsx
edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/index.tsx
woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/index.tsx
assets/js/blocks/collection-filters/inner-blocks/rating-filter/index.tsx
js/blocks/collection-filters/inner-blocks/rating-filter/index.tsx
blocks/collection-filters/inner-blocks/rating-filter/index.tsx
collection-filters/inner-blocks/rating-filter/index.tsx
inner-blocks/rating-filter/index.tsx
rating-filter/index.tsx
index.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/utils.ts
woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/utils.ts
assets/js/blocks/collection-filters/inner-blocks/rating-filter/utils.ts
js/blocks/collection-filters/inner-blocks/rating-filter/utils.ts
blocks/collection-filters/inner-blocks/rating-filter/utils.ts
collection-filters/inner-blocks/rating-filter/utils.ts
inner-blocks/rating-filter/utils.ts
rating-filter/utils.ts
utils.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/components/inspector.tsx
woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/components/inspector.tsx
assets/js/blocks/collection-filters/inner-blocks/rating-filter/components/inspector.tsx
js/blocks/collection-filters/inner-blocks/rating-filter/components/inspector.tsx
blocks/collection-filters/inner-blocks/rating-filter/components/inspector.tsx
collection-filters/inner-blocks/rating-filter/components/inspector.tsx
inner-blocks/rating-filter/components/inspector.tsx
rating-filter/components/inspector.tsx
components/inspector.tsx
inspector.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/types.ts
woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/types.ts
assets/js/blocks/collection-filters/inner-blocks/attribute-filter/types.ts

View file

@ -26,6 +26,7 @@ packages/js/internal-js-tests/babel.config.js
packages/js/internal-js-tests/.npmrc
packages/js/internal-js-tests/jest-preset.js
packages/js/internal-js-tests/tsconfig.json
packages/js/internal-js-tests/changelog/42860-update-pnpm
packages/js/internal-js-tests/changelog/fix-domain-substitution
packages/js/number/composer.json
packages/js/number/.eslintrc.js
@ -51,6 +52,7 @@ packages/js/number/changelog/fix-typescript-package-isolation
packages/js/number/changelog/fix-41780_parse_number
packages/js/number/changelog/update-separate-php-and-js-tests
packages/js/number/changelog/upgrade-pnpm-7
packages/js/number/changelog/42860-update-pnpm
packages/js/number/changelog/dev-update-pnpm-8.6.5
packages/js/number/changelog/fix-plugin-installer-ts
packages/js/number/changelog/update-jest-merge
@ -90,6 +92,7 @@ packages/js/currency/changelog/dev-fix-admin-tests-pnpm7
packages/js/currency/changelog/fix-typescript-package-isolation
packages/js/currency/changelog/update-separate-php-and-js-tests
packages/js/currency/changelog/upgrade-pnpm-7
packages/js/currency/changelog/42860-update-pnpm
packages/js/currency/changelog/dev-update-pnpm-8.6.5
packages/js/currency/changelog/fix-plugin-installer-ts
packages/js/currency/changelog/update-jest-merge
@ -250,6 +253,7 @@ packages/js/onboarding/changelog/update-separate-php-and-js-tests
packages/js/onboarding/changelog/41279-41231-cys-make-the-progress-bar-move-forward-in-small-segments
packages/js/onboarding/changelog/dev-refactor-onboarding-profiler
packages/js/onboarding/changelog/fix-woocommerce-payments-to-woopayments
packages/js/onboarding/changelog/42860-update-pnpm
packages/js/onboarding/changelog/remove-onboarding-purchase-task
packages/js/onboarding/changelog/dev-update-pnpm-8.6.5
packages/js/onboarding/changelog/fix-deprecate-sofort
@ -273,6 +277,7 @@ packages/js/expression-evaluation/composer.lock
packages/js/expression-evaluation/README.md
packages/js/expression-evaluation/tsconfig.json
packages/js/expression-evaluation/changelog/42802-fix-watch-build-race-condition
packages/js/expression-evaluation/changelog/42860-update-pnpm
packages/js/expression-evaluation/changelog/.gitkeep
packages/js/e2e-environment/.eslintrc.js
packages/js/e2e-environment/NEXT_CHANGELOG.md
@ -354,6 +359,7 @@ packages/js/tracks/changelog/add-validation_for_event_tracking
packages/js/tracks/changelog/dev-sync-pnpm
packages/js/tracks/changelog/fix-typescript-package-isolation
packages/js/tracks/changelog/upgrade-pnpm-7
packages/js/tracks/changelog/42860-update-pnpm
packages/js/tracks/changelog/dev-update-pnpm-8.6.5
packages/js/tracks/changelog/fix-plugin-installer-ts
packages/js/tracks/changelog/dev-simplify-turbo
@ -388,6 +394,7 @@ packages/js/create-woo-extension/webpack.config.js.mustache
packages/js/create-woo-extension/README.md
packages/js/create-woo-extension/changelog/update-woocommerce-com-to-woo-com
packages/js/create-woo-extension/changelog/dev-sync-pnpm
packages/js/create-woo-extension/changelog/42860-update-pnpm
packages/js/create-woo-extension/changelog/dev-update-pnpm-8.6.5
packages/js/create-woo-extension/changelog/dev-update-pnpm8
packages/js/create-woo-extension/changelog/.gitkeep
@ -454,6 +461,7 @@ packages/js/experimental/changelog/update-webpack-invalid-export-error
packages/js/experimental/changelog/update-separate-php-and-js-tests
packages/js/experimental/changelog/upgrade-pnpm-7
packages/js/experimental/changelog/fix-37654-invalid-return-callback-ref
packages/js/experimental/changelog/42860-update-pnpm
packages/js/experimental/changelog/dev-34928_improve_dismiss_button_visibility
packages/js/experimental/changelog/update-task-list-item-and-woopayments-task
packages/js/experimental/changelog/update-36805-support-direction-prop
@ -496,6 +504,7 @@ packages/js/create-product-editor-block/plugin-templates/composer.json.mustache
packages/js/create-product-editor-block/block-templates/index.ts.mustache
packages/js/create-product-editor-block/block-templates/editor.scss.mustache
packages/js/create-product-editor-block/block-templates/edit.tsx.mustache
packages/js/create-product-editor-block/changelog/42860-update-pnpm
packages/js/create-product-editor-block/changelog/.gitkeep
packages/js/admin-e2e-tests/composer.json
packages/js/admin-e2e-tests/.eslintrc.js
@ -574,6 +583,7 @@ packages/js/admin-e2e-tests/changelog/update-marketing-checkbox
packages/js/admin-e2e-tests/changelog/add-js-packages-changelogger
packages/js/admin-e2e-tests/changelog/update-admin-e2e-imports
packages/js/admin-e2e-tests/changelog/fix-woocommerce-payments-to-woopayments
packages/js/admin-e2e-tests/changelog/42860-update-pnpm
packages/js/admin-e2e-tests/changelog/remove-wcpay-accordion
packages/js/admin-e2e-tests/changelog/fix-json-formatting
packages/js/admin-e2e-tests/changelog/dev-update-pnpm-8.6.5
@ -623,6 +633,7 @@ packages/js/navigation/changelog/dev-fix-admin-tests-pnpm7
packages/js/navigation/changelog/fix-typescript-package-isolation
packages/js/navigation/changelog/update-separate-php-and-js-tests
packages/js/navigation/changelog/upgrade-pnpm-7
packages/js/navigation/changelog/42860-update-pnpm
packages/js/navigation/changelog/dev-update-pnpm-8.6.5
packages/js/navigation/changelog/fix-plugin-installer-ts
packages/js/navigation/changelog/dev-simplify-turbo
@ -647,6 +658,7 @@ packages/js/dependency-extraction-webpack-plugin/composer.lock
packages/js/dependency-extraction-webpack-plugin/README.md
packages/js/dependency-extraction-webpack-plugin/PREVIOUS_CHANGELOG.md
packages/js/dependency-extraction-webpack-plugin/assets/packages.js
packages/js/dependency-extraction-webpack-plugin/changelog/42860-update-pnpm
packages/js/dependency-extraction-webpack-plugin/changelog/.gitkeep
packages/js/dependency-extraction-webpack-plugin/changelog/41498-dev-make-lint-output-console
packages/js/customer-effort-score/composer.json
@ -720,6 +732,7 @@ packages/js/customer-effort-score/changelog/update-webpack-invalid-export-error
packages/js/customer-effort-score/changelog/update-customer-effort-score
packages/js/customer-effort-score/changelog/update-separate-php-and-js-tests
packages/js/customer-effort-score/changelog/upgrade-pnpm-7
packages/js/customer-effort-score/changelog/42860-update-pnpm
packages/js/customer-effort-score/changelog/dev-update-pnpm-8.6.5
packages/js/customer-effort-score/changelog/add-35126_ces_exit_prompt_settings
packages/js/customer-effort-score/changelog/fix-plugin-installer-ts
@ -767,6 +780,7 @@ packages/js/extend-cart-checkout-block/webpack.config.js.mustache
packages/js/extend-cart-checkout-block/$slug-blocks-integration.php.mustache
packages/js/extend-cart-checkout-block/README.md
packages/js/extend-cart-checkout-block/changelog/dev-sync-pnpm
packages/js/extend-cart-checkout-block/changelog/42860-update-pnpm
packages/js/extend-cart-checkout-block/changelog/dev-update-pnpm-8.6.5
packages/js/extend-cart-checkout-block/changelog/.gitkeep
packages/js/extend-cart-checkout-block/README.md.mustache
@ -801,6 +815,7 @@ packages/js/explat/changelog/fix-typescript-package-isolation
packages/js/explat/changelog/update-separate-php-and-js-tests
packages/js/explat/changelog/add-core-profiler-welcome-woo
packages/js/explat/changelog/upgrade-pnpm-7
packages/js/explat/changelog/42860-update-pnpm
packages/js/explat/changelog/dev-update-pnpm-8.6.5
packages/js/explat/changelog/fix-plugin-installer-ts
packages/js/explat/changelog/dev-adjust-sync
@ -832,6 +847,7 @@ packages/js/notices/CHANGELOG.md
packages/js/notices/composer.lock
packages/js/notices/README.md
packages/js/notices/tsconfig.json
packages/js/notices/changelog/42860-update-pnpm
packages/js/notices/changelog/fix-domain-substitution
packages/js/components/composer.json
packages/js/components/.eslintrc.js
@ -1380,6 +1396,7 @@ packages/js/components/changelog/41495-update-tree-select-control-accents
packages/js/components/changelog/41559-try-tree-select-control-search-parents-trunk
packages/js/components/changelog/add-disable-conditions
packages/js/components/changelog/41480-update-tree-select-control-enter-btn-trunk
packages/js/components/changelog/42860-update-pnpm
packages/js/components/changelog/fix-remove_warnings_dropdown
packages/js/components/changelog/update-tweak-remove-href-li
packages/js/components/changelog/41450-dev-fix-translator-comment-lint-rule
@ -1408,6 +1425,7 @@ packages/js/eslint-plugin/changelog/dev-upgrade-ts-5
packages/js/eslint-plugin/changelog/dev-pin-wp-deps-6
packages/js/eslint-plugin/changelog/dev-sync-pnpm
packages/js/eslint-plugin/changelog/fix-typescript-package-isolation
packages/js/eslint-plugin/changelog/42860-update-pnpm
packages/js/eslint-plugin/changelog/dev-update-eslint-config
packages/js/eslint-plugin/changelog/dev-update-pnpm-8.6.5
packages/js/eslint-plugin/changelog/dev-linter-fixes
@ -1537,6 +1555,7 @@ packages/js/date/changelog/dev-fix-admin-tests-pnpm7
packages/js/date/changelog/fix-typescript-package-isolation
packages/js/date/changelog/update-separate-php-and-js-tests
packages/js/date/changelog/upgrade-pnpm-7
packages/js/date/changelog/42860-update-pnpm
packages/js/date/changelog/dev-update-pnpm-8.6.5
packages/js/date/changelog/fix-plugin-installer-ts
packages/js/date/changelog/dev-simplify-turbo
@ -2315,6 +2334,7 @@ packages/js/api/changelog/fix-typescript-package-isolation
packages/js/api/changelog/update-jest
packages/js/api/changelog/update-separate-php-and-js-tests
packages/js/api/changelog/upgrade-pnpm-7
packages/js/api/changelog/42860-update-pnpm
packages/js/api/changelog/41452-dev-fix-no-use-before-define-lint-violations
packages/js/api/changelog/fix-json-formatting
packages/js/api/changelog/dev-update-pnpm-8.6.5
@ -2351,6 +2371,7 @@ packages/js/csv-export/README.md
packages/js/csv-export/PREVIOUS_CHANGELOG.md
packages/js/csv-export/tsconfig.json
packages/js/csv-export/changelog/42802-fix-watch-build-race-condition
packages/js/csv-export/changelog/42860-update-pnpm
packages/js/csv-export/changelog/.gitkeep
packages/js/csv-export/typings/index.d.ts
packages/js/csv-export/.prettierrc.js
@ -2723,6 +2744,7 @@ packages/js/data/changelog/add-40348_notice_when_product_has_local_attributes
packages/js/data/changelog/dev-33839-migrate-data-navigation-store-to-ts
packages/js/data/changelog/fix-woocommerce-payments-to-woopayments
packages/js/data/changelog/add-37004
packages/js/data/changelog/42860-update-pnpm
packages/js/data/changelog/add-40042_default_values_for_variations
packages/js/data/changelog/update-task-list-item-and-woopayments-task
packages/js/data/changelog/add-34329-shipping-dimensions
@ -2870,6 +2892,7 @@ plugins/woo-ai/webpack.config.js
plugins/woo-ai/tsconfig.json
plugins/woo-ai/changelog/fix-actually-fix-spotlight
plugins/woo-ai/changelog/update-woocommerce-com-to-woo-com
plugins/woo-ai/changelog/42860-update-pnpm
plugins/woo-ai/changelog/fix-domain-substitution
plugins/woo-ai/changelog/update-background-removal-elligibility-40917
plugins/woo-ai/changelog/fix-webpack-build
@ -4638,6 +4661,7 @@ plugins/woocommerce/src/Blocks/Utils/MiniCartUtils.php
plugins/woocommerce/src/Blocks/Utils/ProductCollectionUtils.php
plugins/woocommerce/src/Blocks/Utils/CartCheckoutUtils.php
plugins/woocommerce/src/Blocks/InteractivityComponents/Dropdown.php
plugins/woocommerce/src/Blocks/InteractivityComponents/CheckboxList.php
plugins/woocommerce/src/Blocks/Patterns/PatternsHelper.php
plugins/woocommerce/src/Blocks/Patterns/dictionary.json
plugins/woocommerce/src/Blocks/Patterns/ProductUpdater.php
@ -4700,6 +4724,7 @@ plugins/woocommerce/src/Blocks/BlockTypes/CartExpressPaymentBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductGalleryPager.php
plugins/woocommerce/src/Blocks/BlockTypes/AttributeFilter.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummaryFeeBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CollectionRatingFilter.php
plugins/woocommerce/src/Blocks/BlockTypes/PageContentWrapper.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductButton.php
plugins/woocommerce/src/Blocks/BlockTypes/ReviewsByCategory.php
@ -5264,6 +5289,7 @@ plugins/woocommerce/changelog/41842-update-ai-product-endpoint-last-product-para
plugins/woocommerce/changelog/41900-41620-cys-update-copy-and-make-sure-more-fonts-are-displayed
plugins/woocommerce/changelog/42820-update-action-scheduler-3.7.1
plugins/woocommerce/changelog/41954-fix-shipping-settings-linked-description
plugins/woocommerce/changelog/41999-add-interactivity-rating-filter
plugins/woocommerce/changelog/add-41586-section-description
plugins/woocommerce/changelog/42802-fix-watch-build-race-condition
plugins/woocommerce/changelog/41700-update-e2e-skip-flaky-test-downloads-revenue-report-as-CSV
@ -5290,6 +5316,7 @@ plugins/woocommerce/changelog/dev-migrate-playwright-from-blocks
plugins/woocommerce/changelog/42705-fix-path-images-patterns
plugins/woocommerce/changelog/fix-40645-log-export
plugins/woocommerce/changelog/add-40348_notice_when_product_has_local_attributes
plugins/woocommerce/changelog/42860-update-pnpm
plugins/woocommerce/changelog/fix-42747-update-quantity-notice-on-classic-cart
plugins/woocommerce/changelog/fix-wc-settings-footer
plugins/woocommerce/changelog/fix-component-changelogger-checking
@ -5324,6 +5351,7 @@ plugins/woocommerce/changelog/41631-fix-woocommerce-admin-e2e-link
plugins/woocommerce/changelog/add-register_product_editor_block_type
plugins/woocommerce/changelog/42795-fix-shipping-settings-extension-tables
plugins/woocommerce/changelog/product-gallery-variation-images
plugins/woocommerce/changelog/42817-fix-product-beta-margin-with-bg
plugins/woocommerce/changelog/42760-update-auto-insert-mini-cart-into-tt3
plugins/woocommerce/changelog/42813-update-auto-insert-mini-cart-into-tt2
plugins/woocommerce/changelog/.gitkeep
@ -6140,6 +6168,7 @@ plugins/woocommerce-beta-tester/plugin.php
plugins/woocommerce-beta-tester/tsconfig.json
plugins/woocommerce-beta-tester/changelog/dev-fix-option-search
plugins/woocommerce-beta-tester/changelog/41513-prepare-beta-tester-2.3.0
plugins/woocommerce-beta-tester/changelog/42860-update-pnpm
plugins/woocommerce-beta-tester/changelog/fix-domain-substitution
plugins/woocommerce-beta-tester/changelog/update-tweak-remove-href-li
plugins/woocommerce-beta-tester/changelog/.gitkeep
@ -7810,7 +7839,10 @@ plugins/woocommerce-blocks/packages/checkout/components/order-local-pickup-packa
plugins/woocommerce-blocks/packages/checkout/components/discounts-meta/index.js
plugins/woocommerce-blocks/packages/checkout/components/order-meta/index.js
plugins/woocommerce-blocks/packages/checkout/components/index.ts
plugins/woocommerce-blocks/packages/interactivity-components/dropdown/style.scss
plugins/woocommerce-blocks/packages/interactivity-components/dropdown/index.ts
plugins/woocommerce-blocks/packages/interactivity-components/checkbox-list/style.scss
plugins/woocommerce-blocks/packages/interactivity-components/checkbox-list/index.ts
plugins/woocommerce-blocks/packages/prices/index.js
plugins/woocommerce-blocks/packages/prices/utils/test/price.js
plugins/woocommerce-blocks/packages/prices/utils/index.js
@ -9098,6 +9130,16 @@ plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/stoc
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/stock-filter/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/stock-filter/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/stock-filter/components/inspector.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/types.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/preview.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/editor.scss
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/style.scss
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/block.json
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/utils.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/components/inspector.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/types.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/style.scss
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/frontend.ts

View file

@ -16338,6 +16338,12 @@ frontend/tests/support/mock-user.ts
tests/support/mock-user.ts
support/mock-user.ts
mock-user.ts
app/frontend/tests/support/components/app.ts
frontend/tests/support/components/app.ts
tests/support/components/app.ts
support/components/app.ts
components/app.ts
app.ts
app/frontend/tests/support/components/iconQueries.ts
frontend/tests/support/components/iconQueries.ts
tests/support/components/iconQueries.ts
@ -16479,6 +16485,12 @@ tests/graphql/builders/utils.ts
graphql/builders/utils.ts
builders/utils.ts
utils.ts
app/frontend/tests/graphql/builders/README.md
frontend/tests/graphql/builders/README.md
tests/graphql/builders/README.md
graphql/builders/README.md
builders/README.md
README.md
app/frontend/tests/graphql/builders/logger.ts
frontend/tests/graphql/builders/logger.ts
tests/graphql/builders/logger.ts

View file

@ -3677,6 +3677,7 @@ app/frontend/tests/support/mock-applicationConfig.ts
app/frontend/tests/support/mock-permissions.ts
app/frontend/tests/support/utils.ts
app/frontend/tests/support/mock-user.ts
app/frontend/tests/support/components/app.ts
app/frontend/tests/support/components/iconQueries.ts
app/frontend/tests/support/components/LayoutTest.vue
app/frontend/tests/support/components/linkQueries.ts
@ -3700,6 +3701,7 @@ app/frontend/tests/graphql/builders/__tests__/factory-generator.spec.ts
app/frontend/tests/graphql/builders/__tests__/subscription-calls.spec.ts
app/frontend/tests/graphql/builders/__tests__/mutation-calls.spec.ts
app/frontend/tests/graphql/builders/utils.ts
app/frontend/tests/graphql/builders/README.md
app/frontend/tests/graphql/builders/logger.ts
app/frontend/tests/graphql/builders/index.ts
app/frontend/tests/graphql/factories/Group.ts

View file

@ -1,5 +1,6 @@
$
$rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
&solved=
,
-
-/en$
@ -29,10 +30,18 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/edit$
/*/group
/*/invite
/*/more_ideas
/*/rg*/mediaviewer/rm*/tr
/*source=
/.git
/?z=1
/B00M3E1HJY
/B00M3E1NYI
/B00M3E1Q5Y
@ -49,13 +58,24 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/B00M3E2LOE
/IntegrationCenter
/PWD
/Search/
/_
/_/rsrc
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_prq
/_saved
/_shop
/_shopping_list
/album/*/*?i=
/api
/apis
/archive
/base-en/
/bin/search.py
/blame
/branches
@ -69,9 +89,19 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/commits
/commits/*?author
/commits/*?path
/communities
/compare
/contributors
/discovered
/download
/download/Browse.aspx?
/download/browse.aspx?
/download/confirmation.aspx?
/download/info.aspx?
/download/registration-suggested.aspx?
/download/results.aspx?
/download/thankyou.aspx
/download/thankyou.aspx?
/download?
/ebook
/ece
@ -92,39 +122,65 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/includes
/issues/new
/issues/search
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/liked_by
/likes
/limited-release
/listing/*/favoriters
/lookup?
/mediaapi/
/mediaviewer/*/tr
/music/*/Search/
/music/*/search/
/network
/newsearch/
/organize
/people/*/circle
/people/*/favorites
/pinned_flashes
/pins
/podcast/*/*?i=
/print$
/profile-about
/pulse
/raw
/revisions
/rg*/mediaviewer/rm*/tr
/rss
/scheduled-pin
/scheduled-pins
/search
/search/
/search/*?q=
/search/?q=
/search?q=
/security/search-results.aspx?
/shop/*/favoriters
/shop/*/sold
/sim/B001132UEE
/stargazers
/stars
/stats?id=
/store/*/layout/
/store/*/search/
/store/buynow?
/store/cart
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
/store/locations/store-locations-sitemap.xml
/store/music/groove-music-pass/*
/story_pins
/tagged
/tags
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/watchers
/webscr
/wiki/Special:
@ -139,6 +195,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/wp-content/themes
/wp-includes
/zipball
=imgmanager
?
?*ListingID=
?*ProfileID=
@ -177,12 +234,14 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?hl=*&
?hl=*&*&gws_rd=ssl
?hl=*&gws_rd=ssl$
?intc=
?lang=
?null$
?offset=0
?order=
?pt1=true$
?s=
?show_error=true
?tab=achievements&achievement=
?utm_*=
?w=address
@ -198,6 +257,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
@me
@me$
AccountDisavow?
ActivityUID=
Bugs
ClientAuth
ClientLogin
@ -215,8 +275,12 @@ Doc
EmbedSlideshow
Explodingstuff
Fragment/SysConfig
Germany/kleinunternehmen/euga/detail.mspx?
Germany/kleinunternehmen/euga/results.mspx?
GoogleInternetAuthority
HpOptOut=true$
IntegrationCenter
Japan/DirectX/default.asp?
OnThisDay
Out-Of-Date
People/all
@ -231,6 +295,7 @@ ReportBug
Search/Mail/Public
Style/CSS/members.be
Systems
TOCLinksForCrawlers*
Team
TeamPresent
US_CENSUS_NAME
@ -260,6 +325,8 @@ 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
@ -324,6 +391,8 @@ _next/gtm
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -388,6 +457,38 @@ accounts/force-by-email
accounts/o8
accounts/o8/id
aclk
action=accessorysearch&
action=accessorysearch&page=2$
action=accessorysearch&page=3$
action=accessorysearch&page=4$
action=accessorysearch&page=5$
action=accessorysearch&page=6$
action=accessorysearch&page=7$
action=accessorysearch&page=8$
action=accessorysearch&product=*$
action=accessorysearch&product=*&*
action=catalogsearch&
action=catalogsearch&catalog_mode=grid&page=2$
action=catalogsearch&catalog_mode=grid&page=3$
action=catalogsearch&catalog_mode=grid&page=4$
action=catalogsearch&catalog_mode=grid&page=5$
action=catalogsearch&catalog_mode=grid&page=6$
action=catalogsearch&catalog_mode=grid&page=7$
action=catalogsearch&catalog_mode=grid&page=8$
action=catalogsearch&catalog_mode=list&page=2$
action=catalogsearch&catalog_mode=list&page=3$
action=catalogsearch&catalog_mode=list&page=4$
action=catalogsearch&catalog_mode=list&page=5$
action=catalogsearch&catalog_mode=list&page=6$
action=catalogsearch&catalog_mode=list&page=7$
action=catalogsearch&catalog_mode=list&page=8$
action=overlay&
action=productLinkAction&
action=productSupportSearch
action=productcompareaction&
action=quickSearch&
action=siteSearch
action=writeReview
actions/news/rss
ad_acknowledgment
ad_id=
@ -395,6 +496,7 @@ ad_spice
ad_syndication_user_tracking
ad_visibility
addContacts
addboard
addressBookExport
admin
adredir?
@ -416,6 +518,7 @@ adwords/proposal
adx/bin
affil
affil/pal
age-appeal
aihub/tfhub
ajax
ajax/follow_info
@ -453,6 +556,7 @@ api_access_key=
app*_
app*form_id=
app/updates
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -570,6 +674,7 @@ auth/verifychallenge
author/following
author=
authwall
autocomplete
away.php
b?*node=7454898011
b?*node=7454917011
@ -665,6 +770,7 @@ biz_redir
biz_share
biz_update
bkshp?*q=
blacklisted*
blog/*/*/comments
blog/*/*/feed
blog/*/*/trackback
@ -680,7 +786,11 @@ blogs/test
blogsearch
blogsearch_feeds
bn
board
board_activity
board_activity_comment
bookmark?
bookmarklet
bookmarks
books
books/about
@ -702,17 +812,38 @@ books?*zoom=1
books?*zoom=5
booksrightsholders
boutique/sitemaps
branded-pins
browse/reviews/recent
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/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
buttonlite.js
buyside-e2e-monitor
buzz/post
@ -825,6 +956,7 @@ calendar/about
call/join
call?id=
calls
canada/Library/mnp/2/aspx/
cap
cart
cart?
@ -902,6 +1034,7 @@ checkout
checkout/package
checkoutnow
checkpoint
christmas-spotlight
chrome/browser/mobile/tour
chrome/crlset
chwilio
@ -923,6 +1056,7 @@ client_error
client_errors
clima/ets
clima/sites/registry
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -943,6 +1077,11 @@ commercesearch/images
commercesearch/services
commission_2010-2014/katainen
commits?author=
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
communities/rss.aspx*
communities/sitemap
community
community/*/category/*
@ -954,24 +1093,32 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
community_s
companyDir
compare
compare/*/apply
compressiontest
config.js
connect
connections
connector
consumers/archive
contact_me
contactus
content
content-claiming
context_referrer=gig_page
context_referrer=user_page
control
conversation
conversations
convert-business
convert-personal
coop/directory
coop/manage
copyright-reporting
corgi$
couchmode
counter/*?
@ -979,7 +1126,13 @@ counters/client-screenview
coupons/visit
covid19
covid19/mobility
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
cse/home
cse/manage
@ -988,7 +1141,9 @@ cse?
csp
csp_block
csp_report_only
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1001,6 +1156,7 @@ de*/people/*/circle
de*/people/*/favorites
de*/shop/*/favoriters
de*/shop/*/sold
de-de/corporate/rechtliche-hinweise/impressum_de.aspx
de-de/feedback
de-de/lp
de-en*/listing/*/favoriters
@ -1096,7 +1252,9 @@ de/teams
de/transactions
de/treasury
de/your
deactivate-account
default
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1146,6 +1304,7 @@ digital-single-market/taxonomy
digital-single-market/users
directory
directory/all
discover
discussion
discussion/comment-permalink
discussion/edit-profile
@ -1241,6 +1400,8 @@ ebooks?*zoom=
ebooks?*zoom=1
ebooks?*zoom=5
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
edurec
@ -1251,6 +1412,7 @@ elite?
email
email-unsubscribe
email_actions
email_verification_error
embed
embed/feed/update
employment_social/anticipedia/xwiki/bin/attach
@ -1290,7 +1452,11 @@ en-gb/feedback
en-gb/lp
en-in/feedback
en-in/lp
en-us/windows/si/matrix.html
en/microsoft-365
en/microsoft-365/
endorsements
engagement
enterprise-jobs
enterprise-partner-search/sitemaps
environment/ets
@ -1338,6 +1504,8 @@ es/market/confederate_flag
es/market/dixie_flag
es/market/rebel_flag
es/messages
es/microsoft-365
es/microsoft-365/
es/mini.php
es/search*attr_*=
es/search*price_bucket=
@ -1382,6 +1550,8 @@ 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
@ -1391,7 +1561,9 @@ facebook
facebook_connect
faves-i_love_u_get_away_from_me
favorite
fb.html
fbx
fe=true
feature/sf-test
feed
feed$
@ -1402,6 +1574,7 @@ feed?section=stayhome
feed?section=stayhome$
feedback
feeds
feeds/TechNet/fr-fr/screenshot/screenshot%20surface.jpg
feeds/videos.xml
fetch
fi-en*/listing/*/favoriters
@ -1469,6 +1642,8 @@ flights
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -1519,6 +1694,8 @@ fr/market/confederate_flag
fr/market/dixie_flag
fr/market/rebel_flag
fr/messages
fr/microsoft-365
fr/microsoft-365/
fr/mini.php
fr/search*attr_*=
fr/search*price_bucket=
@ -1530,6 +1707,9 @@ fr/teams
fr/transactions
fr/treasury
fr/your
france/formation/centres/planning.asp?
france/ie/default.asp?
france/mnp_utility.mspx?
friends
from_id=
frommers
@ -1544,6 +1724,9 @@ gamtarget
gb/images
gcc
gdpr-consent
genuine/
germany/library/images/mnp/
germany/video/de/de/related*
getCallUsInfoData
get_midroll_info
get_video
@ -1563,6 +1746,8 @@ globalmarketfinder
globalmarketfinder/*.html
go/awards
gold?
google_gdn.html
google_search.html
googlebooks/images
goto
gp
@ -1673,6 +1858,7 @@ gview
gwt
h5games_gamecenter/images
handmade
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -1746,7 +1932,10 @@ hk-en/teams
hk-en/transactions
hk-en/treasury
hk-en/your
holiday-spotlight
holidays-celebrations
home
homefeed
homepage-video-test
hosted/images
hotelfinder/rpc
@ -1754,6 +1943,7 @@ hotels/rpc
hp/video/api
hp/video/mystuff
hp/video/profiles
hpc/*/supported-applications.aspx?
http://amzn.to/robots.txt
http://bit.ly/robots.txt
hz/contact-us/ajax/initiate-trusted-contact
@ -1764,6 +1954,9 @@ i/api
i/u
ia
icons
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie*/listing/*/favoriters
@ -1794,6 +1987,7 @@ ie/conversations
ie/guest-pass
ie/help/sitemap
ie/help/sitemap.php
ie/ie40/
ie/invites/buy
ie/listing/*/stubs
ie/locale/overlay
@ -1868,6 +2062,7 @@ il-en/your
il/cart
im?
images
imaginecup/*
imesync
imgres
imode/?
@ -1927,12 +2122,18 @@ inbox$
indepthtoolkit/smallprox
indepthtoolkit/smallprox$
index.html?
info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
internalPref
intl/*/about/views
intlkb/
invite
inviteFromProfile
inviteMany
invited
invites/buy
invoice/p
inyt
@ -1944,6 +2145,7 @@ iplayer/cbeebies/search
iplayer/search
ireceipt/get
ireceipt/get?
isapi/
it*/listing/*/favoriters
it*/people/*/circle
it*/people/*/favorites
@ -1997,6 +2199,11 @@ it/treasury
it/your
ja-jp/feedback
ja-jp/lp
japan/directx/default.asp?
japan/enable/textview.asp?
japan/products/library/search.asp?
japan/showcase/print/default.aspx?
japan/terminology/query.asp?
job-apply
jobs-guest
jobs/EU_UpdateJobEmployerCounter
@ -2009,6 +2216,8 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp*/listing/*/favoriters
jp*/people/*/circle
jp*/people/*/favorites
@ -2070,6 +2279,7 @@ keep
knowmore
ko-kr/feedback
ko-kr/lp
kwanzaa-spotlight
labs/popgadget/search
lamda/images
landing/cmsnext-root
@ -2108,6 +2318,7 @@ li/track
library/devices
licensing-syndication
limited-release
linked
linkedin
list
list/ls*/_ajax
@ -2116,6 +2327,7 @@ listing/*/stubs
lite
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
live
live-session
live_chat
lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO
@ -2147,6 +2359,7 @@ lochp?
logging
login
login$
login/?next=
login?*=
logo-maker/brief
logo-maker/choose-variation
@ -2159,7 +2372,9 @@ m/?
m/finance
m=1$
m?
mac/help.mspx?
macros
mactopia/help.mspx?
mail/$
mail?
mailinglist
@ -2226,6 +2441,7 @@ messaging
min=
mini.php
mld?
mnp_utility.mspx?
mob/tracking
mobile/cities-transformed
moderator/static/ux
@ -2247,6 +2463,7 @@ mtb_composer
multiproduct
muse/identity/v2/identity.js
music
music/*/wal/
music/album
music/artist
musica
@ -2321,6 +2538,7 @@ narrative-
native
nbubumblebee
network
new_invite
news$
news/$
news/0
@ -2332,6 +2550,7 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newsroom/notifications
@ -2438,6 +2657,7 @@ no-en/treasury
no-en/your
nonprofits/account
not_recommended_reviews/preview
notifications
ns/hydra/console/?
nus-trk
nwshp$
@ -2490,8 +2710,12 @@ nz/teams
nz/transactions
nz/treasury
nz/your
oauth/line
oauth/login
oauth/v2
oauth2/v2
oauth_error
offsite
og
onebox/media/sports/logos
onebox/media/sports/photos/soccer/wc2018
@ -2523,8 +2747,11 @@ pagespeed/insights/ui/logo
palm
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -2554,8 +2781,39 @@ photos/gbachelie
photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
pin-builder
pin-communities
pin-creation-tool
pin-editor
pin/*/activities
pin/*/activity
pin/*/analytics
pin/*/brand-catalog
pin/*/comments
pin/*/email
pin/*/feedback
pin/*/idea-pin/related-products
pin/*/likes
pin/*/promote
pin/*/reaction
pin/*/related-products
pin/*/repin
pin/*/repins
pin/*/sent
pin/*/share
pin/*/shop-the-look
pin/*/tag
pin/*/takes
pin/*/visual-search
pin/create
pin/find
pin/find?url=
pin_shop
ping?
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl*/listing/*/favoriters
pl*/people/*/circle
pl*/people/*/favorites
@ -2605,6 +2863,7 @@ pl/teams
pl/transactions
pl/treasury
pl/your
place
plan=
platform-telemetry
play/store/web
@ -2634,6 +2893,7 @@ ppob?
pqa
preference
preferences
prefs
present
presentation
prettyearth/assets
@ -2644,6 +2904,8 @@ private
pro
pro-resources
pro/about
product-catalogs
product-feed
product-reviews/B0069IY63Y
productPurchaseDone
product_
@ -2720,6 +2982,7 @@ publications
publicliterature.PublicLiterature.search.html
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
px.gif
@ -2729,6 +2992,7 @@ qp/batch_fetch_web
qr
quality_form?
query
quiz
r
r/*.rss
r/*/comments/*.rss
@ -2747,6 +3011,7 @@ random
rd/search
rd/search$
rd/search?
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/search
@ -2764,19 +3029,26 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registration
registry/wishlist
remotelogout
remove_email/t2_
rep=hc
report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
reservations/*/notifyme
resource
resource/*/get
results
retail
retail/availability
@ -2797,6 +3069,8 @@ reviews/top-reviewers
row
rss
rss/people/*/reviews
ru-ru/events/platforma/materials/default.aspx?speaker*
rus/licensing/Unilateral.aspx/*
rw/WashingtonPost/Content/Epaper
rweb
s
@ -2810,6 +3084,7 @@ s2/sitemaps
s2/static
s3
s?
safe-redirect
safebrowsing/diagnostic
safebrowsing/report_badware
safebrowsing/report_error
@ -2903,6 +3178,7 @@ searchhistory
sections
secure
seller_onboarding
sendHeaderEarly
send_to_friend
sendarticle
services
@ -2983,6 +3259,7 @@ shop/sign_out
shop/signed_in_account
shop/store/feeds
shop_name_search_service
shop_pins
shopping-content-api/product_images
shopping/product
shopping/ratings/account/metrics
@ -3275,13 +3552,17 @@ smart/buttons
social/photosui/images
social/photosui/sitemap
social/social-security-directory/cai
socialmanager
sounds/player
sounds/player$
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
spain/medianaempresa/
specials
spice
sport/404_en.htm
@ -3353,6 +3634,10 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
studios
styles/js-on.css$
submit
@ -3373,6 +3658,7 @@ support
support/content
support/forum/search?
surprise
suspension-appeal
svc
svc/crosswords
svc/games
@ -3385,12 +3671,14 @@ svc/vertex
svc/web
svc/wordle
svpRecommendations
sw-shell.html
swg
syndicate
system1/images
t/terms
tab=
tablet
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -3422,8 +3710,10 @@ templates
test
testpage-forhomepage
tetro
thanksgiving-spotlight
thanx?
themacallan/worlds-together
theme
themes/rss
things/search
things/search$
@ -3484,6 +3774,7 @@ travel/flights/s
treasury
trending
trends
trends-carousel
trends/beta
trends/embed.js?
trends/fetchComponent?
@ -3498,6 +3789,7 @@ trustedstores/js
trustedstores/s
trustedstores/tm2
trustedstores/verify
tv
tv/thumb
tvschedule
twitter
@ -3562,6 +3854,8 @@ uk/teams
uk/transactions
uk/treasury
uk/your
unauth-profile
unlink
unsub
until=
updates
@ -3638,6 +3932,8 @@ utils
uviewer
v1/browser-performance
v1/stats
v1/urls/count.json
v3/pidgets/log
v4
verify_age
video/embedded
@ -3664,9 +3960,12 @@ watch_popup
watch_queue_ajax
webmasters/sitemaps/ping?
websearch
website/confirm
website/confirm/download
webstore/search
webstore/static/*/wall/js
weekly/signup
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget_auth.php
@ -4039,6 +4338,13 @@ wiki/ויקיפדיה%3Aרשימת_מועמדים_למחיקה
wiki/ויקיפדיה:דפים_לא_קיימים_ומוגנים
wiki/ויקיפדיה:ערכים_לא_קיימים_ומוגנים
wiki/ויקיפדיה:רשימת_מועמדים_למחיקה
windows/404.aspx?*
windows/campaign/features-built-in-apps.aspx
windows/campaign/meet-apps.aspx
windows/campaign/meet-start.aspx
windows/compatibility/windows-7/
windows/compatibility/windows-7/*
windows/compatibility/windows-vista/
wirecutter/*&xid=
wirecutter/*.csv$
wirecutter/*.zip$
@ -4121,6 +4427,7 @@ xoonboarding
xoplatform/logger/api/logger
xorouter
your
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/promos

View file

@ -126,6 +126,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
&signmein*
&sitrackingid=
&solrsort
&solved=
&sort
&sort*&page=
&sort=
@ -1321,6 +1322,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/RedesignBucket
/Results.aspx
/Results?
/Search/
/SelectLocale?fromPage=
/StatisticheProxy/proxy.jsp?action=mostVisited&domain=RaiTv
/StatisticheProxy/tagCloudVisualizza.jsp?tagName=
@ -1453,7 +1455,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/b/*/*
/b/*/*+
/b?ie=UTF8&node=1619732031
/badge
/badges
/base-en/
/base/logout
/bbw
/beaconBase$
@ -1521,6 +1525,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/channel/source/
/chat/
/chats/
/checkin
/checkout
/checkout
/ci
@ -1664,6 +1669,14 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/document/view_more
/document/views
/download
/download/Browse.aspx?
/download/browse.aspx?
/download/confirmation.aspx?
/download/info.aspx?
/download/registration-suggested.aspx?
/download/results.aspx?
/download/thankyou.aspx
/download/thankyou.aspx?
/download?
/downloadassets
/downloadstats
@ -1873,6 +1886,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/landing
/lang
/launch2005/
/layout/
/layoutvorlagen
/lazy.js
/leads/*/jsplayer_show_lead_form.html
@ -1922,7 +1936,13 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/limited-release
/link
/list
/list/tips$
/list/todos$
/list/venuelikes$
/listing/*/favoriters
/lists/edited$
/lists/followed$
/lists/friends$
/lite/article/*/image
/live-stream
/load.js
@ -1951,6 +1971,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/manage
/marketing
/media/oembed
/mediaapi/
/mediaviewer/*/tr
/meetup_api
/meetup_api$
@ -1980,6 +2001,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/mtlibraryrss/
/multistore
/munich/index_html
/music/*/Search/
/music/*/search/
/music/cart
/music/orders
/music/track-
@ -2015,6 +2038,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newreleases*sort=title
/newreleases*source_code=
/newreleases?&
/newsearch/
/newssearch
/no-internet-heading-assigned
/no-internet-heading-assisted
@ -2283,6 +2307,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/searchDirectory
/searchsuggest
/secure/
/security/search-results.aspx?
/select*?
/select-cadeau-sparen/?
/selectlocale-dmc?fromPage=
@ -2349,12 +2374,19 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/stopartnertest/
/store
/store/
/store/*/layout/
/store/*/search/
/store/account
/store/admin
/store/buynow?
/store/cart
/store/cart
/store/carts
/store/checkout
/store/checkouts
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
/store/locations/store-locations-sitemap.xml
/store/music/groove-music-pass/*
/store/orders
/story_pins
/structures
@ -2417,6 +2449,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/unanswered
/undefined
/undefinedc_fill,w_360,ar_16:9,f_auto,q_auto,g_auto/undefined
/unsubscribe/
/updatecart
/upload/analyse
/upload/cloud
@ -2475,6 +2508,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/vsarticleshow/*
/w
/w--
/wal/
/watch
/watch-fragments
/watchers
@ -2523,6 +2557,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
0*?
;preview=
=$
=imgmanager
?
?
?$
@ -2926,6 +2961,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?image=
?industry=agency
?inpageEditorUI=
?intc=
?invite=
?isIframeEmbed=1$
?isPreview=
@ -3246,6 +3282,7 @@ AccountAccess
AccountDisavow?
AccountStatus
Activate
ActivityUID=
AddThis.com
AddToList
AddToRegistry
@ -4280,6 +4317,8 @@ GLOBPICS
Generic/Generic/SendPrint/
GenericRegistryPortalView
Genieo
Germany/kleinunternehmen/euga/detail.mspx?
Germany/kleinunternehmen/euga/results.mspx?
GiftRegistrySearchViewCmd
Gigabot
GoogleInternetAuthority
@ -4295,6 +4334,7 @@ HeadJS/static-2.92
Help
HelpContent
Heritrix
HpOptOut=true$
HubStyle/static-2.309
HubStyle/static-2.313
HubStyle/static-2.315
@ -4366,6 +4406,7 @@ InternalError.html
IstellaBot
JP/support/public/mt/tac/100/1002347/techtip_conventions.shtml
Jai-Mrug*
Japan/DirectX/default.asp?
JikeSpider
Jyxobot
Kimengi
@ -4719,6 +4760,7 @@ Sublayouts
Support
Systems
TC/spfs/asia
TOCLinksForCrawlers*
TargetListPortalView
TargetStoreLocatorCmd
Taxonomy/CommonTree
@ -5197,8 +5239,40 @@ action/showTopic
action/showXml
action/showfeed
action/sso
action=accessorysearch&
action=accessorysearch&page=2$
action=accessorysearch&page=3$
action=accessorysearch&page=4$
action=accessorysearch&page=5$
action=accessorysearch&page=6$
action=accessorysearch&page=7$
action=accessorysearch&page=8$
action=accessorysearch&product=*$
action=accessorysearch&product=*&*
action=catalogsearch&
action=catalogsearch&catalog_mode=grid&page=2$
action=catalogsearch&catalog_mode=grid&page=3$
action=catalogsearch&catalog_mode=grid&page=4$
action=catalogsearch&catalog_mode=grid&page=5$
action=catalogsearch&catalog_mode=grid&page=6$
action=catalogsearch&catalog_mode=grid&page=7$
action=catalogsearch&catalog_mode=grid&page=8$
action=catalogsearch&catalog_mode=list&page=2$
action=catalogsearch&catalog_mode=list&page=3$
action=catalogsearch&catalog_mode=list&page=4$
action=catalogsearch&catalog_mode=list&page=5$
action=catalogsearch&catalog_mode=list&page=6$
action=catalogsearch&catalog_mode=list&page=7$
action=catalogsearch&catalog_mode=list&page=8$
action=delete
action=history
action=overlay&
action=productLinkAction&
action=productSupportSearch
action=productcompareaction&
action=quickSearch&
action=siteSearch
action=writeReview
action?
actions
actions/news/rss
@ -6590,6 +6664,7 @@ bkshp?*q=
bl.uk_lddc_bot
black-friday/0/best-amazon-black-friday-deals-2017-us
black-friday/0/best-amazon-black-friday-weekend-deals-2017-us
blacklisted*
blank.html
blast/BlastAlign.cgi
blast/bl2seq/wblast2.cgi
@ -7435,6 +7510,7 @@ campaigns/logout.html
campaigns/thankyou.html
campaignshowcase/
campaigntrailnotused
canada/Library/mnp/2/aspx/
cancel
cancel-membership
candidates
@ -8104,6 +8180,10 @@ common/survey.aspx
common_assets/static-2.197
common_assets/static-2.198
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
communities/rss.aspx*
communities/sitemap
community
community
@ -8716,6 +8796,7 @@ de-ch
de-ch/
de-de
de-de/
de-de/corporate/rechtliche-hinweise/impressum_de.aspx
de-de/feedback
de-de/lp
de-de/search
@ -8989,6 +9070,7 @@ developerworks/forums/post
developerworks/forums/servlet
developerworks/wikis/login.action
development
device
device-ajax
device-prefs
deviceList
@ -9675,6 +9757,7 @@ en-us/favourites.html
en-us/home.html?location=home
en-us/quick-help/*
en-us/tracking.html?action=track
en-us/windows/si/matrix.html
en-usbrary
en-xa
en-xa/*http://upload.wikimedia.org/robots.txt
@ -9705,6 +9788,8 @@ en/license/licensing-agreement/
en/license/saber-models/
en/license/spice-models
en/meetings/full-capacity
en/microsoft-365
en/microsoft-365/
en/news/canarias/diary
en/offline-site
en/profile/*
@ -9955,6 +10040,8 @@ es/market/confederate_flag
es/market/dixie_flag
es/market/rebel_flag
es/messages
es/microsoft-365
es/microsoft-365/
es/mini.php
es/multistore/es_canary_islands
es/music/*/+images
@ -10276,6 +10363,7 @@ fbx
fcgi-
fckeditor
fdbk
fe=true
feature/sf-test
feature_nine_browse-bin=
feature_seven_browse-bin=
@ -10317,6 +10405,7 @@ feeds.thetimes.co.uk/puzzles
feeds.thetimes.co.uk/timescrossword
feeds/
feeds/*
feeds/TechNet/fr-fr/screenshot/screenshot%20surface.jpg
feeds/rss
feeds/user_rss
feeds/videos.xml
@ -10707,6 +10796,8 @@ fr/market/confederate_flag
fr/market/dixie_flag
fr/market/rebel_flag
fr/messages
fr/microsoft-365
fr/microsoft-365/
fr/mini.php
fr/motivator/
fr/music/*/+images
@ -10770,6 +10861,9 @@ fragment.*.html
fragment.*.json
fragment.html
fragment.json
france/formation/centres/planning.asp?
france/ie/default.asp?
france/mnp_utility.mspx?
franchise/
free
free-cancellation/index.
@ -10997,11 +11091,14 @@ general
general.
general/dbapps/404
genre
genuine/
geo/download
geo/tools
geocoder
geoip.php
geooverride
germany/library/images/mnp/
germany/video/de/de/related*
get
get$
get-author-review
@ -11657,6 +11754,7 @@ hp/focus-retrocompatibile$
hp/video/api
hp/video/mystuff
hp/video/profiles
hpc/*/supported-applications.aspx?
hr
hr-*/
hr-hr/
@ -11948,6 +12046,7 @@ ie/guest-pass
ie/help/sitemap
ie/help/sitemap.php
ie/herramientas/generador-de-logos/onboarding
ie/ie40/
ie/invites/buy
ie/landing
ie/learn/identity/*login
@ -12111,6 +12210,7 @@ images/v$
images/viewconfig$
imagesrv/pdf/DIR_TSO_2531
imagine/
imaginecup/*
imesync
img
img/placeholder.gif
@ -12293,7 +12393,6 @@ index.php/ko/node/
index.php/magazine/get_comment
index.php/media/oembed
index.php/members/profile
index.php/node
index.php/node/add
index.php/node/add/
index.php/ru/node/
@ -12334,6 +12433,7 @@ infinite-scroll-review
info
info/agb/anb-2018.html
info/agb/starter-2018.html
info/customerror.htm*
info/jobs/Development-Operations-Engineer.html
info/jobs/Kooperations-Manager.html
info/jobs/Social-Media-Online-Kommunikation.html
@ -12356,6 +12456,7 @@ info/jobs/showmaster.html
info/jobs/social-media.html
info/jobs/support.html
info/jobs/texterin-uxwriterin.html
info/smart404.asp*
info/tech-feedback
info2/*
infoods/biodiversity
@ -12388,7 +12489,6 @@ integrate/
integromedb
intelligencer/amp
interactive*http://fcc.gov/robots.txt
interactive/reading-preference
interface/pda
intern/service/suche
internal
@ -12419,6 +12519,7 @@ intl/node/add
intl/search
intl/user
intl/user$
intlkb/
intro
intro.naver
intro.nhn
@ -12750,6 +12851,11 @@ ja/user/*/shoutbox?
ja/users
ja_jp/templates/M
jajp/
japan/directx/default.asp?
japan/enable/textview.asp?
japan/products/library/search.asp?
japan/showcase/print/default.aspx?
japan/terminology/query.asp?
jasmine-runner/static-1.14
jasmine-runner/static-1.15
jasmine-runner/static-1.17
@ -12838,6 +12944,8 @@ journal/famsci
journal/famsci$
journal/fis
journal/fis$
journal/fossstud
journal/fossstud$
journal/geometry
journal/geometry$
journal/hazardous_matters
@ -13170,6 +13278,7 @@ kr/ventureone
krypto=
kui=
kwanzaa-spotlight
l
lab
label
labs/pmc
@ -13627,7 +13736,9 @@ ma
ma/corporate/contact
ma/index.html
ma/news
mac/help.mspx?
macros
mactopia/help.mspx?
maestro
maestro/api
magazine
@ -14217,6 +14328,7 @@ mn/kb/*/discuss
mn/search
mn/user
mn/users
mnp_utility.mspx?
mnt/
mob/tracking
mobile
@ -14225,6 +14337,7 @@ mobile/alpha
mobile/check
mobile/cities-transformed
mobile/content_api/guide
mobile/search
mobile=no*
mobile_login
mobileformat=
@ -14374,6 +14487,7 @@ music/*/+shoutbox
music/*/+shoutbox?
music/*/+wiki/shoutbox
music/*/+wiki/shoutbox?
music/*/wal/
music/+noredirect
music/album
music/artist
@ -15885,7 +15999,7 @@ pmc/publisherportal/download
pmc/publisherportal/journalmanager
pmc/tocrender.fcgi
pmc/utilities
pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEyjAEKJAoiV2FzIG11c3MgaW4gZGVyIFJvYm90cyB0eHQgc3RlaGVuPwoeChxXYXMgc2luZCBSb2JvdHMgdHh0IERhdGVpZW4_CkEKP1dhcyBiZWRldXRldCBpbmRleGllcnQgT2J3b2hsIGR1cmNoIFJvYm90cyB0eHQtRGF0ZWkgYmxvY2tpZXJ0PxDkAg\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22_zsSbj6rdo6zDvyTcSfhODxmxfs\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEyigEKHAoaV2FzIG1hY2h0IGVpbmUgUm9ib3RzIHR4dD8KJAoiV2FzIG11c3MgaW4gZGVyIFJvYm90cyB0eHQgc3RlaGVuPwpBCj9XYXMgYmVkZXV0ZXQgaW5kZXhpZXJ0IE9id29obCBkdXJjaCBSb2JvdHMgdHh0LURhdGVpIGJsb2NraWVydD8Q5AI\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22FaYcMZQaEJAo0vuqMs282rAIwkk\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
pmcomment/
pmm-templates
pmo/contact/en/staff
@ -16226,7 +16340,6 @@ preview_theme_id
previewtemplate
previousThread.html
prevnext
prh-internal-news
price-guide
priceFilter=
price_max=
@ -16261,6 +16374,7 @@ privacy/zoho-group.html
privacy_policy
privacypolicychanges
private
private/wtrack
prix-essence
pro
pro-learn
@ -16893,6 +17007,7 @@ remove-favorite
remove_email/t2_
renders
renewal
rep=hc
replace
reply?
repo/create
@ -17099,6 +17214,7 @@ ru
ru$
ru-*/
ru-ru/
ru-ru/events/platforma/materials/default.aspx?speaker*
ru/
ru/*search
ru/advanced-search/x
@ -17154,6 +17270,7 @@ ru_ru/shablony/M
rubric2sport
run
rundowns/segment.php?
rus/licensing/Unilateral.aspx/*
rvh
rw-reg/http://realmenrealstyle.com/robots.txt
rw/WashingtonPost/Content/Epaper
@ -18037,8 +18154,10 @@ signup
signup$
signup-intlredirect
signup-light/
signup/$
signup/*
signup/collablink
signup?
signup_modal
signurl
simple.html$
@ -18574,6 +18693,8 @@ sp/2for1
sp/3for2
sp=
sp_url=
spain/empresas/
spain/medianaempresa/
spanish-index-date-search?*
spanish-index-search?*
spanish/thewto_s/minist_s/mc10_s/coordinator_guide_s.pdf
@ -19582,6 +19703,7 @@ topiclist/
topics
topics/category/undefined
topicsearch?q=
touch/login
touchsearch
touringbird
toyota/coming-soon
@ -20053,7 +20175,6 @@ understanding-c3g
understanding-melanoma
unfiltered?
unfinished.php
unicef-component-mosaichttp://unpkg.com/robots.txt
unicorn/check
unijobs/*/emailjob
unijobs/*/jbequicksignup
@ -20365,6 +20486,7 @@ user/
user/*
user/*/
user/*/channel
user/*/checkin
user/*/episodes/feed
user/*/followers
user/*/following
@ -20517,6 +20639,8 @@ uz/users
v
v$
v.cfm
v/badge
v/checkin
v/s/vmdn
v1
v1/browser-performance
@ -20555,6 +20679,7 @@ velo/forum/search
velo/profile
vendor
ventureone
venue/claim
venue/venue_take_ownership_from_add_show__ownership_taken
verification/source
verificationofemployment
@ -21666,6 +21791,13 @@ wikipedia/commons/archive
win9x/
wincontacts/
windows/
windows/404.aspx?*
windows/campaign/features-built-in-apps.aspx
windows/campaign/meet-apps.aspx
windows/campaign/meet-start.aspx
windows/compatibility/windows-7/
windows/compatibility/windows-7/*
windows/compatibility/windows-vista/
windows/resources/whitepapers/
windows/server2003/access/
windows2000/
@ -21899,7 +22031,6 @@ wp-includes*.png
wp-includes*.svg
wp-includes*.webp
wp-includes/css
wp-includes/css/dist/block-library/style.min.css
wp-includes/js
wp-includes/js/mediaelement/mediaelementplayer.min.css
wp-includes/js/mediaelement/wp-mediaelement.min.css