[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2026-07-16 09:47:37 +00:00
parent c8359c6adf
commit e6eac1182c
34 changed files with 6185 additions and 2994 deletions
@@ -794,6 +794,10 @@ tests/unit/services/GcTest.php
unit/services/GcTest.php
services/GcTest.php
GcTest.php
tests/unit/services/EntriesTest.php
unit/services/EntriesTest.php
services/EntriesTest.php
EntriesTest.php
tests/unit/services/ProjectConfigTest.php
unit/services/ProjectConfigTest.php
services/ProjectConfigTest.php
@@ -193,6 +193,7 @@ tests/unit/services/GqlTest.php
tests/unit/services/SearchTest.php
tests/unit/services/TokenTest.php
tests/unit/services/GcTest.php
tests/unit/services/EntriesTest.php
tests/unit/services/ProjectConfigTest.php
tests/unit/services/ComposerTest.php
tests/unit/services/ElementsTest.php
@@ -18,6 +18,8 @@ hooks/prettier.mjs
prettier.mjs
.changeset/tall-clouds-cheer.md
tall-clouds-cheer.md
.changeset/cozy-hands-cheer.md
cozy-hands-cheer.md
.changeset/afraid-buckets-hope.md
afraid-buckets-hope.md
.changeset/quick-melons-camp.md
@@ -30,6 +32,8 @@ fix-comments-path-parameter.md
websocket-validate-query.md
.changeset/tus-mime-type-allow-list.md
tus-mime-type-allow-list.md
.changeset/ip-custom-header-warning-endpoints.md
ip-custom-header-warning-endpoints.md
.changeset/six-pears-shave.md
six-pears-shave.md
.changeset/proud-otters-wait.md
@@ -42,6 +46,8 @@ cool-cookies-rest.md
wide-mugs-wave.md
.changeset/clever-melons-shine.md
clever-melons-shine.md
.changeset/spotty-ghosts-serve.md
spotty-ghosts-serve.md
.changeset/blue-beds-love.md
blue-beds-love.md
.changeset/config.json
@@ -9,18 +9,21 @@ contributing.md
.claude/hooks/eslint.mjs
.claude/hooks/prettier.mjs
.changeset/tall-clouds-cheer.md
.changeset/cozy-hands-cheer.md
.changeset/afraid-buckets-hope.md
.changeset/quick-melons-camp.md
.changeset/mssql-max-length-bytes.md
.changeset/fix-comments-path-parameter.md
.changeset/websocket-validate-query.md
.changeset/tus-mime-type-allow-list.md
.changeset/ip-custom-header-warning-endpoints.md
.changeset/six-pears-shave.md
.changeset/proud-otters-wait.md
.changeset/clever-feet-ring.md
.changeset/cool-cookies-rest.md
.changeset/wide-mugs-wave.md
.changeset/clever-melons-shine.md
.changeset/spotty-ghosts-serve.md
.changeset/blue-beds-love.md
.changeset/config.json
.prettierignore
@@ -1,5 +1,4 @@
.travis.yml
AGENTS.md
doc/index.html
index.html
doc/install/README
@@ -35,6 +34,16 @@ dolibarr_256x256_black.svg
doc/images/dolibarr_256x256_white.svg
images/dolibarr_256x256_white.svg
dolibarr_256x256_white.svg
.claude/AGENTS.md
AGENTS.md
.claude/skills/code-review/SKILL.md
skills/code-review/SKILL.md
code-review/SKILL.md
SKILL.md
.claude/skills/add-unit-test/SKILL.md
skills/add-unit-test/SKILL.md
add-unit-test/SKILL.md
SKILL.md
SECURITY.md
.mailmap
.editorconfig
@@ -1,5 +1,4 @@
.travis.yml
AGENTS.md
doc/index.html
doc/install/README
doc/install/README-DE
@@ -12,6 +11,9 @@ doc/images/README.md
doc/images/dolibarr_logo.svg
doc/images/dolibarr_256x256_black.svg
doc/images/dolibarr_256x256_white.svg
.claude/AGENTS.md
.claude/skills/code-review/SKILL.md
.claude/skills/add-unit-test/SKILL.md
SECURITY.md
.mailmap
.editorconfig
@@ -11801,6 +11801,10 @@ erpnext/patches/v16_0/rename_secondary_item_type_field.py
patches/v16_0/rename_secondary_item_type_field.py
v16_0/rename_secondary_item_type_field.py
rename_secondary_item_type_field.py
erpnext/patches/v16_0/access_control_for_project_users.py
patches/v16_0/access_control_for_project_users.py
v16_0/access_control_for_project_users.py
access_control_for_project_users.py
erpnext/patches/v16_0/remove_payables_receivables_workspace.py
patches/v16_0/remove_payables_receivables_workspace.py
v16_0/remove_payables_receivables_workspace.py
@@ -12331,6 +12335,10 @@ erpnext/templates/pages/material_request_info.html
templates/pages/material_request_info.html
pages/material_request_info.html
material_request_info.html
erpnext/templates/pages/test_projects.py
templates/pages/test_projects.py
pages/test_projects.py
test_projects.py
erpnext/templates/pages/search_help.py
templates/pages/search_help.py
pages/search_help.py
@@ -2436,6 +2436,7 @@ erpnext/patches/v16_0/update_account_categories_for_existing_accounts.py
erpnext/patches/v16_0/add_new_stock_entry_types.py
erpnext/patches/v16_0/__init__.py
erpnext/patches/v16_0/rename_secondary_item_type_field.py
erpnext/patches/v16_0/access_control_for_project_users.py
erpnext/patches/v16_0/remove_payables_receivables_workspace.py
erpnext/patches/v16_0/set_invoice_type_in_pos_settings.py
erpnext/patches/v16_0/add_portal_redirects.py
@@ -2563,6 +2564,7 @@ erpnext/templates/pages/order.py
erpnext/templates/pages/integrations/__init__.py
erpnext/templates/pages/timelog_info.py
erpnext/templates/pages/material_request_info.html
erpnext/templates/pages/test_projects.py
erpnext/templates/pages/search_help.py
erpnext/templates/pages/task_info.html
erpnext/templates/pages/task_info.py
@@ -278,11 +278,6 @@ tests/admin/comments/comment-moderation.test.ts
admin/comments/comment-moderation.test.ts
comments/comment-moderation.test.ts
comment-moderation.test.ts
e2e/tests/admin/comments/disable-commenting.test.ts
tests/admin/comments/disable-commenting.test.ts
admin/comments/disable-commenting.test.ts
comments/disable-commenting.test.ts
disable-commenting.test.ts
e2e/tests/admin/billing/force-upgrade.test.ts
tests/admin/billing/force-upgrade.test.ts
admin/billing/force-upgrade.test.ts
@@ -11027,6 +11022,11 @@ admin/src/comments/comment-filter-query.ts
src/comments/comment-filter-query.ts
comments/comment-filter-query.ts
comment-filter-query.ts
apps/admin/src/comments/comments-mutations.acceptance.test.tsx
admin/src/comments/comments-mutations.acceptance.test.tsx
src/comments/comments-mutations.acceptance.test.tsx
comments/comments-mutations.acceptance.test.tsx
comments-mutations.acceptance.test.tsx
apps/admin/src/comments/components/comment-header.tsx
admin/src/comments/components/comment-header.tsx
src/comments/components/comment-header.tsx
@@ -11861,6 +11861,16 @@ src/onboarding/components/onboarding-checklist.tsx
onboarding/components/onboarding-checklist.tsx
components/onboarding-checklist.tsx
onboarding-checklist.tsx
apps/admin/src/onboarding/onboarding.acceptance.test.tsx
admin/src/onboarding/onboarding.acceptance.test.tsx
src/onboarding/onboarding.acceptance.test.tsx
onboarding/onboarding.acceptance.test.tsx
onboarding.acceptance.test.tsx
apps/admin/src/onboarding/onboarding.screen.ts
admin/src/onboarding/onboarding.screen.ts
src/onboarding/onboarding.screen.ts
onboarding/onboarding.screen.ts
onboarding.screen.ts
apps/admin/src/onboarding/onboarding-redirect.tsx
admin/src/onboarding/onboarding-redirect.tsx
src/onboarding/onboarding-redirect.tsx
@@ -13435,6 +13445,11 @@ koenig-lexical/test/unit/signupCard.test.ts
test/unit/signupCard.test.ts
unit/signupCard.test.ts
signupCard.test.ts
koenig/koenig-lexical/test/unit/KeyboardSelection.test.tsx
koenig-lexical/test/unit/KeyboardSelection.test.tsx
test/unit/KeyboardSelection.test.tsx
unit/KeyboardSelection.test.tsx
KeyboardSelection.test.tsx
koenig/koenig-lexical/test/unit/KoenigComposer.test.tsx
koenig-lexical/test/unit/KoenigComposer.test.tsx
test/unit/KoenigComposer.test.tsx
@@ -13445,6 +13460,11 @@ koenig-lexical/test/unit/buildCardMenu.test.ts
test/unit/buildCardMenu.test.ts
unit/buildCardMenu.test.ts
buildCardMenu.test.ts
koenig/koenig-lexical/test/unit/CardMenu.test.tsx
koenig-lexical/test/unit/CardMenu.test.tsx
test/unit/CardMenu.test.tsx
unit/CardMenu.test.tsx
CardMenu.test.tsx
koenig/koenig-lexical/test/unit/hooks/useVisibilityToggle.test.ts
koenig-lexical/test/unit/hooks/useVisibilityToggle.test.ts
test/unit/hooks/useVisibilityToggle.test.ts
@@ -18600,6 +18620,46 @@ docs/README.md
README.md
compose.dev.storage.yaml
.lintstagedrc.cjs
packages/adapters/route-settings-base/test/tsconfig.json
adapters/route-settings-base/test/tsconfig.json
route-settings-base/test/tsconfig.json
test/tsconfig.json
tsconfig.json
packages/adapters/route-settings-base/test/index.test.ts
adapters/route-settings-base/test/index.test.ts
route-settings-base/test/index.test.ts
test/index.test.ts
index.test.ts
packages/adapters/route-settings-base/tsconfig.json
adapters/route-settings-base/tsconfig.json
route-settings-base/tsconfig.json
tsconfig.json
packages/adapters/route-settings-base/eslint.config.mjs
adapters/route-settings-base/eslint.config.mjs
route-settings-base/eslint.config.mjs
eslint.config.mjs
packages/adapters/route-settings-base/package.json
adapters/route-settings-base/package.json
route-settings-base/package.json
package.json
packages/adapters/route-settings-base/README.md
adapters/route-settings-base/README.md
route-settings-base/README.md
README.md
packages/adapters/route-settings-base/src/base.ts
adapters/route-settings-base/src/base.ts
route-settings-base/src/base.ts
src/base.ts
base.ts
packages/adapters/route-settings-base/src/index.ts
adapters/route-settings-base/src/index.ts
route-settings-base/src/index.ts
src/index.ts
index.ts
packages/adapters/route-settings-base/vitest.config.ts
adapters/route-settings-base/vitest.config.ts
route-settings-base/vitest.config.ts
vitest.config.ts
packages/adapters/sso-base/test/tsconfig.json
adapters/sso-base/test/tsconfig.json
sso-base/test/tsconfig.json
@@ -18680,6 +18740,51 @@ packages/adapters/redirects-base/vitest.config.ts
adapters/redirects-base/vitest.config.ts
redirects-base/vitest.config.ts
vitest.config.ts
packages/adapters/scheduling-base/test/base.test.ts
adapters/scheduling-base/test/base.test.ts
scheduling-base/test/base.test.ts
test/base.test.ts
base.test.ts
packages/adapters/scheduling-base/test/tsconfig.json
adapters/scheduling-base/test/tsconfig.json
scheduling-base/test/tsconfig.json
test/tsconfig.json
tsconfig.json
packages/adapters/scheduling-base/tsconfig.json
adapters/scheduling-base/tsconfig.json
scheduling-base/tsconfig.json
tsconfig.json
packages/adapters/scheduling-base/eslint.config.mjs
adapters/scheduling-base/eslint.config.mjs
scheduling-base/eslint.config.mjs
eslint.config.mjs
packages/adapters/scheduling-base/package.json
adapters/scheduling-base/package.json
scheduling-base/package.json
package.json
packages/adapters/scheduling-base/README.md
adapters/scheduling-base/README.md
scheduling-base/README.md
README.md
packages/adapters/scheduling-base/src/deps.d.ts
adapters/scheduling-base/src/deps.d.ts
scheduling-base/src/deps.d.ts
src/deps.d.ts
deps.d.ts
packages/adapters/scheduling-base/src/base.ts
adapters/scheduling-base/src/base.ts
scheduling-base/src/base.ts
src/base.ts
base.ts
packages/adapters/scheduling-base/src/index.ts
adapters/scheduling-base/src/index.ts
scheduling-base/src/index.ts
src/index.ts
index.ts
packages/adapters/scheduling-base/vitest.config.ts
adapters/scheduling-base/vitest.config.ts
scheduling-base/vitest.config.ts
vitest.config.ts
packages/parse-email-address/test/tsconfig.json
parse-email-address/test/tsconfig.json
test/tsconfig.json
@@ -18805,6 +18910,12 @@ test-data/src/fixtures/index.ts
src/fixtures/index.ts
fixtures/index.ts
index.ts
packages/testing/test-data/src/selectors/onboarding.ts
testing/test-data/src/selectors/onboarding.ts
test-data/src/selectors/onboarding.ts
src/selectors/onboarding.ts
selectors/onboarding.ts
onboarding.ts
packages/testing/test-data/src/selectors/comments.ts
testing/test-data/src/selectors/comments.ts
test-data/src/selectors/comments.ts
@@ -18977,6 +19088,11 @@ integration/adapters/redis/adapter-cache-redis.test.js
adapters/redis/adapter-cache-redis.test.js
redis/adapter-cache-redis.test.js
adapter-cache-redis.test.js
ghost/core/test/integration/sitemap-parity.test.js
core/test/integration/sitemap-parity.test.js
test/integration/sitemap-parity.test.js
integration/sitemap-parity.test.js
sitemap-parity.test.js
ghost/core/test/integration/url-service.test.js
core/test/integration/url-service.test.js
test/integration/url-service.test.js
@@ -19314,14 +19430,6 @@ server/adapters/scheduling/utils.test.js
adapters/scheduling/utils.test.js
scheduling/utils.test.js
utils.test.js
ghost/core/test/unit/server/adapters/scheduling/scheduling-base.test.js
core/test/unit/server/adapters/scheduling/scheduling-base.test.js
test/unit/server/adapters/scheduling/scheduling-base.test.js
unit/server/adapters/scheduling/scheduling-base.test.js
server/adapters/scheduling/scheduling-base.test.js
adapters/scheduling/scheduling-base.test.js
scheduling/scheduling-base.test.js
scheduling-base.test.js
ghost/core/test/unit/server/adapters/storage/utils.test.js
core/test/unit/server/adapters/storage/utils.test.js
test/unit/server/adapters/storage/utils.test.js
@@ -20557,6 +20665,14 @@ server/services/adapter-manager/options-resolver.test.js
services/adapter-manager/options-resolver.test.js
adapter-manager/options-resolver.test.js
options-resolver.test.js
ghost/core/test/unit/server/services/adapter-manager/route-settings-wiring.test.js
core/test/unit/server/services/adapter-manager/route-settings-wiring.test.js
test/unit/server/services/adapter-manager/route-settings-wiring.test.js
unit/server/services/adapter-manager/route-settings-wiring.test.js
server/services/adapter-manager/route-settings-wiring.test.js
services/adapter-manager/route-settings-wiring.test.js
adapter-manager/route-settings-wiring.test.js
route-settings-wiring.test.js
ghost/core/test/unit/server/services/adapter-manager/adapter-manager.test.js
core/test/unit/server/services/adapter-manager/adapter-manager.test.js
test/unit/server/services/adapter-manager/adapter-manager.test.js
@@ -20629,6 +20745,14 @@ server/services/route-settings/settings-loader.test.js
services/route-settings/settings-loader.test.js
route-settings/settings-loader.test.js
settings-loader.test.js
ghost/core/test/unit/server/services/route-settings/dynamic-routing-service.test.ts
core/test/unit/server/services/route-settings/dynamic-routing-service.test.ts
test/unit/server/services/route-settings/dynamic-routing-service.test.ts
unit/server/services/route-settings/dynamic-routing-service.test.ts
server/services/route-settings/dynamic-routing-service.test.ts
services/route-settings/dynamic-routing-service.test.ts
route-settings/dynamic-routing-service.test.ts
dynamic-routing-service.test.ts
ghost/core/test/unit/server/services/route-settings/activation-bridge.test.ts
core/test/unit/server/services/route-settings/activation-bridge.test.ts
test/unit/server/services/route-settings/activation-bridge.test.ts
@@ -21185,6 +21309,14 @@ server/services/mentions/mentions-api.test.js
services/mentions/mentions-api.test.js
mentions/mentions-api.test.js
mentions-api.test.js
ghost/core/test/unit/server/services/url/routable-resources.test.js
core/test/unit/server/services/url/routable-resources.test.js
test/unit/server/services/url/routable-resources.test.js
unit/server/services/url/routable-resources.test.js
server/services/url/routable-resources.test.js
services/url/routable-resources.test.js
url/routable-resources.test.js
routable-resources.test.js
ghost/core/test/unit/server/services/url/lazy-find-resource.test.js
core/test/unit/server/services/url/lazy-find-resource.test.js
test/unit/server/services/url/lazy-find-resource.test.js
@@ -22706,6 +22838,13 @@ unit/api/endpoints/db.test.js
api/endpoints/db.test.js
endpoints/db.test.js
db.test.js
ghost/core/test/unit/api/endpoints/email-post.test.js
core/test/unit/api/endpoints/email-post.test.js
test/unit/api/endpoints/email-post.test.js
unit/api/endpoints/email-post.test.js
api/endpoints/email-post.test.js
endpoints/email-post.test.js
email-post.test.js
ghost/core/test/unit/api/endpoints/previews.test.js
core/test/unit/api/endpoints/previews.test.js
test/unit/api/endpoints/previews.test.js
@@ -23139,6 +23278,11 @@ test/unit/shared/labs-flag-overrides.test.js
unit/shared/labs-flag-overrides.test.js
shared/labs-flag-overrides.test.js
labs-flag-overrides.test.js
ghost/core/test/unit/migrator-config.test.js
core/test/unit/migrator-config.test.js
test/unit/migrator-config.test.js
unit/migrator-config.test.js
migrator-config.test.js
ghost/core/test/unit/frontend/apps/private-blogging/input-password.test.js
core/test/unit/frontend/apps/private-blogging/input-password.test.js
test/unit/frontend/apps/private-blogging/input-password.test.js
@@ -24178,6 +24322,14 @@ frontend/services/sitemap/generator.test.js
services/sitemap/generator.test.js
sitemap/generator.test.js
generator.test.js
ghost/core/test/unit/frontend/services/sitemap/handler.test.js
core/test/unit/frontend/services/sitemap/handler.test.js
test/unit/frontend/services/sitemap/handler.test.js
unit/frontend/services/sitemap/handler.test.js
frontend/services/sitemap/handler.test.js
services/sitemap/handler.test.js
sitemap/handler.test.js
handler.test.js
ghost/core/test/unit/frontend/services/sitemap/manager.test.js
core/test/unit/frontend/services/sitemap/manager.test.js
test/unit/frontend/services/sitemap/manager.test.js
@@ -27650,20 +27802,6 @@ pack.js
ghost/core/loggingrc.js
core/loggingrc.js
loggingrc.js
ghost/core/core/server/adapters/route-settings/RouteSettingsStoreBase.js
core/core/server/adapters/route-settings/RouteSettingsStoreBase.js
core/server/adapters/route-settings/RouteSettingsStoreBase.js
server/adapters/route-settings/RouteSettingsStoreBase.js
adapters/route-settings/RouteSettingsStoreBase.js
route-settings/RouteSettingsStoreBase.js
RouteSettingsStoreBase.js
ghost/core/core/server/adapters/route-settings/RouteSettingsStoreBase.d.ts
core/core/server/adapters/route-settings/RouteSettingsStoreBase.d.ts
core/server/adapters/route-settings/RouteSettingsStoreBase.d.ts
server/adapters/route-settings/RouteSettingsStoreBase.d.ts
adapters/route-settings/RouteSettingsStoreBase.d.ts
route-settings/RouteSettingsStoreBase.d.ts
RouteSettingsStoreBase.d.ts
ghost/core/core/server/adapters/route-settings/FileStore.ts
core/core/server/adapters/route-settings/FileStore.ts
core/server/adapters/route-settings/FileStore.ts
@@ -27706,13 +27844,13 @@ server/adapters/cache/memory-ttl.js
adapters/cache/memory-ttl.js
cache/memory-ttl.js
memory-ttl.js
ghost/core/core/server/adapters/scheduling/types.ts
core/core/server/adapters/scheduling/types.ts
core/server/adapters/scheduling/types.ts
server/adapters/scheduling/types.ts
adapters/scheduling/types.ts
scheduling/types.ts
types.ts
ghost/core/core/server/adapters/scheduling/deps.d.ts
core/core/server/adapters/scheduling/deps.d.ts
core/server/adapters/scheduling/deps.d.ts
server/adapters/scheduling/deps.d.ts
adapters/scheduling/deps.d.ts
scheduling/deps.d.ts
deps.d.ts
ghost/core/core/server/adapters/scheduling/scheduling-base.js
core/core/server/adapters/scheduling/scheduling-base.js
core/server/adapters/scheduling/scheduling-base.js
@@ -27727,13 +27865,13 @@ server/adapters/scheduling/utils.js
adapters/scheduling/utils.js
scheduling/utils.js
utils.js
ghost/core/core/server/adapters/scheduling/scheduling-default.js
core/core/server/adapters/scheduling/scheduling-default.js
core/server/adapters/scheduling/scheduling-default.js
server/adapters/scheduling/scheduling-default.js
adapters/scheduling/scheduling-default.js
scheduling/scheduling-default.js
scheduling-default.js
ghost/core/core/server/adapters/scheduling/scheduling-default.ts
core/core/server/adapters/scheduling/scheduling-default.ts
core/server/adapters/scheduling/scheduling-default.ts
server/adapters/scheduling/scheduling-default.ts
adapters/scheduling/scheduling-default.ts
scheduling/scheduling-default.ts
scheduling-default.ts
ghost/core/core/server/adapters/storage/S3Storage.ts
core/core/server/adapters/storage/S3Storage.ts
core/server/adapters/storage/S3Storage.ts
@@ -36847,6 +36985,13 @@ server/services/url/permalink-matcher.ts
services/url/permalink-matcher.ts
url/permalink-matcher.ts
permalink-matcher.ts
ghost/core/core/server/services/url/routable-resources.js
core/core/server/services/url/routable-resources.js
core/server/services/url/routable-resources.js
server/services/url/routable-resources.js
services/url/routable-resources.js
url/routable-resources.js
routable-resources.js
ghost/core/core/server/services/url/url-service-facade.ts
core/core/server/services/url/url-service-facade.ts
core/server/services/url/url-service-facade.ts
@@ -38943,12 +39088,12 @@ core/core/shared/one-at-a-time.ts
core/shared/one-at-a-time.ts
shared/one-at-a-time.ts
one-at-a-time.ts
ghost/core/core/shared/config/loader.js
core/core/shared/config/loader.js
core/shared/config/loader.js
shared/config/loader.js
config/loader.js
loader.js
ghost/core/core/shared/config/loader.ts
core/core/shared/config/loader.ts
core/shared/config/loader.ts
shared/config/loader.ts
config/loader.ts
loader.ts
ghost/core/core/shared/config/defaults.json
core/core/shared/config/defaults.json
core/shared/config/defaults.json
@@ -38961,18 +39106,12 @@ core/shared/config/overrides.json
shared/config/overrides.json
config/overrides.json
overrides.json
ghost/core/core/shared/config/helpers.js
core/core/shared/config/helpers.js
core/shared/config/helpers.js
shared/config/helpers.js
config/helpers.js
helpers.js
ghost/core/core/shared/config/utils.js
core/core/shared/config/utils.js
core/shared/config/utils.js
shared/config/utils.js
config/utils.js
utils.js
ghost/core/core/shared/config/index.ts
core/core/shared/config/index.ts
core/shared/config/index.ts
shared/config/index.ts
config/index.ts
index.ts
ghost/core/core/shared/config/env/config.testing.json
core/core/shared/config/env/config.testing.json
core/shared/config/env/config.testing.json
@@ -39008,12 +39147,18 @@ shared/config/env/config.development.docker.json
config/env/config.development.docker.json
env/config.development.docker.json
config.development.docker.json
ghost/core/core/shared/config/index.js
core/core/shared/config/index.js
core/shared/config/index.js
shared/config/index.js
config/index.js
index.js
ghost/core/core/shared/config/utils.ts
core/core/shared/config/utils.ts
core/shared/config/utils.ts
shared/config/utils.ts
config/utils.ts
utils.ts
ghost/core/core/shared/config/helpers.ts
core/core/shared/config/helpers.ts
core/shared/config/helpers.ts
shared/config/helpers.ts
config/helpers.ts
helpers.ts
ghost/core/core/shared/errify.ts
core/core/shared/errify.ts
core/shared/errify.ts
@@ -74,7 +74,6 @@ e2e/tests/admin/settings/design.test.ts
e2e/tests/admin/settings/integrations-host-settings.test.ts
e2e/tests/admin/settings/member-welcome-email-customization.test.ts
e2e/tests/admin/comments/comment-moderation.test.ts
e2e/tests/admin/comments/disable-commenting.test.ts
e2e/tests/admin/billing/force-upgrade.test.ts
e2e/tests/admin/signin.test.ts
e2e/tests/admin/tags/editor.test.ts
@@ -1940,6 +1939,7 @@ apps/admin/src/layout/app-sidebar/nav-saved-views.tsx
apps/admin/src/layout/sidebar-visibility.ts
apps/admin/src/comments/comments.acceptance.test.tsx
apps/admin/src/comments/comment-filter-query.ts
apps/admin/src/comments/comments-mutations.acceptance.test.tsx
apps/admin/src/comments/components/comment-header.tsx
apps/admin/src/comments/components/comment-reports-modal.tsx
apps/admin/src/comments/components/comment-metrics.tsx
@@ -2082,6 +2082,8 @@ apps/admin/src/onboarding/components/share-publication-dialog.tsx
apps/admin/src/onboarding/components/onboarding-logo-video.tsx
apps/admin/src/onboarding/components/onboarding-step-item.tsx
apps/admin/src/onboarding/components/onboarding-checklist.tsx
apps/admin/src/onboarding/onboarding.acceptance.test.tsx
apps/admin/src/onboarding/onboarding.screen.ts
apps/admin/src/onboarding/onboarding-redirect.tsx
apps/admin/src/onboarding/onboarding-route.tsx
apps/admin/src/onboarding/hooks/use-onboarding.ts
@@ -2391,8 +2393,10 @@ koenig/koenig-lexical/test/unit/utils/visibility.test.ts
koenig/koenig-lexical/test/unit/utils/sanitize-html.test.ts
koenig/koenig-lexical/test/unit/headerCardv2.test.ts
koenig/koenig-lexical/test/unit/signupCard.test.ts
koenig/koenig-lexical/test/unit/KeyboardSelection.test.tsx
koenig/koenig-lexical/test/unit/KoenigComposer.test.tsx
koenig/koenig-lexical/test/unit/buildCardMenu.test.ts
koenig/koenig-lexical/test/unit/CardMenu.test.tsx
koenig/koenig-lexical/test/unit/hooks/useVisibilityToggle.test.ts
koenig/koenig-lexical/test/unit/EmailEditor.test.ts
koenig/koenig-lexical/test/e2e/format-shortcuts.test.ts
@@ -3397,6 +3401,15 @@ knip.json
docs/README.md
compose.dev.storage.yaml
.lintstagedrc.cjs
packages/adapters/route-settings-base/test/tsconfig.json
packages/adapters/route-settings-base/test/index.test.ts
packages/adapters/route-settings-base/tsconfig.json
packages/adapters/route-settings-base/eslint.config.mjs
packages/adapters/route-settings-base/package.json
packages/adapters/route-settings-base/README.md
packages/adapters/route-settings-base/src/base.ts
packages/adapters/route-settings-base/src/index.ts
packages/adapters/route-settings-base/vitest.config.ts
packages/adapters/sso-base/test/tsconfig.json
packages/adapters/sso-base/test/index.test.ts
packages/adapters/sso-base/tsconfig.json
@@ -3415,6 +3428,16 @@ packages/adapters/redirects-base/README.md
packages/adapters/redirects-base/src/base.ts
packages/adapters/redirects-base/src/index.ts
packages/adapters/redirects-base/vitest.config.ts
packages/adapters/scheduling-base/test/base.test.ts
packages/adapters/scheduling-base/test/tsconfig.json
packages/adapters/scheduling-base/tsconfig.json
packages/adapters/scheduling-base/eslint.config.mjs
packages/adapters/scheduling-base/package.json
packages/adapters/scheduling-base/README.md
packages/adapters/scheduling-base/src/deps.d.ts
packages/adapters/scheduling-base/src/base.ts
packages/adapters/scheduling-base/src/index.ts
packages/adapters/scheduling-base/vitest.config.ts
packages/parse-email-address/test/tsconfig.json
packages/parse-email-address/test/index.test.ts
packages/parse-email-address/tsconfig.json
@@ -3444,6 +3467,7 @@ packages/testing/test-data/src/fixtures/data/current-user.ts
packages/testing/test-data/src/fixtures/data/config.ts
packages/testing/test-data/src/fixtures/data/settings.ts
packages/testing/test-data/src/fixtures/index.ts
packages/testing/test-data/src/selectors/onboarding.ts
packages/testing/test-data/src/selectors/comments.ts
packages/testing/test-data/src/selectors/sidebar.ts
packages/testing/test-data/src/selectors/members.ts
@@ -3477,6 +3501,7 @@ ghost/core/.c8rc.e2e.json
ghost/core/test/integration/adapters/storage/s3-storage.test.ts
ghost/core/test/integration/adapters/redirects/s3-redirects-store.test.ts
ghost/core/test/integration/adapters/redis/adapter-cache-redis.test.js
ghost/core/test/integration/sitemap-parity.test.js
ghost/core/test/integration/url-service.test.js
ghost/core/test/integration/settings/settings.test.js
ghost/core/test/integration/url-service-parity.test.js
@@ -3527,7 +3552,6 @@ ghost/core/test/unit/server/adapters/cache/adapter-cache-memory-ttl.test.js
ghost/core/test/unit/server/adapters/cache/cache.test.js
ghost/core/test/unit/server/adapters/scheduling/scheduling-default.test.js
ghost/core/test/unit/server/adapters/scheduling/utils.test.js
ghost/core/test/unit/server/adapters/scheduling/scheduling-base.test.js
ghost/core/test/unit/server/adapters/storage/utils.test.js
ghost/core/test/unit/server/adapters/storage/s3-storage.test.ts
ghost/core/test/unit/server/adapters/storage/local-images-storage.test.js
@@ -3678,6 +3702,7 @@ ghost/core/test/unit/server/services/email-analytics/email-analytics-service.tes
ghost/core/test/unit/server/services/link-redirection/link-redirect-repository.test.js
ghost/core/test/unit/server/services/link-redirection/link-redirects-service.test.js
ghost/core/test/unit/server/services/adapter-manager/options-resolver.test.js
ghost/core/test/unit/server/services/adapter-manager/route-settings-wiring.test.js
ghost/core/test/unit/server/services/adapter-manager/adapter-manager.test.js
ghost/core/test/unit/server/services/route-settings/validate.test.js
ghost/core/test/unit/server/services/route-settings/route-settings-parser.test.ts
@@ -3687,6 +3712,7 @@ ghost/core/test/unit/server/services/route-settings/route-settings.test.js
ghost/core/test/unit/server/services/route-settings/settings-path-manager.test.js
ghost/core/test/unit/server/services/route-settings/validate-route-settings.test.ts
ghost/core/test/unit/server/services/route-settings/settings-loader.test.js
ghost/core/test/unit/server/services/route-settings/dynamic-routing-service.test.ts
ghost/core/test/unit/server/services/route-settings/activation-bridge.test.ts
ghost/core/test/unit/server/services/audience-feedback/audience-feedback-controller.test.js
ghost/core/test/unit/server/services/audience-feedback/audience-feedback-service.test.js
@@ -3751,6 +3777,7 @@ ghost/core/test/unit/server/services/mentions/in-memory-mention-repository.test.
ghost/core/test/unit/server/services/mentions/mention.test.js
ghost/core/test/unit/server/services/mentions/webmention-metadata.test.js
ghost/core/test/unit/server/services/mentions/mentions-api.test.js
ghost/core/test/unit/server/services/url/routable-resources.test.js
ghost/core/test/unit/server/services/url/lazy-find-resource.test.js
ghost/core/test/unit/server/services/url/url-service.test.js
ghost/core/test/unit/server/services/url/permalink-matcher.test.js
@@ -3932,6 +3959,7 @@ ghost/core/test/unit/api/endpoints/utils/gift-link-access.test.ts
ghost/core/test/unit/api/endpoints/utils/validate-email-sender-fields.test.ts
ghost/core/test/unit/api/endpoints/utils/csv-export-filename.test.js
ghost/core/test/unit/api/endpoints/db.test.js
ghost/core/test/unit/api/endpoints/email-post.test.js
ghost/core/test/unit/api/endpoints/previews.test.js
ghost/core/test/unit/api/endpoints/gift-reminders.test.js
ghost/core/test/unit/api/endpoints/members.test.js
@@ -3982,6 +4010,7 @@ ghost/core/test/unit/shared/settings-cache.test.js
ghost/core/test/unit/shared/errify.test.ts
ghost/core/test/unit/shared/labs.test.js
ghost/core/test/unit/shared/labs-flag-overrides.test.js
ghost/core/test/unit/migrator-config.test.js
ghost/core/test/unit/frontend/apps/private-blogging/input-password.test.js
ghost/core/test/unit/frontend/apps/private-blogging/controller.test.js
ghost/core/test/unit/frontend/apps/private-blogging/middleware.test.js
@@ -4121,6 +4150,7 @@ ghost/core/test/unit/frontend/services/rss/generate-feed.test.js
ghost/core/test/unit/frontend/services/rss/renderer.test.js
ghost/core/test/unit/frontend/services/rss/cache.test.js
ghost/core/test/unit/frontend/services/sitemap/generator.test.js
ghost/core/test/unit/frontend/services/sitemap/handler.test.js
ghost/core/test/unit/frontend/services/sitemap/manager.test.js
ghost/core/test/unit/frontend/services/rendering/templates.test.js
ghost/core/test/unit/frontend/services/rendering/error.test.js
@@ -4629,18 +4659,16 @@ ghost/core/content/public/README.md
ghost/core/scripts/seed-multi-sub-scenarios.js
ghost/core/scripts/pack.js
ghost/core/loggingrc.js
ghost/core/core/server/adapters/route-settings/RouteSettingsStoreBase.js
ghost/core/core/server/adapters/route-settings/RouteSettingsStoreBase.d.ts
ghost/core/core/server/adapters/route-settings/FileStore.ts
ghost/core/core/server/adapters/cache/MemoryCache.js
ghost/core/core/server/adapters/cache/Redis.js
ghost/core/core/server/adapters/cache/AdapterCacheMemoryTTL.js
ghost/core/core/server/adapters/cache/index.js
ghost/core/core/server/adapters/cache/memory-ttl.js
ghost/core/core/server/adapters/scheduling/types.ts
ghost/core/core/server/adapters/scheduling/deps.d.ts
ghost/core/core/server/adapters/scheduling/scheduling-base.js
ghost/core/core/server/adapters/scheduling/utils.js
ghost/core/core/server/adapters/scheduling/scheduling-default.js
ghost/core/core/server/adapters/scheduling/scheduling-default.ts
ghost/core/core/server/adapters/storage/S3Storage.ts
ghost/core/core/server/adapters/storage/LocalStorageBase.js
ghost/core/core/server/adapters/storage/LocalFilesStorage.js
@@ -5760,6 +5788,7 @@ ghost/core/core/server/services/mentions/index.js
ghost/core/core/server/services/mentions/resource-service.js
ghost/core/core/server/services/mentions/bookshelf-mention-repository.js
ghost/core/core/server/services/url/permalink-matcher.ts
ghost/core/core/server/services/url/routable-resources.js
ghost/core/core/server/services/url/url-service-facade.ts
ghost/core/core/server/services/url/local-file-cache.js
ghost/core/core/server/services/url/router-filter.ts
@@ -6052,17 +6081,17 @@ ghost/core/core/shared/custom-theme-settings-cache/custom-theme-settings-bread-s
ghost/core/core/shared/custom-theme-settings-cache/custom-theme-settings-service.js
ghost/core/core/shared/custom-theme-settings-cache/index.js
ghost/core/core/shared/one-at-a-time.ts
ghost/core/core/shared/config/loader.js
ghost/core/core/shared/config/loader.ts
ghost/core/core/shared/config/defaults.json
ghost/core/core/shared/config/overrides.json
ghost/core/core/shared/config/helpers.js
ghost/core/core/shared/config/utils.js
ghost/core/core/shared/config/index.ts
ghost/core/core/shared/config/env/config.testing.json
ghost/core/core/shared/config/env/config.testing-mysql.json
ghost/core/core/shared/config/env/config.development.json
ghost/core/core/shared/config/env/config.production.json
ghost/core/core/shared/config/env/config.development.docker.json
ghost/core/core/shared/config/index.js
ghost/core/core/shared/config/utils.ts
ghost/core/core/shared/config/helpers.ts
ghost/core/core/shared/errify.ts
ghost/core/core/shared/events-ts/posts-bulk-add-tags-event.ts
ghost/core/core/shared/events-ts/posts-bulk-unpublished-event.ts
@@ -119,6 +119,8 @@ fix-admin-file-duplicates.md
large-animals-love.md
.changeset/move-field-label.md
move-field-label.md
.changeset/wise-documents-validate.md
wise-documents-validate.md
.changeset/bump-prisma.md
bump-prisma.md
.changeset/tangy-items-carry.md
@@ -60,6 +60,7 @@ SECURITY.md
.changeset/fix-admin-file-duplicates.md
.changeset/large-animals-love.md
.changeset/move-field-label.md
.changeset/wise-documents-validate.md
.changeset/bump-prisma.md
.changeset/tangy-items-carry.md
.changeset/twelve-rings-remain.md
@@ -183339,6 +183339,14 @@ Test/Unit/Model/BillingAddressManagementTest.php
Unit/Model/BillingAddressManagementTest.php
Model/BillingAddressManagementTest.php
BillingAddressManagementTest.php
app/code/Magento/Quote/Test/Unit/Model/CustomerCartMutexTest.php
code/Magento/Quote/Test/Unit/Model/CustomerCartMutexTest.php
Magento/Quote/Test/Unit/Model/CustomerCartMutexTest.php
Quote/Test/Unit/Model/CustomerCartMutexTest.php
Test/Unit/Model/CustomerCartMutexTest.php
Unit/Model/CustomerCartMutexTest.php
Model/CustomerCartMutexTest.php
CustomerCartMutexTest.php
app/code/Magento/Quote/Test/Unit/Model/Backpressure/OrderLimitConfigManagerTest.php
code/Magento/Quote/Test/Unit/Model/Backpressure/OrderLimitConfigManagerTest.php
Magento/Quote/Test/Unit/Model/Backpressure/OrderLimitConfigManagerTest.php
@@ -184243,6 +184251,12 @@ Magento/Quote/Model/QuoteIdMask.php
Quote/Model/QuoteIdMask.php
Model/QuoteIdMask.php
QuoteIdMask.php
app/code/Magento/Quote/Model/CustomerCartMutexException.php
code/Magento/Quote/Model/CustomerCartMutexException.php
Magento/Quote/Model/CustomerCartMutexException.php
Quote/Model/CustomerCartMutexException.php
Model/CustomerCartMutexException.php
CustomerCartMutexException.php
app/code/Magento/Quote/Model/QuoteIdToMaskedQuoteIdInterface.php
code/Magento/Quote/Model/QuoteIdToMaskedQuoteIdInterface.php
Magento/Quote/Model/QuoteIdToMaskedQuoteIdInterface.php
@@ -184335,6 +184349,12 @@ Magento/Quote/Model/CartSearchResults.php
Quote/Model/CartSearchResults.php
Model/CartSearchResults.php
CartSearchResults.php
app/code/Magento/Quote/Model/CustomerCartMutexInterface.php
code/Magento/Quote/Model/CustomerCartMutexInterface.php
Magento/Quote/Model/CustomerCartMutexInterface.php
Quote/Model/CustomerCartMutexInterface.php
Model/CustomerCartMutexInterface.php
CustomerCartMutexInterface.php
app/code/Magento/Quote/Model/CartAddressMutex.php
code/Magento/Quote/Model/CartAddressMutex.php
Magento/Quote/Model/CartAddressMutex.php
@@ -185417,6 +185437,12 @@ Magento/Quote/Model/ShippingAssignment.php
Quote/Model/ShippingAssignment.php
Model/ShippingAssignment.php
ShippingAssignment.php
app/code/Magento/Quote/Model/CustomerCartMutex.php
code/Magento/Quote/Model/CustomerCartMutex.php
Magento/Quote/Model/CustomerCartMutex.php
Quote/Model/CustomerCartMutex.php
Model/CustomerCartMutex.php
CustomerCartMutex.php
app/code/Magento/Quote/Model/ShippingAddressManagement.php
code/Magento/Quote/Model/ShippingAddressManagement.php
Magento/Quote/Model/ShippingAddressManagement.php
@@ -199115,15 +199141,6 @@ Unit/Model/Type/OnepageTest.php
Model/Type/OnepageTest.php
Type/OnepageTest.php
OnepageTest.php
app/code/Magento/Checkout/Test/Unit/Model/Cart/AjaxMessageResponseTest.php
code/Magento/Checkout/Test/Unit/Model/Cart/AjaxMessageResponseTest.php
Magento/Checkout/Test/Unit/Model/Cart/AjaxMessageResponseTest.php
Checkout/Test/Unit/Model/Cart/AjaxMessageResponseTest.php
Test/Unit/Model/Cart/AjaxMessageResponseTest.php
Unit/Model/Cart/AjaxMessageResponseTest.php
Model/Cart/AjaxMessageResponseTest.php
Cart/AjaxMessageResponseTest.php
AjaxMessageResponseTest.php
app/code/Magento/Checkout/Test/Unit/Model/Cart/RequestInfoFilterTest.php
code/Magento/Checkout/Test/Unit/Model/Cart/RequestInfoFilterTest.php
Magento/Checkout/Test/Unit/Model/Cart/RequestInfoFilterTest.php
@@ -204692,13 +204709,6 @@ Checkout/Model/Cart/RequestInfoFilterInterface.php
Model/Cart/RequestInfoFilterInterface.php
Cart/RequestInfoFilterInterface.php
RequestInfoFilterInterface.php
app/code/Magento/Checkout/Model/Cart/AjaxMessageResponse.php
code/Magento/Checkout/Model/Cart/AjaxMessageResponse.php
Magento/Checkout/Model/Cart/AjaxMessageResponse.php
Checkout/Model/Cart/AjaxMessageResponse.php
Model/Cart/AjaxMessageResponse.php
Cart/AjaxMessageResponse.php
AjaxMessageResponse.php
app/code/Magento/Checkout/Model/Cart/RequestQuantityProcessor.php
code/Magento/Checkout/Model/Cart/RequestQuantityProcessor.php
Magento/Checkout/Model/Cart/RequestQuantityProcessor.php
@@ -21674,6 +21674,7 @@ app/code/Magento/Quote/Test/Unit/Plugin/Webapi/ValidateProductWebsiteAssignmentT
app/code/Magento/Quote/Test/Unit/Model/QuoteRepositoryTest.php
app/code/Magento/Quote/Test/Unit/Model/ShippingMethodManagementTest.php
app/code/Magento/Quote/Test/Unit/Model/BillingAddressManagementTest.php
app/code/Magento/Quote/Test/Unit/Model/CustomerCartMutexTest.php
app/code/Magento/Quote/Test/Unit/Model/Backpressure/OrderLimitConfigManagerTest.php
app/code/Magento/Quote/Test/Unit/Model/Backpressure/WebapiRequestTypeExtractorTest.php
app/code/Magento/Quote/Test/Unit/Model/QuoteTest.php
@@ -21780,6 +21781,7 @@ app/code/Magento/Quote/Model/BillingAddressManagement.php
app/code/Magento/Quote/Model/EstimateAddress.php
app/code/Magento/Quote/Model/QuoteIdMutex.php
app/code/Magento/Quote/Model/QuoteIdMask.php
app/code/Magento/Quote/Model/CustomerCartMutexException.php
app/code/Magento/Quote/Model/QuoteIdToMaskedQuoteIdInterface.php
app/code/Magento/Quote/Model/SubmitQuoteValidator.php
app/code/Magento/Quote/Model/Shipping.php
@@ -21794,6 +21796,7 @@ app/code/Magento/Quote/Model/QuoteAddressValidationService.php
app/code/Magento/Quote/Model/ShippingAddressManagementInterface.php
app/code/Magento/Quote/Model/QuoteMutex.php
app/code/Magento/Quote/Model/CartSearchResults.php
app/code/Magento/Quote/Model/CustomerCartMutexInterface.php
app/code/Magento/Quote/Model/CartAddressMutex.php
app/code/Magento/Quote/Model/ResourceModel/LoadQuoteByIdMutex.php
app/code/Magento/Quote/Model/ResourceModel/QuoteItemRetriever.php
@@ -21929,6 +21932,7 @@ app/code/Magento/Quote/Model/Webapi/ParamOverriderCartId.php
app/code/Magento/Quote/Model/Config.php
app/code/Magento/Quote/Model/AddressAdditionalDataProcessor.php
app/code/Magento/Quote/Model/ShippingAssignment.php
app/code/Magento/Quote/Model/CustomerCartMutex.php
app/code/Magento/Quote/Model/ShippingAddressManagement.php
app/code/Magento/Quote/Model/CartMutexInterface.php
app/code/Magento/Quote/Model/AddressAdditionalData.php
@@ -23661,7 +23665,6 @@ app/code/Magento/Checkout/Test/Unit/Model/Config/Source/Cart/SummaryTest.php
app/code/Magento/Checkout/Test/Unit/Model/GuestShippingInformationManagementTest.php
app/code/Magento/Checkout/Test/Unit/Model/SidebarTest.php
app/code/Magento/Checkout/Test/Unit/Model/Type/OnepageTest.php
app/code/Magento/Checkout/Test/Unit/Model/Cart/AjaxMessageResponseTest.php
app/code/Magento/Checkout/Test/Unit/Model/Cart/RequestInfoFilterTest.php
app/code/Magento/Checkout/Test/Unit/Model/Cart/CollectQuoteTest.php
app/code/Magento/Checkout/Test/Unit/Model/Cart/RequestInfoFilterCompositeTest.php
@@ -24312,7 +24315,6 @@ app/code/Magento/Checkout/Model/Cart/CheckoutSummaryConfigProvider.php
app/code/Magento/Checkout/Model/Cart/CollectQuote.php
app/code/Magento/Checkout/Model/Cart/RequestInfoFilterComposite.php
app/code/Magento/Checkout/Model/Cart/RequestInfoFilterInterface.php
app/code/Magento/Checkout/Model/Cart/AjaxMessageResponse.php
app/code/Magento/Checkout/Model/Cart/RequestQuantityProcessor.php
app/code/Magento/Checkout/Model/Cart/RequestInfoFilter.php
app/code/Magento/Checkout/Model/CompositeConfigProvider.php
@@ -228,6 +228,10 @@ modules/dashboard/lang/fr.json
dashboard/lang/fr.json
lang/fr.json
fr.json
modules/dashboard/lang/ko.json
dashboard/lang/ko.json
lang/ko.json
ko.json
modules/dashboard/lang/bg.json
dashboard/lang/bg.json
lang/bg.json
@@ -804,6 +808,11 @@ modules/editor/lang/sk.json
editor/lang/sk.json
lang/sk.json
sk.json
modules/editor/lang/ko/lang.php
editor/lang/ko/lang.php
lang/ko/lang.php
ko/lang.php
lang.php
modules/editor/lang/lt.json
editor/lang/lt.json
lang/lt.json
@@ -1626,6 +1635,11 @@ modules/tailor/lang/sk.json
tailor/lang/sk.json
lang/sk.json
sk.json
modules/tailor/lang/ko/lang.php
tailor/lang/ko/lang.php
lang/ko/lang.php
ko/lang.php
lang.php
modules/tailor/lang/lt.json
tailor/lang/lt.json
lang/lt.json
@@ -49,6 +49,7 @@ modules/dashboard/lang/be.json
modules/dashboard/lang/fi.json
modules/dashboard/lang/et.json
modules/dashboard/lang/fr.json
modules/dashboard/lang/ko.json
modules/dashboard/lang/bg.json
modules/dashboard/lang/ca.json
modules/dashboard/lang/it.json
@@ -163,6 +164,7 @@ modules/editor/lang/ro.json
modules/editor/lang/lv.json
modules/editor/lang/sl.json
modules/editor/lang/sk.json
modules/editor/lang/ko/lang.php
modules/editor/lang/lt.json
modules/editor/lang/fa.json
modules/editor/lang/fi/lang.php
@@ -329,6 +331,7 @@ modules/tailor/lang/ro.json
modules/tailor/lang/lv.json
modules/tailor/lang/sl.json
modules/tailor/lang/sk.json
modules/tailor/lang/ko/lang.php
modules/tailor/lang/lt.json
modules/tailor/lang/fa.json
modules/tailor/lang/fi/lang.php
@@ -32371,6 +32371,183 @@ unit/Core/Saas/SsoServiceTest.php
Core/Saas/SsoServiceTest.php
Saas/SsoServiceTest.php
SsoServiceTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/DeprecatedChangelogFormatTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/DeprecatedChangelogFormatTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/DeprecatedChangelogFormatTest.php
DevOps/StaticAnalyze/Danger/Rules/DeprecatedChangelogFormatTest.php
StaticAnalyze/Danger/Rules/DeprecatedChangelogFormatTest.php
Danger/Rules/DeprecatedChangelogFormatTest.php
Rules/DeprecatedChangelogFormatTest.php
DeprecatedChangelogFormatTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/MissingIntegrationTestInSplitSuiteTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/MissingIntegrationTestInSplitSuiteTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/MissingIntegrationTestInSplitSuiteTest.php
DevOps/StaticAnalyze/Danger/Rules/MissingIntegrationTestInSplitSuiteTest.php
StaticAnalyze/Danger/Rules/MissingIntegrationTestInSplitSuiteTest.php
Danger/Rules/MissingIntegrationTestInSplitSuiteTest.php
Rules/MissingIntegrationTestInSplitSuiteTest.php
MissingIntegrationTestInSplitSuiteTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/AgenticCommercePluginHintTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/AgenticCommercePluginHintTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/AgenticCommercePluginHintTest.php
DevOps/StaticAnalyze/Danger/Rules/AgenticCommercePluginHintTest.php
StaticAnalyze/Danger/Rules/AgenticCommercePluginHintTest.php
Danger/Rules/AgenticCommercePluginHintTest.php
Rules/AgenticCommercePluginHintTest.php
AgenticCommercePluginHintTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/RouteSnapshotExtensionTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/RouteSnapshotExtensionTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/RouteSnapshotExtensionTest.php
DevOps/StaticAnalyze/Danger/Rules/RouteSnapshotExtensionTest.php
StaticAnalyze/Danger/Rules/RouteSnapshotExtensionTest.php
Danger/Rules/RouteSnapshotExtensionTest.php
Rules/RouteSnapshotExtensionTest.php
RouteSnapshotExtensionTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/IgnoredPhpstanErrorsInTouchedFilesTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/IgnoredPhpstanErrorsInTouchedFilesTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/IgnoredPhpstanErrorsInTouchedFilesTest.php
DevOps/StaticAnalyze/Danger/Rules/IgnoredPhpstanErrorsInTouchedFilesTest.php
StaticAnalyze/Danger/Rules/IgnoredPhpstanErrorsInTouchedFilesTest.php
Danger/Rules/IgnoredPhpstanErrorsInTouchedFilesTest.php
Rules/IgnoredPhpstanErrorsInTouchedFilesTest.php
IgnoredPhpstanErrorsInTouchedFilesTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/InvalidFileNameCharactersTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/InvalidFileNameCharactersTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/InvalidFileNameCharactersTest.php
DevOps/StaticAnalyze/Danger/Rules/InvalidFileNameCharactersTest.php
StaticAnalyze/Danger/Rules/InvalidFileNameCharactersTest.php
Danger/Rules/InvalidFileNameCharactersTest.php
Rules/InvalidFileNameCharactersTest.php
InvalidFileNameCharactersTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/DangerConfigChangedTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/DangerConfigChangedTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/DangerConfigChangedTest.php
DevOps/StaticAnalyze/Danger/Rules/DangerConfigChangedTest.php
StaticAnalyze/Danger/Rules/DangerConfigChangedTest.php
Danger/Rules/DangerConfigChangedTest.php
Rules/DangerConfigChangedTest.php
DangerConfigChangedTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/ComposerVersionConstraintsTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/ComposerVersionConstraintsTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/ComposerVersionConstraintsTest.php
DevOps/StaticAnalyze/Danger/Rules/ComposerVersionConstraintsTest.php
StaticAnalyze/Danger/Rules/ComposerVersionConstraintsTest.php
Danger/Rules/ComposerVersionConstraintsTest.php
Rules/ComposerVersionConstraintsTest.php
ComposerVersionConstraintsTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/MissingUnitTestsTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/MissingUnitTestsTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/MissingUnitTestsTest.php
DevOps/StaticAnalyze/Danger/Rules/MissingUnitTestsTest.php
StaticAnalyze/Danger/Rules/MissingUnitTestsTest.php
Danger/Rules/MissingUnitTestsTest.php
Rules/MissingUnitTestsTest.php
MissingUnitTestsTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/LegacyTestsInSrcTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/LegacyTestsInSrcTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/LegacyTestsInSrcTest.php
DevOps/StaticAnalyze/Danger/Rules/LegacyTestsInSrcTest.php
StaticAnalyze/Danger/Rules/LegacyTestsInSrcTest.php
Danger/Rules/LegacyTestsInSrcTest.php
Rules/LegacyTestsInSrcTest.php
LegacyTestsInSrcTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/RemovedTwigBlocksTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/RemovedTwigBlocksTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/RemovedTwigBlocksTest.php
DevOps/StaticAnalyze/Danger/Rules/RemovedTwigBlocksTest.php
StaticAnalyze/Danger/Rules/RemovedTwigBlocksTest.php
Danger/Rules/RemovedTwigBlocksTest.php
Rules/RemovedTwigBlocksTest.php
RemovedTwigBlocksTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/MissingReleaseInfoTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/MissingReleaseInfoTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/MissingReleaseInfoTest.php
DevOps/StaticAnalyze/Danger/Rules/MissingReleaseInfoTest.php
StaticAnalyze/Danger/Rules/MissingReleaseInfoTest.php
Danger/Rules/MissingReleaseInfoTest.php
Rules/MissingReleaseInfoTest.php
MissingReleaseInfoTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/InlineRuleInDangerConfigTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/InlineRuleInDangerConfigTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/InlineRuleInDangerConfigTest.php
DevOps/StaticAnalyze/Danger/Rules/InlineRuleInDangerConfigTest.php
StaticAnalyze/Danger/Rules/InlineRuleInDangerConfigTest.php
Danger/Rules/InlineRuleInDangerConfigTest.php
Rules/InlineRuleInDangerConfigTest.php
InlineRuleInDangerConfigTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/ShopwareYamlConfigSchemaHintTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/ShopwareYamlConfigSchemaHintTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/ShopwareYamlConfigSchemaHintTest.php
DevOps/StaticAnalyze/Danger/Rules/ShopwareYamlConfigSchemaHintTest.php
StaticAnalyze/Danger/Rules/ShopwareYamlConfigSchemaHintTest.php
Danger/Rules/ShopwareYamlConfigSchemaHintTest.php
Rules/ShopwareYamlConfigSchemaHintTest.php
ShopwareYamlConfigSchemaHintTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/SqlHeredocUsageTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/SqlHeredocUsageTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/SqlHeredocUsageTest.php
DevOps/StaticAnalyze/Danger/Rules/SqlHeredocUsageTest.php
StaticAnalyze/Danger/Rules/SqlHeredocUsageTest.php
Danger/Rules/SqlHeredocUsageTest.php
Rules/SqlHeredocUsageTest.php
SqlHeredocUsageTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/_fixtures/phpunit.xml.dist
unit/Core/DevOps/StaticAnalyze/Danger/Rules/_fixtures/phpunit.xml.dist
Core/DevOps/StaticAnalyze/Danger/Rules/_fixtures/phpunit.xml.dist
DevOps/StaticAnalyze/Danger/Rules/_fixtures/phpunit.xml.dist
StaticAnalyze/Danger/Rules/_fixtures/phpunit.xml.dist
Danger/Rules/_fixtures/phpunit.xml.dist
Rules/_fixtures/phpunit.xml.dist
_fixtures/phpunit.xml.dist
phpunit.xml.dist
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/PhpstanBaselineGrowthTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/PhpstanBaselineGrowthTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/PhpstanBaselineGrowthTest.php
DevOps/StaticAnalyze/Danger/Rules/PhpstanBaselineGrowthTest.php
StaticAnalyze/Danger/Rules/PhpstanBaselineGrowthTest.php
Danger/Rules/PhpstanBaselineGrowthTest.php
Rules/PhpstanBaselineGrowthTest.php
PhpstanBaselineGrowthTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/MissingMigrationTestsTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/MissingMigrationTestsTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/MissingMigrationTestsTest.php
DevOps/StaticAnalyze/Danger/Rules/MissingMigrationTestsTest.php
StaticAnalyze/Danger/Rules/MissingMigrationTestsTest.php
Danger/Rules/MissingMigrationTestsTest.php
Rules/MissingMigrationTestsTest.php
MissingMigrationTestsTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/EntityRepositoryInFrontendLayerTest.php
unit/Core/DevOps/StaticAnalyze/Danger/Rules/EntityRepositoryInFrontendLayerTest.php
Core/DevOps/StaticAnalyze/Danger/Rules/EntityRepositoryInFrontendLayerTest.php
DevOps/StaticAnalyze/Danger/Rules/EntityRepositoryInFrontendLayerTest.php
StaticAnalyze/Danger/Rules/EntityRepositoryInFrontendLayerTest.php
Danger/Rules/EntityRepositoryInFrontendLayerTest.php
Rules/EntityRepositoryInFrontendLayerTest.php
EntityRepositoryInFrontendLayerTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Stub/StubFile.php
unit/Core/DevOps/StaticAnalyze/Danger/Stub/StubFile.php
Core/DevOps/StaticAnalyze/Danger/Stub/StubFile.php
DevOps/StaticAnalyze/Danger/Stub/StubFile.php
StaticAnalyze/Danger/Stub/StubFile.php
Danger/Stub/StubFile.php
Stub/StubFile.php
StubFile.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Stub/StubPlatform.php
unit/Core/DevOps/StaticAnalyze/Danger/Stub/StubPlatform.php
Core/DevOps/StaticAnalyze/Danger/Stub/StubPlatform.php
DevOps/StaticAnalyze/Danger/Stub/StubPlatform.php
StaticAnalyze/Danger/Stub/StubPlatform.php
Danger/Stub/StubPlatform.php
Stub/StubPlatform.php
StubPlatform.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Stub/StubPullRequest.php
unit/Core/DevOps/StaticAnalyze/Danger/Stub/StubPullRequest.php
Core/DevOps/StaticAnalyze/Danger/Stub/StubPullRequest.php
DevOps/StaticAnalyze/Danger/Stub/StubPullRequest.php
StaticAnalyze/Danger/Stub/StubPullRequest.php
Danger/Stub/StubPullRequest.php
Stub/StubPullRequest.php
StubPullRequest.php
tests/unit/Core/DevOps/StaticAnalyze/PHPStan/Rules/CodeCoverageIgnore/ExemptionResolverTest.php
unit/Core/DevOps/StaticAnalyze/PHPStan/Rules/CodeCoverageIgnore/ExemptionResolverTest.php
Core/DevOps/StaticAnalyze/PHPStan/Rules/CodeCoverageIgnore/ExemptionResolverTest.php
@@ -43119,6 +43296,13 @@ Framework/DataAbstractionLayer/Command/CreateMigrationCommandTest.php
DataAbstractionLayer/Command/CreateMigrationCommandTest.php
Command/CreateMigrationCommandTest.php
CreateMigrationCommandTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Command/CreateHydratorCommandTest.php
unit/Core/Framework/DataAbstractionLayer/Command/CreateHydratorCommandTest.php
Core/Framework/DataAbstractionLayer/Command/CreateHydratorCommandTest.php
Framework/DataAbstractionLayer/Command/CreateHydratorCommandTest.php
DataAbstractionLayer/Command/CreateHydratorCommandTest.php
Command/CreateHydratorCommandTest.php
CreateHydratorCommandTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Command/DataAbstractionLayerValidateCommandTest.php
unit/Core/Framework/DataAbstractionLayer/Command/DataAbstractionLayerValidateCommandTest.php
Core/Framework/DataAbstractionLayer/Command/DataAbstractionLayerValidateCommandTest.php
@@ -76040,6 +76224,132 @@ Core/DevOps/StaticAnalyze/print-ignored-errors-by-area.php
DevOps/StaticAnalyze/print-ignored-errors-by-area.php
StaticAnalyze/print-ignored-errors-by-area.php
print-ignored-errors-by-area.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/RouteSnapshotExtension.php
Core/DevOps/StaticAnalyze/Danger/Rules/RouteSnapshotExtension.php
DevOps/StaticAnalyze/Danger/Rules/RouteSnapshotExtension.php
StaticAnalyze/Danger/Rules/RouteSnapshotExtension.php
Danger/Rules/RouteSnapshotExtension.php
Rules/RouteSnapshotExtension.php
RouteSnapshotExtension.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/ComposerVersionConstraints.php
Core/DevOps/StaticAnalyze/Danger/Rules/ComposerVersionConstraints.php
DevOps/StaticAnalyze/Danger/Rules/ComposerVersionConstraints.php
StaticAnalyze/Danger/Rules/ComposerVersionConstraints.php
Danger/Rules/ComposerVersionConstraints.php
Rules/ComposerVersionConstraints.php
ComposerVersionConstraints.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/MissingReleaseInfo.php
Core/DevOps/StaticAnalyze/Danger/Rules/MissingReleaseInfo.php
DevOps/StaticAnalyze/Danger/Rules/MissingReleaseInfo.php
StaticAnalyze/Danger/Rules/MissingReleaseInfo.php
Danger/Rules/MissingReleaseInfo.php
Rules/MissingReleaseInfo.php
MissingReleaseInfo.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/ShopwareYamlConfigSchemaHint.php
Core/DevOps/StaticAnalyze/Danger/Rules/ShopwareYamlConfigSchemaHint.php
DevOps/StaticAnalyze/Danger/Rules/ShopwareYamlConfigSchemaHint.php
StaticAnalyze/Danger/Rules/ShopwareYamlConfigSchemaHint.php
Danger/Rules/ShopwareYamlConfigSchemaHint.php
Rules/ShopwareYamlConfigSchemaHint.php
ShopwareYamlConfigSchemaHint.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/InlineRuleInDangerConfig.php
Core/DevOps/StaticAnalyze/Danger/Rules/InlineRuleInDangerConfig.php
DevOps/StaticAnalyze/Danger/Rules/InlineRuleInDangerConfig.php
StaticAnalyze/Danger/Rules/InlineRuleInDangerConfig.php
Danger/Rules/InlineRuleInDangerConfig.php
Rules/InlineRuleInDangerConfig.php
InlineRuleInDangerConfig.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/DangerConfigChanged.php
Core/DevOps/StaticAnalyze/Danger/Rules/DangerConfigChanged.php
DevOps/StaticAnalyze/Danger/Rules/DangerConfigChanged.php
StaticAnalyze/Danger/Rules/DangerConfigChanged.php
Danger/Rules/DangerConfigChanged.php
Rules/DangerConfigChanged.php
DangerConfigChanged.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/MissingIntegrationTestInSplitSuite.php
Core/DevOps/StaticAnalyze/Danger/Rules/MissingIntegrationTestInSplitSuite.php
DevOps/StaticAnalyze/Danger/Rules/MissingIntegrationTestInSplitSuite.php
StaticAnalyze/Danger/Rules/MissingIntegrationTestInSplitSuite.php
Danger/Rules/MissingIntegrationTestInSplitSuite.php
Rules/MissingIntegrationTestInSplitSuite.php
MissingIntegrationTestInSplitSuite.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/IgnoredPhpstanErrorsInTouchedFiles.php
Core/DevOps/StaticAnalyze/Danger/Rules/IgnoredPhpstanErrorsInTouchedFiles.php
DevOps/StaticAnalyze/Danger/Rules/IgnoredPhpstanErrorsInTouchedFiles.php
StaticAnalyze/Danger/Rules/IgnoredPhpstanErrorsInTouchedFiles.php
Danger/Rules/IgnoredPhpstanErrorsInTouchedFiles.php
Rules/IgnoredPhpstanErrorsInTouchedFiles.php
IgnoredPhpstanErrorsInTouchedFiles.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/EntityRepositoryInFrontendLayer.php
Core/DevOps/StaticAnalyze/Danger/Rules/EntityRepositoryInFrontendLayer.php
DevOps/StaticAnalyze/Danger/Rules/EntityRepositoryInFrontendLayer.php
StaticAnalyze/Danger/Rules/EntityRepositoryInFrontendLayer.php
Danger/Rules/EntityRepositoryInFrontendLayer.php
Rules/EntityRepositoryInFrontendLayer.php
EntityRepositoryInFrontendLayer.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/RemovedTwigBlocks.php
Core/DevOps/StaticAnalyze/Danger/Rules/RemovedTwigBlocks.php
DevOps/StaticAnalyze/Danger/Rules/RemovedTwigBlocks.php
StaticAnalyze/Danger/Rules/RemovedTwigBlocks.php
Danger/Rules/RemovedTwigBlocks.php
Rules/RemovedTwigBlocks.php
RemovedTwigBlocks.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/InvalidFileNameCharacters.php
Core/DevOps/StaticAnalyze/Danger/Rules/InvalidFileNameCharacters.php
DevOps/StaticAnalyze/Danger/Rules/InvalidFileNameCharacters.php
StaticAnalyze/Danger/Rules/InvalidFileNameCharacters.php
Danger/Rules/InvalidFileNameCharacters.php
Rules/InvalidFileNameCharacters.php
InvalidFileNameCharacters.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/DeprecatedChangelogFormat.php
Core/DevOps/StaticAnalyze/Danger/Rules/DeprecatedChangelogFormat.php
DevOps/StaticAnalyze/Danger/Rules/DeprecatedChangelogFormat.php
StaticAnalyze/Danger/Rules/DeprecatedChangelogFormat.php
Danger/Rules/DeprecatedChangelogFormat.php
Rules/DeprecatedChangelogFormat.php
DeprecatedChangelogFormat.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/MissingMigrationTests.php
Core/DevOps/StaticAnalyze/Danger/Rules/MissingMigrationTests.php
DevOps/StaticAnalyze/Danger/Rules/MissingMigrationTests.php
StaticAnalyze/Danger/Rules/MissingMigrationTests.php
Danger/Rules/MissingMigrationTests.php
Rules/MissingMigrationTests.php
MissingMigrationTests.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/PhpstanBaselineGrowth.php
Core/DevOps/StaticAnalyze/Danger/Rules/PhpstanBaselineGrowth.php
DevOps/StaticAnalyze/Danger/Rules/PhpstanBaselineGrowth.php
StaticAnalyze/Danger/Rules/PhpstanBaselineGrowth.php
Danger/Rules/PhpstanBaselineGrowth.php
Rules/PhpstanBaselineGrowth.php
PhpstanBaselineGrowth.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/SqlHeredocUsage.php
Core/DevOps/StaticAnalyze/Danger/Rules/SqlHeredocUsage.php
DevOps/StaticAnalyze/Danger/Rules/SqlHeredocUsage.php
StaticAnalyze/Danger/Rules/SqlHeredocUsage.php
Danger/Rules/SqlHeredocUsage.php
Rules/SqlHeredocUsage.php
SqlHeredocUsage.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/LegacyTestsInSrc.php
Core/DevOps/StaticAnalyze/Danger/Rules/LegacyTestsInSrc.php
DevOps/StaticAnalyze/Danger/Rules/LegacyTestsInSrc.php
StaticAnalyze/Danger/Rules/LegacyTestsInSrc.php
Danger/Rules/LegacyTestsInSrc.php
Rules/LegacyTestsInSrc.php
LegacyTestsInSrc.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/AgenticCommercePluginHint.php
Core/DevOps/StaticAnalyze/Danger/Rules/AgenticCommercePluginHint.php
DevOps/StaticAnalyze/Danger/Rules/AgenticCommercePluginHint.php
StaticAnalyze/Danger/Rules/AgenticCommercePluginHint.php
Danger/Rules/AgenticCommercePluginHint.php
Rules/AgenticCommercePluginHint.php
AgenticCommercePluginHint.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/MissingUnitTests.php
Core/DevOps/StaticAnalyze/Danger/Rules/MissingUnitTests.php
DevOps/StaticAnalyze/Danger/Rules/MissingUnitTests.php
StaticAnalyze/Danger/Rules/MissingUnitTests.php
Danger/Rules/MissingUnitTests.php
Rules/MissingUnitTests.php
MissingUnitTests.php
src/Core/DevOps/StaticAnalyze/StaticAnalyzeKernel.php
Core/DevOps/StaticAnalyze/StaticAnalyzeKernel.php
DevOps/StaticAnalyze/StaticAnalyzeKernel.php
@@ -103495,6 +103805,11 @@ Core/Framework/RateLimiter/RateLimiter.php
Framework/RateLimiter/RateLimiter.php
RateLimiter/RateLimiter.php
RateLimiter.php
src/Core/Framework/DependencyInjection/data-abstraction-layer.php
Core/Framework/DependencyInjection/data-abstraction-layer.php
Framework/DependencyInjection/data-abstraction-layer.php
DependencyInjection/data-abstraction-layer.php
data-abstraction-layer.php
src/Core/Framework/DependencyInjection/store.xml
Core/Framework/DependencyInjection/store.xml
Framework/DependencyInjection/store.xml
@@ -103550,11 +103865,6 @@ Core/Framework/DependencyInjection/sso.xml
Framework/DependencyInjection/sso.xml
DependencyInjection/sso.xml
sso.xml
src/Core/Framework/DependencyInjection/hydrator.xml
Core/Framework/DependencyInjection/hydrator.xml
Framework/DependencyInjection/hydrator.xml
DependencyInjection/hydrator.xml
hydrator.xml
src/Core/Framework/DependencyInjection/api.xml
Core/Framework/DependencyInjection/api.xml
Framework/DependencyInjection/api.xml
@@ -103816,11 +104126,6 @@ Core/Framework/DependencyInjection/cache.xml
Framework/DependencyInjection/cache.xml
DependencyInjection/cache.xml
cache.xml
src/Core/Framework/DependencyInjection/data-abstraction-layer.xml
Core/Framework/DependencyInjection/data-abstraction-layer.xml
Framework/DependencyInjection/data-abstraction-layer.xml
DependencyInjection/data-abstraction-layer.xml
data-abstraction-layer.xml
src/Core/Framework/DependencyInjection/rate-limiter.xml
Core/Framework/DependencyInjection/rate-limiter.xml
Framework/DependencyInjection/rate-limiter.xml
@@ -103831,6 +104136,11 @@ Core/Framework/DependencyInjection/filesystem.xml
Framework/DependencyInjection/filesystem.xml
DependencyInjection/filesystem.xml
filesystem.xml
src/Core/Framework/DependencyInjection/hydrator.php
Core/Framework/DependencyInjection/hydrator.php
Framework/DependencyInjection/hydrator.php
DependencyInjection/hydrator.php
hydrator.php
src/Core/Framework/DependencyInjection/plugin.xml
Core/Framework/DependencyInjection/plugin.xml
Framework/DependencyInjection/plugin.xml
@@ -7786,6 +7786,28 @@ tests/unit/Storefront/Framework/Seo/SeoUrlRoute/ProductPageSeoUrlRouteTest.php
tests/unit/Storefront/Framework/Seo/SeoUrlRoute/SeoUrlUpdateListenerTest.php
tests/unit/Storefront/Framework/Seo/StorefrontCategoryUrlGeneratorTest.php
tests/unit/Core/Saas/SsoServiceTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/DeprecatedChangelogFormatTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/MissingIntegrationTestInSplitSuiteTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/AgenticCommercePluginHintTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/RouteSnapshotExtensionTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/IgnoredPhpstanErrorsInTouchedFilesTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/InvalidFileNameCharactersTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/DangerConfigChangedTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/ComposerVersionConstraintsTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/MissingUnitTestsTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/LegacyTestsInSrcTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/RemovedTwigBlocksTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/MissingReleaseInfoTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/InlineRuleInDangerConfigTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/ShopwareYamlConfigSchemaHintTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/SqlHeredocUsageTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/_fixtures/phpunit.xml.dist
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/PhpstanBaselineGrowthTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/MissingMigrationTestsTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Rules/EntityRepositoryInFrontendLayerTest.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Stub/StubFile.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Stub/StubPlatform.php
tests/unit/Core/DevOps/StaticAnalyze/Danger/Stub/StubPullRequest.php
tests/unit/Core/DevOps/StaticAnalyze/PHPStan/Rules/CodeCoverageIgnore/ExemptionResolverTest.php
tests/unit/Core/DevOps/StaticAnalyze/PHPStan/Rules/CodeCoverageIgnore/LogicDetectorTest.php
tests/unit/Core/DevOps/StaticAnalyze/PHPStan/Rules/CodeCoverageIgnore/UseMapTest.php
@@ -9226,6 +9248,7 @@ tests/unit/Core/Framework/DataAbstractionLayer/FilteredBulkEntityExtensionTest.p
tests/unit/Core/Framework/DataAbstractionLayer/EntityTest.php
tests/unit/Core/Framework/DataAbstractionLayer/DefinitionValidatorTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Command/CreateMigrationCommandTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Command/CreateHydratorCommandTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Command/DataAbstractionLayerValidateCommandTest.php
tests/unit/Core/Framework/DataAbstractionLayer/EntityCollectionTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
@@ -13893,6 +13916,24 @@ src/Core/PlatformRequest.php
src/Core/TestBootstrapper.php
src/Core/DevOps/StaticAnalyze/phpstan-bootstrap.php
src/Core/DevOps/StaticAnalyze/print-ignored-errors-by-area.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/RouteSnapshotExtension.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/ComposerVersionConstraints.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/MissingReleaseInfo.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/ShopwareYamlConfigSchemaHint.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/InlineRuleInDangerConfig.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/DangerConfigChanged.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/MissingIntegrationTestInSplitSuite.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/IgnoredPhpstanErrorsInTouchedFiles.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/EntityRepositoryInFrontendLayer.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/RemovedTwigBlocks.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/InvalidFileNameCharacters.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/DeprecatedChangelogFormat.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/MissingMigrationTests.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/PhpstanBaselineGrowth.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/SqlHeredocUsage.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/LegacyTestsInSrc.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/AgenticCommercePluginHint.php
src/Core/DevOps/StaticAnalyze/Danger/Rules/MissingUnitTests.php
src/Core/DevOps/StaticAnalyze/StaticAnalyzeKernel.php
src/Core/DevOps/StaticAnalyze/console-application.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/Migration/AddColumnRule.php
@@ -18199,6 +18240,7 @@ src/Core/Framework/RateLimiter/NoLimitRateLimiterFactory.php
src/Core/Framework/RateLimiter/Exception/RateLimitExceededException.php
src/Core/Framework/RateLimiter/RateLimiterException.php
src/Core/Framework/RateLimiter/RateLimiter.php
src/Core/Framework/DependencyInjection/data-abstraction-layer.php
src/Core/Framework/DependencyInjection/store.xml
src/Core/Framework/DependencyInjection/script.xml
src/Core/Framework/DependencyInjection/telemetry.xml
@@ -18210,7 +18252,6 @@ src/Core/Framework/DependencyInjection/services_test.xml
src/Core/Framework/DependencyInjection/validation.xml
src/Core/Framework/DependencyInjection/increment.xml
src/Core/Framework/DependencyInjection/sso.xml
src/Core/Framework/DependencyInjection/hydrator.xml
src/Core/Framework/DependencyInjection/api.xml
src/Core/Framework/DependencyInjection/scheduled-task.xml
src/Core/Framework/DependencyInjection/CompilerPass/RedisPrefixCompilerPass.php
@@ -18257,9 +18298,9 @@ src/Core/Framework/DependencyInjection/services.xml
src/Core/Framework/DependencyInjection/notification.xml
src/Core/Framework/DependencyInjection/custom-field.xml
src/Core/Framework/DependencyInjection/cache.xml
src/Core/Framework/DependencyInjection/data-abstraction-layer.xml
src/Core/Framework/DependencyInjection/rate-limiter.xml
src/Core/Framework/DependencyInjection/filesystem.xml
src/Core/Framework/DependencyInjection/hydrator.php
src/Core/Framework/DependencyInjection/plugin.xml
src/Core/Framework/DependencyInjection/app_test.xml
src/Core/Framework/DependencyInjection/rule.xml
@@ -898,6 +898,10 @@ tests/Feature/Livewire/CategoryEditFormTest.php
Feature/Livewire/CategoryEditFormTest.php
Livewire/CategoryEditFormTest.php
CategoryEditFormTest.php
tests/Feature/Livewire/CheckoutTargetPanelTest.php
Feature/Livewire/CheckoutTargetPanelTest.php
Livewire/CheckoutTargetPanelTest.php
CheckoutTargetPanelTest.php
tests/Feature/Livewire/PersonalAccessTokensTest.php
Feature/Livewire/PersonalAccessTokensTest.php
Livewire/PersonalAccessTokensTest.php
@@ -2598,18 +2602,10 @@ resources/views/partials/label2-preview.blade.php
views/partials/label2-preview.blade.php
partials/label2-preview.blade.php
label2-preview.blade.php
resources/views/partials/assets-assigned.blade.php
views/partials/assets-assigned.blade.php
partials/assets-assigned.blade.php
assets-assigned.blade.php
resources/views/partials/label2-field-definitions.blade.php
views/partials/label2-field-definitions.blade.php
partials/label2-field-definitions.blade.php
label2-field-definitions.blade.php
resources/views/partials/licenses-assigned.blade.php
views/partials/licenses-assigned.blade.php
partials/licenses-assigned.blade.php
licenses-assigned.blade.php
resources/views/partials/confetti-js.blade.php
views/partials/confetti-js.blade.php
partials/confetti-js.blade.php
@@ -3710,6 +3706,10 @@ resources/views/livewire/location-scope-check.blade.php
views/livewire/location-scope-check.blade.php
livewire/location-scope-check.blade.php
location-scope-check.blade.php
resources/views/livewire/checkout-target-panel.blade.php
views/livewire/checkout-target-panel.blade.php
livewire/checkout-target-panel.blade.php
checkout-target-panel.blade.php
resources/views/livewire/report-template-select.blade.php
views/livewire/report-template-select.blade.php
livewire/report-template-select.blade.php
@@ -40185,6 +40185,9 @@ LocationScopeCheck.php
app/Livewire/AdminPersonalAccessTokens.php
Livewire/AdminPersonalAccessTokens.php
AdminPersonalAccessTokens.php
app/Livewire/CheckoutTargetPanel.php
Livewire/CheckoutTargetPanel.php
CheckoutTargetPanel.php
app/Livewire/Importer.php
Livewire/Importer.php
Importer.php
@@ -256,6 +256,7 @@ tests/Feature/Authentication/PersonalAccessTokenTwoFactorGuardTest.php
tests/Feature/Authentication/EnforceApiTwoFactorEnrollmentTest.php
tests/Feature/QueryCountBenchmarkTest.php
tests/Feature/Livewire/CategoryEditFormTest.php
tests/Feature/Livewire/CheckoutTargetPanelTest.php
tests/Feature/Livewire/PersonalAccessTokensTest.php
tests/Feature/Livewire/ReportTemplateSelectTest.php
tests/Feature/Livewire/ImporterTest.php
@@ -629,9 +630,7 @@ resources/views/partials/labels-legacy-engine.blade.php
resources/views/partials/models-bulk-actions.blade.php
resources/views/partials/locations-bulk-actions.blade.php
resources/views/partials/label2-preview.blade.php
resources/views/partials/assets-assigned.blade.php
resources/views/partials/label2-field-definitions.blade.php
resources/views/partials/licenses-assigned.blade.php
resources/views/partials/confetti-js.blade.php
resources/views/partials/forms/checkout-selector.blade.php
resources/views/partials/forms/edit/item_number.blade.php
@@ -854,6 +853,7 @@ resources/views/locations/bulk-delete.blade.php
resources/views/locations/edit.blade.php
resources/views/livewire/admin-personal-access-tokens.blade.php
resources/views/livewire/location-scope-check.blade.php
resources/views/livewire/checkout-target-panel.blade.php
resources/views/livewire/report-template-select.blade.php
resources/views/livewire/personal-access-tokens.blade.php
resources/views/livewire/category-edit-form.blade.php
@@ -7423,6 +7423,7 @@ app/Livewire/ReportTemplateSelect.php
app/Livewire/PersonalAccessTokens.php
app/Livewire/LocationScopeCheck.php
app/Livewire/AdminPersonalAccessTokens.php
app/Livewire/CheckoutTargetPanel.php
app/Livewire/Importer.php
app/Livewire/CategoryEditForm.php
app/Livewire/SlackSettingsForm.php
@@ -794,6 +794,10 @@ tests/unit/services/GcTest.php
unit/services/GcTest.php
services/GcTest.php
GcTest.php
tests/unit/services/EntriesTest.php
unit/services/EntriesTest.php
services/EntriesTest.php
EntriesTest.php
tests/unit/services/ProjectConfigTest.php
unit/services/ProjectConfigTest.php
services/ProjectConfigTest.php
@@ -193,6 +193,7 @@ tests/unit/services/GqlTest.php
tests/unit/services/SearchTest.php
tests/unit/services/TokenTest.php
tests/unit/services/GcTest.php
tests/unit/services/EntriesTest.php
tests/unit/services/ProjectConfigTest.php
tests/unit/services/ComposerTest.php
tests/unit/services/ElementsTest.php
@@ -1045,6 +1045,11 @@ e2e/tests/content-manager/date.spec.ts
tests/content-manager/date.spec.ts
content-manager/date.spec.ts
date.spec.ts
tests/e2e/tests/content-manager/relations-ui-management.spec.ts
e2e/tests/content-manager/relations-ui-management.spec.ts
tests/content-manager/relations-ui-management.spec.ts
content-manager/relations-ui-management.spec.ts
relations-ui-management.spec.ts
tests/e2e/tests/content-manager/advanced-filters.spec.ts
e2e/tests/content-manager/advanced-filters.spec.ts
tests/content-manager/advanced-filters.spec.ts
@@ -1250,6 +1255,11 @@ tests/content-type-builder/single-type/edit-single-type.spec.ts
content-type-builder/single-type/edit-single-type.spec.ts
single-type/edit-single-type.spec.ts
edit-single-type.spec.ts
tests/e2e/tests/content-type-builder/relations-smoke-all-types.spec.ts
e2e/tests/content-type-builder/relations-smoke-all-types.spec.ts
tests/content-type-builder/relations-smoke-all-types.spec.ts
content-type-builder/relations-smoke-all-types.spec.ts
relations-smoke-all-types.spec.ts
tests/e2e/tests/content-type-builder/guided-tour.spec.ts
e2e/tests/content-type-builder/guided-tour.spec.ts
tests/content-type-builder/guided-tour.spec.ts
@@ -209,6 +209,7 @@ tests/e2e/tests/content-manager/edit-view/boolean-clear-button.spec.ts
tests/e2e/tests/content-manager/edit-view/enumeration-fields.spec.ts
tests/e2e/tests/content-manager/edit-view/collection-type-edit-view.spec.ts
tests/e2e/tests/content-manager/date.spec.ts
tests/e2e/tests/content-manager/relations-ui-management.spec.ts
tests/e2e/tests/content-manager/advanced-filters.spec.ts
tests/e2e/tests/content-manager/history.spec.ts
tests/e2e/tests/content-manager/conditional-fields/boolean-conditional-text-field-visibility.spec.ts
@@ -246,6 +247,7 @@ tests/e2e/tests/content-type-builder/components/create-components.spec.ts
tests/e2e/tests/content-type-builder/ctb-edit-view.spec.ts
tests/e2e/tests/content-type-builder/single-type/create-single-type.spec.ts
tests/e2e/tests/content-type-builder/single-type/edit-single-type.spec.ts
tests/e2e/tests/content-type-builder/relations-smoke-all-types.spec.ts
tests/e2e/tests/content-type-builder/guided-tour.spec.ts
tests/e2e/tests/review-workflows/home.spec.ts
tests/e2e/tests/review-workflows/settings.spec.ts
@@ -4642,6 +4642,12 @@ Users/Permissions/User/ContentStartNodes.spec.ts
Permissions/User/ContentStartNodes.spec.ts
User/ContentStartNodes.spec.ts
ContentStartNodes.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/ManageUsersFromGroup.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/ManageUsersFromGroup.spec.ts
tests/DefaultConfig/Users/ManageUsersFromGroup.spec.ts
DefaultConfig/Users/ManageUsersFromGroup.spec.ts
Users/ManageUsersFromGroup.spec.ts
ManageUsersFromGroup.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/User.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/User.spec.ts
tests/DefaultConfig/Users/User.spec.ts
@@ -5102,6 +5108,12 @@ tests/DefaultConfig/Content/ContentWithTrueFalse.spec.ts
DefaultConfig/Content/ContentWithTrueFalse.spec.ts
Content/ContentWithTrueFalse.spec.ts
ContentWithTrueFalse.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/AllowEditInvariantFromNonDefaultIsTrueNestedBlocks.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/AllowEditInvariantFromNonDefaultIsTrueNestedBlocks.spec.ts
tests/DefaultConfig/Content/AllowEditInvariantFromNonDefaultIsTrueNestedBlocks.spec.ts
DefaultConfig/Content/AllowEditInvariantFromNonDefaultIsTrueNestedBlocks.spec.ts
Content/AllowEditInvariantFromNonDefaultIsTrueNestedBlocks.spec.ts
AllowEditInvariantFromNonDefaultIsTrueNestedBlocks.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/TrashContent/BulkTrashContent.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/TrashContent/BulkTrashContent.spec.ts
tests/DefaultConfig/Content/TrashContent/BulkTrashContent.spec.ts
@@ -5370,6 +5382,11 @@ tests/ContentSettingConfig/AdditionalSetup/appsettings.json
ContentSettingConfig/AdditionalSetup/appsettings.json
AdditionalSetup/appsettings.json
appsettings.json
tests/Umbraco.Tests.AcceptanceTest/tests/ContentSettingConfig/AllowEditInvariantFromNonDefaultIsFalseNestedBlocks.spec.ts
Umbraco.Tests.AcceptanceTest/tests/ContentSettingConfig/AllowEditInvariantFromNonDefaultIsFalseNestedBlocks.spec.ts
tests/ContentSettingConfig/AllowEditInvariantFromNonDefaultIsFalseNestedBlocks.spec.ts
ContentSettingConfig/AllowEditInvariantFromNonDefaultIsFalseNestedBlocks.spec.ts
AllowEditInvariantFromNonDefaultIsFalseNestedBlocks.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/CustomPropertyEditor.spec.ts
Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/CustomPropertyEditor.spec.ts
tests/ExtensionRegistry/CustomPropertyEditor.spec.ts
@@ -72078,6 +72095,54 @@ entity-sign/kinds/icon/entity-sign-icon.api.ts
kinds/icon/entity-sign-icon.api.ts
icon/entity-sign-icon.api.ts
entity-sign-icon.api.ts
src/Umbraco.Web.UI.Client/src/packages/core/sorter/components/sortable-list-item.element.ts
Umbraco.Web.UI.Client/src/packages/core/sorter/components/sortable-list-item.element.ts
src/packages/core/sorter/components/sortable-list-item.element.ts
packages/core/sorter/components/sortable-list-item.element.ts
core/sorter/components/sortable-list-item.element.ts
sorter/components/sortable-list-item.element.ts
components/sortable-list-item.element.ts
sortable-list-item.element.ts
src/Umbraco.Web.UI.Client/src/packages/core/sorter/components/sortable-list.test.ts
Umbraco.Web.UI.Client/src/packages/core/sorter/components/sortable-list.test.ts
src/packages/core/sorter/components/sortable-list.test.ts
packages/core/sorter/components/sortable-list.test.ts
core/sorter/components/sortable-list.test.ts
sorter/components/sortable-list.test.ts
components/sortable-list.test.ts
sortable-list.test.ts
src/Umbraco.Web.UI.Client/src/packages/core/sorter/components/index.ts
Umbraco.Web.UI.Client/src/packages/core/sorter/components/index.ts
src/packages/core/sorter/components/index.ts
packages/core/sorter/components/index.ts
core/sorter/components/index.ts
sorter/components/index.ts
components/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/core/sorter/components/sortable-list-item.test.ts
Umbraco.Web.UI.Client/src/packages/core/sorter/components/sortable-list-item.test.ts
src/packages/core/sorter/components/sortable-list-item.test.ts
packages/core/sorter/components/sortable-list-item.test.ts
core/sorter/components/sortable-list-item.test.ts
sorter/components/sortable-list-item.test.ts
components/sortable-list-item.test.ts
sortable-list-item.test.ts
src/Umbraco.Web.UI.Client/src/packages/core/sorter/components/sortable-list.stories.ts
Umbraco.Web.UI.Client/src/packages/core/sorter/components/sortable-list.stories.ts
src/packages/core/sorter/components/sortable-list.stories.ts
packages/core/sorter/components/sortable-list.stories.ts
core/sorter/components/sortable-list.stories.ts
sorter/components/sortable-list.stories.ts
components/sortable-list.stories.ts
sortable-list.stories.ts
src/Umbraco.Web.UI.Client/src/packages/core/sorter/components/sortable-list.element.ts
Umbraco.Web.UI.Client/src/packages/core/sorter/components/sortable-list.element.ts
src/packages/core/sorter/components/sortable-list.element.ts
packages/core/sorter/components/sortable-list.element.ts
core/sorter/components/sortable-list.element.ts
sorter/components/sortable-list.element.ts
components/sortable-list.element.ts
sortable-list.element.ts
src/Umbraco.Web.UI.Client/src/packages/core/sorter/index.ts
Umbraco.Web.UI.Client/src/packages/core/sorter/index.ts
src/packages/core/sorter/index.ts
@@ -83490,6 +83555,15 @@ workspace/components/workspace-editor/workspace-editor.stories.ts
components/workspace-editor/workspace-editor.stories.ts
workspace-editor/workspace-editor.stories.ts
workspace-editor.stories.ts
src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-editor/workspace-editor.context.test.ts
Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-editor/workspace-editor.context.test.ts
src/packages/core/workspace/components/workspace-editor/workspace-editor.context.test.ts
packages/core/workspace/components/workspace-editor/workspace-editor.context.test.ts
core/workspace/components/workspace-editor/workspace-editor.context.test.ts
workspace/components/workspace-editor/workspace-editor.context.test.ts
components/workspace-editor/workspace-editor.context.test.ts
workspace-editor/workspace-editor.context.test.ts
workspace-editor.context.test.ts
src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-editor/workspace-editor.element.ts
Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-editor/workspace-editor.element.ts
src/packages/core/workspace/components/workspace-editor/workspace-editor.element.ts
@@ -910,6 +910,7 @@ tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/Permissions/User/El
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/Permissions/User/UICulture.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/Permissions/User/MediaStartNodes.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/Permissions/User/ContentStartNodes.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/ManageUsersFromGroup.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/User.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/UserGroupsDescription.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/CurrentUserProfile.spec.ts
@@ -982,6 +983,7 @@ tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithCheckb
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithElementPicker.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/RedirectManagement.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithTrueFalse.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/AllowEditInvariantFromNonDefaultIsTrueNestedBlocks.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/TrashContent/BulkTrashContent.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/TrashContent/TrashContent.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/PublishWithDescendants.spec.ts
@@ -1027,6 +1029,7 @@ tests/Umbraco.Tests.AcceptanceTest/tests/SMTP/ForgotPassword.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/ContentSettingConfig/DisableDeleteWhenReferencedIsTrue.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/ContentSettingConfig/AllowEditInvariantFromNonDefaultIsFalse.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/ContentSettingConfig/AdditionalSetup/appsettings.json
tests/Umbraco.Tests.AcceptanceTest/tests/ContentSettingConfig/AllowEditInvariantFromNonDefaultIsFalseNestedBlocks.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/CustomPropertyEditor.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/PropertyAction.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/ExtensionRegistry/CollectionView.spec.ts
@@ -12347,6 +12350,12 @@ src/Umbraco.Web.UI.Client/src/packages/core/entity-sign/kinds/icon/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/entity-sign/kinds/icon/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/entity-sign/kinds/icon/entity-sign-icon.element.ts
src/Umbraco.Web.UI.Client/src/packages/core/entity-sign/kinds/icon/entity-sign-icon.api.ts
src/Umbraco.Web.UI.Client/src/packages/core/sorter/components/sortable-list-item.element.ts
src/Umbraco.Web.UI.Client/src/packages/core/sorter/components/sortable-list.test.ts
src/Umbraco.Web.UI.Client/src/packages/core/sorter/components/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/sorter/components/sortable-list-item.test.ts
src/Umbraco.Web.UI.Client/src/packages/core/sorter/components/sortable-list.stories.ts
src/Umbraco.Web.UI.Client/src/packages/core/sorter/components/sortable-list.element.ts
src/Umbraco.Web.UI.Client/src/packages/core/sorter/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/sorter/sorter.controller.test.ts
src/Umbraco.Web.UI.Client/src/packages/core/sorter/replacement-resolver-as-grid.function.ts
@@ -13751,6 +13760,7 @@ src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-edito
src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-editor/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-editor/workspace-view.context.ts
src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-editor/workspace-editor.stories.ts
src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-editor/workspace-editor.context.test.ts
src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-editor/workspace-editor.element.ts
src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-editor/workspace-view.context-token.ts
src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-action-menu-item/default/manifests.ts
@@ -1077,6 +1077,9 @@ DEVELOPMENT.md
tsconfig.base.json
bin/pre-push.sh
pre-push.sh
bin/patches/@wordpress__e2e-test-utils-playwright@1.33.2.patch
patches/@wordpress__e2e-test-utils-playwright@1.33.2.patch
@wordpress__e2e-test-utils-playwright@1.33.2.patch
bin/patches/@wordpress__edit-site@5.15.0.patch
patches/@wordpress__edit-site@5.15.0.patch
@wordpress__edit-site@5.15.0.patch
@@ -3700,6 +3703,17 @@ setup-task-list/components/task-headers/store-details.js
components/task-headers/store-details.js
task-headers/store-details.js
store-details.js
plugins/woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/test/default.test.tsx
woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/test/default.test.tsx
client/admin/client/task-lists/setup-task-list/components/task-headers/test/default.test.tsx
admin/client/task-lists/setup-task-list/components/task-headers/test/default.test.tsx
client/task-lists/setup-task-list/components/task-headers/test/default.test.tsx
task-lists/setup-task-list/components/task-headers/test/default.test.tsx
setup-task-list/components/task-headers/test/default.test.tsx
components/task-headers/test/default.test.tsx
task-headers/test/default.test.tsx
test/default.test.tsx
default.test.tsx
plugins/woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/shipping.js
woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/shipping.js
client/admin/client/task-lists/setup-task-list/components/task-headers/shipping.js
@@ -3720,6 +3734,16 @@ setup-task-list/components/task-headers/index.ts
components/task-headers/index.ts
task-headers/index.ts
index.ts
plugins/woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/default.tsx
woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/default.tsx
client/admin/client/task-lists/setup-task-list/components/task-headers/default.tsx
admin/client/task-lists/setup-task-list/components/task-headers/default.tsx
client/task-lists/setup-task-list/components/task-headers/default.tsx
task-lists/setup-task-list/components/task-headers/default.tsx
setup-task-list/components/task-headers/default.tsx
components/task-headers/default.tsx
task-headers/default.tsx
default.tsx
plugins/woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/payments.js
woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/payments.js
client/admin/client/task-lists/setup-task-list/components/task-headers/payments.js
@@ -20751,6 +20775,34 @@ assets/js/filters/exclude-draft-status-from-analytics.js
js/filters/exclude-draft-status-from-analytics.js
filters/exclude-draft-status-from-analytics.js
exclude-draft-status-from-analytics.js
plugins/woocommerce/client/blocks/assets/js/filters/unregister-block-types/test/index.ts
woocommerce/client/blocks/assets/js/filters/unregister-block-types/test/index.ts
client/blocks/assets/js/filters/unregister-block-types/test/index.ts
blocks/assets/js/filters/unregister-block-types/test/index.ts
assets/js/filters/unregister-block-types/test/index.ts
js/filters/unregister-block-types/test/index.ts
filters/unregister-block-types/test/index.ts
unregister-block-types/test/index.ts
test/index.ts
index.ts
plugins/woocommerce/client/blocks/assets/js/filters/unregister-block-types/index.ts
woocommerce/client/blocks/assets/js/filters/unregister-block-types/index.ts
client/blocks/assets/js/filters/unregister-block-types/index.ts
blocks/assets/js/filters/unregister-block-types/index.ts
assets/js/filters/unregister-block-types/index.ts
js/filters/unregister-block-types/index.ts
filters/unregister-block-types/index.ts
unregister-block-types/index.ts
index.ts
plugins/woocommerce/client/blocks/assets/js/filters/unregister-block-types/block-types.ts
woocommerce/client/blocks/assets/js/filters/unregister-block-types/block-types.ts
client/blocks/assets/js/filters/unregister-block-types/block-types.ts
blocks/assets/js/filters/unregister-block-types/block-types.ts
assets/js/filters/unregister-block-types/block-types.ts
js/filters/unregister-block-types/block-types.ts
filters/unregister-block-types/block-types.ts
unregister-block-types/block-types.ts
block-types.ts
plugins/woocommerce/client/blocks/assets/js/filters/block-list-block.js
woocommerce/client/blocks/assets/js/filters/block-list-block.js
client/blocks/assets/js/filters/block-list-block.js
@@ -43265,6 +43317,10 @@ readme.txt
plugins/woocommerce/package.json
woocommerce/package.json
package.json
plugins/woocommerce/changelog/fix-66515-early-textdomain-load
woocommerce/changelog/fix-66515-early-textdomain-load
changelog/fix-66515-early-textdomain-load
fix-66515-early-textdomain-load
plugins/woocommerce/changelog/fix-rate-limiter-test-timing-race
woocommerce/changelog/fix-rate-limiter-test-timing-race
changelog/fix-rate-limiter-test-timing-race
@@ -43277,6 +43333,10 @@ plugins/woocommerce/changelog/fix-product-gallery-custom-aspect-ratios
woocommerce/changelog/fix-product-gallery-custom-aspect-ratios
changelog/fix-product-gallery-custom-aspect-ratios
fix-product-gallery-custom-aspect-ratios
plugins/woocommerce/changelog/fix-26879-external-download-filename
woocommerce/changelog/fix-26879-external-download-filename
changelog/fix-26879-external-download-filename
fix-26879-external-download-filename
plugins/woocommerce/changelog/fix-coupon-validate-filter-polarity
woocommerce/changelog/fix-coupon-validate-filter-polarity
changelog/fix-coupon-validate-filter-polarity
@@ -43297,14 +43357,26 @@ plugins/woocommerce/changelog/65128-add-send-test-email-to-emails-listing
woocommerce/changelog/65128-add-send-test-email-to-emails-listing
changelog/65128-add-send-test-email-to-emails-listing
65128-add-send-test-email-to-emails-listing
plugins/woocommerce/changelog/fix-66612-block-editor-deny-list
woocommerce/changelog/fix-66612-block-editor-deny-list
changelog/fix-66612-block-editor-deny-list
fix-66612-block-editor-deny-list
plugins/woocommerce/changelog/fix-product-collection-carousel-styles
woocommerce/changelog/fix-product-collection-carousel-styles
changelog/fix-product-collection-carousel-styles
fix-product-collection-carousel-styles
plugins/woocommerce/changelog/perf-product-filters-batch-taxonomy-descendants
woocommerce/changelog/perf-product-filters-batch-taxonomy-descendants
changelog/perf-product-filters-batch-taxonomy-descendants
perf-product-filters-batch-taxonomy-descendants
plugins/woocommerce/changelog/testops-216-flaky-minicart-product-button-e2e
woocommerce/changelog/testops-216-flaky-minicart-product-button-e2e
changelog/testops-216-flaky-minicart-product-button-e2e
testops-216-flaky-minicart-product-button-e2e
plugins/woocommerce/changelog/add-onboarding-task-image-metadata
woocommerce/changelog/add-onboarding-task-image-metadata
changelog/add-onboarding-task-image-metadata
add-onboarding-task-image-metadata
plugins/woocommerce/changelog/fix-store-api-request-detection-plain-permalinks
woocommerce/changelog/fix-store-api-request-detection-plain-permalinks
changelog/fix-store-api-request-detection-plain-permalinks
@@ -43325,6 +43397,10 @@ plugins/woocommerce/changelog/update-deflag-wc-admin-analytics
woocommerce/changelog/update-deflag-wc-admin-analytics
changelog/update-deflag-wc-admin-analytics
update-deflag-wc-admin-analytics
plugins/woocommerce/changelog/27118-fix-zero-rate-tax-refund
woocommerce/changelog/27118-fix-zero-rate-tax-refund
changelog/27118-fix-zero-rate-tax-refund
27118-fix-zero-rate-tax-refund
plugins/woocommerce/changelog/dev-testops-201-analytics-data-flaky
woocommerce/changelog/dev-testops-201-analytics-data-flaky
changelog/dev-testops-201-analytics-data-flaky
@@ -43333,6 +43409,10 @@ plugins/woocommerce/changelog/testops-179-fix-product-delete-quick-delete-flake
woocommerce/changelog/testops-179-fix-product-delete-quick-delete-flake
changelog/testops-179-fix-product-delete-quick-delete-flake
testops-179-fix-product-delete-quick-delete-flake
plugins/woocommerce/changelog/add-select2-usage-metrics
woocommerce/changelog/add-select2-usage-metrics
changelog/add-select2-usage-metrics
add-select2-usage-metrics
plugins/woocommerce/changelog/update-product-image-gallery-upgrade-notice-with-add-to-cart-with-options
woocommerce/changelog/update-product-image-gallery-upgrade-notice-with-add-to-cart-with-options
changelog/update-product-image-gallery-upgrade-notice-with-add-to-cart-with-options
@@ -43345,6 +43425,10 @@ plugins/woocommerce/changelog/cursor-WOOPLUG-6298-structured-data-vat-property-9
woocommerce/changelog/cursor-WOOPLUG-6298-structured-data-vat-property-93ff
changelog/cursor-WOOPLUG-6298-structured-data-vat-property-93ff
cursor-WOOPLUG-6298-structured-data-vat-property-93ff
plugins/woocommerce/changelog/41512-fix-product-import-complete-tracks-event
woocommerce/changelog/41512-fix-product-import-complete-tracks-event
changelog/41512-fix-product-import-complete-tracks-event
41512-fix-product-import-complete-tracks-event
plugins/woocommerce/changelog/add-attribute-slug-locale-hint
woocommerce/changelog/add-attribute-slug-locale-hint
changelog/add-attribute-slug-locale-hint
@@ -43353,14 +43437,26 @@ plugins/woocommerce/changelog/testops-176-wp-env-single-container-set
woocommerce/changelog/testops-176-wp-env-single-container-set
changelog/testops-176-wp-env-single-container-set
testops-176-wp-env-single-container-set
plugins/woocommerce/changelog/fix-44784-csv-export-unlink-warning
woocommerce/changelog/fix-44784-csv-export-unlink-warning
changelog/fix-44784-csv-export-unlink-warning
fix-44784-csv-export-unlink-warning
plugins/woocommerce/changelog/59417-brand-thumbnails-description-css
woocommerce/changelog/59417-brand-thumbnails-description-css
changelog/59417-brand-thumbnails-description-css
59417-brand-thumbnails-description-css
plugins/woocommerce/changelog/25025-payment-tokens-posts-per-page-limit
woocommerce/changelog/25025-payment-tokens-posts-per-page-limit
changelog/25025-payment-tokens-posts-per-page-limit
25025-payment-tokens-posts-per-page-limit
plugins/woocommerce/changelog/65734-translators-comment-cron-interval
woocommerce/changelog/65734-translators-comment-cron-interval
changelog/65734-translators-comment-cron-interval
65734-translators-comment-cron-interval
plugins/woocommerce/changelog/30340-shipping-zone-order-warning
woocommerce/changelog/30340-shipping-zone-order-warning
changelog/30340-shipping-zone-order-warning
30340-shipping-zone-order-warning
plugins/woocommerce/changelog/phpunit-at-matcher-deprecation
woocommerce/changelog/phpunit-at-matcher-deprecation
changelog/phpunit-at-matcher-deprecation
@@ -43377,6 +43473,10 @@ plugins/woocommerce/changelog/fix-32264-review-count-not-updating-after-moderati
woocommerce/changelog/fix-32264-review-count-not-updating-after-moderation
changelog/fix-32264-review-count-not-updating-after-moderation
fix-32264-review-count-not-updating-after-moderation
plugins/woocommerce/changelog/fix-39300-virtual-order-admin-shipping
woocommerce/changelog/fix-39300-virtual-order-admin-shipping
changelog/fix-39300-virtual-order-admin-shipping
fix-39300-virtual-order-admin-shipping
plugins/woocommerce/changelog/update-deflag-wc-admin-shell-features
woocommerce/changelog/update-deflag-wc-admin-shell-features
changelog/update-deflag-wc-admin-shell-features
@@ -43393,6 +43493,10 @@ plugins/woocommerce/changelog/fix-plugin-check-env-config
woocommerce/changelog/fix-plugin-check-env-config
changelog/fix-plugin-check-env-config
fix-plugin-check-env-config
plugins/woocommerce/changelog/fix-free-shipping-method-name-duplicated-in-shipping-amount
woocommerce/changelog/fix-free-shipping-method-name-duplicated-in-shipping-amount
changelog/fix-free-shipping-method-name-duplicated-in-shipping-amount
fix-free-shipping-method-name-duplicated-in-shipping-amount
plugins/woocommerce/changelog/dev-deflag-wc-admin-feature-config
woocommerce/changelog/dev-deflag-wc-admin-feature-config
changelog/dev-deflag-wc-admin-feature-config
@@ -43405,6 +43509,10 @@ plugins/woocommerce/changelog/update-deflag-product-pattern-features
woocommerce/changelog/update-deflag-product-pattern-features
changelog/update-deflag-product-pattern-features
update-deflag-product-pattern-features
plugins/woocommerce/changelog/add-31531-attribute-taxonomy-row-actions
woocommerce/changelog/add-31531-attribute-taxonomy-row-actions
changelog/add-31531-attribute-taxonomy-row-actions
add-31531-attribute-taxonomy-row-actions
plugins/woocommerce/changelog/fix-32038-line-item-meta-display-values
woocommerce/changelog/fix-32038-line-item-meta-display-values
changelog/fix-32038-line-item-meta-display-values
@@ -43413,6 +43521,10 @@ plugins/woocommerce/changelog/testops-deflake-blocks-e2e
woocommerce/changelog/testops-deflake-blocks-e2e
changelog/testops-deflake-blocks-e2e
testops-deflake-blocks-e2e
plugins/woocommerce/changelog/66314-keep-woocommerce-blocks-registered
woocommerce/changelog/66314-keep-woocommerce-blocks-registered
changelog/66314-keep-woocommerce-blocks-registered
66314-keep-woocommerce-blocks-registered
plugins/woocommerce/changelog/66197-fix-coming-soon-null-script-handle-deprecation
woocommerce/changelog/66197-fix-coming-soon-null-script-handle-deprecation
changelog/66197-fix-coming-soon-null-script-handle-deprecation
@@ -43441,6 +43553,10 @@ plugins/woocommerce/changelog/64537-fix-checkout-wc-namespace-shadowing
woocommerce/changelog/64537-fix-checkout-wc-namespace-shadowing
changelog/64537-fix-checkout-wc-namespace-shadowing
64537-fix-checkout-wc-namespace-shadowing
plugins/woocommerce/changelog/66583-fix-csv-import-leading-empty-gallery-image
woocommerce/changelog/66583-fix-csv-import-leading-empty-gallery-image
changelog/66583-fix-csv-import-leading-empty-gallery-image
66583-fix-csv-import-leading-empty-gallery-image
plugins/woocommerce/changelog/65912-add-visual-attribute-default-color-terms
woocommerce/changelog/65912-add-visual-attribute-default-color-terms
changelog/65912-add-visual-attribute-default-color-terms
@@ -43481,6 +43597,10 @@ plugins/woocommerce/changelog/add-product-gallery-videos
woocommerce/changelog/add-product-gallery-videos
changelog/add-product-gallery-videos
add-product-gallery-videos
plugins/woocommerce/changelog/fix-66613-physical-order-admin-shipping-summary
woocommerce/changelog/fix-66613-physical-order-admin-shipping-summary
changelog/fix-66613-physical-order-admin-shipping-summary
fix-66613-physical-order-admin-shipping-summary
plugins/woocommerce/changelog/add-whats-next-task-click-tracking
woocommerce/changelog/add-whats-next-task-click-tracking
changelog/add-whats-next-task-click-tracking
@@ -43581,6 +43701,10 @@ plugins/woocommerce/changelog/update-deflag-launch-your-store
woocommerce/changelog/update-deflag-launch-your-store
changelog/update-deflag-launch-your-store
update-deflag-launch-your-store
plugins/woocommerce/changelog/fix-29753-product-gallery-fractional-transform
woocommerce/changelog/fix-29753-product-gallery-fractional-transform
changelog/fix-29753-product-gallery-fractional-transform
fix-29753-product-gallery-fractional-transform
plugins/woocommerce/changelog/perf-skip-block-registration-non-rendering-requests
woocommerce/changelog/perf-skip-block-registration-non-rendering-requests
changelog/perf-skip-block-registration-non-rendering-requests
@@ -47550,6 +47674,13 @@ includes/admin/helper/class-wc-helper-test.php
admin/helper/class-wc-helper-test.php
helper/class-wc-helper-test.php
class-wc-helper-test.php
plugins/woocommerce/tests/php/includes/admin/class-wc-admin-attributes-test.php
woocommerce/tests/php/includes/admin/class-wc-admin-attributes-test.php
tests/php/includes/admin/class-wc-admin-attributes-test.php
php/includes/admin/class-wc-admin-attributes-test.php
includes/admin/class-wc-admin-attributes-test.php
admin/class-wc-admin-attributes-test.php
class-wc-admin-attributes-test.php
plugins/woocommerce/tests/php/includes/admin/class-wc-admin-dashboard-setup-test.php
woocommerce/tests/php/includes/admin/class-wc-admin-dashboard-setup-test.php
tests/php/includes/admin/class-wc-admin-dashboard-setup-test.php
@@ -47580,6 +47711,14 @@ includes/admin/meta-boxes/class-wc-meta-box-coupon-data-test.php
admin/meta-boxes/class-wc-meta-box-coupon-data-test.php
meta-boxes/class-wc-meta-box-coupon-data-test.php
class-wc-meta-box-coupon-data-test.php
plugins/woocommerce/tests/php/includes/admin/meta-boxes/class-wc-meta-box-order-data-test.php
woocommerce/tests/php/includes/admin/meta-boxes/class-wc-meta-box-order-data-test.php
tests/php/includes/admin/meta-boxes/class-wc-meta-box-order-data-test.php
php/includes/admin/meta-boxes/class-wc-meta-box-order-data-test.php
includes/admin/meta-boxes/class-wc-meta-box-order-data-test.php
admin/meta-boxes/class-wc-meta-box-order-data-test.php
meta-boxes/class-wc-meta-box-order-data-test.php
class-wc-meta-box-order-data-test.php
plugins/woocommerce/tests/php/includes/admin/meta-boxes/class-wc-meta-box-product-data-pos-visibility-test.php
woocommerce/tests/php/includes/admin/meta-boxes/class-wc-meta-box-product-data-pos-visibility-test.php
tests/php/includes/admin/meta-boxes/class-wc-meta-box-product-data-pos-visibility-test.php
@@ -47888,6 +48027,12 @@ php/includes/tracks/class-wc-site-tracking-tests.php
includes/tracks/class-wc-site-tracking-tests.php
tracks/class-wc-site-tracking-tests.php
class-wc-site-tracking-tests.php
plugins/woocommerce/tests/php/includes/class-wc-shipping-zones-test.php
woocommerce/tests/php/includes/class-wc-shipping-zones-test.php
tests/php/includes/class-wc-shipping-zones-test.php
php/includes/class-wc-shipping-zones-test.php
includes/class-wc-shipping-zones-test.php
class-wc-shipping-zones-test.php
plugins/woocommerce/tests/php/includes/class-wc-cache-helper-test.php
woocommerce/tests/php/includes/class-wc-cache-helper-test.php
tests/php/includes/class-wc-cache-helper-test.php
@@ -47906,6 +48051,12 @@ tests/php/includes/class-wc-download-handler-tests.php
php/includes/class-wc-download-handler-tests.php
includes/class-wc-download-handler-tests.php
class-wc-download-handler-tests.php
plugins/woocommerce/tests/php/includes/class-wc-payment-tokens-test.php
woocommerce/tests/php/includes/class-wc-payment-tokens-test.php
tests/php/includes/class-wc-payment-tokens-test.php
php/includes/class-wc-payment-tokens-test.php
includes/class-wc-payment-tokens-test.php
class-wc-payment-tokens-test.php
plugins/woocommerce/tests/php/includes/class-wc-products-tracking-test.php
woocommerce/tests/php/includes/class-wc-products-tracking-test.php
tests/php/includes/class-wc-products-tracking-test.php
@@ -52732,6 +52883,14 @@ php/src/Internal/AssignDefaultCategoryTest.php
src/Internal/AssignDefaultCategoryTest.php
Internal/AssignDefaultCategoryTest.php
AssignDefaultCategoryTest.php
plugins/woocommerce/tests/php/src/Internal/LegacyAssets/LegacySelect2UsageTrackerTest.php
woocommerce/tests/php/src/Internal/LegacyAssets/LegacySelect2UsageTrackerTest.php
tests/php/src/Internal/LegacyAssets/LegacySelect2UsageTrackerTest.php
php/src/Internal/LegacyAssets/LegacySelect2UsageTrackerTest.php
src/Internal/LegacyAssets/LegacySelect2UsageTrackerTest.php
Internal/LegacyAssets/LegacySelect2UsageTrackerTest.php
LegacyAssets/LegacySelect2UsageTrackerTest.php
LegacySelect2UsageTrackerTest.php
plugins/woocommerce/tests/php/src/Internal/Logging/RemoteLoggerTest.php
woocommerce/tests/php/src/Internal/Logging/RemoteLoggerTest.php
tests/php/src/Internal/Logging/RemoteLoggerTest.php
@@ -53684,6 +53843,14 @@ src/Internal/Admin/SiteHealthTest.php
Internal/Admin/SiteHealthTest.php
Admin/SiteHealthTest.php
SiteHealthTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/FeaturePluginTest.php
woocommerce/tests/php/src/Internal/Admin/FeaturePluginTest.php
tests/php/src/Internal/Admin/FeaturePluginTest.php
php/src/Internal/Admin/FeaturePluginTest.php
src/Internal/Admin/FeaturePluginTest.php
Internal/Admin/FeaturePluginTest.php
Admin/FeaturePluginTest.php
FeaturePluginTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/SystemStatusReportTest.php
woocommerce/tests/php/src/Internal/Admin/SystemStatusReportTest.php
tests/php/src/Internal/Admin/SystemStatusReportTest.php
@@ -54312,6 +54479,15 @@ Features/OnboardingTasks/Tasks/ExperimentalShippingRecommendationTest.php
OnboardingTasks/Tasks/ExperimentalShippingRecommendationTest.php
Tasks/ExperimentalShippingRecommendationTest.php
ExperimentalShippingRecommendationTest.php
plugins/woocommerce/tests/php/src/Admin/Features/OnboardingTasks/DeprecatedExtendedTaskTest.php
woocommerce/tests/php/src/Admin/Features/OnboardingTasks/DeprecatedExtendedTaskTest.php
tests/php/src/Admin/Features/OnboardingTasks/DeprecatedExtendedTaskTest.php
php/src/Admin/Features/OnboardingTasks/DeprecatedExtendedTaskTest.php
src/Admin/Features/OnboardingTasks/DeprecatedExtendedTaskTest.php
Admin/Features/OnboardingTasks/DeprecatedExtendedTaskTest.php
Features/OnboardingTasks/DeprecatedExtendedTaskTest.php
OnboardingTasks/DeprecatedExtendedTaskTest.php
DeprecatedExtendedTaskTest.php
plugins/woocommerce/tests/php/src/Admin/Features/Fulfillments/FulfillmentsRendererTest.php
woocommerce/tests/php/src/Admin/Features/Fulfillments/FulfillmentsRendererTest.php
tests/php/src/Admin/Features/Fulfillments/FulfillmentsRendererTest.php
@@ -67614,6 +67790,12 @@ Internal/ProductDownloads/ApprovedDirectories/Register.php
ProductDownloads/ApprovedDirectories/Register.php
ApprovedDirectories/Register.php
Register.php
plugins/woocommerce/src/Internal/LegacyAssets/LegacySelect2UsageTracker.php
woocommerce/src/Internal/LegacyAssets/LegacySelect2UsageTracker.php
src/Internal/LegacyAssets/LegacySelect2UsageTracker.php
Internal/LegacyAssets/LegacySelect2UsageTracker.php
LegacyAssets/LegacySelect2UsageTracker.php
LegacySelect2UsageTracker.php
plugins/woocommerce/src/Internal/Logging/RemoteLogger.php
woocommerce/src/Internal/Logging/RemoteLogger.php
src/Internal/Logging/RemoteLogger.php
@@ -87477,6 +87659,11 @@ js/data/changelog/add-60393-activity-panel-store
data/changelog/add-60393-activity-panel-store
changelog/add-60393-activity-panel-store
add-60393-activity-panel-store
packages/js/data/changelog/add-onboarding-task-image-metadata
js/data/changelog/add-onboarding-task-image-metadata
data/changelog/add-onboarding-task-image-metadata
changelog/add-onboarding-task-image-metadata
add-onboarding-task-image-metadata
packages/js/data/changelog/65662-dev-65627-postrelease-cleanup
js/data/changelog/65662-dev-65627-postrelease-cleanup
data/changelog/65662-dev-65627-postrelease-cleanup
@@ -238,6 +238,7 @@ DEVELOPMENT.md
.editorconfig
tsconfig.base.json
bin/pre-push.sh
bin/patches/@wordpress__e2e-test-utils-playwright@1.33.2.patch
bin/patches/@wordpress__edit-site@5.15.0.patch
bin/run-canonical-extensions-tests.sh
bin/packages/js/components/phone-number-input/build-data.js
@@ -568,8 +569,10 @@ plugins/woocommerce/client/admin/client/task-lists/setup-task-list/components/ta
plugins/woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/tax.js
plugins/woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/products.js
plugins/woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/store-details.js
plugins/woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/test/default.test.tsx
plugins/woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/shipping.js
plugins/woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/index.ts
plugins/woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/default.tsx
plugins/woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/payments.js
plugins/woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/woocommerce-payments.js
plugins/woocommerce/client/admin/client/task-lists/setup-task-list/components/task-headers/marketing.js
@@ -2540,6 +2543,9 @@ plugins/woocommerce/client/blocks/assets/js/data/payment/index.ts
plugins/woocommerce/client/blocks/assets/js/data/payment/default-state.ts
plugins/woocommerce/client/blocks/assets/js/data/payment/reducers.ts
plugins/woocommerce/client/blocks/assets/js/filters/exclude-draft-status-from-analytics.js
plugins/woocommerce/client/blocks/assets/js/filters/unregister-block-types/test/index.ts
plugins/woocommerce/client/blocks/assets/js/filters/unregister-block-types/index.ts
plugins/woocommerce/client/blocks/assets/js/filters/unregister-block-types/block-types.ts
plugins/woocommerce/client/blocks/assets/js/filters/block-list-block.js
plugins/woocommerce/client/blocks/assets/js/filters/get-block-attributes.js
plugins/woocommerce/client/blocks/assets/js/middleware/store-api-cart-hash.js
@@ -4908,43 +4914,58 @@ plugins/woocommerce/tsconfig.json
plugins/woocommerce/.gitattributes
plugins/woocommerce/readme.txt
plugins/woocommerce/package.json
plugins/woocommerce/changelog/fix-66515-early-textdomain-load
plugins/woocommerce/changelog/fix-rate-limiter-test-timing-race
plugins/woocommerce/changelog/fix-66480-empty-actionable-order-statuses
plugins/woocommerce/changelog/fix-product-gallery-custom-aspect-ratios
plugins/woocommerce/changelog/fix-26879-external-download-filename
plugins/woocommerce/changelog/fix-coupon-validate-filter-polarity
plugins/woocommerce/changelog/testops-217-fix-flaky-variation-gallery-feature-off-test
plugins/woocommerce/changelog/66124-load-post-new-editor-includes
plugins/woocommerce/changelog/fix-51573-remove-sample-badge-on-product-update
plugins/woocommerce/changelog/65128-add-send-test-email-to-emails-listing
plugins/woocommerce/changelog/fix-66612-block-editor-deny-list
plugins/woocommerce/changelog/fix-product-collection-carousel-styles
plugins/woocommerce/changelog/perf-product-filters-batch-taxonomy-descendants
plugins/woocommerce/changelog/testops-216-flaky-minicart-product-button-e2e
plugins/woocommerce/changelog/add-onboarding-task-image-metadata
plugins/woocommerce/changelog/fix-store-api-request-detection-plain-permalinks
plugins/woocommerce/changelog/testops-214-share-rest-auth-user-v4-tests
plugins/woocommerce/changelog/update-deflag-wc-admin-onboarding
plugins/woocommerce/changelog/fix-pay-for-order-preserve-cart
plugins/woocommerce/changelog/update-deflag-wc-admin-analytics
plugins/woocommerce/changelog/27118-fix-zero-rate-tax-refund
plugins/woocommerce/changelog/dev-testops-201-analytics-data-flaky
plugins/woocommerce/changelog/testops-179-fix-product-delete-quick-delete-flake
plugins/woocommerce/changelog/add-select2-usage-metrics
plugins/woocommerce/changelog/update-product-image-gallery-upgrade-notice-with-add-to-cart-with-options
plugins/woocommerce/changelog/fix-storybook-nightly-build
plugins/woocommerce/changelog/cursor-WOOPLUG-6298-structured-data-vat-property-93ff
plugins/woocommerce/changelog/41512-fix-product-import-complete-tracks-event
plugins/woocommerce/changelog/add-attribute-slug-locale-hint
plugins/woocommerce/changelog/testops-176-wp-env-single-container-set
plugins/woocommerce/changelog/fix-44784-csv-export-unlink-warning
plugins/woocommerce/changelog/59417-brand-thumbnails-description-css
plugins/woocommerce/changelog/25025-payment-tokens-posts-per-page-limit
plugins/woocommerce/changelog/65734-translators-comment-cron-interval
plugins/woocommerce/changelog/30340-shipping-zone-order-warning
plugins/woocommerce/changelog/phpunit-at-matcher-deprecation
plugins/woocommerce/changelog/php-tests-email-fixture-stdout-leak
plugins/woocommerce/changelog/move-store-api-tests-to-blocks
plugins/woocommerce/changelog/fix-32264-review-count-not-updating-after-moderation
plugins/woocommerce/changelog/fix-39300-virtual-order-admin-shipping
plugins/woocommerce/changelog/update-deflag-wc-admin-shell-features
plugins/woocommerce/changelog/fix-65677-e2e-save-helper-races
plugins/woocommerce/changelog/update-wordpress-ui-theme-provider
plugins/woocommerce/changelog/fix-plugin-check-env-config
plugins/woocommerce/changelog/fix-free-shipping-method-name-duplicated-in-shipping-amount
plugins/woocommerce/changelog/dev-deflag-wc-admin-feature-config
plugins/woocommerce/changelog/dev-testops-210-analytics-e2e-pools
plugins/woocommerce/changelog/update-deflag-product-pattern-features
plugins/woocommerce/changelog/add-31531-attribute-taxonomy-row-actions
plugins/woocommerce/changelog/fix-32038-line-item-meta-display-values
plugins/woocommerce/changelog/testops-deflake-blocks-e2e
plugins/woocommerce/changelog/66314-keep-woocommerce-blocks-registered
plugins/woocommerce/changelog/66197-fix-coming-soon-null-script-handle-deprecation
plugins/woocommerce/changelog/fix-customer-data-store-test-duplicate-primary-key
plugins/woocommerce/changelog/try-e2e-shared-build-assets
@@ -4952,6 +4973,7 @@ plugins/woocommerce/changelog/65498-centralize-product-is-viewable
plugins/woocommerce/changelog/pr-64363
plugins/woocommerce/changelog/66404-fix-local-pickup-save-notice
plugins/woocommerce/changelog/64537-fix-checkout-wc-namespace-shadowing
plugins/woocommerce/changelog/66583-fix-csv-import-leading-empty-gallery-image
plugins/woocommerce/changelog/65912-add-visual-attribute-default-color-terms
plugins/woocommerce/changelog/66364-fix-command-palette-e2e-modifier-detection
plugins/woocommerce/changelog/fix-66486-nox-test-account-skip-status-regate
@@ -4962,6 +4984,7 @@ plugins/woocommerce/changelog/pr-64372
plugins/woocommerce/changelog/php-tests-unbalanced-output-buffers-risky-test
plugins/woocommerce/changelog/59959-fix-guest-order-name-home-orders-panel
plugins/woocommerce/changelog/add-product-gallery-videos
plugins/woocommerce/changelog/fix-66613-physical-order-admin-shipping-summary
plugins/woocommerce/changelog/add-whats-next-task-click-tracking
plugins/woocommerce/changelog/66217-fix-revenue-report-refund-double-count
plugins/woocommerce/changelog/update-deflag-commerce-recommendations
@@ -4987,6 +5010,7 @@ plugins/woocommerce/changelog/65875-fix-cart-link-icon-size
plugins/woocommerce/changelog/update-deflag-mini-cart-iapi
plugins/woocommerce/changelog/fix-brand-thumbnails-where-selectors
plugins/woocommerce/changelog/update-deflag-launch-your-store
plugins/woocommerce/changelog/fix-29753-product-gallery-fractional-transform
plugins/woocommerce/changelog/perf-skip-block-registration-non-rendering-requests
plugins/woocommerce/changelog/38116-fix-csv-import-weight-decimal-separator
plugins/woocommerce/changelog/fix-analytics-legacy-admin-disable-filters
@@ -5689,10 +5713,12 @@ plugins/woocommerce/tests/php/includes/admin/helper/class-wc-helper-updater-test
plugins/woocommerce/tests/php/includes/admin/helper/class-wc-helper-api.php
plugins/woocommerce/tests/php/includes/admin/helper/class-wc-helper-sanitization-test.php
plugins/woocommerce/tests/php/includes/admin/helper/class-wc-helper-test.php
plugins/woocommerce/tests/php/includes/admin/class-wc-admin-attributes-test.php
plugins/woocommerce/tests/php/includes/admin/class-wc-admin-dashboard-setup-test.php
plugins/woocommerce/tests/php/includes/admin/list-tables/class-wc-admin-list-table-orders-test.php
plugins/woocommerce/tests/php/includes/admin/class-wc-admin-marketplace-promotions-test.php
plugins/woocommerce/tests/php/includes/admin/meta-boxes/class-wc-meta-box-coupon-data-test.php
plugins/woocommerce/tests/php/includes/admin/meta-boxes/class-wc-meta-box-order-data-test.php
plugins/woocommerce/tests/php/includes/admin/meta-boxes/class-wc-meta-box-product-data-pos-visibility-test.php
plugins/woocommerce/tests/php/includes/admin/class-wc-admin-reports-test.php
plugins/woocommerce/tests/php/includes/admin/importers/class-wc-product-csv-importer-controller-test.php
@@ -5739,9 +5765,11 @@ plugins/woocommerce/tests/php/includes/class-wc-cart-shipping-rounding-test.php
plugins/woocommerce/tests/php/includes/class-wc-cart-item-removal-test.php
plugins/woocommerce/tests/php/includes/tracks/class-wc-tracks-client-test.php
plugins/woocommerce/tests/php/includes/tracks/class-wc-site-tracking-tests.php
plugins/woocommerce/tests/php/includes/class-wc-shipping-zones-test.php
plugins/woocommerce/tests/php/includes/class-wc-cache-helper-test.php
plugins/woocommerce/tests/php/includes/wc-update-functions-test.php
plugins/woocommerce/tests/php/includes/class-wc-download-handler-tests.php
plugins/woocommerce/tests/php/includes/class-wc-payment-tokens-test.php
plugins/woocommerce/tests/php/includes/class-wc-products-tracking-test.php
plugins/woocommerce/tests/php/includes/exporter/class-wc-product-csv-exporter-test.php
plugins/woocommerce/tests/php/includes/class-wc-coupon-test.php
@@ -6273,6 +6301,7 @@ plugins/woocommerce/tests/php/src/Internal/ShopperLists/ShopperListsControllerTe
plugins/woocommerce/tests/php/src/Internal/ProductDownloads/ApprovedDirectories/SynchronizeTest.php
plugins/woocommerce/tests/php/src/Internal/ProductDownloads/ApprovedDirectories/RegisterTest.php
plugins/woocommerce/tests/php/src/Internal/AssignDefaultCategoryTest.php
plugins/woocommerce/tests/php/src/Internal/LegacyAssets/LegacySelect2UsageTrackerTest.php
plugins/woocommerce/tests/php/src/Internal/Logging/RemoteLoggerTest.php
plugins/woocommerce/tests/php/src/Internal/Logging/OrderLogsCleanupTest.php
plugins/woocommerce/tests/php/src/Internal/CustomerEmailVerification/EmailVerificationServiceTest.php
@@ -6380,6 +6409,7 @@ plugins/woocommerce/tests/php/src/Internal/Admin/Schedulers/OrdersSchedulerTest.
plugins/woocommerce/tests/php/src/Internal/Admin/EmailPreview/EmailPreviewTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/EmailPreview/EmailPreviewRestControllerTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/SiteHealthTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/FeaturePluginTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/SystemStatusReportTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/OrderMilestoneEasterEggTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/WCPayPromotion/DefaultPromotionsTest.php
@@ -6454,6 +6484,7 @@ plugins/woocommerce/tests/php/src/Admin/Features/Blueprint/Stubs/DummyExporter.p
plugins/woocommerce/tests/php/src/Admin/Features/Blueprint/Exporters/ExportWCSettingsTaxTest.php
plugins/woocommerce/tests/php/src/Admin/Features/Blueprint/Exporters/ExportWCSettingsShippingTest.php
plugins/woocommerce/tests/php/src/Admin/Features/OnboardingTasks/Tasks/ExperimentalShippingRecommendationTest.php
plugins/woocommerce/tests/php/src/Admin/Features/OnboardingTasks/DeprecatedExtendedTaskTest.php
plugins/woocommerce/tests/php/src/Admin/Features/Fulfillments/FulfillmentsRendererTest.php
plugins/woocommerce/tests/php/src/Admin/Features/Fulfillments/OrderFulfillmentsRestControllerTest.php
plugins/woocommerce/tests/php/src/Admin/Features/Fulfillments/DataStore/FulfillmentsDataStoreTest.php
@@ -8310,6 +8341,7 @@ plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin/UI.p
plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin/Table.php
plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/StoredUrl.php
plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Register.php
plugins/woocommerce/src/Internal/LegacyAssets/LegacySelect2UsageTracker.php
plugins/woocommerce/src/Internal/Logging/RemoteLogger.php
plugins/woocommerce/src/Internal/Logging/OrderLogsCleanupHelper.php
plugins/woocommerce/src/Internal/Logging/SafeGlobalFunctionProxy.php
@@ -11416,6 +11448,7 @@ packages/js/data/.npmrc
packages/js/data/tsconfig.json
packages/js/data/package.json
packages/js/data/changelog/add-60393-activity-panel-store
packages/js/data/changelog/add-onboarding-task-image-metadata
packages/js/data/changelog/65662-dev-65627-postrelease-cleanup
packages/js/data/changelog/.gitkeep
packages/js/data/README.md
@@ -10368,6 +10368,9 @@ mediaelement.min.js
wp-includes/js/hoverIntent.js
js/hoverIntent.js
hoverIntent.js
wp-includes/js/wp-tooltip.min.js
js/wp-tooltip.min.js
wp-tooltip.min.js
wp-includes/js/customize-preview-nav-menus.js
js/customize-preview-nav-menus.js
customize-preview-nav-menus.js
@@ -11715,6 +11718,36 @@ dist/script-modules/latex-to-mathml/loader.min.js
script-modules/latex-to-mathml/loader.min.js
latex-to-mathml/loader.min.js
loader.min.js
wp-includes/js/dist/script-modules/video-conversion/loader.js
js/dist/script-modules/video-conversion/loader.js
dist/script-modules/video-conversion/loader.js
script-modules/video-conversion/loader.js
video-conversion/loader.js
loader.js
wp-includes/js/dist/script-modules/video-conversion/loader.min.asset.php
js/dist/script-modules/video-conversion/loader.min.asset.php
dist/script-modules/video-conversion/loader.min.asset.php
script-modules/video-conversion/loader.min.asset.php
video-conversion/loader.min.asset.php
loader.min.asset.php
wp-includes/js/dist/script-modules/video-conversion/worker.min.js
js/dist/script-modules/video-conversion/worker.min.js
dist/script-modules/video-conversion/worker.min.js
script-modules/video-conversion/worker.min.js
video-conversion/worker.min.js
worker.min.js
wp-includes/js/dist/script-modules/video-conversion/worker.min.asset.php
js/dist/script-modules/video-conversion/worker.min.asset.php
dist/script-modules/video-conversion/worker.min.asset.php
script-modules/video-conversion/worker.min.asset.php
video-conversion/worker.min.asset.php
worker.min.asset.php
wp-includes/js/dist/script-modules/video-conversion/loader.min.js
js/dist/script-modules/video-conversion/loader.min.js
dist/script-modules/video-conversion/loader.min.js
script-modules/video-conversion/loader.min.js
video-conversion/loader.min.js
loader.min.js
wp-includes/js/dist/script-modules/block-library/playlist/view.js
js/dist/script-modules/block-library/playlist/view.js
dist/script-modules/block-library/playlist/view.js
@@ -11982,6 +12015,24 @@ dist/script-modules/abilities/index.js
script-modules/abilities/index.js
abilities/index.js
index.js
wp-includes/js/dist/script-modules/dashboard-init/index.min.asset.php
js/dist/script-modules/dashboard-init/index.min.asset.php
dist/script-modules/dashboard-init/index.min.asset.php
script-modules/dashboard-init/index.min.asset.php
dashboard-init/index.min.asset.php
index.min.asset.php
wp-includes/js/dist/script-modules/dashboard-init/index.min.js
js/dist/script-modules/dashboard-init/index.min.js
dist/script-modules/dashboard-init/index.min.js
script-modules/dashboard-init/index.min.js
dashboard-init/index.min.js
index.min.js
wp-includes/js/dist/script-modules/dashboard-init/index.js
js/dist/script-modules/dashboard-init/index.js
dist/script-modules/dashboard-init/index.js
script-modules/dashboard-init/index.js
dashboard-init/index.js
index.js
wp-includes/js/dist/script-modules/boot/index.min.asset.php
js/dist/script-modules/boot/index.min.asset.php
dist/script-modules/boot/index.min.asset.php
@@ -12168,6 +12219,9 @@ wp-sanitize.min.js
wp-includes/js/mce-view.js
js/mce-view.js
mce-view.js
wp-includes/js/wp-tooltip.js
js/wp-tooltip.js
wp-tooltip.js
wp-includes/js/admin-bar.js
js/admin-bar.js
admin-bar.js
@@ -13424,6 +13478,8 @@ class-wp-style-engine-css-declarations.php
wp-includes/style-engine/class-wp-style-engine-processor.php
style-engine/class-wp-style-engine-processor.php
class-wp-style-engine-processor.php
wp-includes/class-wp-icon-collections-registry.php
class-wp-icon-collections-registry.php
wp-includes/class-walker-page-dropdown.php
class-walker-page-dropdown.php
wp-includes/widgets/class-wp-nav-menu-widget.php
@@ -14161,6 +14217,10 @@ wp-includes/images/icon-library/classic.svg
images/icon-library/classic.svg
icon-library/classic.svg
classic.svg
wp-includes/images/icon-library/replay.svg
images/icon-library/replay.svg
icon-library/replay.svg
replay.svg
wp-includes/images/icon-library/language.svg
images/icon-library/language.svg
icon-library/language.svg
@@ -14393,6 +14453,10 @@ wp-includes/images/icon-library/table.svg
images/icon-library/table.svg
icon-library/table.svg
table.svg
wp-includes/images/icon-library/skip-forward.svg
images/icon-library/skip-forward.svg
icon-library/skip-forward.svg
skip-forward.svg
wp-includes/images/icon-library/site-logo.svg
images/icon-library/site-logo.svg
icon-library/site-logo.svg
@@ -14425,6 +14489,10 @@ wp-includes/images/icon-library/swatch.svg
images/icon-library/swatch.svg
icon-library/swatch.svg
swatch.svg
wp-includes/images/icon-library/repeat.svg
images/icon-library/repeat.svg
icon-library/repeat.svg
repeat.svg
wp-includes/images/icon-library/button.svg
images/icon-library/button.svg
icon-library/button.svg
@@ -14461,6 +14529,10 @@ wp-includes/images/icon-library/text-vertical.svg
images/icon-library/text-vertical.svg
icon-library/text-vertical.svg
text-vertical.svg
wp-includes/images/icon-library/repeat-all.svg
images/icon-library/repeat-all.svg
icon-library/repeat-all.svg
repeat-all.svg
wp-includes/images/icon-library/chevron-down.svg
images/icon-library/chevron-down.svg
icon-library/chevron-down.svg
@@ -14617,6 +14689,10 @@ wp-includes/images/icon-library/add-submenu.svg
images/icon-library/add-submenu.svg
icon-library/add-submenu.svg
add-submenu.svg
wp-includes/images/icon-library/pause.svg
images/icon-library/pause.svg
icon-library/pause.svg
pause.svg
wp-includes/images/icon-library/code.svg
images/icon-library/code.svg
icon-library/code.svg
@@ -14645,6 +14721,10 @@ wp-includes/images/icon-library/arrow-up.svg
images/icon-library/arrow-up.svg
icon-library/arrow-up.svg
arrow-up.svg
wp-includes/images/icon-library/play.svg
images/icon-library/play.svg
icon-library/play.svg
play.svg
wp-includes/images/icon-library/math.svg
images/icon-library/math.svg
icon-library/math.svg
@@ -14749,6 +14829,10 @@ wp-includes/images/icon-library/caption.svg
images/icon-library/caption.svg
icon-library/caption.svg
caption.svg
wp-includes/images/icon-library/skip-back.svg
images/icon-library/skip-back.svg
icon-library/skip-back.svg
skip-back.svg
wp-includes/images/icon-library/help.svg
images/icon-library/help.svg
icon-library/help.svg
@@ -16650,6 +16734,9 @@ wp-includes/blocks/missing/block.json
blocks/missing/block.json
missing/block.json
block.json
wp-includes/blocks/tab-panel.php
blocks/tab-panel.php
tab-panel.php
wp-includes/blocks/site-title/block.json
blocks/site-title/block.json
site-title/block.json
@@ -16663,6 +16750,13 @@ post-comments-form.php
wp-includes/blocks/term-description.php
blocks/term-description.php
term-description.php
wp-includes/blocks/tab-panel/block.json
blocks/tab-panel/block.json
tab-panel/block.json
block.json
wp-includes/blocks/tabs.php
blocks/tabs.php
tabs.php
wp-includes/blocks/site-tagline/block.json
blocks/site-tagline/block.json
site-tagline/block.json
@@ -16680,6 +16774,10 @@ wp-includes/blocks/post-navigation-link/block.json
blocks/post-navigation-link/block.json
post-navigation-link/block.json
block.json
wp-includes/blocks/playlist/block.json
blocks/playlist/block.json
playlist/block.json
block.json
wp-includes/blocks/query-pagination-numbers/block.json
blocks/query-pagination-numbers/block.json
query-pagination-numbers/block.json
@@ -16732,6 +16830,9 @@ wp-includes/blocks/post-comments-form/block.json
blocks/post-comments-form/block.json
post-comments-form/block.json
block.json
wp-includes/blocks/playlist-track.php
blocks/playlist-track.php
playlist-track.php
wp-includes/blocks/term-description/block.json
blocks/term-description/block.json
term-description/block.json
@@ -16762,6 +16863,9 @@ comment-content.php
wp-includes/blocks/gallery.php
blocks/gallery.php
gallery.php
wp-includes/blocks/tab-list.php
blocks/tab-list.php
tab-list.php
wp-includes/blocks/comments-pagination-next.php
blocks/comments-pagination-next.php
comments-pagination-next.php
@@ -16820,6 +16924,10 @@ block.json
wp-includes/blocks/pattern.php
blocks/pattern.php
pattern.php
wp-includes/blocks/tab-panels/block.json
blocks/tab-panels/block.json
tab-panels/block.json
block.json
wp-includes/blocks/social-link.php
blocks/social-link.php
social-link.php
@@ -16876,6 +16984,10 @@ wp-includes/blocks/page-list/block.json
blocks/page-list/block.json
page-list/block.json
block.json
wp-includes/blocks/playlist-track/block.json
blocks/playlist-track/block.json
playlist-track/block.json
block.json
wp-includes/blocks/paragraph.php
blocks/paragraph.php
paragraph.php
@@ -17134,6 +17246,9 @@ wp-includes/blocks/comments-pagination-next/block.json
blocks/comments-pagination-next/block.json
comments-pagination-next/block.json
block.json
wp-includes/blocks/playlist.php
blocks/playlist.php
playlist.php
wp-includes/blocks/nextpage/block.json
blocks/nextpage/block.json
nextpage/block.json
@@ -17314,6 +17429,10 @@ footnotes.php
wp-includes/blocks/post-featured-image.php
blocks/post-featured-image.php
post-featured-image.php
wp-includes/blocks/tabs/block.json
blocks/tabs/block.json
tabs/block.json
block.json
wp-includes/blocks/tag-cloud/block.json
blocks/tag-cloud/block.json
tag-cloud/block.json
@@ -17339,6 +17458,10 @@ query-title.php
wp-includes/blocks/block.php
blocks/block.php
block.php
wp-includes/blocks/tab-list/block.json
blocks/tab-list/block.json
tab-list/block.json
block.json
wp-includes/blocks/legacy-widget/block.json
blocks/legacy-widget/block.json
legacy-widget/block.json
@@ -17374,6 +17497,8 @@ wp-includes/wp-diff.php
wp-diff.php
wp-includes/class-walker-category.php
class-walker-category.php
wp-includes/icons.php
icons.php
wp-includes/l10n.php
l10n.php
wp-includes/registration-functions.php
@@ -17738,6 +17863,10 @@ wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php
rest-api/endpoints/class-wp-rest-settings-controller.php
endpoints/class-wp-rest-settings-controller.php
class-wp-rest-settings-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-icon-collections-controller.php
rest-api/endpoints/class-wp-rest-icon-collections-controller.php
endpoints/class-wp-rest-icon-collections-controller.php
class-wp-rest-icon-collections-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-categories-controller.php
rest-api/endpoints/class-wp-rest-abilities-v1-categories-controller.php
endpoints/class-wp-rest-abilities-v1-categories-controller.php
@@ -2102,6 +2102,7 @@ wp-includes/js/mediaelement/renderers/vimeo.min.js
wp-includes/js/mediaelement/renderers/vimeo.js
wp-includes/js/mediaelement/mediaelement.min.js
wp-includes/js/hoverIntent.js
wp-includes/js/wp-tooltip.min.js
wp-includes/js/customize-preview-nav-menus.js
wp-includes/js/autosave.js
wp-includes/js/api-request.js
@@ -2389,6 +2390,11 @@ wp-includes/js/dist/script-modules/latex-to-mathml/index.min.asset.php
wp-includes/js/dist/script-modules/latex-to-mathml/index.min.js
wp-includes/js/dist/script-modules/latex-to-mathml/index.js
wp-includes/js/dist/script-modules/latex-to-mathml/loader.min.js
wp-includes/js/dist/script-modules/video-conversion/loader.js
wp-includes/js/dist/script-modules/video-conversion/loader.min.asset.php
wp-includes/js/dist/script-modules/video-conversion/worker.min.js
wp-includes/js/dist/script-modules/video-conversion/worker.min.asset.php
wp-includes/js/dist/script-modules/video-conversion/loader.min.js
wp-includes/js/dist/script-modules/block-library/playlist/view.js
wp-includes/js/dist/script-modules/block-library/playlist/view.min.js
wp-includes/js/dist/script-modules/block-library/playlist/view.min.asset.php
@@ -2429,6 +2435,9 @@ wp-includes/js/dist/script-modules/vips/loader.min.js
wp-includes/js/dist/script-modules/abilities/index.min.asset.php
wp-includes/js/dist/script-modules/abilities/index.min.js
wp-includes/js/dist/script-modules/abilities/index.js
wp-includes/js/dist/script-modules/dashboard-init/index.min.asset.php
wp-includes/js/dist/script-modules/dashboard-init/index.min.js
wp-includes/js/dist/script-modules/dashboard-init/index.js
wp-includes/js/dist/script-modules/boot/index.min.asset.php
wp-includes/js/dist/script-modules/boot/index.min.js
wp-includes/js/dist/script-modules/boot/index.js
@@ -2471,6 +2480,7 @@ wp-includes/js/wp-list-revisions.min.js
wp-includes/js/customize-base.min.js
wp-includes/js/wp-sanitize.min.js
wp-includes/js/mce-view.js
wp-includes/js/wp-tooltip.js
wp-includes/js/admin-bar.js
wp-includes/js/customize-models.min.js
wp-includes/js/jcrop/jquery.Jcrop.min.js
@@ -2804,6 +2814,7 @@ wp-includes/style-engine/class-wp-style-engine-css-rules-store.php
wp-includes/style-engine/class-wp-style-engine.php
wp-includes/style-engine/class-wp-style-engine-css-declarations.php
wp-includes/style-engine/class-wp-style-engine-processor.php
wp-includes/class-wp-icon-collections-registry.php
wp-includes/class-walker-page-dropdown.php
wp-includes/widgets/class-wp-nav-menu-widget.php
wp-includes/widgets/class-wp-widget-text.php
@@ -3004,6 +3015,7 @@ wp-includes/images/icon-library/line-dotted.svg
wp-includes/images/icon-library/format-italic.svg
wp-includes/images/icon-library/drawer-right.svg
wp-includes/images/icon-library/classic.svg
wp-includes/images/icon-library/replay.svg
wp-includes/images/icon-library/language.svg
wp-includes/images/icon-library/contents.svg
wp-includes/images/icon-library/audio.svg
@@ -3062,6 +3074,7 @@ wp-includes/images/icon-library/format-list-bullets.svg
wp-includes/images/icon-library/shipping.svg
wp-includes/images/icon-library/megaphone.svg
wp-includes/images/icon-library/table.svg
wp-includes/images/icon-library/skip-forward.svg
wp-includes/images/icon-library/site-logo.svg
wp-includes/images/icon-library/comment-edit-link.svg
wp-includes/images/icon-library/table-row-after.svg
@@ -3070,6 +3083,7 @@ wp-includes/images/icon-library/accordion-heading.svg
wp-includes/images/icon-library/archive.svg
wp-includes/images/icon-library/table-column-before.svg
wp-includes/images/icon-library/swatch.svg
wp-includes/images/icon-library/repeat.svg
wp-includes/images/icon-library/button.svg
wp-includes/images/icon-library/post-featured-image.svg
wp-includes/images/icon-library/comment-content.svg
@@ -3079,6 +3093,7 @@ wp-includes/images/icon-library/position-left.svg
wp-includes/images/icon-library/close.svg
wp-includes/images/icon-library/flip-vertical.svg
wp-includes/images/icon-library/text-vertical.svg
wp-includes/images/icon-library/repeat-all.svg
wp-includes/images/icon-library/chevron-down.svg
wp-includes/images/icon-library/stretch-full-width.svg
wp-includes/images/icon-library/wordpress.svg
@@ -3118,6 +3133,7 @@ wp-includes/images/icon-library/caution.svg
wp-includes/images/icon-library/gallery.svg
wp-includes/images/icon-library/sides-all.svg
wp-includes/images/icon-library/add-submenu.svg
wp-includes/images/icon-library/pause.svg
wp-includes/images/icon-library/code.svg
wp-includes/images/icon-library/line-solid.svg
wp-includes/images/icon-library/table-column-after.svg
@@ -3125,6 +3141,7 @@ wp-includes/images/icon-library/backup.svg
wp-includes/images/icon-library/settings.svg
wp-includes/images/icon-library/typography.svg
wp-includes/images/icon-library/arrow-up.svg
wp-includes/images/icon-library/play.svg
wp-includes/images/icon-library/math.svg
wp-includes/images/icon-library/navigation.svg
wp-includes/images/icon-library/pull-left.svg
@@ -3151,6 +3168,7 @@ wp-includes/images/icon-library/separator.svg
wp-includes/images/icon-library/heading-level-3.svg
wp-includes/images/icon-library/arrow-up-right.svg
wp-includes/images/icon-library/caption.svg
wp-includes/images/icon-library/skip-back.svg
wp-includes/images/icon-library/help.svg
wp-includes/images/icon-library/verse.svg
wp-includes/images/icon-library/symbol.svg
@@ -3590,15 +3608,19 @@ wp-includes/pomo/plural-forms.php
wp-includes/pomo/po.php
wp-includes/ms-site.php
wp-includes/blocks/missing/block.json
wp-includes/blocks/tab-panel.php
wp-includes/blocks/site-title/block.json
wp-includes/blocks/query.php
wp-includes/blocks/post-comments-form.php
wp-includes/blocks/term-description.php
wp-includes/blocks/tab-panel/block.json
wp-includes/blocks/tabs.php
wp-includes/blocks/site-tagline/block.json
wp-includes/blocks/icon.php
wp-includes/blocks/query-pagination.php
wp-includes/blocks/image.php
wp-includes/blocks/post-navigation-link/block.json
wp-includes/blocks/playlist/block.json
wp-includes/blocks/query-pagination-numbers/block.json
wp-includes/blocks/latest-comments.php
wp-includes/blocks/video.php
@@ -3614,6 +3636,7 @@ wp-includes/blocks/home-link.php
wp-includes/blocks/verse/block.json
wp-includes/blocks/post-time-to-read.php
wp-includes/blocks/post-comments-form/block.json
wp-includes/blocks/playlist-track.php
wp-includes/blocks/term-description/block.json
wp-includes/blocks/accordion-panel/block.json
wp-includes/blocks/comment-reply-link/block.json
@@ -3622,6 +3645,7 @@ wp-includes/blocks/archives/block.json
wp-includes/blocks/widget-group/block.json
wp-includes/blocks/comment-content.php
wp-includes/blocks/gallery.php
wp-includes/blocks/tab-list.php
wp-includes/blocks/comments-pagination-next.php
wp-includes/blocks/query-no-results.php
wp-includes/blocks/query-pagination-next/block.json
@@ -3638,6 +3662,7 @@ wp-includes/blocks/buttons/block.json
wp-includes/blocks/term-count/block.json
wp-includes/blocks/preformatted/block.json
wp-includes/blocks/pattern.php
wp-includes/blocks/tab-panels/block.json
wp-includes/blocks/social-link.php
wp-includes/blocks/comments-pagination/block.json
wp-includes/blocks/tag-cloud.php
@@ -3654,6 +3679,7 @@ wp-includes/blocks/search.php
wp-includes/blocks/heading/block.json
wp-includes/blocks/site-tagline.php
wp-includes/blocks/page-list/block.json
wp-includes/blocks/playlist-track/block.json
wp-includes/blocks/paragraph.php
wp-includes/blocks/post-template/block.json
wp-includes/blocks/spacer/block.json
@@ -3727,6 +3753,7 @@ wp-includes/blocks/accordion.php
wp-includes/blocks/terms-query/block.json
wp-includes/blocks/site-logo.php
wp-includes/blocks/comments-pagination-next/block.json
wp-includes/blocks/playlist.php
wp-includes/blocks/nextpage/block.json
wp-includes/blocks/list.php
wp-includes/blocks/read-more.php
@@ -3776,6 +3803,7 @@ wp-includes/blocks/page-list-item.php
wp-includes/blocks/accordion-heading/block.json
wp-includes/blocks/footnotes.php
wp-includes/blocks/post-featured-image.php
wp-includes/blocks/tabs/block.json
wp-includes/blocks/tag-cloud/block.json
wp-includes/blocks/home-link/block.json
wp-includes/blocks/blocks-json.php
@@ -3783,6 +3811,7 @@ wp-includes/blocks/page-list-item/block.json
wp-includes/blocks/code/block.json
wp-includes/blocks/query-title.php
wp-includes/blocks/block.php
wp-includes/blocks/tab-list/block.json
wp-includes/blocks/legacy-widget/block.json
wp-includes/blocks/button/block.json
wp-includes/blocks/social-links/block.json
@@ -3796,6 +3825,7 @@ wp-includes/class-wp-block.php
wp-includes/template-canvas.php
wp-includes/wp-diff.php
wp-includes/class-walker-category.php
wp-includes/icons.php
wp-includes/l10n.php
wp-includes/registration-functions.php
wp-includes/nav-menu-template.php
@@ -3916,6 +3946,7 @@ wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-icon-collections-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-categories-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
@@ -1681,9 +1681,9 @@ hp/video
hpc/*/supported-applications.aspx?
hpm
hpmob
http://archive.org/robots.txt
http://de.wikipedia.org/robots.txt
http://ec.europa.eu/robots.txt
http://maps.app.goo.gl/robots.txt
http://sites.google.com/robots.txt
http://wa.me/robots.txt
http://web.archive.org/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
@@ -3252,7 +3252,7 @@ wiki/Wikipedia%3AVandalismi_in_corso
wiki/Wikipedia%3AVandalismusmeldung
wiki/Wikipedia%3AVandalismusmeldung%2F
wiki/Wikipedia%3AVermittlungsausschuss
wiki/Wikipedia%3AVermittlungsausschuss%2Fhttp://amazon.co.uk/robots.txt
wiki/Wikipedia%3AVermittlungsausschuss%2Fhttp://news.google.com/robots.txt
wiki/Wikipedia%3AVotes_for_deletion
wiki/Wikipedia%3AWikiProject_Deletion_sorting
wiki/Wikipedia%3AWikiProject_Spam
@@ -3421,7 +3421,7 @@ wiki/Wikipedia_Diskussion:Checkuser%2F
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://creativecommons.org/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://itunes.apple.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@@ -183,9 +183,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
&shareCard=
&showAllGroups=
&sitrackingid=
&solrsort
&solved=
&sort
&sort*&page=
&sort=
&sortBy=
@@ -370,7 +368,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.ssi$
.svg
.svg
.svghttp://dinotim.com/robots.txt
.svghttp://discogs.com/robots.txt
.swf$
.swf$
.sxg
@@ -988,7 +986,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/business/aisearch
/business/availability
/business/availability/?context
/business/availability/?context=http://hertason.blogspot.com/robots.txt
/business/availability/?context=http://help.twitter.com/robots.txt
/business/availability?context
/business/availability?context=
/business/search
@@ -1243,8 +1241,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/ecomm
/edit
/edit$
/edit$
/edit/$
/edit/change-email
/edit/change-password
/edited
@@ -1502,7 +1498,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/health/search/filter
/healthvault/
/help
/help/*&query=
/help/*/article/search?
/help/*?query=
/help/article/search?
/hindi/*
/history
@@ -1569,6 +1567,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/inline$
/insights
/install.php
/integrated
/internal+no-explicit
/internaluseronly
/investors
@@ -1792,7 +1791,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newsroom-index-search
/nextpodcastlist/*
/nightly-news
/no-referrer-when-downgradehttp://globesimregistrations.ph/robots.txt
/no-referrer-when-downgradehttp://gmail.com/robots.txt
/no-search-results
/node
/node/add
@@ -1917,6 +1916,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/powershell/
/pre-foreclosure
/preferences/
/presented
/price-comparison
/price/*?locale
/pricing
@@ -2341,6 +2341,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/test-template
/testhome
/testing-products-
/text
/thank-you
/the-hustle/author/*&
/the-hustle/author/*?
@@ -2374,6 +2375,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/topics
/topics/*?
/topics_amp/*
/topline
/townhome_att
/tpoint_articleshow/*
/trackClickAsync.htm
@@ -2607,8 +2609,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*&keepEmbedCode=
?*&keyboard=
?*&ls=
?*&noheader
?*&sfdebug
?*/
?*/*ref
?*002/*0902
@@ -3091,7 +3091,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?nextUrl=*
?nid=
?no-cache=
?noheader
?nomobile*
?noredirect=true&config=standalone
?np=*
@@ -3171,7 +3170,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?q=node/*/nodequeue
?q=node/add
?q=print
?q=profile
?q=search
?q=user/login
?q=user/logout
@@ -3228,7 +3226,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?service=Ajax
?service=ajax
?set_mobile=
?sfdebug
?share=
?showAllGroups=
?show_error=true
@@ -3237,8 +3234,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?sid=
?sitrackingid=
?slogin
?solrsort
?sort
?sort*&page=
?sort=
?sort=
@@ -3295,6 +3290,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?user=
?usg=
?utf8=
?utm
?utm=
?utm_
?utm_
@@ -4343,7 +4339,6 @@ Review/
Review/LeaveReview/
Review/List/
ReviewCollect
ReviewExpress-
ReviewExpressFAQ
Reviews/*-reviews-SRCH_*_IP2.htm
Reviews/*_IP*.htm
@@ -4841,7 +4836,6 @@ a-guide-to-discreetly-traveling-with-weed-1850432640
a-knight-s-tale
a-league-of-their-own
a-madea-christmas
a-savoir-en-france
a-visual-reference-for-six-basic-knife-cuts-1702149571
a-womans-guide-to-learning-to-love-masturbation-1713950621
a/*.*/about
@@ -5001,6 +4995,7 @@ account/mypro
account/notificationsettings/?*token=
account/password/reset
account/registration
account/sign-in
account/subscribe
account/subscribe/payment
account_purchase_history.mhtml
@@ -5302,7 +5297,6 @@ agent
agent-resources
agent-resources/zgwp/app/themes/paxl/assets/fonts/stargate.ttf
agent-websites
aggregator
agreements/approve
ahead
ahoy
@@ -5350,7 +5344,6 @@ ajax/rentals/ClaimedRentalProperties.htm?actionType=claims
ajax/seoRequest
ajax/skill-bundle.php
ajax/user
ajax?
ajax_collection_share.php
ajax_comments
ajaxcart
@@ -5478,7 +5471,7 @@ apdata
api
api*.do
api*?hl=
api*?hl=http://adssettings.google.com/robots.txt
api*?hl=http://advancedformintegration.com/robots.txt
api-keys
api-proxy
api-web
@@ -5833,7 +5826,6 @@ astronomy/moon/distance.html?year=2027
astronomy/moon/distance.html?year=2028
astronomy/moon/light.html?
astronomy/moon/light.html?iso
async
async-create-search-page-state
async_info/base_data
at
@@ -6056,7 +6048,7 @@ audible-sample-player
audible_programs=
audiblehug
audiblewords
audio-edition-podcast/*/index.xmlhttp://ecrs.com/robots.txt
audio-edition-podcast/*/index.xmlhttp://edition.cnn.com/robots.txt
audio.html
audio/music/search
audio/sound-effects/search
@@ -6626,7 +6618,7 @@ blog/*?text=
blog/*sitemap.xml$
blog/*utm_source=
blog/.
blog/.html.*http://samsung.com/robots.txt
blog/.html.*http://safety.google/robots.txt
blog/10-lessons-from-an-engineering-manager/$
blog/2025-shifting-roles-report/$
blog/2026-ai-report/$
@@ -7528,13 +7520,11 @@ board_activity
board_activity_comment
boardinvited
boerse/data
bons-plans
boo-2-a-madea-halloween
boo-a-madea-halloween
book
book-a-coronavirus-vaccination
book-a-coronavirus-vaccination/
book/export
book/reviews
book/show
book_link/follow
@@ -7618,7 +7608,6 @@ bring-back-dry-humping-1727214132
bring-these-snacks-to-your-next-protest-1843825938
britishairways
broadband
brouillon
browse
browse-2
browse-restricted-websites-with-virtual-browser-146724
@@ -7856,6 +7845,7 @@ c/technology.atom
c/us/en/
c1/en/pdf-nf/*.PDF
c1/en/pdf-nf/*.pdf
c1f6c601f75dfe5d
c?*attr_*=
cDN_contENt
ca
@@ -8273,6 +8263,7 @@ cartoon
carts
cascadeauth/microsoft-365/account/silentauth
cash
cashout
cassette.axd/manifest.xml
cassette.axd/script/
cassette.axd/stylesheet/
@@ -8355,7 +8346,7 @@ cgi-bin/koha/
cgi-bin/loginpage
cgi-bin/search.fpl
cgi-bin/wx
cgi-binhttp://ifttt.com/robots.txt
cgi-binhttp://iheart.com/robots.txt
cgi-local
cgi-mad/
cgi-pct/
@@ -9275,7 +9266,7 @@ confirm_unsubscribe
conflagexp
connect
connect/@
connect/http://blog.livedoor.jp/robots.txt
connect/http://blog.twitter.com/robots.txt
connect/invite
connect/social-intranet.html
connections
@@ -9675,7 +9666,6 @@ ctm
culturalinstitute/images
culturalinstitute/sitemaps
culturalinstitute/stella
culture
culture/404_en.htm
culture/projects/projects
culture/staff/staff
@@ -11380,9 +11370,7 @@ edc
edcom/bugtrack
edge
edit
edit$
edit-subscriptions
edit/$
edit/review
edit/success
editing
@@ -11451,7 +11439,6 @@ el/search/default.mi
elastictranscoder/2012-09-25
elearning/
election-results-data
elections/resultats
electrode/api/logger
element/*goodbye
element/?
@@ -14712,15 +14699,11 @@ fashion/lookbook/38917
fashion/search/models
fast-five
fast-furious
fastajax
fastajax/order
fastajax/order/tax
fastajax/order/tax/validatevat
fastanswers
fatalerror.html
faves-i_love_u_get_away_from_me
favicon.ico
favicon.icohttp://blog.hubspot.com/robots.txt
favicon.icohttp://blog.livedoor.jp/robots.txt
favorit-hinzufuegen
favorit-loeschen
favorites?
@@ -14946,7 +14929,7 @@ find-the-name-of-a-song-by-tapping-149288
find-the-right-bpm-for-your-perfect-running-playlist-wi-5927390
find-the-right-replacement-nut-or-bolt-via-photo-using-1827785812
find-the-wifi-password-for-almost-any-airport-lounge-us-1841119770
find/*http://freepik.com/robots.txt
find/*http://frontiersin.org/robots.txt
findCityAjax.htm
finetune
fios
@@ -17992,7 +17975,7 @@ fy-NL/firefox/collections/mozilla
fy-NL/firefox/collections/mozilla/$
fy-NL/firefox/search
g
g/4arE9Chttp://flaybos.blogspot.com/robots.txt
g/4arE9Chttp://flickr.com/robots.txt
g/api
ga-actions/formie/forms/refresh-tokens
ga/p
@@ -18514,7 +18497,7 @@ health/drugs/ozempic-for-weight-loss
health/echelon-firmware-subscription-update
health/equipment-every-home-gym-needs
health/everything-you-get-with-garmin-connect-plus
health/files/rhpthttp://imgur.com/robots.txt
health/files/rhpthttp://inc.com/robots.txt
health/first-differences-i-noticed-after-upgrading-to-a-peloton-bike-plus
health/fitbit-charge-6-review
health/fitbit-new-app-preview-impressions
@@ -19451,7 +19434,7 @@ html-to-img
html/story
html5
http2_data
http://1.envato.market/robots.txt
http://2.bp.blogspot.com/robots.txt
http://akparti.org.tr/robots.txt
http://aliexpress.com/robots.txt
http://amazon.co.jp/robots.txt
@@ -19462,34 +19445,33 @@ http://amazon.es/robots.txt
http://amazon.fr/robots.txt
http://amazon.in/robots.txt
http://amazon.it/robots.txt
http://ameblo.jp/robots.txt
http://americanexpress.com/robots.txt
http://apple.com/robots.txt
http://behance.net/robots.txt
http://economist.com/robots.txt
http://beinternetawesome.withgoogle.com/robots.txt
http://ecrs.com/robots.txt
http://en.m.wikipedia.org/robots.txt
http://gist.github.com/robots.txt
http://govostis.gr/robots.txt
http://groups.google.com/robots.txt
http://groupon.com/robots.txt
http://healthline.com/robots.txt
http://irishtimes.com/robots.txt
http://kickstarter.com/robots.txt
http://kids.youtube.com/robots.txt
http://nationalgeographic.com/robots.txt
http://nike.com/robots.txt
http://nhs.uk/robots.txt
http://patents.google.com/robots.txt
http://pixabay.com/robots.txt
http://searchenginejournal.com/robots.txt
http://seekingalpha.com/robots.txt
http://smithsonianmag.com/robots.txt
http://static1.squarespace.com/robots.txt
http://static.googleusercontent.com/robots.txt
http://techradar.com/robots.txt
http://thelancet.com/robots.txt
http://theglobeandmail.com/robots.txt
http://threads.net/robots.txt
http://tracks.arte.tv/robots.txt
http://unpkg.com/robots.txt
http://use.fontawesome.com/robots.txt
http://vr.youtube.com/robots.txt
http://walmart.com/robots.txt
http://weforum.org/robots.txt
http://wellbeing.google/robots.txt
http://upload.wikimedia.org/robots.txt
http://usatoday.com/robots.txt
http://vimeo.com/robots.txt
http://w3techs.com/robots.txt
http://weebly.com/robots.txt
http://wish.com/robots.txt
https://player.cnevids.com
https:/www.alibaba.com
@@ -19988,6 +19970,7 @@ inboxcommerce
includes
incognito
incoming
incomplete
incontext
independentlens/film-lists/watch-online
independentlens/films/watch-online
@@ -22133,7 +22116,7 @@ kui=
kw/payroll/
kwanzaa-spotlight
l
l-http://independent.co.uk/robots.txt
l-http://indico.math.cnrs.fr/robots.txt
l.php
la-la-land
lab/habr-detector
@@ -23221,7 +23204,7 @@ mre/*.jpg$
mre/*.js$
mre/*.pdf$
mre/*.png$
mre/*.zip$http://gov.uk/robots.txt
mre/*.zip$http://gopro.com/robots.txt
mre/*?
mre/*@@configuracoes_view
mre/*@@download/file$
@@ -23441,6 +23424,7 @@ nationalfilmregistry
native
native-android-mobile
native-android-tablet
native/business/banking-finance/topics/wealth-across-borders/article/3357488/retired-businessman-and-lifelong-sailor-trust-anchors-process-building-wealth
nature-index/annual-tables/2021/academic-normalized
nature-index/annual-tables/export
nature-index/article-api
@@ -24967,7 +24951,6 @@ pickadate/static-1.6
picture-gallery/sponsor-story
pictures/related
pictures/search
pift/retest
pigeon
pill-identification/search-results*
pimages
@@ -25436,7 +25419,7 @@ prequalify
present
presentation
presentation-maker/$
presented/better-life/career-education/topics/edtalk-harbour-school/article/3199785/rethinking-5-educational-myths-through-experiential-learning-approachhttp://scratch.mit.edu/robots.txt
presented/better-life/career-education/topics/edtalk-harbour-school/article/3199785/rethinking-5-educational-myths-through-experiential-learning-approach
preserv/extranet
press
press$
@@ -25457,7 +25440,6 @@ preview/result?
preview=
preview=
preview=true
preview?*
preview_script_id
preview_theme_id
previewtemplate
@@ -25488,6 +25470,8 @@ pricing/payment
pricing/pro
primeshow*
print
print/native/business/banking-finance/topics/wealth-across-borders/article/3357488/retired-businessman-and-lifelong-sailor-trust-anchors-process-building-wealthhttp://scratch.mit.edu/robots.txt
print/presented/better-life/career-education/topics/edtalk-harbour-school/article/3199785/rethinking-5-educational-myths-through-experiential-learning-approach
printView=
printable/pdf
printer_friendly_story
@@ -25508,7 +25492,7 @@ privacy/zoho-group.html
privacypolicychanges
private
private-promo
private/http://about.google/robots.txt
private/http://about.fb.com/robots.txt
private/wtrack
pro
pro-resources
@@ -25549,7 +25533,7 @@ product-integrations/figma-for-microsoft-teams/$
product-integrations/google-workspace/$
product-integrations/zoom/$
product-managers/$
product-ratings/http://woocommerce.com/robots.txt
product-ratings/http://wix.com/robots.txt
product-reviews/B0069IY63Y
product/*
product/electrode/api/logger
@@ -25636,9 +25620,6 @@ program/hms-test-program-page
program/wp-
programming/free/files
project/eda/partnership_services/$
project/issues/*/search
project/issues/search
project/issues/subscribe-mail
projects
projects/*/best_release.html
projects/*/files/*/stats/json
@@ -26693,6 +26674,8 @@ relation=
release-notes/$
releasenotes/item/
relieve-bee-stings-with-a-bit-of-tobacco-5822619
religious-landscape-study/*.md
religious-landscape-study/*/markdown
relive-your-childhood-games-with-this-free-cd-rom-archi-1850408876
relive-your-glory-days-with-these-retro-tv-sites-1848662849
relnotes
@@ -28512,7 +28495,9 @@ sitemap
sitemap-*.xml
sitemap-extended
sitemap.xml
sitemap.xml
sitemap.xml?page=
sitemap/
sitemap/catalog
sitemap/crawl-monitor
sitemap/rss
@@ -29372,6 +29357,7 @@ start_order
startup
stat
statement
statements
static
static/
static/*.css$
@@ -29859,7 +29845,6 @@ switch-your-luggage-to-inline-skate-wheels-for-better-d-1788664054
sydney-white
syndicate
syndication_cookie_sync
synsearch
system
system/
system/cron/cron.txt
@@ -29887,7 +29872,7 @@ tag
tag-manager
tag-manager-360
tag/
tag/*+http://discogs.com/robots.txt
tag/*+http://digital-strategy.ec.europa.eu/robots.txt
tag/*/page
tag/credible
tag/interaction-card
@@ -31123,11 +31108,11 @@ test-kick-tires
test-v1-page-template
test.html
test/diagnostic-tool
test2http://eventbrite.co.uk/robots.txt
test2http://g.co/robots.txt
test_community
testfl
testgpr
testhttp://moz.com/robots.txt
testhttp://mozilla.org/robots.txt
testing
testpage-forhomepage
tests
@@ -31861,6 +31846,7 @@ try-search-term
try?
trylater
tsa
ttarticle/p/show
tto/archive/article
tto/archive/find
tto/archive/frame/article
@@ -32361,8 +32347,6 @@ user/*/followers
user/*/following
user/*/history
user/*/traces
user/*/track
user/*/track?page=
user/.*
user/InlineLogin.htm?
user/Login
@@ -32384,7 +32368,6 @@ user/login/?context=
user/login/profile
user/login?context
user/login?context=
user/login?destination=
user/logout
user/logout
user/logout/
@@ -32410,7 +32393,6 @@ user/register/?context
user/register/?context=
user/register?context
user/register?context=
user/register?destination=
user/registration
user/search-self
user/settings
@@ -32423,7 +32405,6 @@ user/ur*/reviews
user/verified
user/verify
user/year_in_books
user?destination=
userInfo
userPortal
userValidationKey
@@ -32740,12 +32721,10 @@ vodafone
vodafonedemobilelaunch
voices/
voir-emploi?
vos-questions
vote-review
votre-europarl/
voucher
voyager/api
voyages
vp
vp2
vpBaselines
@@ -33644,8 +33623,8 @@ wiki/Wikipedia_discusión:Solicitudes_de_verificación_de_usuarios
wiki/Wikipedia_discusión:Supresores/Candidaturas
wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://en.wikipedia.org/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://engadget.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://enterprisemarketingportal.google/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://win.gs/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
@@ -33947,6 +33926,7 @@ wp-admin
wp-admin/
wp-admin/admin-ajax.php
wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://rtbf.be/robots.txt
wp-admin/admin-ajax.phphttp://starbucks.com/robots.txt
wp-admin/load-scripts.php
wp-admin/load-styles.php
@@ -33968,6 +33948,7 @@ wp-content/plugins/abm-sej/includes/infinte-scroll/js/infs.js
wp-content/plugins/abm-sej/includes/infinte-scroll/js/observer-lazy-load-a.js
wp-content/plugins/abm-sej/includes/infinte-scroll/js/prebid/prebid10.9.0.js
wp-content/plugins/liveblog
wp-content/plugins/prc-icon-library
wp-content/plugins/wp-bigmarker/asset/public/js/hs.js
wp-content/plugins/ws-form-pro/public/js/ws-form-public-geo.min.js
wp-content/plugins/ws-form-pro/public/js/ws-form-public-tracking.min.js
@@ -34483,6 +34464,7 @@ zz-test
2
2*?
2-fast-2-furious
2/detail/
2fa
3
3*?
@@ -34514,7 +34496,6 @@ zz-test
7-of-the-best-vr-games-that-will-actually-give-you-a-gr-1847397399
7-reasons-i-hoard-bonne-maman-jam-jars-1850049572
7-ways-you-didn-t-know-you-could-search-for-photos-on-y-1848973669
7d4382a41a08e675
8
8*?
8-fun-shows-to-get-your-kids-into-cooking-1846252659
File diff suppressed because it is too large Load Diff