artsy / palette

Artsy's design system
https://palette-storybook.artsy.net/
MIT License
214 stars 45 forks source link

chore: wip #1248

Closed MounirDhahri closed 1 year ago

artsy-peril[bot] commented 1 year ago
Fails
:no_entry_sign: Danger failed to run `peril-downloaded-artsy/peril-settings@org/jira/pr.ts`.

Error TypeError

object null is not iterable (cannot read property Symbol(Symbol.iterator))
TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))
    at Function.from (<anonymous>)
    at reverse (peril-downloaded-artsy/peril-settings@/org/jira/utils.ts:39:32)
    at exports.getJiraTicketIDsFromText (peril-downloaded-artsy/peril-settings@/org/jira/utils.ts:10:25)
    at Object.exports.default (peril-downloaded-artsy/peril-settings@org/jira/pr.ts:15:30)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)

Dangerfile

34|   // We know we have something to work with now
35|   const jira: JiraApi.default = new (JiraApi as any)({
36|     protocol: "https",
37|     host: `${companyPrefix}.atlassian.net`,
38|     apiVersion: "2",
----------------------------------^
39|     strictSSL: true,
40|     username: peril.env.JIRA_EMAIL,
41|     password: peril.env.JIRA_ACCESS_TOKEN,
42|   })

Generated by :no_entry_sign: dangerJS against a771046fdf27df9d1bc0742b414722ebf35d52a4

dzucconi commented 1 year ago

Just to head this off: there's no need to add Material (or any other UI dep) to this repo. We can simply build those inputs.