chore(icons): remove toBeRemovedInVersion metadata and make it optional in schema (#4513)

* Remove toBeRemovedInVersion from icons and make optional in schema

* fix(build-icons): align alias deprecation type with schema optional removal version

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Copilot
2026-07-02 12:34:23 +02:00
committed by GitHub
parent 8930dfa827
commit 35d535a477
240 changed files with 251 additions and 500 deletions

View File

@@ -18,14 +18,12 @@
{
"name": "outdent",
"deprecationReason": "alias.name",
"deprecated": true,
"toBeRemovedInVersion": "v1.0"
"deprecated": true
},
{
"name": "indent-decrease",
"deprecated": true,
"deprecationReason": "alias.name",
"toBeRemovedInVersion": "v1.0"
"deprecationReason": "alias.name"
}
]
}