Skip to content

Conversation

@JoshuaKGoldberg
Copy link
Collaborator

@JoshuaKGoldberg JoshuaKGoldberg commented Aug 30, 2023

👉 Partial implementation of #65993. If you're seeing this and are surprised it's happening, please read the discussion and give feedback! ❤️

Implements the dprint formatting changes packages whose names start with c. We're splitting up the changes to make it a bit easier to apply & review them en masse - and, if we need later on, revert / bisect for issues. These changes generated with roughly:

git checkout dprint-onboarding -- .dprint.jsonc
time npx dprint fmt "types/c*/**/*.t*"
# Formatted 1768 files.
# npx dprint fmt "types/c*/**/*.t*"  6.26s user 1.37s system 281% cpu 2.709 total
rm .dprint.jsonc

CI failures are a combination of existing errors and due to DefinitelyTyped-tools > feat: remove formatting rules rules from dtslint not being merged included in CI yet. ✔️

Includes:

@typescript-bot
Copy link
Contributor

typescript-bot commented Aug 30, 2023

@JoshuaKGoldberg Thank you for submitting this PR!

This is a live comment which I will keep updated.

This PR might touch some part of DefinitelyTyped infrastructure, so a DT maintainer will need to review it. This is rare — did you mean to do this?

129 packages in this PR (and possibly others)

Note: this PR touches too many files, check it!

Code Reviews

Because this is a widely-used package, a DT maintainer will need to review it before it can be merged.

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ✅ A DT maintainer needs to approve changes which affect more than one package

All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes.


Diagnostic Information: What the bot saw about this PR
{
  "type": "info",
  "now": "-",
  "pr_number": 66524,
  "author": "JoshuaKGoldberg",
  "headCommitOid": "6685aa24d78637413b8263715ab3a2be0fd90913",
  "mergeBaseOid": "05481cc1f767ee8df73f9e450075f86fce53fbd3",
  "lastPushDate": "2023-08-30T03:33:59.000Z",
  "lastActivityDate": "2023-09-04T15:02:31.000Z",
  "mergeOfferDate": "2023-09-04T06:44:31.000Z",
  "mergeRequestDate": "2023-09-04T15:02:31.000Z",
  "mergeRequestUser": "JoshuaKGoldberg",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": true,
  "hugeChange": true,
  "popularityLevel": "Critical",
  "pkgInfo": [
    {
      "name": "c-struct",
      "kind": "edit",
      "files": [
        {
          "path": "types/c-struct/c-struct-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/c-struct/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "benallfree"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "c3",
      "kind": "edit",
      "files": [
        {
          "path": "types/c3/c3-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/c3/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "mcliment",
        "gerinjacob",
        "denyo",
        "dmitryshindin",
        "timn",
        "iansan5653"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "cabarc",
      "kind": "edit",
      "files": [
        {
          "path": "types/cabarc/cabarc-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/cabarc/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Goldsmith42"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cacache",
      "kind": "edit",
      "files": [
        {
          "path": "types/cacache/cacache-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "ffflorian"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cache-manager-fs-hash",
      "kind": "edit",
      "files": [
        {
          "path": "types/cache-manager-fs-hash/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "schapka"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cache-manager-ioredis",
      "kind": "edit",
      "files": [
        {
          "path": "types/cache-manager-ioredis/cache-manager-ioredis-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/cache-manager-ioredis/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "hongyiweiwu"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cache-manager-memcached-store",
      "kind": "edit",
      "files": [
        {
          "path": "types/cache-manager-memcached-store/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "jwigley"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cache-manager-redis-store",
      "kind": "edit",
      "files": [
        {
          "path": "types/cache-manager-redis-store/cache-manager-redis-store-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/cache-manager-redis-store/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ecancinoz-chwy"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "cache-manager",
      "kind": "edit",
      "files": [
        {
          "path": "types/cache-manager/cache-manager-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/cache-manager/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "dominikeinkemmer",
        "BlackDark",
        "BryanDonovan"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "cached-path-relative",
      "kind": "edit",
      "files": [
        {
          "path": "types/cached-path-relative/cached-path-relative-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "TeamworkGuy2"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cached",
      "kind": "edit",
      "files": [
        {
          "path": "types/cached/cached-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/cached/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Juraj-Masiar"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cadesplugin",
      "kind": "edit",
      "files": [
        {
          "path": "types/cadesplugin/cadescom.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/cadesplugin/cadescom_async.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/cadesplugin/cadescom_enums.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/cadesplugin/cadesplugin.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/cadesplugin/capicom.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/cadesplugin/common.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/cadesplugin/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Delagen",
        "kmvi",
        "andrew0687"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cadviewer",
      "kind": "edit",
      "files": [
        {
          "path": "types/cadviewer/cadviewer-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/cadviewer/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "cadviewer"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cal-heatmap",
      "kind": "edit",
      "files": [
        {
          "path": "types/cal-heatmap/cal-heatmap-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/cal-heatmap/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "RetroChrisB"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "calc-percent",
      "kind": "edit",
      "files": [
        {
          "path": "types/calc-percent/calc-percent-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "calendar",
      "kind": "edit",
      "files": [
        {
          "path": "types/calendar/calendar-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "ffflorian"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "calidation",
      "kind": "edit",
      "files": [
        {
          "path": "types/calidation/calidation-tests.tsx",
          "kind": "test"
        },
        {
          "path": "types/calidation/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ArrayKnight",
        "lisatassone"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "call-bind",
      "kind": "edit",
      "files": [
        {
          "path": "types/call-bind/call-bind-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/call-bind/callBound.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/call-bind/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/call-bind/test/callBind.test.ts",
          "kind": "test"
        },
        {
          "path": "types/call-bind/test/callBound.test.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "ljharb",
        "ExE-Boss"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "callback-to-async-iterator",
      "kind": "edit",
      "files": [
        {
          "path": "types/callback-to-async-iterator/callback-to-async-iterator-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "zacnomore",
        "affanshahid"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "caller",
      "kind": "edit",
      "files": [
        {
          "path": "types/caller/caller-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "ignocide"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "callsite",
      "kind": "edit",
      "files": [
        {
          "path": "types/callsite/callsite-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/callsite/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "newclear"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "calq",
      "kind": "edit",
      "files": [
        {
          "path": "types/calq/calq-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/calq/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "eirikhm"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "camelcase-css",
      "kind": "edit",
      "files": [
        {
          "path": "types/camelcase-css/camelcase-css-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "camelcase-keys-deep",
      "kind": "edit",
      "files": [
        {
          "path": "types/camelcase-keys-deep/camelcase-keys-deep-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "englund0110"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "camo",
      "kind": "edit",
      "files": [
        {
          "path": "types/camo/camo-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/camo/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "lucasmciruzzi"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "camouflage-rewrite",
      "kind": "edit",
      "files": [
        {
          "path": "types/camouflage-rewrite/camouflage-rewrite-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/camouflage-rewrite/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "tpluscode"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "camunda-external-task-client-js",
      "kind": "edit",
      "files": [
        {
          "path": "types/camunda-external-task-client-js/camunda-external-task-client-js-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/camunda-external-task-client-js/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "MacRusher",
        "hados99"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "can-autoplay",
      "kind": "edit",
      "files": [
        {
          "path": "types/can-autoplay/can-autoplay-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "vborodulin"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cancan",
      "kind": "edit",
      "files": [
        {
          "path": "types/cancan/cancan-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/cancan/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Vincent-Pang"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "caniuse-api",
      "kind": "edit",
      "files": [
        {
          "path": "types/caniuse-api/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "davecardwell",
        "matt123miller"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "caniuse-lite",
      "kind": "edit",
      "files": [
        {
          "path": "types/caniuse-lite/caniuse-lite-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/caniuse-lite/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "mutech"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "cannon",
      "kind": "edit",
      "files": [
        {
          "path": "types/cannon/cannon-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/cannon/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "clark-stevenson",
        "Gelio",
        "Sean-Bradley"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "canvas-confetti",
      "kind": "edit",
      "files": [
        {
          "path": "types/canvas-confetti/canvas-confetti-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/canvas-confetti/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "matracey",
        "joshbatley"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "canvas-fit",
      "kind": "edit",
      "files": [
        {
          "path": "types/canvas-fit/canvas-fit-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "canvas-gauges",
      "kind": "edit",
      "files": [
        {
          "path": "types/canvas-gauges/canvas-gauges-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/canvas-gauges/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Mikhus"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "canvas-multiline-text",
      "kind": "edit",
      "files": [
        {
          "path": "types/canvas-multiline-text/canvas-multiline-text-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "A-K-O-R-A",
        "DragonCat4012"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "canvas-size",
      "kind": "edit",
      "files": [
        {
          "path": "types/canvas-size/canvas-size-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "DanielKucal"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "canvas-txt",
      "kind": "edit",
      "files": [
        {
          "path": "types/canvas-txt/canvas-txt-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/canvas-txt/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "nielskersic"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "canvasjs",
      "kind": "edit",
      "files": [
        {
          "path": "types/canvasjs/canvasjs-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/canvasjs/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "brutalimp"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "capitalize",
      "kind": "edit",
      "files": [
        {
          "path": "types/capitalize/capitalize-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "frederickfogerty",
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "capture-console",
      "kind": "edit",
      "files": [
        {
          "path": "types/capture-console/capture-console-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/capture-console/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "AustonZ"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "car-names",
      "kind": "edit",
      "files": [
        {
          "path": "types/car-names/car-names-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "carbon-components-react",
      "kind": "edit",
      "files": [
        {
          "path": "types/carbon-components-react/carbon-components-react-tests.tsx",
          "kind": "test"
        },
        {
          "path": "types/carbon-components-react/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Accordion/Accordion.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Accordion/AccordionItem.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Accordion/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/AspectRatio/AspectRatio.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Breadcrumb/Breadcrumb.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Breadcrumb/Breadcrumb.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Breadcrumb/BreadcrumbItem.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/BreadcrumbItem/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Button/Button.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Button/Button.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Button/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ButtonSet/ButtonSet.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Checkbox/Checkbox.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Checkbox/Checkbox.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Checkbox/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/CodeSnippet/CodeSnippet.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/CodeSnippet/CodeSnippet.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/CodeSnippet/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ComboBox/ComboBox.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ComboBox/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ComposedModal/ComposedModal.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ContentSwitcher/ContentSwitcher.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ContentSwitcher/next/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Copy/Copy.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Copy/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/CopyButton/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DangerButton/DangerButton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/DataTable.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/Table.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableActionList.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableBatchActions.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableBody.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableCell.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableContainer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableExpandHeader.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableExpandRow.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableExpandedRow.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableHead.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableHeader.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableRow.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableSelectAll.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableSelectRow.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableToolbar.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableToolbarAction.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableToolbarContent.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableToolbarMenu.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/TableToolbarSearch.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTable/state/sorting.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DataTableSkeleton/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DatePicker/DatePicker.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DatePicker/DatePicker.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DatePicker/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DatePickerInput/DatePickerInput.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/DatePickerInput/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Dialog/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Disclosure/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Dropdown/Dropdown.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Dropdown/Dropdown.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Dropdown/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ErrorBoundary/ErrorBoundary.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ErrorBoundary/ErrorBoundaryContext.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ErrorBoundary/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ExpandableSearch/ExpandableSearch.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/FeatureFlags/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/FileUploader/FileUploader.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/FileUploader/FileUploader.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/FileUploader/FileUploaderButton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/FileUploader/FileUploaderItem.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/FileUploader/Filename.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/FileUploader/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/FluidForm/FluidForm.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/FocusScope/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Form/Form.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Form/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/FormGroup/FormGroup.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/FormGroup/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/FormItem/FormItem.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/FormItem/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/FormLabel/FormLabel.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/FormLabel/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Grid/Column.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Grid/Grid.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Grid/Row.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Grid/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Heading/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Icon/Icon.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Icon/Icon.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Icon/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/InlineCheckbox/InlineCheckbox.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/InlineCheckbox/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/InlineLoading/InlineLoading.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/InlineLoading/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Layout/LayoutDirection.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Link/Link.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Link/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ListBox/ListBox.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ListBox/ListBoxField.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ListBox/ListBoxMenu.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ListBox/ListBoxMenuIcon.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ListBox/ListBoxMenuItem.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ListBox/ListBoxSelection.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ListBox/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ListBox/next/ListBoxSelection.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ListBox/next/ListBoxTrigger.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ListItem/ListItem.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ListItem/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Loading/Loading.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Loading/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Menu/MenuItem.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Modal/Modal.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Modal/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ModalWrapper/ModalWrapper.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ModalWrapper/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/MultiSelect/FilterableMultiSelect.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/MultiSelect/MultiSelect.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/MultiSelect/MultiSelectPropTypes.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/MultiSelect/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Notification/Notification.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Notification/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/NumberInput/NumberInput.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/NumberInput/NumberInput.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/NumberInput/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/OrderedList/OrderedList.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/OverflowMenu/OverflowMenu.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/OverflowMenuItem/OverflowMenuItem.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Pagination/Pagination.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Pagination/Pagination.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Pagination/experimental/PageSelector.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Pagination/experimental/Pagination.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Pagination/experimental/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Pagination/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/PaginationNav/PaginationNav.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Popover/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/PrimaryButton/PrimaryButton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ProgressBar/ProgressBar.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ProgressIndicator/ProgressIndicator.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ProgressIndicator/ProgressIndicator.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/RadioButton/RadioButton.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/RadioButton/RadioButton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/RadioButton/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/RadioButtonGroup/RadioButtonGroup.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/RadioTile/RadioTile.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Search/Search.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Search/Search.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Search/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/SearchFilterButton/SearchFilterButton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/SearchLayoutButton/SearchLayoutButton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/SecondaryButton/SecondaryButton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Select/Select.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Select/Select.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Select/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/SelectItem/SelectItem.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/SelectItemGroup/SelectItemGroup.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/SkeletonIcon/SkeletonIcon.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/SkeletonPlaceholder/SkeletonPlaceholder.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/SkeletonText/SkeletonText.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Slider/Slider.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Slider/Slider.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Slider/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/StructuredList/StructuredList.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/StructuredList/StructuredList.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Switch/Switch.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Tab/Tab.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/TabContent/TabContent.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Tabs/Tabs.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Tabs/Tabs.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Tabs/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Tag/Tag.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Tag/Tag.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Tag/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Text/Text.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Text/TextDirection.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Text/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/TextArea/TextArea.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/TextArea/TextArea.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/TextArea/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/TextInput/ControlledPasswordInput.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/TextInput/PasswordInput.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/TextInput/TextInput.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/TextInput/TextInput.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/TextInput/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/TextInput/props.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Tile/Tile.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/TileGroup/TileGroup.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/TimePicker/TimePicker.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/TimePickerSelect/TimePickerSelect.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Toggle/Toggle.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Toggle/Toggle.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Toggle/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ToggleSmall/ToggleSmall.Skeleton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ToggleSmall/ToggleSmall.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ToggleSmall/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Toolbar/Toolbar.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/ToolbarSearch/ToolbarSearch.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/Tooltip/Tooltip.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/TooltipDefinition/TooltipDefinition.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/TooltipIcon/TooltipIcon.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/TreeView/TreeNode.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/Content.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/Header.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/HeaderContainer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/HeaderGlobalAction.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/HeaderGlobalBar.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/HeaderMenu.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/HeaderMenuButton.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/HeaderMenuItem.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/HeaderName.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/HeaderNavigation.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/HeaderPanel.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/HeaderSideNavItems.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/Link.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/SideNav.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/SideNavDetails.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/SideNavFooter.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/SideNavHeader.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/SideNavIcon.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/SideNavItem.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/SideNavItems.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/SideNavLink.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/SideNavLinkText.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/SideNavMenu.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/SideNavMenuItem.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/SideNavSwitcher.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/SkipToContent.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/Switcher.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/SwitcherDivider.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UIShell/SwitcherItem.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/lib/components/UnorderedList/UnorderedList.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/typings/shared.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components-react/typings/translation.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "kalbert312",
        "sgregoire",
        "matchilling"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "carbon-components",
      "kind": "edit",
      "files": [
        {
          "path": "types/carbon-components/carbon-components-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/carbon-components/components/data-table-v2/data-table-v2.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components/components/data-table/data-table.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components/components/file-uploader/file-uploader.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components/components/floating-menu/floating-menu.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components/components/overflow-menu/overflow-menu.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components/components/tabs/tabs.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components/components/tile/tile.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components/components/tooltip/tooltip.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components/components/ui-shell/navigation-menu.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components/components/ui-shell/product-switcher.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components/globals/js/components.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon-components/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "metonym"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "carbon__colors",
      "kind": "edit",
      "files": [
        {
          "path": "types/carbon__colors/carbon__colors-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/carbon__colors/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "vpicone",
        "szbihary"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "carbon__elements",
      "kind": "edit",
      "files": [
        {
          "path": "types/carbon__elements/carbon__elements-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/carbon__elements/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "metonym"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "carbon__feature-flags",
      "kind": "edit",
      "files": [
        {
          "path": "types/carbon__feature-flags/carbon__feature-flags-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/carbon__feature-flags/es/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/carbon__feature-flags/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "metonym"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "carbon__icon-helpers",
      "kind": "edit",
      "files": [
        {
          "path": "types/carbon__icon-helpers/carbon__icon-helpers-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "metonym"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "carbon__icons-react",
      "kind": "edit",
      "files": [
        {
          "path": "types/carbon__icons-react/carbon__icons-react-tests.tsx",
          "kind": "test"
        },
        {
          "path": "types/carbon__icons-react/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "metonym"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "carbon__layout",
      "kind": "edit",
      "files": [
        {
          "path": "types/carbon__layout/carbon__layout-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "vpicone"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "carbon__pictograms-react",
      "kind": "edit",
      "files": [
        {
          "path": "types/carbon__pictograms-react/carbon__pictograms-react-tests.tsx",
          "kind": "test"
        },
        {
          "path": "types/carbon__pictograms-react/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "metonym"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "carbon__type",
      "kind": "edit",
      "files": [
        {
          "path": "types/carbon__type/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "vpicone"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "carbone",
      "kind": "edit",
      "files": [
        {
          "path": "types/carbone/carbone-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/carbone/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "apatryda"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "carlo",
      "kind": "edit",
      "files": [
        {
          "path": "types/carlo/carlo-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/carlo/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "adierkens"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "case-sensitive-paths-webpack-plugin",
      "kind": "edit",
      "files": [
        {
          "path": "types/case-sensitive-paths-webpack-plugin/case-sensitive-paths-webpack-plugin-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/case-sensitive-paths-webpack-plugin/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "r3nya"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "caseless",
      "kind": "edit",
      "files": [
        {
          "path": "types/caseless/caseless-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/caseless/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "downace",
        "mastermatt",
        "forivall"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "cashaddrjs",
      "kind": "edit",
      "files": [
        {
          "path": "types/cashaddrjs/cashaddrjs-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/cashaddrjs/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ealmansi"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "casperjs",
      "kind": "edit",
      "files": [
        {
          "path": "types/casperjs/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "urielch"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cassandra-store",
      "kind": "edit",
      "files": [
        {
          "path": "types/cassandra-store/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cassanknex",
      "kind": "edit",
      "files": [
        {
          "path": "types/cassanknex/cassanknex-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/cassanknex/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "bioball"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "catbox",
      "kind": "edit",
      "files": [
        {
          "path": "types/catbox/catbox-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/catbox/v7/catbox-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/catbox/v7/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "jasonswearingen",
        "AJamesPhillips",
        "saboya"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cavy",
      "kind": "edit",
      "files": [
        {
          "path": "types/cavy/cavy-tests.tsx",
          "kind": "test"
        },
        {
          "path": "types/cavy/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "tyler-hoffman",
        "AbigailMcP"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "ccap",
      "kind": "edit",
      "files": [
        {
          "path": "types/ccap/ccap-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/ccap/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "taoqf"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "ccapture.js",
      "kind": "edit",
      "files": [
        {
          "path": "types/ccapture.js/ccapture.js-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "samalexander"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "ceddl__ceddl-polyfill",
      "kind": "edit",
      "files": [
        {
          "path": "types/ceddl__ceddl-polyfill/ceddl__ceddl-polyfill-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/ceddl__ceddl-polyfill/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "broekema41"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "center-align",
      "kind": "edit",
      "files": [
        {
          "path": "types/center-align/center-align-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "claasahl"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "centra",
      "kind": "edit",
      "files": [
        {
          "path": "types/centra/centra-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/centra/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "twooster"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cerner__terra-functional-testing",
      "kind": "edit",
      "files": [
        {
          "path": "types/cerner__terra-functional-testing/cerner__terra-functional-testing-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/cerner__terra-functional-testing/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "juzerzarif"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cfenv",
      "kind": "edit",
      "files": [
        {
          "path": "types/cfenv/cfenv-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "jordanadams"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cfn-response-promise",
      "kind": "edit",
      "files": [
        {
          "path": "types/cfn-response-promise/cfn-response-promise-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/cfn-response-promise/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "arturovt"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cfn-response",
      "kind": "edit",
      "files": [
        {
          "path": "types/cfn-response/cfn-response-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/cfn-response/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "arturovt"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chacha20-universal",
      "kind": "edit",
      "files": [
        {
          "path": "types/chacha20-universal/chacha20-universal-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-almost",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-almost/chai-almost-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "kclnn"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-arrays",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-arrays/chai-arrays-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "clementprevot"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-as-promised",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-as-promised/chai-as-promised-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai-as-promised/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "jt000",
        "Kuniwak",
        "leonard-thieu",
        "lazerwalker",
        "mattbishop",
        "worr"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "chai-datetime",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-datetime/chai-datetime-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "cliffburger",
        "mattbishop"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-dom",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-dom/chai-dom-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai-dom/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "mattlewis92"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "chai-enzyme",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-enzyme/chai-enzyme-tests.tsx",
          "kind": "test"
        },
        {
          "path": "types/chai-enzyme/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "asvetliakov"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-fs",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-fs/chai-fs-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "dimitardanailov"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-fuzzy",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-fuzzy/chai-fuzzy-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai-fuzzy/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Bartvds"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-html",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-html/chai-html-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "adjerbetian"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-jest-snapshot",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-jest-snapshot/chai-jest-snapshot-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "mattvperry"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-jquery",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-jquery/chai-jquery-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai-jquery/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "kazimanzurrashid"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-json-pattern",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-json-pattern/chai-json-pattern-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "chrishrb"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-json-schema",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-json-schema/chai-json-schema-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai-json-schema/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ulrichheiniger"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-jwt",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-jwt/chai-jwt-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "xapdkop"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-like",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-like/chai-like-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "ChayimFriedman2"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-match-pattern",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-match-pattern/chai-match-pattern-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai-match-pattern/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "daedal-knickerbockers"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-moment",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-moment/chai-moment-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai-moment/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "chrisgodsey"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-oequal",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-oequal/chai-oequal-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai-oequal/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "mizunashi-mana"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-quantifiers",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-quantifiers/chai-quantifiers-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "tpluscode"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-roughly",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-roughly/chai-roughly-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai-roughly/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "swist"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-snapshot-matcher",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-snapshot-matcher/chai-snapshot-matcher-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai-snapshot-matcher/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "tpluscode"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-sorted",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-sorted/chai-sorted-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai-sorted/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "reilem"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-spies",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-spies/chai-spies-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai-spies/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "kuzn-ilya",
        "harm-less",
        "jounisuo"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-string",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-string/chai-string-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai-string/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "nmalaguti"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "chai-style",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-style/chai-style-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "AviVahl"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-subset-in-order",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-subset-in-order/chai-subset-in-order-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "ramundomario"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-subset",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-subset/chai-subset-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "delta62",
        "AGBrown"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "chai-things",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-things/chai-things-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai-things/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "DavidBR-SW"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-uuid",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-uuid/chai-uuid-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai-uuid/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "harm-less"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai-xml",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai-xml/chai-xml-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai-xml/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "jedigo"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chai",
      "kind": "edit",
      "files": [
        {
          "path": "types/chai/chai-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chai/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chai/v2/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Bartvds",
        "AGBrown",
        "olivr70",
        "mwistrand",
        "shaunluttin",
        "micksatana",
        "ErikSchierboom",
        "bparan",
        "CXuesong",
        "joeykilpatrick"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "chalk-animation",
      "kind": "edit",
      "files": [
        {
          "path": "types/chalk-animation/chalk-animation-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chalk-pipe",
      "kind": "edit",
      "files": [
        {
          "path": "types/chalk-pipe/chalk-pipe-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chalk-pipe/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chance",
      "kind": "edit",
      "files": [
        {
          "path": "types/chance/chance-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chance/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "cbowdon",
        "brikou",
        "cafesanu",
        "colbywhite",
        "NewDark90",
        "jacobez",
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "change-case-object",
      "kind": "edit",
      "files": [
        {
          "path": "types/change-case-object/change-case-object-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "jameschao"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "change-emitter",
      "kind": "edit",
      "files": [
        {
          "path": "types/change-emitter/change-emitter-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/change-emitter/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "iskandersierra"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "changelog-filename-regex",
      "kind": "edit",
      "files": [
        {
          "path": "types/changelog-filename-regex/changelog-filename-regex-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "JamieMagee"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "changelog-parser",
      "kind": "edit",
      "files": [
        {
          "path": "types/changelog-parser/changelog-parser-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/changelog-parser/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "osteele"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "channel-io",
      "kind": "edit",
      "files": [
        {
          "path": "types/channel-io/channel-io-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "ryota-ka"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "charcodes",
      "kind": "edit",
      "files": [
        {
          "path": "types/charcodes/charcodes-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "dylanarmstrong"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chardet",
      "kind": "edit",
      "files": [
        {
          "path": "types/chardet/chardet-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "Gebatzens",
        "samhinshaw"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "charm",
      "kind": "edit",
      "files": [
        {
          "path": "types/charm/charm-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/charm/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Xananax"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "charset-detector",
      "kind": "edit",
      "files": [
        {
          "path": "types/charset-detector/charset-detector-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "OpportunityLiu"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "charset",
      "kind": "edit",
      "files": [
        {
          "path": "types/charset/charset-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/charset/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "cspotcode"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chart.js",
      "kind": "edit",
      "files": [
        {
          "path": "types/chart.js/chart.js-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chart.js/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "anuti",
        "FabienLavocat",
        "KentarouTakeda",
        "larrybahr",
        "mernen",
        "josefpaij",
        "danmana",
        "guillaume-ro-fr",
        "archy-bold",
        "braincore",
        "alexdor",
        "mahnuh",
        "Conrad777",
        "adripanico",
        "wertzui",
        "lekoaf",
        "ElianCordoba",
        "indigolain",
        "ricmello",
        "rnicholus",
        "mrjack88",
        "canoceto",
        "nobu222",
        "Marcoru97",
        "tonybadguy",
        "Ilmarinen100",
        "IVIosi",
        "samarmohan"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "chartjs-plugin-annotation",
      "kind": "edit",
      "files": [
        {
          "path": "types/chartjs-plugin-annotation/chartjs-plugin-annotation-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chartjs-plugin-annotation/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "danmana"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chartjs-plugin-colorschemes",
      "kind": "edit",
      "files": [
        {
          "path": "types/chartjs-plugin-colorschemes/chartjs-plugin-colorschemes-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chartjs-plugin-colorschemes/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "danmana"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chartjs-plugin-crosshair",
      "kind": "edit",
      "files": [
        {
          "path": "types/chartjs-plugin-crosshair/chartjs-plugin-crosshair-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chartjs-plugin-crosshair/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "danmana"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chartjs-plugin-doughnutlabel-rebourne",
      "kind": "edit",
      "files": [
        {
          "path": "types/chartjs-plugin-doughnutlabel-rebourne/chartjs-plugin-doughnutlabel-rebourne-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chartjs-plugin-doughnutlabel-rebourne/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Voodu"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chartjs-plugin-trendline",
      "kind": "edit",
      "files": [
        {
          "path": "types/chartjs-plugin-trendline/chartjs-plugin-trendline-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chartjs-plugin-trendline/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Ferotiq"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chartmogul-node",
      "kind": "edit",
      "files": [
        {
          "path": "types/chartmogul-node/chartmogul-node-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chartmogul-node/common.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chartmogul-node/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "chartmogul"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chayns",
      "kind": "edit",
      "files": [
        {
          "path": "types/chayns/chayns-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chayns/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "HenningKuehl"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chec__commerce.js",
      "kind": "edit",
      "files": [
        {
          "path": "types/chec__commerce.js/features/cart.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/features/categories.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/features/checkout.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/features/customer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/features/merchants.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/features/products.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/features/services.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/test/cart.ts",
          "kind": "test"
        },
        {
          "path": "types/chec__commerce.js/test/categories.ts",
          "kind": "test"
        },
        {
          "path": "types/chec__commerce.js/test/checkout.ts",
          "kind": "test"
        },
        {
          "path": "types/chec__commerce.js/test/customer.ts",
          "kind": "test"
        },
        {
          "path": "types/chec__commerce.js/test/index.ts",
          "kind": "test"
        },
        {
          "path": "types/chec__commerce.js/test/merchants.ts",
          "kind": "test"
        },
        {
          "path": "types/chec__commerce.js/test/order.ts",
          "kind": "test"
        },
        {
          "path": "types/chec__commerce.js/test/products.ts",
          "kind": "test"
        },
        {
          "path": "types/chec__commerce.js/test/services.ts",
          "kind": "test"
        },
        {
          "path": "types/chec__commerce.js/types/cart.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/checkout-capture-response.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/checkout-capture.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/checkout-token.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/discount.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/extrafields.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/gateway.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/line-item.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/live.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/merchant.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/order-line-item.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/order-tax-line.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/order-tax.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/order.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/product-attribute.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/product-variant-group.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/product.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/selected-variant.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/shipping-method.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chec__commerce.js/types/variant.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "robbieaverill",
        "ScopeyNZ",
        "PaitoAnderson",
        "kvisca"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "check-error",
      "kind": "edit",
      "files": [
        {
          "path": "types/check-error/check-error-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/check-error/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Seally"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "check-sum",
      "kind": "edit",
      "files": [
        {
          "path": "types/check-sum/check-sum-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/check-sum/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "check-types",
      "kind": "edit",
      "files": [
        {
          "path": "types/check-types/check-types-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/check-types/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "idchlife",
        "shov"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "checksum",
      "kind": "edit",
      "files": [
        {
          "path": "types/checksum/checksum-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "rogierschouten"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "peterblazejewicz",
      "date": "2023-09-04T06:41:53.000Z",
      "isMaintainer": true
    }
  ],
  "mainBotCommentID": 1699459746,
  "ciResult": "pass"
}

@typescript-bot
Copy link
Contributor

⚠️ There are too many reviewers for this PR change (186). Merging can only be handled by a DT maintainer.

People who would have been pinged benallfree mcliment gerinjacob denyo dmitryshindin timn iansan5653 Goldsmith42 ffflorian schapka hongyiweiwu jwigley ecancinoz-chwy dominikeinkemmer BlackDark BryanDonovan TeamworkGuy2 Juraj-Masiar Delagen kmvi andrew0687 cadviewer RetroChrisB peterblazejewicz ArrayKnight lisatassone ljharb ExE-Boss zacnomore affanshahid ignocide newclear eirikhm englund0110 lucasmciruzzi tpluscode MacRusher hados99 vborodulin Vincent-Pang davecardwell matt123miller mutech clark-stevenson Gelio Sean-Bradley matracey joshbatley Mikhus A-K-O-R-A DragonCat4012 DanielKucal nielskersic brutalimp frederickfogerty AustonZ kalbert312 sgregoire matchilling metonym vpicone szbihary apatryda adierkens r3nya downace mastermatt forivall ealmansi urielch DefinitelyTyped bioball jasonswearingen AJamesPhillips saboya tyler-hoffman AbigailMcP taoqf samalexander broekema41 claasahl twooster juzerzarif jordanadams arturovt BendingBender kclnn clementprevot jt000 Kuniwak leonard-thieu lazerwalker mattbishop worr cliffburger mattlewis92 asvetliakov dimitardanailov Bartvds adjerbetian mattvperry kazimanzurrashid chrishrb ulrichheiniger xapdkop ChayimFriedman2 daedal-knickerbockers chrisgodsey mizunashi-mana swist reilem kuzn-ilya harm-less jounisuo nmalaguti AviVahl ramundomario delta62 AGBrown DavidBR-SW jedigo olivr70 mwistrand shaunluttin micksatana ErikSchierboom bparan CXuesong joeykilpatrick cbowdon brikou cafesanu colbywhite NewDark90 jacobez jameschao iskandersierra JamieMagee osteele ryota-ka dylanarmstrong Gebatzens samhinshaw Xananax OpportunityLiu cspotcode anuti FabienLavocat KentarouTakeda larrybahr mernen josefpaij danmana guillaume-ro-fr archy-bold braincore alexdor mahnuh Conrad777 adripanico wertzui lekoaf ElianCordoba indigolain ricmello rnicholus mrjack88 canoceto nobu222 Marcoru97 tonybadguy Ilmarinen100 IVIosi samarmohan Voodu Ferotiq chartmogul HenningKuehl robbieaverill ScopeyNZ PaitoAnderson kvisca Seally idchlife shov rogierschouten

@typescript-bot
Copy link
Contributor

@JoshuaKGoldberg The CI build failed! Please review the logs for more information.

Once you've pushed the fixes, the build will automatically re-run. Thanks!

Note: builds which are failing do not end up on the list of PRs for the DT maintainers to review.

@typescript-bot
Copy link
Contributor

@JoshuaKGoldberg The CI build failed! Please review the logs for more information.

Once you've pushed the fixes, the build will automatically re-run. Thanks!

Note: builds which are failing do not end up on the list of PRs for the DT maintainers to review.

@typescript-bot typescript-bot removed the The CI failed When GH Actions fails label Sep 2, 2023
@DangerBotOSS
Copy link

Inspecting the JavaScript source for this package found some properties that are not in the .d.ts files.
The check for missing properties isn't always right, so take this list as advice, not a requirement.

c-struct (unpkg)

was missing the following properties:

  1. packers
  2. unpackers

c3 (unpkg)

was missing the following properties:

  1. chart

cabarc (unpkg)

was missing the following properties:

  1. SIGNATURE
  2. MSZIP_SIGNATURE
  3. COMPRESSION
  4. checksum
  5. Folder
as well as these 2 other properties...

File, Data

cacache (unpkg)

was missing the following properties:

  1. index

cadviewer (unpkg)

was missing the following properties:

  1. cadviewer

camo (unpkg)

was missing the following properties:

  1. getClient
  2. EmbeddedDocument

camouflage-rewrite (unpkg)

was missing the following properties:

  1. origin
  2. storeOriginal
  3. restoreOriginal
  4. rewrite
  5. middleware

camunda-external-task-client-js (unpkg)

was missing the following properties:

  1. File

carbon-components-react (unpkg)

was missing the following properties:

  1. ActionableNotification
  2. unstable_ColumnHang
  3. unstable_DefinitionTooltip
  4. unstable_FlexGrid
  5. unstable_HStack
as well as these 16 other properties...

unstable_IconButton, unstable_IconTab, unstable_Layer, unstable_OverflowMenuV2, unstable_Popover, unstable_PopoverContent, unstable_Stack, unstable_TabList, unstable_TabPanel, unstable_TabPanels, unstable_Theme, unstable_ThemeContext, unstable_Tooltip, unstable_VStack, unstable_usePrefix, unstable_useTheme

carbon__feature-flags (unpkg)

was missing the following properties:

  1. FeatureFlags
  2. FeatureFlags

carbon__icons-react (unpkg)

was missing the following properties:

  1. Icon
  2. AddLarge
  3. BusinessProcesses
  4. CarbonForMobile
  5. Caution
as well as these 109 other properties...

CautionInverted, ChartDualYAxis, CircleFill, CircleStroke, CloseLarge, Critical, CriticalSeverity, DataUnreal, DatabaseEnterprisedb, DiamondFill, GlobalLoanAndTrial, IbmAiOnZ, IbmAiopsInsights, IbmCloudBareMetalServer, IbmCloudBareMetalServersVpc, IbmCloudHpc, IbmCloudVirtualServerClassic, IbmCloudVirtualServerVpc, IbmCloudVpc, IbmCloudant, IbmDb2Warehouse, IbmEventAutomation, IbmEventEndpointMgmt, IbmEventProcessing, IbmEventStreams, IbmPowerVsPrivateCloud, IbmSaasConsole, IbmTurbonomic, IbmVpnForVpc, IbmWatsonxAssistant, IbmWatsonxCodeAssistant, IbmWatsonxCodeAssistantForZ, IbmWatsonxOrchestrate, IbmWaziDeploy, IbmZOs, LogoGitlab, LowSeverity, ModelTuned, PromptSession, SettingsEdit, SquareFill, SubtractLarge, Sustainability, TextLongParagraph, TextShortParagraph, Tuning, VegetationEncroachment, VegetationHeight, Watsonx, WatsonxAi, WatsonxData, WatsonxGovernance, Icon, AddLarge, BusinessProcesses, CarbonForMobile, Caution, CautionInverted, ChartDualYAxis, CircleFill, CircleStroke, CloseLarge, Critical, CriticalSeverity, DataUnreal, DatabaseEnterprisedb, DiamondFill, GlobalLoanAndTrial, IbmAiOnZ, IbmAiopsInsights, IbmCloudBareMetalServer, IbmCloudBareMetalServersVpc, IbmCloudHpc, IbmCloudVirtualServerClassic, IbmCloudVirtualServerVpc, IbmCloudVpc, IbmCloudant, IbmDb2Warehouse, IbmEventAutomation, IbmEventEndpointMgmt, IbmEventProcessing, IbmEventStreams, IbmPowerVsPrivateCloud, IbmSaasConsole, IbmTurbonomic, IbmVpnForVpc, IbmWatsonxAssistant, IbmWatsonxCodeAssistant, IbmWatsonxCodeAssistantForZ, IbmWatsonxOrchestrate, IbmWaziDeploy, IbmZOs, LogoGitlab, LowSeverity, ModelTuned, PromptSession, SettingsEdit, SquareFill, SubtractLarge, Sustainability, TextLongParagraph, TextShortParagraph, Tuning, VegetationEncroachment, VegetationHeight, Watsonx, WatsonxAi, WatsonxData, WatsonxGovernance

carbon__layout (unpkg)

was missing the following properties:

  1. container
  2. container01
  3. container02
  4. container03
  5. container04
as well as these 81 other properties...

container05, fluidSpacing, fluidSpacing01, fluidSpacing02, fluidSpacing03, fluidSpacing04, iconSize, iconSize01, iconSize02, layout, layout01, layout02, layout03, layout04, layout05, layout06, layout07, size2XLarge, sizeLarge, sizeMedium, sizeSmall, sizeXLarge, sizeXSmall, sizes, spacing01, spacing02, spacing03, spacing04, spacing05, spacing06, spacing07, spacing08, spacing09, spacing10, spacing11, spacing12, spacing13, unstable_tokens, container, container01, container02, container03, container04, container05, fluidSpacing, fluidSpacing01, fluidSpacing02, fluidSpacing03, fluidSpacing04, iconSize, iconSize01, iconSize02, layout, layout01, layout02, layout03, layout04, layout05, layout06, layout07, size2XLarge, sizeLarge, sizeMedium, sizeSmall, sizeXLarge, sizeXSmall, sizes, spacing01, spacing02, spacing03, spacing04, spacing05, spacing06, spacing07, spacing08, spacing09, spacing10, spacing11, spacing12, spacing13, unstable_tokens

carbon__pictograms-react (unpkg)

was missing the following properties:

  1. Icon
  2. Icon

carbon__type (unpkg)

was missing the following properties:

  1. body01
  2. body02
  3. bodyCompact01
  4. bodyCompact02
  5. caption02
as well as these 69 other properties...

expressiveHeading01, expressiveHeading02, expressiveHeading03, expressiveHeading06, fluid, fluidDisplay01, fluidDisplay02, fluidDisplay03, fluidDisplay04, fluidHeading03, fluidHeading04, fluidHeading05, fluidHeading06, fluidParagraph01, fluidQuotation01, fluidQuotation02, heading04, heading05, heading06, heading07, headingCompact01, headingCompact02, helperText02, label02, legal01, legal02, productiveHeading01, productiveHeading02, productiveHeading03, productiveHeading06, productiveHeading07, unstable_tokens, body01, body02, bodyCompact01, bodyCompact02, caption02, expressiveHeading01, expressiveHeading02, expressiveHeading03, expressiveHeading06, fluid, fluidDisplay01, fluidDisplay02, fluidDisplay03, fluidDisplay04, fluidHeading03, fluidHeading04, fluidHeading05, fluidHeading06, fluidParagraph01, fluidQuotation01, fluidQuotation02, heading04, heading05, heading06, heading07, headingCompact01, headingCompact02, helperText02, label02, legal01, legal02, productiveHeading01, productiveHeading02, productiveHeading03, productiveHeading06, productiveHeading07, unstable_tokens

carbone (unpkg)

was missing the following properties:

  1. formatters

cassanknex (unpkg)

was missing the following properties:

  1. initialize

catbox (unpkg)

was missing the following properties:

  1. policy

cerner__terra-functional-testing (unpkg)

was missing the following properties:

  1. config

chai-moment (unpkg)

was missing the following properties:

  1. setErrorFormat
  2. setErrorFormat

chai-oequal (unpkg)

was missing the following properties:

  1. method

changelog-filename-regex (unpkg)

was missing the following properties:

  1. dotAll

charm (unpkg)

was missing the following properties:

  1. Charm
  2. extractCodes

chartjs-plugin-colorschemes (unpkg)

was missing the following properties:

  1. id
  2. beforeUpdate
  3. afterUpdate
  4. beforeEvent
  5. afterEvent
as well as these 5 other properties...

id, beforeUpdate, afterUpdate, beforeEvent, afterEvent

chartmogul-node (unpkg)

was missing the following properties:

  1. Enrichment
  2. Import
  3. PlanGroup
  4. SubscriptionEvent
  5. Account

chenfengyuan__vue-qrcode (unpkg)

was missing the following properties:

  1. name
  2. render
  3. mounted
  4. getRowColCoords
  5. getPositions
as well as these 129 other properties...

getBlocksCount, getTotalCodewordsCount, L, M, Q, H, isValid, from, getEncodedBits, log, exp, mul, Patterns, getPenaltyN1, getPenaltyN2, getPenaltyN3, getPenaltyN4, applyMask, getBestMask, NUMERIC, ALPHANUMERIC, BYTE, KANJI, MIXED, getCharCountIndicator, getBestModeForData, toString, mod, generateECPolynomial, create, BYTE_KANJI, testKanji, testNumeric, testAlphanumeric, fromArray, fromString, rawSplit, getSymbolSize, getSymbolTotalCodewords, getBCHDigit, setToSJISFunction, isKanjiModeEnabled, toSJIS, getCapacity, getBestVersionForData, toCanvas, toDataURL, renderToDataURL, getOptions, getScale, getImageWidth, qrToImageData, alloc, byteLength, toByteArray, fromByteArray, Buffer, SlowBuffer, INSPECT_MAX_BYTES, kMaxLength, read, write, name, render, mounted, getRowColCoords, getPositions, getBlocksCount, getTotalCodewordsCount, L, M, Q, H, isValid, from, getEncodedBits, log, exp, mul, Patterns, getPenaltyN1, getPenaltyN2, getPenaltyN3, getPenaltyN4, applyMask, getBestMask, NUMERIC, ALPHANUMERIC, BYTE, KANJI, MIXED, getCharCountIndicator, getBestModeForData, toString, mod, generateECPolynomial, create, BYTE_KANJI, testKanji, testNumeric, testAlphanumeric, fromArray, fromString, rawSplit, getSymbolSize, getSymbolTotalCodewords, getBCHDigit, setToSJISFunction, isKanjiModeEnabled, toSJIS, getCapacity, getBestVersionForData, toCanvas, toDataURL, renderToDataURL, getOptions, getScale, getImageWidth, qrToImageData, alloc, byteLength, toByteArray, fromByteArray, Buffer, SlowBuffer, INSPECT_MAX_BYTES, kMaxLength, read, write

chroma-js (unpkg)

was missing the following properties:

  1. Color
  2. version

chrome-location (unpkg)

was missing the following properties:

  1. toString
  2. charAt
  3. charCodeAt
  4. concat
  5. indexOf
as well as these 41 other properties...

lastIndexOf, localeCompare, match, replace, search, slice, split, substring, toLowerCase, toLocaleLowerCase, toUpperCase, toLocaleUpperCase, trim, length, substr, valueOf, codePointAt, includes, endsWith, normalize, repeat, startsWith, anchor, big, blink, bold, fixed, fontcolor, fontsize, italics, link, small, strike, sub, sup, padStart, padEnd, trimLeft, trimRight, trimStart, trimEnd

chromecast-api (unpkg)

was missing the following properties:

  1. once
  2. on
  3. errorMonitor
  4. captureRejectionSymbol
  5. captureRejections
as well as these 1 other properties...

EventEmitter

chunk (unpkg)

was missing the following properties:

  1. chunk

clamp-js-main (unpkg)

was missing the following properties:

  1. clamp

cldr (unpkg)

was missing the following properties:

  1. cldrPath
  2. documentByFileName
  3. memoizerByFileName
  4. fileNamesByTypeAndNormalizedLocaleId
  5. localeIds
as well as these 66 other properties...

localeIdsSet, checkValidLocaleId, calendarIds, numberSystemIds, localesByParentLocale, windowsZonesByMapZone, getDocument, resolveParentLocaleId, extractWindowsZonesByTimeZone, extractWindowsZonesByName, expandLocaleIdToPrioritizedList, getPrioritizedDocumentsForLocale, preload, createFinder, extractLocaleDisplayPattern, extractLanguageDisplayNames, extractTimeZoneDisplayNames, extractTimeZoneFormats, extractTerritoryDisplayNames, extractSubdivisionDisplayNames, extractSubdivisionAliases, extractTerritoryAliases, extractCurrencyInfoById, extractScriptDisplayNames, extractVariantDisplayNames, extractKeyTypes, extractMeasurementSystemNames, extractCodePatterns, extractEraNames, extractQuarterNames, extractDayPeriods, extractCyclicNames, extractMonthNames, extractMonthPatterns, extractDayNames, extractFields, extractDateTimePatterns, extractDateOrTimeFormats, extractDateFormats, extractTimeFormats, extractDateFormatItems, extractDateIntervalFormats, extractDateIntervalFallbackFormat, extractNumberSymbols, extractNumberFormats, extractDefaultNumberSystemId, extractUnitPatterns, extractDelimiters, extractListPatterns, extractCharacters, extractPluralClasses, extractPluralRuleFunction, extractRbnfFunctionByType, extractNumberingSystem, extractDigitsByNumberSystemId, extractLayout, extractTerritories, extractTerritoryInfo, extractTerritoryContainmentGroups, extractSubdivisionContainmentGroups, extractLanguageSupplementalData, extractLanguageSupplementalMetadata, extractWeekData, extractTextToSpeechCharacterLabels, extractDerivedTextToSpeechCharacterLabels, extractAllTextToSpeechCharacterLabels

clean-css (unpkg)

was missing the following properties:

  1. process

cleave.js (unpkg)

was missing the following properties:

  1. assign
  2. Cleave

cli (unpkg)

was missing the following properties:

  1. status

clmtrackr (unpkg)

was missing the following properties:

  1. scoring
  2. path
  3. patchModel
  4. shapeModel
  5. hints
as well as these 2 other properties...

solveQP, pModel

closure-compiler (unpkg)

was missing the following properties:

  1. JAVA_PATH
  2. JAR_PATH
  3. OPTIONS

cloud-env (unpkg)

was missing the following properties:

  1. components
  2. component

cloudmersive-virus-api-client (unpkg)

was missing the following properties:

  1. CloudStorageVirusFound
  2. CloudStorageVirusScanResult
  3. ScanCloudStorageApi

clui (unpkg)

was missing the following properties:

  1. Table
  2. Clear

codemirror (unpkg)

was missing the following properties:

  1. optionHandlers
  2. inputStyles

codependency (unpkg)

was missing the following properties:

  1. findPackage
  2. extractDeps

coinbase-commerce-node (unpkg)

was missing the following properties:

  1. errors

coinbase (unpkg)

was missing the following properties:

  1. model

color-check (unpkg)

was missing the following properties:

  1. color

color-namer (unpkg)

was missing the following properties:

  1. chroma
  2. lists

combokeys (unpkg)

was missing the following properties:

  1. REVERSE_MAP

common-errors (unpkg)

was missing the following properties:

  1. AlreadyInUse
  2. Argument
  3. ArgumentNull
  4. AuthenticationRequired
  5. HttpStatus
as well as these 4 other properties...

NotSupported, NotPermitted, Validation, Generic

common-tags (unpkg)

was missing the following properties:

  1. removeNonPrintingValuesTransformer

commonmark (unpkg)

was missing the following properties:

  1. version

complex.js (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'complex.js'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

The most common way to resolve this error is to use 'export =' syntax.
To learn more about 'export =' syntax, see https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require.

  1. ZERO
  2. ONE
  3. I
  4. PI
as well as these 5 other properties...

E, INFINITY, NAN, EPSILON, Complex

confidence (unpkg)

was missing the following properties:

  1. id

configs-overload (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'configs-overload'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

The most common way to resolve this error is to use 'export =' syntax.
To learn more about 'export =' syntax, see https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require.

confusing-browser-globals (unpkg)

was missing the following properties:

  1. includes

console-log-tree (unpkg)

was missing the following properties:

  1. settings

consolidate (unpkg)

was missing the following properties:

  1. requireReact

consul (unpkg)

was missing the following properties:

  1. Query
  2. Transaction
  3. meta
  4. walk
  5. parseQueryMeta

cookie_js (unpkg)

was missing the following properties:

  1. cookie

copy-paste (unpkg)

was missing the following properties:

  1. silent
  2. noConflict
  3. global

cose-js (unpkg)

was missing the following properties:

  1. common

cote (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'cote'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

The most common way to resolve this error is to use 'export =' syntax.
To learn more about 'export =' syntax, see https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require.

country-telephone-data (unpkg)

was missing the following properties:

  1. allCountryCodes

cpx (unpkg)

was missing the following properties:

  1. Cpx

cqrs-domain (unpkg)

was missing the following properties:

  1. errors

cradle (unpkg)

was missing the following properties:

  1. extend
  2. Response
  3. Cache
  4. CouchError
  5. host
as well as these 6 other properties...

port, auth, ca, options, escape, merge

create-torrent (unpkg)

was missing the following properties:

  1. parseInput
  2. announceList
  3. isJunkPath

creativebulma__bulma-tagsinput (unpkg)

was missing the following properties:

  1. querySelector
  2. querySelectorAll
  3. optionsFromDataset
  4. cloneAttributes
  5. escape
as well as these 8 other properties...

isFunction, isString, isObject, isPromise, isNode, BooleanParse, isSelectorValid, BulmaTagsInput

critters-webpack-plugin (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'critters-webpack-plugin'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

The most common way to resolve this error is to use 'export =' syntax.
To learn more about 'export =' syntax, see https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require.

croppie (unpkg)

was missing the following properties:

  1. all
  2. resolve
  3. reject
  4. race

crossroads (unpkg)

was missing the following properties:

  1. patternLexer
  2. ignoreCase
  3. toString

crumb (unpkg)

was missing the following properties:

  1. plugin

crypto-pouch (unpkg)

was missing the following properties:

  1. transform
  2. crypto
  3. removeCrypto

cson (unpkg)

was missing the following properties:

  1. ensureErrorType
  2. complete
  3. getOptions
  4. getFormat
  5. action
as well as these 5 other properties...

parseFile, createCSString, createJSString, requireJSONFile, requireCSONFile

css-to-react-native (unpkg)

was missing the following properties:

  1. transformRawValue

css-tree (unpkg)

was missing the following properties:

  1. version
  2. createSyntax
  3. isCustomProperty
  4. vendorPrefix
  5. tokenTypes
as well as these 5 other properties...

tokenNames, TokenStream, createLexer, lexer, tokenize

csso (unpkg)

was missing the following properties:

  1. utils

cyberblast__config (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'cyberblast__config'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

The most common way to resolve this error is to use 'export =' syntax.
To learn more about 'export =' syntax, see https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require.

cytoscape-cxtmenu (unpkg)

was missing the following properties:

  1. cytoscapeCxtmenu

cytoscape-euler (unpkg)

was missing the following properties:

  1. cytoscapeEuler
  2. cytoscapeEuler

cytoscape (unpkg)

was missing the following properties:

  1. version
  2. stylesheet
  3. Stylesheet

Generated by 🚫 dangerJS against 74f091f

@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner labels Sep 3, 2023
@typescript-bot typescript-bot removed Self Merge This PR can now be self-merged by the PR author or an owner Maintainer Approved labels Sep 3, 2023
@typescript-bot
Copy link
Contributor

@peterblazejewicz Thank you for reviewing this PR! The author has pushed new commits since your last review. Could you take another look and submit a fresh review?

@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner labels Sep 4, 2023
@typescript-bot
Copy link
Contributor

@JoshuaKGoldberg: Everything looks good here. I am ready to merge this PR (at 6685aa2) on your behalf whenever you think it's ready.

If you'd like that to happen, please post a comment saying:

Ready to merge

and I'll merge this PR almost instantly. Thanks for helping out! ❤️

1 similar comment
@typescript-bot
Copy link
Contributor

@JoshuaKGoldberg: Everything looks good here. I am ready to merge this PR (at 6685aa2) on your behalf whenever you think it's ready.

If you'd like that to happen, please post a comment saying:

Ready to merge

and I'll merge this PR almost instantly. Thanks for helping out! ❤️

@JoshuaKGoldberg
Copy link
Collaborator Author

Ready to merge

@typescript-bot typescript-bot merged commit f58cd22 into DefinitelyTyped:master Sep 4, 2023
@JoshuaKGoldberg JoshuaKGoldberg deleted the dprint-fmt-c branch September 4, 2023 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Critical package Edits multiple packages Huge Change Maintainer Approved Possibly Edits Infrastructure Too many files, bot didn't see them all Self Merge This PR can now be self-merged by the PR author or an owner Too Many Files Not all files scanned by the bot! Too Many Owners

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants