[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2026-05-10 09:37:42 +00:00
parent 1106a56e88
commit 7dc08220a5
20 changed files with 3299 additions and 5335 deletions
@@ -723,6 +723,7 @@ extensions/tags/migrations/2015_02_24_000000_create_discussions_tags_table.php
extensions/tags/migrations/2018_06_27_100100_change_tag_user_rename_read_time_to_marked_as_read_at.php
extensions/tags/migrations/2018_06_27_090400_rename_users_tags_to_tag_user.php
extensions/tags/migrations/2018_06_27_085300_change_tags_add_foreign_keys.php
extensions/tags/migrations/2026_04_07_000000_drop_legacy_background_columns_from_tags.php
extensions/tags/migrations/2015_02_24_000000_create_users_tags_table.php
extensions/tags/migrations/2015_10_19_061223_make_slug_unique.php
extensions/tags/migrations/2023_03_01_000000_create_post_mentions_tag_table.php
@@ -827,6 +828,7 @@ extensions/tags/tests/integration/api/discussions/TagFilterTest.php
extensions/tags/tests/integration/api/discussions/CreateTest.php
extensions/tags/tests/integration/api/discussions/UpdateTest.php
extensions/tags/tests/integration/api/tags/ListTest.php
extensions/tags/tests/integration/api/tags/SchemaTest.php
extensions/tags/tests/integration/api/tags/ListWithFulltextSearchTest.php
extensions/tags/tests/integration/api/tags/CreateTest.php
extensions/tags/tests/integration/api/tags/ShowTest.php
@@ -2458,6 +2460,9 @@ framework/core/js/dist/admin/components/FontAwesomePreviewModal.js
framework/core/js/dist/admin/components/ResetExtensionSettingsModal.js.map
framework/core/js/dist/admin/components/ResetExtensionSettingsModal.js
framework/core/js/dist/forum.js.map
framework/core/js/dist/xslt-polyfill/dist/xslt-wasm.js
framework/core/js/dist/xslt-polyfill/xslt-polyfill.min.js
framework/core/js/dist/xslt-polyfill/package.json
framework/core/js/dist/admin.js.LICENSE.txt
framework/core/js/jest.config.cjs
framework/core/js/webpack.config.cjs
@@ -2500,11 +2505,15 @@ framework/core/tests/integration/extenders/EventTest.php
framework/core/tests/integration/extenders/FormatterTest.php
framework/core/tests/integration/extenders/LocalesTest.php
framework/core/tests/integration/setup.php
framework/core/tests/integration/frontend/XsltPolyfillTest.php
framework/core/tests/integration/frontend/FontAwesomeLoadingTest.php
framework/core/tests/integration/queue/QueueScheduleTest.php
framework/core/tests/integration/queue/QueueServiceProviderTest.php
framework/core/tests/integration/queue/QueueCommandTest.php
framework/core/tests/integration/notification/SyncerRaceTest.php
framework/core/tests/integration/notification/MatchingBlueprintTest.php
framework/core/tests/integration/settings/DefaultSettingsTest.php
framework/core/tests/integration/console/AssetsPublishTest.php
framework/core/tests/integration/forum/GlobalLogoutTest.php
framework/core/tests/integration/forum/LogoutTest.php
framework/core/tests/integration/forum/IndexTest.php
@@ -2561,6 +2570,7 @@ framework/core/tests/integration/api/csrf_protection/RequireCsrfTokenTest.php
framework/core/tests/integration/api/posts/ListTest.php
framework/core/tests/integration/api/posts/DeleteTest.php
framework/core/tests/integration/api/posts/CreateTest.php
framework/core/tests/integration/api/posts/UpdateTest.php
framework/core/tests/integration/api/posts/ShowTest.php
framework/core/tests/fixtures/locales/en.yml
framework/core/tests/fixtures/locales/en+intl-icu.yml
@@ -2576,6 +2586,7 @@ framework/core/tests/fixtures/less/override_filesource.less
framework/core/tests/fixtures/views/override/frontend/app.blade.php
framework/core/tests/fixtures/views/test.blade.php
framework/core/tests/unit/Log/Context/RepositoryTest.php
framework/core/tests/unit/Formatter/XsltPolyfillTest.php
framework/core/tests/unit/Frontend/Compiler/FileVersionerTest.php
framework/core/tests/unit/Settings/MemoryCacheSettingsRepositoryTest.php
framework/core/tests/unit/Settings/DatabaseSettingsRepositoryTest.php
@@ -2619,6 +2630,7 @@ framework/core/src/Log/Context/Repository.php
framework/core/src/Filesystem/DriverInterface.php
framework/core/src/Filesystem/FilesystemServiceProvider.php
framework/core/src/Filesystem/FilesystemManager.php
framework/core/src/Formatter/XsltPolyfill.php
framework/core/src/Formatter/FormatterServiceProvider.php
framework/core/src/Formatter/Formatter.php
framework/core/src/Formatter/Formattable.php