[
  {
    "description": "Remove .k-checkbox-label from compound CSS selectors (e.g. .k-checkbox.k-checkbox-label becomes .k-checkbox). Standalone .k-checkbox-label selectors are left untouched for manual review.",
    "file": "migrations/2020-1-219/css/checkbox-label-removal.cjs"
  },
  {
    "description": "Remove .k-checkbox-label from compound selector strings in JavaScript string and template literals",
    "file": "migrations/2020-1-219/js/checkbox-label-strings.cjs"
  },
  {
    "description": "Apply checkbox label removal transforms to inline <style> and <script> blocks in HTML files",
    "file": "migrations/2020-1-219/html/inline-styles.cjs"
  },
  {
    "description": "Update Kendo UI script CDN links to version 2020.1.219",
    "file": "migrations/2020-1-219/html/script-cdn.cjs"
  },
  {
    "description": "Standalone .k-checkbox-label selectors that are not part of a compound selector require manual review and removal if they target Kendo UI components that no longer render this class.",
    "file": "migrations/2020-1-219/manual-instructions.cjs",
    "instructionsOnly": true
  }
]
