[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