From 9c3b5ef2bd713bf85b61c0b616e3d4f178c22099 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Tue, 26 May 2026 21:45:34 +0200 Subject: [PATCH] Update no-deprecated-bui-tokens.js Signed-off-by: Charles de Dreuille --- packages/eslint-plugin/rules/no-deprecated-bui-tokens.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin/rules/no-deprecated-bui-tokens.js b/packages/eslint-plugin/rules/no-deprecated-bui-tokens.js index 831688efd8..597909eec1 100644 --- a/packages/eslint-plugin/rules/no-deprecated-bui-tokens.js +++ b/packages/eslint-plugin/rules/no-deprecated-bui-tokens.js @@ -83,7 +83,7 @@ module.exports = { }, messages: { deprecated: - "'{{token}}' is a deprecated BUI token. Use the new semantic token families instead: --bui-negative-*, --bui-positive-*, --bui-warning-*, --bui-announcement-*, or --bui-accent-*.", + "'{{token}}' is a deprecated BUI token. Replace it with the appropriate current BUI token for its usage (for example, a semantic intent, surface/background, or shadow token); see this rule's migration guide for the correct mapping.", }, schema: [], },