danger 11.2.2 → 11.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -19,6 +19,10 @@
19
19
 
20
20
  <!-- Your comment above this -->
21
21
 
22
+ ## 11.2.3
23
+
24
+ Turns on skipLibCheck so that an @types change doesn't break deploys to homebrew
25
+
22
26
  ## 11.2.2
23
27
 
24
28
  Reverts a change for GitHub Actions which was likely causing duplicate comments #1337
@@ -517,7 +517,7 @@ export declare const createOrUpdatePR: (pr: GitHubPRDSL | undefined, api: GitHub
517
517
  href: string;
518
518
  };
519
519
  };
520
- author_association: "COLLABORATOR" | "CONTRIBUTOR" | "FIRST_TIMER" | "FIRST_TIME_CONTRIBUTOR" | "MANNEQUIN" | "MEMBER" | "NONE" | "OWNER";
520
+ author_association: "COLLABORATOR" | "CONTRIBUTOR" | "FIRST_TIMER" | "FIRST_TIME_CONTRIBUTOR" | "MEMBER" | "NONE" | "OWNER" | "MANNEQUIN";
521
521
  auto_merge: {
522
522
  enabled_by: {
523
523
  name?: string | null | undefined;
@@ -581,7 +581,7 @@ export declare const createOrUpdatePR: (pr: GitHubPRDSL | undefined, api: GitHub
581
581
  additions: number;
582
582
  deletions: number;
583
583
  changed_files: number;
584
- }, 201> | import("@octokit/plugin-paginate-rest/dist-types/types").OctokitResponse<{
584
+ }, 200> | import("@octokit/plugin-paginate-rest/dist-types/types").OctokitResponse<{
585
585
  url: string;
586
586
  id: number;
587
587
  node_id: string;
@@ -1069,7 +1069,7 @@ export declare const createOrUpdatePR: (pr: GitHubPRDSL | undefined, api: GitHub
1069
1069
  href: string;
1070
1070
  };
1071
1071
  };
1072
- author_association: "COLLABORATOR" | "CONTRIBUTOR" | "FIRST_TIMER" | "FIRST_TIME_CONTRIBUTOR" | "MANNEQUIN" | "MEMBER" | "NONE" | "OWNER";
1072
+ author_association: "COLLABORATOR" | "CONTRIBUTOR" | "FIRST_TIMER" | "FIRST_TIME_CONTRIBUTOR" | "MEMBER" | "NONE" | "OWNER" | "MANNEQUIN";
1073
1073
  auto_merge: {
1074
1074
  enabled_by: {
1075
1075
  name?: string | null | undefined;
@@ -1133,7 +1133,7 @@ export declare const createOrUpdatePR: (pr: GitHubPRDSL | undefined, api: GitHub
1133
1133
  additions: number;
1134
1134
  deletions: number;
1135
1135
  changed_files: number;
1136
- }, 200>>;
1136
+ }, 201>>;
1137
1137
  export declare const createOrAddLabel: (pr: GitHubPRDSL | undefined, api: GitHub) => (labelConfig: {
1138
1138
  name: string;
1139
1139
  color: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danger",
3
- "version": "11.2.2",
3
+ "version": "11.2.3",
4
4
  "description": "Unit tests for Team Culture",
5
5
  "main": "distribution/danger.js",
6
6
  "typings": "distribution/danger.d.ts",