From 6d4d115faae64f606f6c008f2600f5d42ad680d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 16:36:33 +0000 Subject: [PATCH 1/3] Bump fast-uri from 3.1.4 to 3.1.5 Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 5f8e22c7e0d..d443ebceda6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12522,9 +12522,9 @@ __metadata: linkType: hard "fast-uri@npm:^3.0.1": - version: 3.1.4 - resolution: "fast-uri@npm:3.1.4" - checksum: f90948821ceb49980f64f89b8216ba498f5957f26035be813526a55b6145d26cbd63ef5618d5205a3292b31edc9c08589749350cd72bd86c7095eb434dceb757 + version: 3.1.5 + resolution: "fast-uri@npm:3.1.5" + checksum: 2bf60eb800dd610c65e17be436425dcb21c92aff3a87d442a8bccab0b7b071e88cf1a5d7d1ea946370b937e6fc0375c405c0296c10587e57de4f78be4646d1d0 languageName: node linkType: hard From 1e62662f9a1dee05bc1400cf62cf157003a3cfe0 Mon Sep 17 00:00:00 2001 From: Takanori Oishi Date: Sat, 8 Aug 2026 23:15:43 +0900 Subject: [PATCH 2/3] fix: Declare ra.validation.unique in TranslationMessages ra-language-english has shipped `ra.validation.unique` since the unique validator was introduced, but the interface never declared it. Because `ra.validation` carries an index signature for custom messages, the omission compiles silently, so a translation package typed as TranslationMessages can drop the key without any error and let Polyglot render the raw key name to end users. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_014c5Smg7wiDnqQPS6HeWrMK --- packages/ra-core/src/i18n/TranslationMessages.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ra-core/src/i18n/TranslationMessages.ts b/packages/ra-core/src/i18n/TranslationMessages.ts index 1cbe8451b9f..9d4a9f78b42 100644 --- a/packages/ra-core/src/i18n/TranslationMessages.ts +++ b/packages/ra-core/src/i18n/TranslationMessages.ts @@ -182,6 +182,7 @@ export interface TranslationMessages extends StringMap { email: string; oneOf: string; regex: string; + unique: string; }; saved_queries: { label: string; From 94b3bcb7bc5176181b4d401fcc4220c18fc910c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 12:00:10 +0000 Subject: [PATCH 3/3] Bump dompurify from 3.4.12 to 3.4.13 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.12 to 3.4.13. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.12...3.4.13) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 5f8e22c7e0d..f396d5529d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11085,14 +11085,14 @@ __metadata: linkType: hard "dompurify@npm:^3.2.4": - version: 3.4.12 - resolution: "dompurify@npm:3.4.12" + version: 3.4.13 + resolution: "dompurify@npm:3.4.13" dependencies: "@types/trusted-types": "npm:^2.0.7" dependenciesMeta: "@types/trusted-types": optional: true - checksum: 127a13817353d4e20e75a991a9022a04c3af12af7479f68e2b8bee6dbc7330a96edfb8f4ebff96f4f0f24cd43e8dbba46214131f510c3aa87a843bd8b610d0ab + checksum: 9c2a1a71e1a1d8b77953db7a39ffc935ef4ed4f10fe40770232128c2cbfd4c3dc677d3d7bae51eb24cc52d9ff3548612dc540ecb4343e89b26e809d2be2e0cfe languageName: node linkType: hard