[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2026-02-01 10:23:39 +00:00
parent 8422f8449e
commit 928e7ef9af
24 changed files with 4593 additions and 1524 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1769755463
},
"Trickest wordlist update": {
"last_update": 1769854940
"last_update": 1769941409
}
}

View file

@ -4,12 +4,16 @@ ninety-mails-draw.md
replace-ldapjs-with-ldapts.md
.changeset/eighty-zoos-tie.md
eighty-zoos-tie.md
.changeset/tiny-pans-allow.md
tiny-pans-allow.md
.changeset/kind-camels-argue.md
kind-camels-argue.md
.changeset/whole-bikes-relax.md
whole-bikes-relax.md
.changeset/large-deer-enjoy.md
large-deer-enjoy.md
.changeset/fix-caret-jumping-v-template-input.md
fix-caret-jumping-v-template-input.md
.changeset/blue-houses-retire.md
blue-houses-retire.md
.changeset/config.json
@ -24,12 +28,16 @@ mighty-bats-chew.md
puny-breads-bet.md
.changeset/hungry-cats-swim.md
hungry-cats-swim.md
.changeset/free-apes-bake.md
free-apes-bake.md
.changeset/slimy-times-count.md
slimy-times-count.md
.changeset/floppy-flowers-cough.md
floppy-flowers-cough.md
.changeset/purple-owls-sing.md
purple-owls-sing.md
.changeset/four-dolls-bake.md
four-dolls-bake.md
.vscode/settings.json
settings.json
.vscode/extensions.json
@ -1870,6 +1878,7 @@ license
.stylelintignore
.editorconfig
pnpm-workspace.yaml
AGENTS.md
codecov.yaml
directus/readme.md
readme.md
@ -6847,6 +6856,8 @@ api/tsconfig.json
tsconfig.json
api/package.json
package.json
.claude/CLAUDE.md
CLAUDE.md
Dockerfile
code_of_conduct.md
.npmrc
@ -12749,11 +12760,33 @@ src/displays/boolean/index.ts
displays/boolean/index.ts
boolean/index.ts
index.ts
app/src/displays/boolean/boolean.test.ts
src/displays/boolean/boolean.test.ts
displays/boolean/boolean.test.ts
boolean/boolean.test.ts
boolean.test.ts
app/src/displays/boolean/__snapshots__/boolean.test.ts.snap
src/displays/boolean/__snapshots__/boolean.test.ts.snap
displays/boolean/__snapshots__/boolean.test.ts.snap
boolean/__snapshots__/boolean.test.ts.snap
__snapshots__/boolean.test.ts.snap
boolean.test.ts.snap
app/src/displays/rating/index.ts
src/displays/rating/index.ts
displays/rating/index.ts
rating/index.ts
index.ts
app/src/displays/rating/rating.test.ts
src/displays/rating/rating.test.ts
displays/rating/rating.test.ts
rating/rating.test.ts
rating.test.ts
app/src/displays/rating/__snapshots__/rating.test.ts.snap
src/displays/rating/__snapshots__/rating.test.ts.snap
displays/rating/__snapshots__/rating.test.ts.snap
rating/__snapshots__/rating.test.ts.snap
__snapshots__/rating.test.ts.snap
rating.test.ts.snap
app/src/displays/rating/rating.vue
src/displays/rating/rating.vue
displays/rating/rating.vue
@ -12769,6 +12802,11 @@ src/displays/related-values/index.ts
displays/related-values/index.ts
related-values/index.ts
index.ts
app/src/displays/color/color.test.ts
src/displays/color/color.test.ts
displays/color/color.test.ts
color/color.test.ts
color.test.ts
app/src/displays/color/color.vue
src/displays/color/color.vue
displays/color/color.vue
@ -12779,6 +12817,12 @@ src/displays/color/index.ts
displays/color/index.ts
color/index.ts
index.ts
app/src/displays/color/__snapshots__/color.test.ts.snap
src/displays/color/__snapshots__/color.test.ts.snap
displays/color/__snapshots__/color.test.ts.snap
color/__snapshots__/color.test.ts.snap
__snapshots__/color.test.ts.snap
color.test.ts.snap
app/src/displays/user/index.ts
src/displays/user/index.ts
displays/user/index.ts
@ -12873,6 +12917,17 @@ src/displays/hash/hash.vue
displays/hash/hash.vue
hash/hash.vue
hash.vue
app/src/displays/hash/hash.test.ts
src/displays/hash/hash.test.ts
displays/hash/hash.test.ts
hash/hash.test.ts
hash.test.ts
app/src/displays/hash/__snapshots__/hash.test.ts.snap
src/displays/hash/__snapshots__/hash.test.ts.snap
displays/hash/__snapshots__/hash.test.ts.snap
hash/__snapshots__/hash.test.ts.snap
__snapshots__/hash.test.ts.snap
hash.test.ts.snap
app/src/displays/file/file.vue
src/displays/file/file.vue
displays/file/file.vue
@ -12888,6 +12943,17 @@ src/displays/icon/index.ts
displays/icon/index.ts
icon/index.ts
index.ts
app/src/displays/icon/icon.test.ts
src/displays/icon/icon.test.ts
displays/icon/icon.test.ts
icon/icon.test.ts
icon.test.ts
app/src/displays/icon/__snapshots__/icon.test.ts.snap
src/displays/icon/__snapshots__/icon.test.ts.snap
displays/icon/__snapshots__/icon.test.ts.snap
icon/__snapshots__/icon.test.ts.snap
__snapshots__/icon.test.ts.snap
icon.test.ts.snap
app/src/displays/icon/icon.vue
src/displays/icon/icon.vue
displays/icon/icon.vue
@ -14007,6 +14073,10 @@ app/src/__utils__/types.d.ts
src/__utils__/types.d.ts
__utils__/types.d.ts
types.d.ts
app/src/__utils__/click-outside.ts
src/__utils__/click-outside.ts
__utils__/click-outside.ts
click-outside.ts
app/src/__utils__/tooltip.ts
src/__utils__/tooltip.ts
__utils__/tooltip.ts
@ -14023,6 +14093,10 @@ app/src/__utils__/crypto.ts
src/__utils__/crypto.ts
__utils__/crypto.ts
crypto.ts
app/src/__utils__/md.ts
src/__utils__/md.ts
__utils__/md.ts
md.ts
app/src/__utils__/store.ts
src/__utils__/store.ts
__utils__/store.ts

View file

@ -1,9 +1,11 @@
.changeset/ninety-mails-draw.md
.changeset/replace-ldapjs-with-ldapts.md
.changeset/eighty-zoos-tie.md
.changeset/tiny-pans-allow.md
.changeset/kind-camels-argue.md
.changeset/whole-bikes-relax.md
.changeset/large-deer-enjoy.md
.changeset/fix-caret-jumping-v-template-input.md
.changeset/blue-houses-retire.md
.changeset/config.json
.changeset/use-field-tree-i18n.md
@ -11,9 +13,11 @@
.changeset/mighty-bats-chew.md
.changeset/puny-breads-bet.md
.changeset/hungry-cats-swim.md
.changeset/free-apes-bake.md
.changeset/slimy-times-count.md
.changeset/floppy-flowers-cough.md
.changeset/purple-owls-sing.md
.changeset/four-dolls-bake.md
.vscode/settings.json
.vscode/extensions.json
.stylelintrc.json
@ -362,6 +366,7 @@ license
.stylelintignore
.editorconfig
pnpm-workspace.yaml
AGENTS.md
codecov.yaml
directus/readme.md
directus/license
@ -1340,6 +1345,7 @@ api/src/__utils__/snapshots.ts
api/vitest.config.ts
api/tsconfig.json
api/package.json
.claude/CLAUDE.md
Dockerfile
code_of_conduct.md
.npmrc
@ -2456,12 +2462,18 @@ app/src/styles/_variables.scss
app/src/displays/mime-type/index.ts
app/src/displays/boolean/boolean.vue
app/src/displays/boolean/index.ts
app/src/displays/boolean/boolean.test.ts
app/src/displays/boolean/__snapshots__/boolean.test.ts.snap
app/src/displays/rating/index.ts
app/src/displays/rating/rating.test.ts
app/src/displays/rating/__snapshots__/rating.test.ts.snap
app/src/displays/rating/rating.vue
app/src/displays/related-values/related-values.vue
app/src/displays/related-values/index.ts
app/src/displays/color/color.test.ts
app/src/displays/color/color.vue
app/src/displays/color/index.ts
app/src/displays/color/__snapshots__/color.test.ts.snap
app/src/displays/user/index.ts
app/src/displays/user/user.vue
app/src/displays/datetime/index.ts
@ -2481,9 +2493,13 @@ app/src/displays/labels/labels.vue
app/src/displays/labels/index.ts
app/src/displays/hash/index.ts
app/src/displays/hash/hash.vue
app/src/displays/hash/hash.test.ts
app/src/displays/hash/__snapshots__/hash.test.ts.snap
app/src/displays/file/file.vue
app/src/displays/file/index.ts
app/src/displays/icon/index.ts
app/src/displays/icon/icon.test.ts
app/src/displays/icon/__snapshots__/icon.test.ts.snap
app/src/displays/icon/icon.vue
app/src/displays/formatted-value/index.ts
app/src/displays/formatted-value/formatted-value.vue
@ -2689,10 +2705,12 @@ app/src/panels/pie-chart/index.ts
app/src/panels/pie-chart/preview.svg
app/src/main.ts
app/src/__utils__/types.d.ts
app/src/__utils__/click-outside.ts
app/src/__utils__/tooltip.ts
app/src/__utils__/focus.ts
app/src/__utils__/router.ts
app/src/__utils__/crypto.ts
app/src/__utils__/md.ts
app/src/__utils__/store.ts
app/src/sdk.ts
app/index.html

View file

@ -1424,15 +1424,15 @@ tests/modules/syslog_test/syslog_test.services.yml
modules/syslog_test/syslog_test.services.yml
syslog_test/syslog_test.services.yml
syslog_test.services.yml
core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogTest.php
modules/syslog/tests/modules/syslog_test/src/Logger/SysLogTest.php
syslog/tests/modules/syslog_test/src/Logger/SysLogTest.php
tests/modules/syslog_test/src/Logger/SysLogTest.php
modules/syslog_test/src/Logger/SysLogTest.php
syslog_test/src/Logger/SysLogTest.php
src/Logger/SysLogTest.php
Logger/SysLogTest.php
SysLogTest.php
core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogFile.php
modules/syslog/tests/modules/syslog_test/src/Logger/SysLogFile.php
syslog/tests/modules/syslog_test/src/Logger/SysLogFile.php
tests/modules/syslog_test/src/Logger/SysLogFile.php
modules/syslog_test/src/Logger/SysLogFile.php
syslog_test/src/Logger/SysLogFile.php
src/Logger/SysLogFile.php
Logger/SysLogFile.php
SysLogFile.php
core/modules/syslog/tests/src/Functional/SyslogTest.php
modules/syslog/tests/src/Functional/SyslogTest.php
syslog/tests/src/Functional/SyslogTest.php

View file

@ -199,7 +199,7 @@ core/modules/syslog/config/schema/syslog.schema.yml
core/modules/syslog/syslog.module
core/modules/syslog/tests/modules/syslog_test/syslog_test.info.yml
core/modules/syslog/tests/modules/syslog_test/syslog_test.services.yml
core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogTest.php
core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogFile.php
core/modules/syslog/tests/src/Functional/SyslogTest.php
core/modules/syslog/tests/src/Functional/GenericTest.php
core/modules/syslog/tests/src/Kernel/SyslogTest.php

View file

@ -20052,6 +20052,10 @@ erpnext/patches/v16_0/rename_subcontracted_quantity.py
patches/v16_0/rename_subcontracted_quantity.py
v16_0/rename_subcontracted_quantity.py
rename_subcontracted_quantity.py
erpnext/patches/v16_0/set_ordered_qty_in_quotation_item.py
patches/v16_0/set_ordered_qty_in_quotation_item.py
v16_0/set_ordered_qty_in_quotation_item.py
set_ordered_qty_in_quotation_item.py
erpnext/patches/v16_0/set_post_change_gl_entries_on_pos_settings.py
patches/v16_0/set_post_change_gl_entries_on_pos_settings.py
v16_0/set_post_change_gl_entries_on_pos_settings.py

View file

@ -4137,6 +4137,7 @@ erpnext/patches/v16_0/__init__.py
erpnext/patches/v16_0/fix_barcode_typo.py
erpnext/patches/v16_0/migrate_tax_withholding_data.py
erpnext/patches/v16_0/rename_subcontracted_quantity.py
erpnext/patches/v16_0/set_ordered_qty_in_quotation_item.py
erpnext/patches/v16_0/set_post_change_gl_entries_on_pos_settings.py
erpnext/patches/v16_0/migrate_budget_records_to_new_structure.py
erpnext/patches/v16_0/update_corrected_cancelled_status.py

View file

@ -3041,6 +3041,12 @@ integration/Espo/Note/AclTest.php
Espo/Note/AclTest.php
Note/AclTest.php
AclTest.php
tests/integration/Espo/Core/Authentication/FailedLoginAttemptsTest.php
integration/Espo/Core/Authentication/FailedLoginAttemptsTest.php
Espo/Core/Authentication/FailedLoginAttemptsTest.php
Core/Authentication/FailedLoginAttemptsTest.php
Authentication/FailedLoginAttemptsTest.php
FailedLoginAttemptsTest.php
tests/integration/Espo/Core/Authentication/AuthToken/AuthTokenManagerTest.php
integration/Espo/Core/Authentication/AuthToken/AuthTokenManagerTest.php
Espo/Core/Authentication/AuthToken/AuthTokenManagerTest.php
@ -31452,6 +31458,13 @@ Authentication/Hook/Hooks/FailedCodeAttemptsLimit.php
Hook/Hooks/FailedCodeAttemptsLimit.php
Hooks/FailedCodeAttemptsLimit.php
FailedCodeAttemptsLimit.php
application/Espo/Core/Authentication/Hook/Hooks/UsernameFailedAttemptsLimit.php
Espo/Core/Authentication/Hook/Hooks/UsernameFailedAttemptsLimit.php
Core/Authentication/Hook/Hooks/UsernameFailedAttemptsLimit.php
Authentication/Hook/Hooks/UsernameFailedAttemptsLimit.php
Hook/Hooks/UsernameFailedAttemptsLimit.php
Hooks/UsernameFailedAttemptsLimit.php
UsernameFailedAttemptsLimit.php
application/Espo/Core/Authentication/Hook/Hooks/FailedAttemptsLimit.php
Espo/Core/Authentication/Hook/Hooks/FailedAttemptsLimit.php
Core/Authentication/Hook/Hooks/FailedAttemptsLimit.php
@ -31645,6 +31658,12 @@ Core/Authentication/Util/MethodProvider.php
Authentication/Util/MethodProvider.php
Util/MethodProvider.php
MethodProvider.php
application/Espo/Core/Authentication/Util/DelayUtil.php
Espo/Core/Authentication/Util/DelayUtil.php
Core/Authentication/Util/DelayUtil.php
Authentication/Util/DelayUtil.php
Util/DelayUtil.php
DelayUtil.php
application/Espo/Core/Authentication/Result.php
Espo/Core/Authentication/Result.php
Core/Authentication/Result.php

View file

@ -485,6 +485,7 @@ tests/integration/Espo/Role/ServiceTest.php
tests/integration/Espo/Stream/AuditTest.php
tests/integration/Espo/Stream/ReactionsTest.php
tests/integration/Espo/Note/AclTest.php
tests/integration/Espo/Core/Authentication/FailedLoginAttemptsTest.php
tests/integration/Espo/Core/Authentication/AuthToken/AuthTokenManagerTest.php
tests/integration/Espo/Core/Job/JobTest.php
tests/integration/Espo/Core/Acl/AclTest.php
@ -5302,6 +5303,7 @@ application/Espo/Core/Authentication/AuthToken/EspoManager.php
application/Espo/Core/Authentication/Hook/Manager.php
application/Espo/Core/Authentication/Hook/Hooks/IpAddressWhitelist.php
application/Espo/Core/Authentication/Hook/Hooks/FailedCodeAttemptsLimit.php
application/Espo/Core/Authentication/Hook/Hooks/UsernameFailedAttemptsLimit.php
application/Espo/Core/Authentication/Hook/Hooks/FailedAttemptsLimit.php
application/Espo/Core/Authentication/Hook/OnLogin.php
application/Espo/Core/Authentication/Hook/OnResult.php
@ -5333,6 +5335,7 @@ application/Espo/Core/Authentication/Jwt/Util.php
application/Espo/Core/Authentication/Jwt/Key.php
application/Espo/Core/Authentication/Util/IpAddressUtil.php
application/Espo/Core/Authentication/Util/MethodProvider.php
application/Espo/Core/Authentication/Util/DelayUtil.php
application/Espo/Core/Authentication/Result.php
application/Espo/Core/Authentication/Oidc/UserProvider/UsernameValidator.php
application/Espo/Core/Authentication/Oidc/UserProvider/Sync.php

View file

@ -1043,6 +1043,12 @@ Grav/Console/Cli/SandboxCommand.php
Console/Cli/SandboxCommand.php
Cli/SandboxCommand.php
SandboxCommand.php
system/src/Grav/Console/Cli/CacheCleanupCommand.php
src/Grav/Console/Cli/CacheCleanupCommand.php
Grav/Console/Cli/CacheCleanupCommand.php
Console/Cli/CacheCleanupCommand.php
Cli/CacheCleanupCommand.php
CacheCleanupCommand.php
system/src/Grav/Console/Cli/YamlLinterCommand.php
src/Grav/Console/Cli/YamlLinterCommand.php
Grav/Console/Cli/YamlLinterCommand.php

View file

@ -210,6 +210,7 @@ system/src/Grav/Console/GpmCommand.php
system/src/Grav/Console/Cli/ComposerCommand.php
system/src/Grav/Console/Cli/CleanCommand.php
system/src/Grav/Console/Cli/SandboxCommand.php
system/src/Grav/Console/Cli/CacheCleanupCommand.php
system/src/Grav/Console/Cli/YamlLinterCommand.php
system/src/Grav/Console/Cli/SecurityCommand.php
system/src/Grav/Console/Cli/PageSystemValidatorCommand.php

View file

@ -84977,6 +84977,17 @@ System/Config/Backend/VarnishTest.php
Config/Backend/VarnishTest.php
Backend/VarnishTest.php
VarnishTest.php
dev/tests/integration/testsuite/Magento/PageCache/Model/System/Config/Backend/AccessListTest.php
tests/integration/testsuite/Magento/PageCache/Model/System/Config/Backend/AccessListTest.php
integration/testsuite/Magento/PageCache/Model/System/Config/Backend/AccessListTest.php
testsuite/Magento/PageCache/Model/System/Config/Backend/AccessListTest.php
Magento/PageCache/Model/System/Config/Backend/AccessListTest.php
PageCache/Model/System/Config/Backend/AccessListTest.php
Model/System/Config/Backend/AccessListTest.php
System/Config/Backend/AccessListTest.php
Config/Backend/AccessListTest.php
Backend/AccessListTest.php
AccessListTest.php
dev/tests/integration/testsuite/Magento/PageCache/Model/System/Config/Backend/TtlTest.php
tests/integration/testsuite/Magento/PageCache/Model/System/Config/Backend/TtlTest.php
integration/testsuite/Magento/PageCache/Model/System/Config/Backend/TtlTest.php
@ -128505,6 +128516,14 @@ Test/Mftf/Test/AdminCmsPageMassActionTest.xml
Mftf/Test/AdminCmsPageMassActionTest.xml
Test/AdminCmsPageMassActionTest.xml
AdminCmsPageMassActionTest.xml
app/code/Magento/Cms/Test/Mftf/Test/AdminVerifyCmsBlockWidgetDisplaysPerStoreViewTest.xml
code/Magento/Cms/Test/Mftf/Test/AdminVerifyCmsBlockWidgetDisplaysPerStoreViewTest.xml
Magento/Cms/Test/Mftf/Test/AdminVerifyCmsBlockWidgetDisplaysPerStoreViewTest.xml
Cms/Test/Mftf/Test/AdminVerifyCmsBlockWidgetDisplaysPerStoreViewTest.xml
Test/Mftf/Test/AdminVerifyCmsBlockWidgetDisplaysPerStoreViewTest.xml
Mftf/Test/AdminVerifyCmsBlockWidgetDisplaysPerStoreViewTest.xml
Test/AdminVerifyCmsBlockWidgetDisplaysPerStoreViewTest.xml
AdminVerifyCmsBlockWidgetDisplaysPerStoreViewTest.xml
app/code/Magento/Cms/Test/Mftf/Test/AdminMerchandisingUserCanViewCmsBlocksGridTest.xml
code/Magento/Cms/Test/Mftf/Test/AdminMerchandisingUserCanViewCmsBlocksGridTest.xml
Magento/Cms/Test/Mftf/Test/AdminMerchandisingUserCanViewCmsBlocksGridTest.xml
@ -301919,6 +301938,14 @@ Test/Mftf/Test/AdminCreateCustomStoreViewStatusEnabledVerifyAbsenceOfDeleteButto
Mftf/Test/AdminCreateCustomStoreViewStatusEnabledVerifyAbsenceOfDeleteButtonTest.xml
Test/AdminCreateCustomStoreViewStatusEnabledVerifyAbsenceOfDeleteButtonTest.xml
AdminCreateCustomStoreViewStatusEnabledVerifyAbsenceOfDeleteButtonTest.xml
app/code/Magento/Store/Test/Mftf/Test/AdminStoreViewSwitchWithoutCacheCleanTest.xml
code/Magento/Store/Test/Mftf/Test/AdminStoreViewSwitchWithoutCacheCleanTest.xml
Magento/Store/Test/Mftf/Test/AdminStoreViewSwitchWithoutCacheCleanTest.xml
Store/Test/Mftf/Test/AdminStoreViewSwitchWithoutCacheCleanTest.xml
Test/Mftf/Test/AdminStoreViewSwitchWithoutCacheCleanTest.xml
Mftf/Test/AdminStoreViewSwitchWithoutCacheCleanTest.xml
Test/AdminStoreViewSwitchWithoutCacheCleanTest.xml
AdminStoreViewSwitchWithoutCacheCleanTest.xml
app/code/Magento/Store/Test/Mftf/Test/AdminDeleteDefaultStoreViewTest.xml
code/Magento/Store/Test/Mftf/Test/AdminDeleteDefaultStoreViewTest.xml
Magento/Store/Test/Mftf/Test/AdminDeleteDefaultStoreViewTest.xml
@ -308605,6 +308632,14 @@ Test/Mftf/Section/AdminEditCustomerOrdersSection.xml
Mftf/Section/AdminEditCustomerOrdersSection.xml
Section/AdminEditCustomerOrdersSection.xml
AdminEditCustomerOrdersSection.xml
app/code/Magento/Customer/Test/Mftf/Test/AdminNoReorderAfterProductDeletionTest.xml
code/Magento/Customer/Test/Mftf/Test/AdminNoReorderAfterProductDeletionTest.xml
Magento/Customer/Test/Mftf/Test/AdminNoReorderAfterProductDeletionTest.xml
Customer/Test/Mftf/Test/AdminNoReorderAfterProductDeletionTest.xml
Test/Mftf/Test/AdminNoReorderAfterProductDeletionTest.xml
Mftf/Test/AdminNoReorderAfterProductDeletionTest.xml
Test/AdminNoReorderAfterProductDeletionTest.xml
AdminNoReorderAfterProductDeletionTest.xml
app/code/Magento/Customer/Test/Mftf/Test/AdminDeleteCustomerAddressesFromTheGridTest.xml
code/Magento/Customer/Test/Mftf/Test/AdminDeleteCustomerAddressesFromTheGridTest.xml
Magento/Customer/Test/Mftf/Test/AdminDeleteCustomerAddressesFromTheGridTest.xml

View file

@ -10111,6 +10111,7 @@ dev/tests/integration/testsuite/Magento/Authorization/Model/ResourceModel/RoleTe
dev/tests/integration/testsuite/Magento/PageCache/Observer/SwitchPageCacheOnMaintenance/PageCacheStateTest.php
dev/tests/integration/testsuite/Magento/PageCache/Plugin/RegisterFormKeyFromCookieTest.php
dev/tests/integration/testsuite/Magento/PageCache/Model/System/Config/Backend/VarnishTest.php
dev/tests/integration/testsuite/Magento/PageCache/Model/System/Config/Backend/AccessListTest.php
dev/tests/integration/testsuite/Magento/PageCache/Model/System/Config/Backend/TtlTest.php
dev/tests/integration/testsuite/Magento/PageCache/Model/Varnish/VclGeneratorTest.php
dev/tests/integration/testsuite/Magento/PageCache/Model/App/CacheIdentifierPluginTest.php
@ -15075,6 +15076,7 @@ app/code/Magento/Cms/Test/Mftf/Test/AdminAddWidgetToWYSIWYGWithTaxRuleForBundleP
app/code/Magento/Cms/Test/Mftf/Test/AdminCMSPageCreatePageTest.xml
app/code/Magento/Cms/Test/Mftf/Test/VerifyTinyMCEIsNativeWYSIWYGOnCMSPageTest.xml
app/code/Magento/Cms/Test/Mftf/Test/AdminCmsPageMassActionTest.xml
app/code/Magento/Cms/Test/Mftf/Test/AdminVerifyCmsBlockWidgetDisplaysPerStoreViewTest.xml
app/code/Magento/Cms/Test/Mftf/Test/AdminMerchandisingUserCanViewCmsBlocksGridTest.xml
app/code/Magento/Cms/Test/Mftf/Test/AdminCreateCmsBlockWithMarginalSpaceTest.xml
app/code/Magento/Cms/Test/Mftf/Test/AdminAddUpdateDeleteWidgetOfTypeCatalogCategoryLinkTypeTest.xml
@ -36575,6 +36577,7 @@ app/code/Magento/Store/Test/Mftf/Test/AdminCreateStoreGroupWithDefaultWebsiteAnd
app/code/Magento/Store/Test/Mftf/Test/AdminCreateCustomStoreViewStatusEnabledVerifyBackendAndFrontendTest.xml
app/code/Magento/Store/Test/Mftf/Test/AdminUpdateStoreGroupAcceptAlertAndVerifyStoreViewFormTest.xml
app/code/Magento/Store/Test/Mftf/Test/AdminCreateCustomStoreViewStatusEnabledVerifyAbsenceOfDeleteButtonTest.xml
app/code/Magento/Store/Test/Mftf/Test/AdminStoreViewSwitchWithoutCacheCleanTest.xml
app/code/Magento/Store/Test/Mftf/Test/AdminDeleteDefaultStoreViewTest.xml
app/code/Magento/Store/Test/Mftf/Test/AdminCreateStoreGroupWithCustomWebsiteAndDefaultCategoryTest.xml
app/code/Magento/Store/Test/Mftf/Test/AdminUpdateStoreGroupAndVerifyStoreViewFormTest.xml
@ -37437,6 +37440,7 @@ app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerMessagesSection.xml
app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerGridInlineEditorSection.xml
app/code/Magento/Customer/Test/Mftf/Section/StorefrontCustomerFooterSection.xml
app/code/Magento/Customer/Test/Mftf/Section/AdminEditCustomerOrdersSection.xml
app/code/Magento/Customer/Test/Mftf/Test/AdminNoReorderAfterProductDeletionTest.xml
app/code/Magento/Customer/Test/Mftf/Test/AdminDeleteCustomerAddressesFromTheGridTest.xml
app/code/Magento/Customer/Test/Mftf/Test/AdminSearchCustomerAddressByKeywordTest.xml
app/code/Magento/Customer/Test/Mftf/Test/AdminVerifyDisabledCustomerGroupFieldTest.xml

View file

@ -44621,6 +44621,13 @@ Framework/Adapter/Twig/AppTemplateIteratorTest.php
Adapter/Twig/AppTemplateIteratorTest.php
Twig/AppTemplateIteratorTest.php
AppTemplateIteratorTest.php
tests/integration/Core/Framework/Adapter/Twig/BackwardCompatibleIntlExtensionTest.php
integration/Core/Framework/Adapter/Twig/BackwardCompatibleIntlExtensionTest.php
Core/Framework/Adapter/Twig/BackwardCompatibleIntlExtensionTest.php
Framework/Adapter/Twig/BackwardCompatibleIntlExtensionTest.php
Adapter/Twig/BackwardCompatibleIntlExtensionTest.php
Twig/BackwardCompatibleIntlExtensionTest.php
BackwardCompatibleIntlExtensionTest.php
tests/integration/Core/Framework/Adapter/Twig/TwigSwExtendsTest.php
integration/Core/Framework/Adapter/Twig/TwigSwExtendsTest.php
Core/Framework/Adapter/Twig/TwigSwExtendsTest.php
@ -46131,6 +46138,37 @@ Framework/Notification/Api/NotificationControllerTest.php
Notification/Api/NotificationControllerTest.php
Api/NotificationControllerTest.php
NotificationControllerTest.php
tests/integration/Core/Framework/Util/Database/TableHelper/ExceptionThrowingDriver.php
integration/Core/Framework/Util/Database/TableHelper/ExceptionThrowingDriver.php
Core/Framework/Util/Database/TableHelper/ExceptionThrowingDriver.php
Framework/Util/Database/TableHelper/ExceptionThrowingDriver.php
Util/Database/TableHelper/ExceptionThrowingDriver.php
Database/TableHelper/ExceptionThrowingDriver.php
TableHelper/ExceptionThrowingDriver.php
ExceptionThrowingDriver.php
tests/integration/Core/Framework/Util/Database/TableHelper/ExceptionThrowingConnection.php
integration/Core/Framework/Util/Database/TableHelper/ExceptionThrowingConnection.php
Core/Framework/Util/Database/TableHelper/ExceptionThrowingConnection.php
Framework/Util/Database/TableHelper/ExceptionThrowingConnection.php
Util/Database/TableHelper/ExceptionThrowingConnection.php
Database/TableHelper/ExceptionThrowingConnection.php
TableHelper/ExceptionThrowingConnection.php
ExceptionThrowingConnection.php
tests/integration/Core/Framework/Util/Database/TableHelper/ExceptionThrowingMiddleware.php
integration/Core/Framework/Util/Database/TableHelper/ExceptionThrowingMiddleware.php
Core/Framework/Util/Database/TableHelper/ExceptionThrowingMiddleware.php
Framework/Util/Database/TableHelper/ExceptionThrowingMiddleware.php
Util/Database/TableHelper/ExceptionThrowingMiddleware.php
Database/TableHelper/ExceptionThrowingMiddleware.php
TableHelper/ExceptionThrowingMiddleware.php
ExceptionThrowingMiddleware.php
tests/integration/Core/Framework/Util/Database/TableHelperTest.php
integration/Core/Framework/Util/Database/TableHelperTest.php
Core/Framework/Util/Database/TableHelperTest.php
Framework/Util/Database/TableHelperTest.php
Util/Database/TableHelperTest.php
Database/TableHelperTest.php
TableHelperTest.php
tests/integration/Core/Framework/Util/FilesystemTest.php
integration/Core/Framework/Util/FilesystemTest.php
Core/Framework/Util/FilesystemTest.php
@ -127160,6 +127198,12 @@ Adapter/Twig/TokenParser/EmbedTokenParser.php
Twig/TokenParser/EmbedTokenParser.php
TokenParser/EmbedTokenParser.php
EmbedTokenParser.php
src/Core/Framework/Adapter/Twig/BackwardCompatibleIntlExtension.php
Core/Framework/Adapter/Twig/BackwardCompatibleIntlExtension.php
Framework/Adapter/Twig/BackwardCompatibleIntlExtension.php
Adapter/Twig/BackwardCompatibleIntlExtension.php
Twig/BackwardCompatibleIntlExtension.php
BackwardCompatibleIntlExtension.php
src/Core/Framework/Adapter/Twig/TwigVariableParserFactory.php
Core/Framework/Adapter/Twig/TwigVariableParserFactory.php
Framework/Adapter/Twig/TwigVariableParserFactory.php
@ -132939,6 +132983,42 @@ Core/Framework/Util/ArrayNormalizer.php
Framework/Util/ArrayNormalizer.php
Util/ArrayNormalizer.php
ArrayNormalizer.php
src/Core/Framework/Util/Database/ForeignKey.php
Core/Framework/Util/Database/ForeignKey.php
Framework/Util/Database/ForeignKey.php
Util/Database/ForeignKey.php
Database/ForeignKey.php
ForeignKey.php
src/Core/Framework/Util/Database/Table.php
Core/Framework/Util/Database/Table.php
Framework/Util/Database/Table.php
Util/Database/Table.php
Database/Table.php
Table.php
src/Core/Framework/Util/Database/TableHelperException.php
Core/Framework/Util/Database/TableHelperException.php
Framework/Util/Database/TableHelperException.php
Util/Database/TableHelperException.php
Database/TableHelperException.php
TableHelperException.php
src/Core/Framework/Util/Database/TableHelper.php
Core/Framework/Util/Database/TableHelper.php
Framework/Util/Database/TableHelper.php
Util/Database/TableHelper.php
Database/TableHelper.php
TableHelper.php
src/Core/Framework/Util/Database/Column.php
Core/Framework/Util/Database/Column.php
Framework/Util/Database/Column.php
Util/Database/Column.php
Database/Column.php
Column.php
src/Core/Framework/Util/Database/TableHelperResetter.php
Core/Framework/Util/Database/TableHelperResetter.php
Framework/Util/Database/TableHelperResetter.php
Util/Database/TableHelperResetter.php
Database/TableHelperResetter.php
TableHelperResetter.php
src/Core/Framework/Util/UtilException.php
Core/Framework/Util/UtilException.php
Framework/Util/UtilException.php

View file

@ -9445,6 +9445,7 @@ tests/integration/Core/Framework/Adapter/Storage/MySQLKeyValueStorageTest.php
tests/integration/Core/Framework/Adapter/Asset/AssetInstallCommandTest.php
tests/integration/Core/Framework/Adapter/Twig/TwigCacheTest.php
tests/integration/Core/Framework/Adapter/Twig/AppTemplateIteratorTest.php
tests/integration/Core/Framework/Adapter/Twig/BackwardCompatibleIntlExtensionTest.php
tests/integration/Core/Framework/Adapter/Twig/TwigSwExtendsTest.php
tests/integration/Core/Framework/Adapter/Twig/EntityTemplateLoaderTest.php
tests/integration/Core/Framework/Adapter/Twig/fixtures/Storefront/Resources/views/storefront/frontend/innerblockwithvars.html.twig
@ -9607,6 +9608,10 @@ tests/integration/Core/Framework/Webhook/Service/RelatedWebhooksTest.php
tests/integration/Core/Framework/Webhook/Service/WebhookManagerTest.php
tests/integration/Core/Framework/Webhook/Service/WebhookLoaderTest.php
tests/integration/Core/Framework/Notification/Api/NotificationControllerTest.php
tests/integration/Core/Framework/Util/Database/TableHelper/ExceptionThrowingDriver.php
tests/integration/Core/Framework/Util/Database/TableHelper/ExceptionThrowingConnection.php
tests/integration/Core/Framework/Util/Database/TableHelper/ExceptionThrowingMiddleware.php
tests/integration/Core/Framework/Util/Database/TableHelperTest.php
tests/integration/Core/Framework/Util/FilesystemTest.php
tests/integration/Core/Framework/Util/HtmlSanitizerTest.php
tests/integration/Core/Framework/Store/InAppPurchases/Services/KeyFetcherTest.php
@ -19230,6 +19235,7 @@ src/Core/Framework/Adapter/Twig/TokenParser/ImportTokenParser.php
src/Core/Framework/Adapter/Twig/TokenParser/SwMacroFunctionTokenParser.php
src/Core/Framework/Adapter/Twig/TokenParser/FeatureFlagCallTokenParser.php
src/Core/Framework/Adapter/Twig/TokenParser/EmbedTokenParser.php
src/Core/Framework/Adapter/Twig/BackwardCompatibleIntlExtension.php
src/Core/Framework/Adapter/Twig/TwigVariableParserFactory.php
src/Core/Framework/Adapter/Twig/AppTemplateIterator.php
src/Core/Framework/Adapter/Twig/Filter/CurrencyFilter.php
@ -19961,6 +19967,12 @@ src/Core/Framework/Util/UrlEncoder.php
src/Core/Framework/Util/ArrayComparator.php
src/Core/Framework/Util/Filesystem.php
src/Core/Framework/Util/ArrayNormalizer.php
src/Core/Framework/Util/Database/ForeignKey.php
src/Core/Framework/Util/Database/Table.php
src/Core/Framework/Util/Database/TableHelperException.php
src/Core/Framework/Util/Database/TableHelper.php
src/Core/Framework/Util/Database/Column.php
src/Core/Framework/Util/Database/TableHelperResetter.php
src/Core/Framework/Util/UtilException.php
src/Core/Framework/Util/MemorySizeCalculator.php
src/Core/Framework/Util/IOStreamHelper.php

View file

@ -11390,6 +11390,14 @@ src/components/tests/RelativeTime.test.tsx
components/tests/RelativeTime.test.tsx
tests/RelativeTime.test.tsx
RelativeTime.test.tsx
packages/core/content-manager/admin/src/components/tests/ActionsDrawer.test.tsx
core/content-manager/admin/src/components/tests/ActionsDrawer.test.tsx
content-manager/admin/src/components/tests/ActionsDrawer.test.tsx
admin/src/components/tests/ActionsDrawer.test.tsx
src/components/tests/ActionsDrawer.test.tsx
components/tests/ActionsDrawer.test.tsx
tests/ActionsDrawer.test.tsx
ActionsDrawer.test.tsx
packages/core/content-manager/admin/src/components/DragLayer.tsx
core/content-manager/admin/src/components/DragLayer.tsx
content-manager/admin/src/components/DragLayer.tsx
@ -11472,6 +11480,13 @@ admin/src/components/LeftMenu.tsx
src/components/LeftMenu.tsx
components/LeftMenu.tsx
LeftMenu.tsx
packages/core/content-manager/admin/src/components/ActionsDrawer.tsx
core/content-manager/admin/src/components/ActionsDrawer.tsx
content-manager/admin/src/components/ActionsDrawer.tsx
admin/src/components/ActionsDrawer.tsx
src/components/ActionsDrawer.tsx
components/ActionsDrawer.tsx
ActionsDrawer.tsx
packages/core/content-manager/admin/tsconfig.json
core/content-manager/admin/tsconfig.json
content-manager/admin/tsconfig.json

View file

@ -1815,6 +1815,7 @@ packages/core/content-manager/admin/src/components/DragPreviews/CardDragPreview.
packages/core/content-manager/admin/src/components/DragPreviews/RelationDragPreview.tsx
packages/core/content-manager/admin/src/components/tests/Widgets.test.tsx
packages/core/content-manager/admin/src/components/tests/RelativeTime.test.tsx
packages/core/content-manager/admin/src/components/tests/ActionsDrawer.test.tsx
packages/core/content-manager/admin/src/components/DragLayer.tsx
packages/core/content-manager/admin/src/components/Widgets.tsx
packages/core/content-manager/admin/src/components/RelativeTime.tsx
@ -1826,6 +1827,7 @@ packages/core/content-manager/admin/src/components/ConfigurationForm/Form.tsx
packages/core/content-manager/admin/src/components/ConfigurationForm/Fields.tsx
packages/core/content-manager/admin/src/components/ConfigurationForm/EditFieldForm.tsx
packages/core/content-manager/admin/src/components/LeftMenu.tsx
packages/core/content-manager/admin/src/components/ActionsDrawer.tsx
packages/core/content-manager/admin/tsconfig.json
packages/core/content-manager/server/tsconfig.eslint.json
packages/core/content-manager/server/tsconfig.build.json

View file

@ -3449,6 +3449,10 @@ plugins/woocommerce/changelog/58262-store-api-cancel-order-fix
woocommerce/changelog/58262-store-api-cancel-order-fix
changelog/58262-store-api-cancel-order-fix
58262-store-api-cancel-order-fix
plugins/woocommerce/changelog/stomail-7737-update-default-email-template
woocommerce/changelog/stomail-7737-update-default-email-template
changelog/stomail-7737-update-default-email-template
stomail-7737-update-default-email-template
plugins/woocommerce/changelog/59464-use-toolspanel-in-catalog-sorting-block
woocommerce/changelog/59464-use-toolspanel-in-catalog-sorting-block
changelog/59464-use-toolspanel-in-catalog-sorting-block
@ -3473,6 +3477,10 @@ plugins/woocommerce/changelog/wooprd-1074-fix-reset-template-was-removed
woocommerce/changelog/wooprd-1074-fix-reset-template-was-removed
changelog/wooprd-1074-fix-reset-template-was-removed
wooprd-1074-fix-reset-template-was-removed
plugins/woocommerce/changelog/fix-60686-payments-settings-accessibility
woocommerce/changelog/fix-60686-payments-settings-accessibility
changelog/fix-60686-payments-settings-accessibility
fix-60686-payments-settings-accessibility
plugins/woocommerce/changelog/fix-42375
woocommerce/changelog/fix-42375
changelog/fix-42375
@ -3485,6 +3493,10 @@ plugins/woocommerce/changelog/62315-wooplug-4934-error-notices-dont-show-up-in-t
woocommerce/changelog/62315-wooplug-4934-error-notices-dont-show-up-in-the-mini-cart-on-initial-load
changelog/62315-wooplug-4934-error-notices-dont-show-up-in-the-mini-cart-on-initial-load
62315-wooplug-4934-error-notices-dont-show-up-in-the-mini-cart-on-initial-load
plugins/woocommerce/changelog/62602-add-paypal-standard-e2e-tests
woocommerce/changelog/62602-add-paypal-standard-e2e-tests
changelog/62602-add-paypal-standard-e2e-tests
62602-add-paypal-standard-e2e-tests
plugins/woocommerce/changelog/59464-use-toolspanel-in-product-elements-blocks
woocommerce/changelog/59464-use-toolspanel-in-product-elements-blocks
changelog/59464-use-toolspanel-in-product-elements-blocks
@ -3545,6 +3557,10 @@ plugins/woocommerce/changelog/wooplug-5076-quantity-qty-selector-in-new-block-ca
woocommerce/changelog/wooplug-5076-quantity-qty-selector-in-new-block-cart-inconsistentflaky
changelog/wooplug-5076-quantity-qty-selector-in-new-block-cart-inconsistentflaky
wooplug-5076-quantity-qty-selector-in-new-block-cart-inconsistentflaky
plugins/woocommerce/changelog/docs-claude-pr-template-instructions
woocommerce/changelog/docs-claude-pr-template-instructions
changelog/docs-claude-pr-template-instructions
docs-claude-pr-template-instructions
plugins/woocommerce/changelog/62925-php-8-5-deprecation-page-controller
woocommerce/changelog/62925-php-8-5-deprecation-page-controller
changelog/62925-php-8-5-deprecation-page-controller
@ -3573,6 +3589,10 @@ plugins/woocommerce/changelog/wooplug-5999-accessibility-concerns-on-checkout
woocommerce/changelog/wooplug-5999-accessibility-concerns-on-checkout
changelog/wooplug-5999-accessibility-concerns-on-checkout
wooplug-5999-accessibility-concerns-on-checkout
plugins/woocommerce/changelog/enhancement-34681-enable-wc-header-on-reviews-page
woocommerce/changelog/enhancement-34681-enable-wc-header-on-reviews-page
changelog/enhancement-34681-enable-wc-header-on-reviews-page
enhancement-34681-enable-wc-header-on-reviews-page
plugins/woocommerce/changelog/copilot-fix-color-contrast-discount-text
woocommerce/changelog/copilot-fix-color-contrast-discount-text
changelog/copilot-fix-color-contrast-discount-text
@ -3637,6 +3657,10 @@ plugins/woocommerce/changelog/62880-dev-improve-iapi-product-store
woocommerce/changelog/62880-dev-improve-iapi-product-store
changelog/62880-dev-improve-iapi-product-store
62880-dev-improve-iapi-product-store
plugins/woocommerce/changelog/fix-product-collection-picker-lack-of-queryid
woocommerce/changelog/fix-product-collection-picker-lack-of-queryid
changelog/fix-product-collection-picker-lack-of-queryid
fix-product-collection-picker-lack-of-queryid
plugins/woocommerce/changelog/tweak-add-checks-to-clear-method-logger-interface
woocommerce/changelog/tweak-add-checks-to-clear-method-logger-interface
changelog/tweak-add-checks-to-clear-method-logger-interface
@ -3789,6 +3813,10 @@ plugins/woocommerce/changelog/wooprd-1455-font-size-system-missing-one-value
woocommerce/changelog/wooprd-1455-font-size-system-missing-one-value
changelog/wooprd-1455-font-size-system-missing-one-value
wooprd-1455-font-size-system-missing-one-value
plugins/woocommerce/changelog/add-58403-with-taxonomies
woocommerce/changelog/add-58403-with-taxonomies
changelog/add-58403-with-taxonomies
add-58403-with-taxonomies
plugins/woocommerce/uninstall.php
woocommerce/uninstall.php
uninstall.php
@ -8389,6 +8417,13 @@ e2e-pw/tests/wp-core/create-post.spec.js
tests/wp-core/create-post.spec.js
wp-core/create-post.spec.js
create-post.spec.js
plugins/woocommerce/tests/e2e-pw/tests/paypal/paypal-enablement.spec.js
woocommerce/tests/e2e-pw/tests/paypal/paypal-enablement.spec.js
tests/e2e-pw/tests/paypal/paypal-enablement.spec.js
e2e-pw/tests/paypal/paypal-enablement.spec.js
tests/paypal/paypal-enablement.spec.js
paypal/paypal-enablement.spec.js
paypal-enablement.spec.js
plugins/woocommerce/tests/e2e-pw/tests/settings/consumer-token.spec.js
woocommerce/tests/e2e-pw/tests/settings/consumer-token.spec.js
tests/e2e-pw/tests/settings/consumer-token.spec.js
@ -23770,6 +23805,15 @@ e2e/tests/product-collection/compatibility-layer.block_theme.spec.ts
tests/product-collection/compatibility-layer.block_theme.spec.ts
product-collection/compatibility-layer.block_theme.spec.ts
compatibility-layer.block_theme.spec.ts
plugins/woocommerce/client/blocks/tests/e2e/tests/product-collection/collection-pickers.block_theme.spec.ts
woocommerce/client/blocks/tests/e2e/tests/product-collection/collection-pickers.block_theme.spec.ts
client/blocks/tests/e2e/tests/product-collection/collection-pickers.block_theme.spec.ts
blocks/tests/e2e/tests/product-collection/collection-pickers.block_theme.spec.ts
tests/e2e/tests/product-collection/collection-pickers.block_theme.spec.ts
e2e/tests/product-collection/collection-pickers.block_theme.spec.ts
tests/product-collection/collection-pickers.block_theme.spec.ts
product-collection/collection-pickers.block_theme.spec.ts
collection-pickers.block_theme.spec.ts
plugins/woocommerce/client/blocks/tests/e2e/tests/product-collection/collections.block_theme.spec.ts
woocommerce/client/blocks/tests/e2e/tests/product-collection/collections.block_theme.spec.ts
client/blocks/tests/e2e/tests/product-collection/collections.block_theme.spec.ts
@ -36853,6 +36897,16 @@ blocks/product-collection/edit/product-collection-content.tsx
product-collection/edit/product-collection-content.tsx
edit/product-collection-content.tsx
product-collection-content.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/product-collection/edit/taxonomy-picker.tsx
woocommerce/client/blocks/assets/js/blocks/product-collection/edit/taxonomy-picker.tsx
client/blocks/assets/js/blocks/product-collection/edit/taxonomy-picker.tsx
blocks/assets/js/blocks/product-collection/edit/taxonomy-picker.tsx
assets/js/blocks/product-collection/edit/taxonomy-picker.tsx
js/blocks/product-collection/edit/taxonomy-picker.tsx
blocks/product-collection/edit/taxonomy-picker.tsx
product-collection/edit/taxonomy-picker.tsx
edit/taxonomy-picker.tsx
taxonomy-picker.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/product-collection/edit/product-collection-placeholder.tsx
woocommerce/client/blocks/assets/js/blocks/product-collection/edit/product-collection-placeholder.tsx
client/blocks/assets/js/blocks/product-collection/edit/product-collection-placeholder.tsx
@ -86709,6 +86763,11 @@ packages/js/internal-style-build/package.json
js/internal-style-build/package.json
internal-style-build/package.json
package.json
packages/js/components/changelog/fix-ellipsis-menu-keydown-type
js/components/changelog/fix-ellipsis-menu-keydown-type
components/changelog/fix-ellipsis-menu-keydown-type
changelog/fix-ellipsis-menu-keydown-type
fix-ellipsis-menu-keydown-type
packages/js/components/changelog/62428-remove-editor-mode-and-unused-rich-text-components
js/components/changelog/62428-remove-editor-mode-and-unused-rich-text-components
components/changelog/62428-remove-editor-mode-and-unused-rich-text-components
@ -86719,6 +86778,11 @@ js/components/changelog/.gitkeep
components/changelog/.gitkeep
changelog/.gitkeep
.gitkeep
packages/js/components/changelog/fix-ellipsis-menu-arrow-scroll
js/components/changelog/fix-ellipsis-menu-arrow-scroll
components/changelog/fix-ellipsis-menu-arrow-scroll
changelog/fix-ellipsis-menu-arrow-scroll
fix-ellipsis-menu-arrow-scroll
packages/js/components/tsconfig-cjs.json
js/components/tsconfig-cjs.json
components/tsconfig-cjs.json
@ -90264,6 +90328,11 @@ js/onboarding/changelog/53165-dev-ts-5-7-2
onboarding/changelog/53165-dev-ts-5-7-2
changelog/53165-dev-ts-5-7-2
53165-dev-ts-5-7-2
packages/js/onboarding/changelog/fix-woopayments-logos-escape-key
js/onboarding/changelog/fix-woopayments-logos-escape-key
onboarding/changelog/fix-woopayments-logos-escape-key
changelog/fix-woopayments-logos-escape-key
fix-woopayments-logos-escape-key
packages/js/onboarding/changelog/54305-location-mismatch-indication-tooltip
js/onboarding/changelog/54305-location-mismatch-indication-tooltip
onboarding/changelog/54305-location-mismatch-indication-tooltip

View file

@ -778,15 +778,18 @@ plugins/woocommerce/changelog/pr-62961
plugins/woocommerce/changelog/62368-add-products-by-brand-collection
plugins/woocommerce/changelog/fix-stomail-7742-admin-notification-actions-menu
plugins/woocommerce/changelog/58262-store-api-cancel-order-fix
plugins/woocommerce/changelog/stomail-7737-update-default-email-template
plugins/woocommerce/changelog/59464-use-toolspanel-in-catalog-sorting-block
plugins/woocommerce/changelog/feat-62121-migrate-wc-accordion
plugins/woocommerce/changelog/fix-62642-save-translation-context
plugins/woocommerce/changelog/enhancement-42390-lazy-load-product-image
plugins/woocommerce/changelog/60174-improve-switch-blog
plugins/woocommerce/changelog/wooprd-1074-fix-reset-template-was-removed
plugins/woocommerce/changelog/fix-60686-payments-settings-accessibility
plugins/woocommerce/changelog/fix-42375
plugins/woocommerce/changelog/pr-62859
plugins/woocommerce/changelog/62315-wooplug-4934-error-notices-dont-show-up-in-the-mini-cart-on-initial-load
plugins/woocommerce/changelog/62602-add-paypal-standard-e2e-tests
plugins/woocommerce/changelog/59464-use-toolspanel-in-product-elements-blocks
plugins/woocommerce/changelog/perfromance-61916-akismet-comments-count-integration
plugins/woocommerce/changelog/WOOPLUG-6121-variation-selector-use-objects
@ -802,6 +805,7 @@ plugins/woocommerce/changelog/62796-fix-address-autocomplete-sync
plugins/woocommerce/changelog/62722-fix-62692-shipping-tax-rounding-precision
plugins/woocommerce/changelog/woosubs-1364-hpos-post-locking-for-subtypes
plugins/woocommerce/changelog/wooplug-5076-quantity-qty-selector-in-new-block-cart-inconsistentflaky
plugins/woocommerce/changelog/docs-claude-pr-template-instructions
plugins/woocommerce/changelog/62925-php-8-5-deprecation-page-controller
plugins/woocommerce/changelog/performance-62986-cache-priming-in-product-factory
plugins/woocommerce/changelog/pr-62834
@ -809,6 +813,7 @@ plugins/woocommerce/changelog/62865-update-more-defensive-coding-around-wccom-he
plugins/woocommerce/changelog/stomail-7745-emails-from-the-same-store-should-follow-the-same-visual
plugins/woocommerce/changelog/62919-fix-phpstan-wc-get-product-attachment-props
plugins/woocommerce/changelog/wooplug-5999-accessibility-concerns-on-checkout
plugins/woocommerce/changelog/enhancement-34681-enable-wc-header-on-reviews-page
plugins/woocommerce/changelog/copilot-fix-color-contrast-discount-text
plugins/woocommerce/changelog/performance-61316-defer-product-published-tracks-when-importing
plugins/woocommerce/changelog/fix-62525-menu-bubble-styles
@ -825,6 +830,7 @@ plugins/woocommerce/changelog/storma-142-adjust-woo-onboarding-wizard-plugin-rot
plugins/woocommerce/changelog/62608-admin-bar-variable
plugins/woocommerce/changelog/PR-62572
plugins/woocommerce/changelog/62880-dev-improve-iapi-product-store
plugins/woocommerce/changelog/fix-product-collection-picker-lack-of-queryid
plugins/woocommerce/changelog/tweak-add-checks-to-clear-method-logger-interface
plugins/woocommerce/changelog/62615-dev-only-avoid-cache-on-get-request
plugins/woocommerce/changelog/update-stylelint-allow-0-units-inside-calc
@ -863,6 +869,7 @@ plugins/woocommerce/changelog/refactor-add-to-cart-form-root-directory
plugins/woocommerce/changelog/pr-60052
plugins/woocommerce/changelog/62653-test-cart-cache-headers
plugins/woocommerce/changelog/wooprd-1455-font-size-system-missing-one-value
plugins/woocommerce/changelog/add-58403-with-taxonomies
plugins/woocommerce/uninstall.php
plugins/woocommerce/woocommerce.php
plugins/woocommerce/php-stubs/wc-admin-feature-config.php
@ -1499,6 +1506,7 @@ plugins/woocommerce/tests/e2e-pw/tests/cart/add-to-cart.spec.js
plugins/woocommerce/tests/e2e-pw/tests/wp-core/create-page.spec.js
plugins/woocommerce/tests/e2e-pw/tests/wp-core/post-comments.spec.js
plugins/woocommerce/tests/e2e-pw/tests/wp-core/create-post.spec.js
plugins/woocommerce/tests/e2e-pw/tests/paypal/paypal-enablement.spec.js
plugins/woocommerce/tests/e2e-pw/tests/settings/consumer-token.spec.js
plugins/woocommerce/tests/e2e-pw/tests/settings/webhooks.spec.js
plugins/woocommerce/tests/e2e-pw/tests/settings/settings-tax.spec.js
@ -3797,6 +3805,7 @@ plugins/woocommerce/client/blocks/tests/e2e/tests/product-collection/product-col
plugins/woocommerce/client/blocks/tests/e2e/tests/product-collection/inspector-controls.block_theme.spec.ts
plugins/woocommerce/client/blocks/tests/e2e/tests/product-collection/extensibility-events.block_theme.spec.ts
plugins/woocommerce/client/blocks/tests/e2e/tests/product-collection/compatibility-layer.block_theme.spec.ts
plugins/woocommerce/client/blocks/tests/e2e/tests/product-collection/collection-pickers.block_theme.spec.ts
plugins/woocommerce/client/blocks/tests/e2e/tests/product-collection/collections.block_theme.spec.ts
plugins/woocommerce/client/blocks/tests/e2e/tests/product-collection/product-picker.block_theme.spec.ts
plugins/woocommerce/client/blocks/tests/e2e/tests/product-collection/product-collection.block_theme.spec.ts
@ -5142,6 +5151,7 @@ plugins/woocommerce/client/blocks/assets/js/blocks/product-collection/edit/index
plugins/woocommerce/client/blocks/assets/js/blocks/product-collection/edit/collection-selection-modal.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/product-collection/edit/multi-product-picker.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/product-collection/edit/product-collection-content.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/product-collection/edit/taxonomy-picker.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/product-collection/edit/product-collection-placeholder.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/product-collection/edit/toolbar-controls/collection-chooser-toolbar.tsx
plugins/woocommerce/client/blocks/assets/js/blocks/product-collection/edit/toolbar-controls/index.tsx
@ -11652,8 +11662,10 @@ packages/js/internal-style-build/.eslintrc.js
packages/js/internal-style-build/.npmrc
packages/js/internal-style-build/style-asset-plugin.js
packages/js/internal-style-build/package.json
packages/js/components/changelog/fix-ellipsis-menu-keydown-type
packages/js/components/changelog/62428-remove-editor-mode-and-unused-rich-text-components
packages/js/components/changelog/.gitkeep
packages/js/components/changelog/fix-ellipsis-menu-arrow-scroll
packages/js/components/tsconfig-cjs.json
packages/js/components/typings/index.d.ts
packages/js/components/typings/global.d.ts
@ -12209,6 +12221,7 @@ packages/js/onboarding/changelog/53531-dev-react-18-ghidorah
packages/js/onboarding/changelog/update-52732-nox-mobile-views
packages/js/onboarding/changelog/dev-ci-lint-monorepo-job-update
packages/js/onboarding/changelog/53165-dev-ts-5-7-2
packages/js/onboarding/changelog/fix-woopayments-logos-escape-key
packages/js/onboarding/changelog/54305-location-mismatch-indication-tooltip
packages/js/onboarding/changelog/update-storybook_documentation
packages/js/onboarding/changelog/56575-dev-bump-babel-deps

View file

@ -16553,6 +16553,10 @@ service/calendar/ics_file/parse_spec.rb
calendar/ics_file/parse_spec.rb
ics_file/parse_spec.rb
parse_spec.rb
spec/services/service/check_feature_enabled_spec.rb
services/service/check_feature_enabled_spec.rb
service/check_feature_enabled_spec.rb
check_feature_enabled_spec.rb
spec/services/service/beta_ui/send_feedback_spec.rb
services/service/beta_ui/send_feedback_spec.rb
service/beta_ui/send_feedback_spec.rb
@ -21282,9 +21286,6 @@ data_privacy_task_policy_spec.rb
spec/policies/role_policy_spec.rb
policies/role_policy_spec.rb
role_policy_spec.rb
spec/policies/version_policy_spec.rb
policies/version_policy_spec.rb
version_policy_spec.rb
spec/policies/signature_policy_spec.rb
policies/signature_policy_spec.rb
signature_policy_spec.rb
@ -51620,21 +51621,16 @@ graphql/gql/concerns/handles_possible_objects.rb
gql/concerns/handles_possible_objects.rb
concerns/handles_possible_objects.rb
handles_possible_objects.rb
app/graphql/gql/concerns/ensures_checklist_feature_active.rb
graphql/gql/concerns/ensures_checklist_feature_active.rb
gql/concerns/ensures_checklist_feature_active.rb
concerns/ensures_checklist_feature_active.rb
ensures_checklist_feature_active.rb
app/graphql/gql/concerns/handles_setting_check.rb
graphql/gql/concerns/handles_setting_check.rb
gql/concerns/handles_setting_check.rb
concerns/handles_setting_check.rb
handles_setting_check.rb
app/graphql/gql/concerns/handles_overview_caching.rb
graphql/gql/concerns/handles_overview_caching.rb
gql/concerns/handles_overview_caching.rb
concerns/handles_overview_caching.rb
handles_overview_caching.rb
app/graphql/gql/concerns/requires_ticket_agent_permission.rb
graphql/gql/concerns/requires_ticket_agent_permission.rb
gql/concerns/requires_ticket_agent_permission.rb
concerns/requires_ticket_agent_permission.rb
requires_ticket_agent_permission.rb
app/graphql/gql/concerns/handles_throttling.rb
graphql/gql/concerns/handles_throttling.rb
gql/concerns/handles_throttling.rb
@ -63074,11 +63070,6 @@ services/service/concerns/handles_core_workflow.rb
service/concerns/handles_core_workflow.rb
concerns/handles_core_workflow.rb
handles_core_workflow.rb
app/services/service/concerns/handles_setting.rb
services/service/concerns/handles_setting.rb
service/concerns/handles_setting.rb
concerns/handles_setting.rb
handles_setting.rb
app/services/service/base.rb
services/service/base.rb
service/base.rb
@ -63468,9 +63459,6 @@ change_scope.rb
app/policies/setting_policy.rb
policies/setting_policy.rb
setting_policy.rb
app/policies/version_policy.rb
policies/version_policy.rb
version_policy.rb
app/policies/ticket/time_accounting_policy.rb
policies/ticket/time_accounting_policy.rb
ticket/time_accounting_policy.rb

View file

@ -3609,6 +3609,7 @@ spec/db/migrate/issue_3810_custom_date_attribute_no_default_spec.rb
spec/db/migrate/smime_meta_information_table_spec.rb
spec/spec_helper.rb
spec/services/service/calendar/ics_file/parse_spec.rb
spec/services/service/check_feature_enabled_spec.rb
spec/services/service/beta_ui/send_feedback_spec.rb
spec/services/service/search_spec.rb
spec/services/service/user/out_of_office_spec.rb
@ -4494,7 +4495,6 @@ spec/policies/template_policy_spec.rb
spec/policies/http_log_policy_spec.rb
spec/policies/data_privacy_task_policy_spec.rb
spec/policies/role_policy_spec.rb
spec/policies/version_policy_spec.rb
spec/policies/signature_policy_spec.rb
spec/policies/controllers/links_controller_policy_spec.rb
spec/policies/controllers/knowledge_base/feeds_controller_policy_spec.rb
@ -8697,9 +8697,8 @@ app/graphql/gql/resolvers/lookup_resolver.rb
app/graphql/gql/concerns/has_nested_graphql_name.rb
app/graphql/gql/concerns/handles_authorization.rb
app/graphql/gql/concerns/handles_possible_objects.rb
app/graphql/gql/concerns/ensures_checklist_feature_active.rb
app/graphql/gql/concerns/handles_setting_check.rb
app/graphql/gql/concerns/handles_overview_caching.rb
app/graphql/gql/concerns/requires_ticket_agent_permission.rb
app/graphql/gql/concerns/handles_throttling.rb
app/graphql/gql/concerns/handles_password_revalidation_token.rb
app/graphql/gql/types/link_type.rb
@ -10382,7 +10381,6 @@ app/services/service/template/interpolation/interpolator/ai_agent.rb
app/services/service/template/interpolation/interpolator/webhook.rb
app/services/service/template/interpolation/interpolator.rb
app/services/service/concerns/handles_core_workflow.rb
app/services/service/concerns/handles_setting.rb
app/services/service/base.rb
app/services/service/ai/vectordb/item/create.rb
app/services/service/ai/vectordb/item/upsert.rb
@ -10461,7 +10459,6 @@ app/policies/ticket_policy/full_scope.rb
app/policies/ticket_policy/read_scope.rb
app/policies/ticket_policy/change_scope.rb
app/policies/setting_policy.rb
app/policies/version_policy.rb
app/policies/ticket/time_accounting_policy.rb
app/policies/ticket/shared_draft_zoom_policy.rb
app/policies/ticket/shared_draft_start_policy/scope.rb

View file

@ -89,15 +89,22 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
/*/contributors
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/milestones/new
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -105,10 +112,23 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/tags
/*/watchers
/.git
/?*amp_client_id
/?z=1
/MANUALS/*.pdf$
/Search/
/_
/_/rsrc
/__wishlist__
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/_widget
/album/*/*?i=
/analytics
@ -131,10 +151,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments
/commits/*?author
/commits/*?path
/communities
/contact/menu*
/contact/partner*
/contactus/mwaas*
/directory
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -163,6 +185,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/likes
/login
/lookup?
/mediaapi/
@ -175,10 +198,13 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newest/*rss
/newest/*xml
/newsearch/
/organize
/partials
/pins
/plugins
/podcast/*/*?i=
/print$
/profile-about
/raw
/report_abuse
/revisions
@ -186,6 +212,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/rsvps/*atom
/rsvps/*rss
/rsvps/*xml
/scheduled-pin
/scheduled-pins
/search
/search/
/search?
@ -213,11 +241,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/new/*?*&*&*
/store/top-free/*?*&*&*
/store/top-paid/*?*&*&*
/story_pins
/tagged
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/widget_
/wiki/*/edit
@ -348,6 +380,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?search_forum=
?set_mobile=
?showAllGroups=
?show_error=true
?slogin
?sort=
?sortBy=
@ -471,6 +504,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
@ -532,6 +567,8 @@ _next/data
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -630,10 +667,12 @@ actions/news/rss
ad_id=
addContacts
add_favorite
addboard
addressBookExport
admin
admin/
ads
ads.txt
ads/gpa/vidgen
ads/learn
ads/local
@ -645,6 +684,7 @@ advisor/*zx1fa
adx/bin
affil
affil/pal
age-appeal
agreements/approve
ai-sandbox-internal/generated_images
aihub/tfhub
@ -700,7 +740,9 @@ api?
api_access_key=
app*_
app*form_id=
app-ads.txt
app/
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -777,6 +819,7 @@ author/following
author=
authoring/
authwall
autocomplete
away.php
awmp/data/images
b?*node=7454898011
@ -836,6 +879,10 @@ blogs/nationals-journal-beta
blogs/search/
blogs/slow-ride
blogs/test
board
board_activity
board_activity_comment
bookmarklet
bookmarks
books
books/NBK
@ -856,18 +903,39 @@ books?*zoom=
books?*zoom=1
books?*zoom=5
boutique/sitemaps
branded-pins
bricks/image
business/ad_create
business/adshare
business/adshare/faqs
business/blahblah
business/business-access
business/business-hierarchy
business/business-manager
business/catalogs
business/commerce-integrations
business/community-information
business/convert
business/create
business/create-linked-account
business/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html
business/learning/blog
business/onboarding
business/pin_create
business/pos-system/shop
business/premium/is_payment_pending
business/promotion
business/referral
business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
buyside-e2e-monitor
cai
call
@ -896,6 +964,7 @@ checkout
checkout-external
checkoutnow
checkpoint
christmas-spotlight
chrome/crlset
chrome/webstore/images
chwilio
@ -915,6 +984,7 @@ clickthru
clima/ets
clima/sites/registry
clone/library/genomic/organisms
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -933,6 +1003,7 @@ commission_2010-2014/katainen
commits?author=
common/
common/survey.aspx*
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -949,11 +1020,14 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
companyDir
compare
compressiontest
concussion/HeadsUp/training/
config.js
connect
connections
consumers/archive
contact/menu*
@ -961,12 +1035,18 @@ contact/partner*
contact_importer
contactus
contactus/mwaas*
content-claiming
content-guest/rss/channels
control
conversation
conversations
convert-business
convert-personal
copilot
copilot/c
copilotsearch?q=
copy-conductor/crawled
copyright-reporting
core/
core/*.css$
core/*.css?
@ -984,11 +1064,19 @@ covid19/mobility
cr$
cr?
create
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creativegroup
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
csp
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1014,8 +1102,10 @@ de/ott
de/solutions
de/upload
de/vimeo-academy
deactivate-account
default.aspx/kb/
default.aspx/ph/
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1102,6 +1192,8 @@ earth/social
ebook
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
education/blocks
@ -1114,6 +1206,7 @@ ekansa/Open-Context-Data
ekansa/opencontext-
email
email-unsubscribe
email_verification_error
embed
embed/@
embed/curated
@ -1175,6 +1268,7 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise
enterprise-jobs
enterprise-partner-search/sitemaps
@ -1260,14 +1354,18 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox
external
external/overture
external_hosted
f/healthcheck
facebook
faves-i_love_u_get_away_from_me
favorite
fb
fb.html
fbml/ajax/dialog
fd/
fe=true
@ -1304,6 +1402,8 @@ flu/espanol/
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -1384,6 +1484,8 @@ global$
gog
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
google.internal.maps.mapsjs.v1.MapsJsInternalService
google_gdn.html
google_search.html
googlebooks/images
gorf
gp
@ -1498,6 +1600,7 @@ gtp/stir
guidebooks
gview
h5games_gamecenter/images
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -1521,9 +1624,12 @@ help/zendesk_sso
hex
history
history/static
holiday-spotlight
holidays-celebrations
home
home$
home?
homefeed
homepage-video-test
hosted/images
hotel/reviews?
@ -1535,10 +1641,10 @@ hp/video
hpc/*/supported-applications.aspx?
hpm
hpmob
http://bbc.com/robots.txt
http://archive.org/robots.txt
http://calendar.google.com/robots.txt
http://microsoft.com/robots.txt
http://s3.amazonaws.com/robots.txt
http://washingtonpost.com/robots.txt
http://web.archive.org/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -1553,6 +1659,9 @@ id-id.www.cloudflare.com
id-id/feedback
id-id/lp
id-id/searchresults
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie/ie40/
@ -1597,14 +1706,17 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
integrations
internalPref
intl
intl/*/search/?
intl/*/search?
intlkb/
invite
inviteFromProfile
inviteMany
invited
invoice/est
invoice/estimate/buyerView
invoice/estimate/buyerView/attachments
@ -1641,6 +1753,8 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp/$
jp/about
jp/blog
@ -1683,6 +1797,7 @@ ko/ott
ko/solutions
ko/upload
ko/vimeo-academy
kwanzaa-spotlight
l.php
labs-code
labs/pmc
@ -1719,12 +1834,15 @@ learning/settings
learning/settings$
learning/settings?
legal
lens-search
li/track
library/devices
licensing-syndication
limited-release
link
linked
lite
live-session
live_chat
llms.txt
lm/R1XIHQVKXSKBNJ
@ -1899,6 +2017,7 @@ narrative-
native
nbubumblebee
network
new_invite
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP
news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference
@ -1908,6 +2027,7 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newsround
@ -1921,6 +2041,7 @@ nl-nl/lp
nl-nl/searchresults
node/add/
nonprofits/account
notifications
notifications/
ns/hydra/console/?
nus-trk
@ -1928,11 +2049,15 @@ nwshp$
o/di
o/dt
oas/
oauth/line
oauth/login
oauth/v2
oauth2
oauth2/v2
oauth_error
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
offsite
og
okxbet.com
onebox/media/sports/logos
@ -1961,8 +2086,11 @@ pagespeed/insights/ui/logo
panel
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -1997,12 +2125,46 @@ photos/gbachelie
photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
pin
pin-builder
pin-communities
pin-creation-tool
pin-editor
pin/*/activities
pin/*/activity
pin/*/analytics
pin/*/brand-catalog
pin/*/comments
pin/*/email
pin/*/feedback
pin/*/idea-pin/related-products
pin/*/likes
pin/*/promote
pin/*/reaction
pin/*/related-products
pin/*/repin
pin/*/repins
pin/*/sent
pin/*/share
pin/*/shop-the-look
pin/*/tag
pin/*/takes
pin/*/visual-search
pin/*/visual-shop
pin/create
pin/find
pin/find?url=
pin_shop
ping
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl-pl.www.cloudflare.com
pl-pl/feedback
pl-pl/lp
pl-pl/searchresults
place
plan=
platform-telemetry
play/store/web
@ -2049,6 +2211,7 @@ posttv/posttv/trendex
posttv/sponsored-video
ppl
preference
prefs
present
presentation
prettyearth/assets
@ -2057,6 +2220,8 @@ previewtemplate
print
private
proFile/history?
product-catalogs
product-feed
product-reviews/B0069IY63Y
product/reviews?
productPurchaseDone
@ -2113,11 +2278,13 @@ pub/dir
public-profile
publications
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
q=
qr
quality_form?
quiz
rackspace/elevating-performance
radio/imda
ramfiles
@ -2125,6 +2292,7 @@ rating
rd/search
rd/search$
rd/search?
recently-viewed
recipes/*?q=
recipes/search
reconnect
@ -2139,6 +2307,9 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registry/wishlist
remotelogout
rep=hc
@ -2146,9 +2317,13 @@ report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
resource
resource/*/get
results
results
retail
@ -2188,6 +2363,7 @@ s2/search/social
s2/sitemaps
s2/static
s?
safe-redirect
safety
safetycheck
salary-explorer/api
@ -2232,6 +2408,7 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
sections/ombudsman/2008/01/frequently_asked_questions_1.html
sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
secure
sendHeaderEarly
sendarticle
services
services/oauth
@ -2264,6 +2441,7 @@ shop/productpage
shop/topics
shop/view/product
shop?*
shop_pins
shopping-content-api/product_images
shopping/deals
shopping/product
@ -2567,10 +2745,12 @@ social/photosui/images
social/photosui/sitemap
social/search?
social/social-security-directory/cai
socialmanager
solutions
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -2587,6 +2767,7 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
stat
@ -2646,6 +2827,10 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
storyworks/preview
styles/js-on.css$
subscribe/braintree
@ -2671,6 +2856,7 @@ support/content
support/forum/search?
sureroute
surprise
suspension-appeal
sutils
sv-se.www.cloudflare.com
sv-se/feedback
@ -2688,6 +2874,7 @@ svc/strands
svc/sudoku
svc/wordle
svpRecommendations
sw-shell.html
swg
system1/images
t/privacy
@ -2695,6 +2882,7 @@ t/terms
tab=
tablet
tag
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -2742,7 +2930,9 @@ th-th/feedback
th-th/lp
th-th/searchresults
th?
thanksgiving-spotlight
themacallan/worlds-together
theme
tickets-external?
timedtext_video
title
@ -2833,6 +3023,7 @@ trustedstores/js
trustedstores/s
trustedstores/tm2
trustedstores/verify
tv
tv/thumb
typeahead
u
@ -2849,9 +3040,14 @@ ugc$
ugcsupport
ugcsupport$
ui
unauth-profile
unlink
unsub
until=
upload
upload-lens-image
upload-lens-image-history
upload-shuffle-draft
uploads
urchin_test
url
@ -2869,9 +3065,11 @@ using
utils
uviewer
v1
v1/urls/count.json
v2
v3
v3/openapi
v3/pidgets/log
valkyrie-playground
verify_age
vi-vn.www.cloudflare.com
@ -2916,6 +3114,9 @@ webapps/xo/html/cookiecheck.html
webapps/xoonboarding
webscr
websearch
website/confirm
website/confirm/download
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget/cr
@ -3225,7 +3426,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://youtube.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://creativecommons.org/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -3443,6 +3644,7 @@ xhtml?
xml?
xoplatform/logger/api/logger
xorouter
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/branding/favicon