[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2025-09-16 10:07:33 +00:00
parent 2fbc5a01b6
commit 3a3dd3c949
16 changed files with 1646 additions and 809 deletions
@@ -11275,6 +11275,7 @@ src/Umbraco.Infrastructure/PropertyEditors/Validators/IRichTextRegexValidator.cs
src/Umbraco.Infrastructure/PropertyEditors/Validators/RichTextRequiredValidator.cs
src/Umbraco.Infrastructure/PropertyEditors/Validators/TrueFalseValueRequiredValidator.cs
src/Umbraco.Infrastructure/PropertyEditors/Validators/IRichTextRequiredValidator.cs
src/Umbraco.Infrastructure/PropertyEditors/Validators/FileUploadValueRequiredValidator.cs
src/Umbraco.Infrastructure/PropertyEditors/Validators/RichTextRegexValidator.cs
src/Umbraco.Infrastructure/PropertyEditors/Validators/BlockListValueRequiredValidator.cs
src/Umbraco.Infrastructure/PropertyEditors/ComplexPropertyEditorContentNotificationHandler.cs
@@ -13846,6 +13847,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Core/HashCodeCombinerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/DecimalPropertyValueEditorTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/MultiNodeTreePickerTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/ConvertersTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/Validators/FileUploadValueRequiredValidatorTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/Validators/TrueFalseValueRequiredValidatorTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/Validators/BlockListValueRequiredValidatorTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/Validators/EmailValidatorTests.cs