bucket
stringclasses
1 value
pull_request_info
dict
head_repo_info
dict
base_repo_info
dict
events
list
940
{ "org.id": null, "public": true, "pull_request.additions": 4, "pull_request.body": "Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.2 to 3.21.1.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/zloirock/core-js/blob/master/CHANGELOG.md\">core-js's changelog</a>.</em></p>\n<blockquote>\n<h5>3.21.1 - 2022.02.17</h5>\n<ul>\n<li>Added a <a href=\"https://bugs.webkit.org/show_bug.cgi?id=236541\">bug</a>fix for the WebKit <code>Array.prototype.{ groupBy, groupByToMap }</code> implementation</li>\n<li><code>core-js-compat</code> targets parser transforms engine names to lower case</li>\n<li><code>atob</code> / <code>btoa</code> marked as <a href=\"https://github-redirect.dependabot.com/nodejs/node/pull/41478\">fixed</a> in NodeJS 17.5</li>\n<li>Added Electron 18.0 compat data mapping</li>\n<li>Added Deno 1.20 compat data mapping</li>\n</ul>\n<h5>3.21.0 - 2022.02.02</h5>\n<ul>\n<li>Added <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Base64\">Base64 utility methods</a>:\n<ul>\n<li><code>atob</code></li>\n<li><code>btoa</code></li>\n</ul>\n</li>\n<li>Added the proper validation of arguments to some methods from web standards</li>\n<li>Forced replacement of all features from early-stage proposals for avoiding possible web compatibility issues in the future</li>\n<li>Added Rhino 1.7.14 compat data</li>\n<li>Added Deno 1.19 compat data mapping</li>\n<li>Added Opera Android 66 and 67 compat data mapping</li>\n<li>Added iOS Safari 15.3 and 15.4 compat data mapping</li>\n</ul>\n<h5>3.20.3 - 2022.01.15</h5>\n<ul>\n<li>Detects and replaces broken third-party <code>Function#bind</code> polyfills, uses only native <code>Function#bind</code> in the internals</li>\n<li><code>structuredClone</code> should throw an error if no arguments passed</li>\n<li>Changed the structure of notes in <code>__core-js_shared__</code></li>\n</ul>\n<h5>3.20.2 - 2022.01.02</h5>\n<ul>\n<li>Added a fix of <a href=\"https://bugs.chromium.org/p/v8/issues/detail?id=3334\">a V8 ~ Chrome 36- <code>Object.{ defineProperty, defineProperties }</code> bug</a>, <a href=\"https://github-redirect.dependabot.com/babel/babel/issues/14056\">Babel issue</a></li>\n<li>Added fixes of some different <code>%TypedArray%.prototype.set</code> bugs, affects modern engines (like Chrome &lt; 95 or Safari &lt; 14.1)</li>\n</ul>\n<h5>3.20.1 - 2021.12.23</h5>\n<ul>\n<li>Fixed the order of calling reactions of already fulfilled / rejected promises in <code>Promise.prototype.then</code>, <a href=\"https://github-redirect.dependabot.com/zloirock/core-js/issues/1026\">#1026</a></li>\n<li>Fixed possible memory leak in specific promise chains</li>\n<li>Fixed some missed dependencies of entries</li>\n<li>Added Deno 1.18 compat data mapping</li>\n</ul>\n<h5>3.20.0 - 2021.12.16</h5>\n<ul>\n<li>Added <code>structuredClone</code> method <a href=\"https://html.spec.whatwg.org/multipage/structured-data.html#dom-structuredclone\">from the HTML spec</a>, <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/structuredClone\">see MDN</a>\n<ul>\n<li>Includes all cases of cloning and transferring of required ECMAScript and platform types that can be polyfilled, for the details see <a href=\"https://github.com/zloirock/core-js#caveats-when-using-structuredclone-polyfill\">the caveats</a></li>\n<li>Uses native structured cloning algorithm implementations where it's possible</li>\n<li>Includes the new semantic of errors cloning from <a href=\"https://github-redirect.dependabot.com/whatwg/html/pull/5749\"><code>html/5749</code></a></li>\n</ul>\n</li>\n<li>Added <code>DOMException</code> polyfill, <a href=\"https://webidl.spec.whatwg.org/#idl-DOMException\">the Web IDL spec</a>, <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/DOMException\">see MDN</a>\n<ul>\n<li>Includes <code>DOMException</code> and its attributes polyfills with fixes of many different engines bugs</li>\n<li>Includes <code>DOMException#stack</code> property polyfill in engines that should have it</li>\n<li>Reuses native <code>DOMException</code> implementations where it's possible (for example, in old NodeJS where it's not exposed as global)</li>\n</ul>\n</li>\n<li>Added <a href=\"https://github.com/tc39/proposal-error-cause\">support of <code>cause</code> on all Error types</a></li>\n<li>Added <code>Error.prototype.toString</code> method polyfill with fixes of many different bugs of JS engines</li>\n<li>Added <code>Number.prototype.toExponential</code> method polyfill with fixes of many different bugs of JS engines</li>\n<li><a href=\"https://github.com/tc39/proposal-array-grouping\"><code>Array</code> grouping proposal</a>:\n<ul>\n<li>Moved to stage 3</li>\n<li>Added <code>Array.prototype.groupByToMap</code> method</li>\n<li>Removed <code>@@species</code> support</li>\n</ul>\n</li>\n<li>Added <a href=\"https://github.com/tc39/proposal-change-array-by-copy\">change <code>Array</code> by copy stage 2 proposal</a>:</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/zloirock/core-js/commit/eb9229ae88428edea6b2be250c98a518fd2c22e3\"><code>eb9229a</code></a> 3.21.1</li>\n<li><a href=\"https://github.com/zloirock/core-js/commit/ea62b2ef3f01cb17a9c29ba0e49d69330f393598\"><code>ea62b2e</code></a> transform engine names to lower case in <code>core-js-compat</code> targets parser</li>\n<li><a href=\"https://github.com/zloirock/core-js/commit/2e532d64f5c4fbf5760c5ba10785e63617878006\"><code>2e532d6</code></a> update dependencies</li>\n<li><a href=\"https://github.com/zloirock/core-js/commit/42eea35c7b2e4c4761ed534897702ccdd19fa8e4\"><code>42eea35</code></a> update dependencies</li>\n<li><a href=\"https://github.com/zloirock/core-js/commit/cf4ba3025c902ed4c49eeb6186cbc713febe9801\"><code>cf4ba30</code></a> add Deno 1.20 compat data mapping</li>\n<li><a href=\"https://github.com/zloirock/core-js/commit/55a5195a78e726e3f40df77f0494d70ae4798036\"><code>55a5195</code></a> pin <code>npm</code> since a bug on Windows still is not fixed</li>\n<li><a href=\"https://github.com/zloirock/core-js/commit/3ebe5898cd61ecd40fa59a59fc017b549493799c\"><code>3ebe589</code></a> add a bugfix for the WebKit <code>Array.prototype.{ groupBy, groupByToMap }</code> imple...</li>\n<li><a href=\"https://github.com/zloirock/core-js/commit/94c705507a177cf9d6d35f54380c120c8fd5e6d1\"><code>94c7055</code></a> update dependencies</li>\n<li><a href=\"https://github.com/zloirock/core-js/commit/d51b8dec2862c68ed13144ee426ad440b09e4e7b\"><code>d51b8de</code></a> update dependencies</li>\n<li><a href=\"https://github.com/zloirock/core-js/commit/e507298d709db409e0d21a0693664af4aebacb6d\"><code>e507298</code></a> take into account <code>core-js-bundle</code> in <code>downloads-by-versions</code> script</li>\n<li>Additional commits viewable in <a href=\"https://github.com/zloirock/core-js/compare/v3.19.2...v3.21.1\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=core-js&package-manager=npm_and_yarn&previous-version=3.19.2&new-version=3.21.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>", "pull_request.changed_files": 2, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-02-17T01:31:46Z", "pull_request.deletions": 4, "pull_request.guid": "40PercentDolomiteBaby/sdk-tutorials/pull/41", "pull_request.id": 854984590, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 41, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump core-js from 3.19.2 to 3.21.1", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 441773468, "repo.name": "40PercentDolomiteBaby/sdk-tutorials" }
{ "pull_request.head.label": "40PercentDolomiteBaby:dependabot/npm_and_yarn/core-js-3.21.1", "pull_request.head.ref": "dependabot/npm_and_yarn/core-js-3.21.1", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Tutorials for building modules for the Cosmos SDK", "pull_request.head.repo.homepage": "https://tutorials.cosmos.network/", "pull_request.head.repo.language": null, "pull_request.head.repo.license.name": "Apache License 2.0", "pull_request.head.repo.name": "sdk-tutorials", "pull_request.head.repo.owner.login": "40PercentDolomiteBaby", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "dd87487f67ff43fe941bc47d5c3dde5d59978da3", "pull_request.head.user.login": "40PercentDolomiteBaby", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "40PercentDolomiteBaby:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Tutorials for building modules for the Cosmos SDK", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "https://tutorials.cosmos.network/", "pull_request.base.repo.language": null, "pull_request.base.repo.license.name": "Apache License 2.0", "pull_request.base.repo.name": "sdk-tutorials", "pull_request.base.repo.open_issues_count": 23, "pull_request.base.repo.owner.login": "40PercentDolomiteBaby", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "b1b8e142fa54e7c20e696da6348935a19de4c5fa", "pull_request.base.user.login": "40PercentDolomiteBaby", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-02-17T01:31:46Z", "issue.author": "dependabot[bot]", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-02-17T01:31:47Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-02-17T01:31:48Z", "issue.author": "dependabot[bot]", "issue.comment": "Dependabot tried to add `@fadeev` as a reviewer to this PR, but received the following error from GitHub:\n\n```\nPOST https://api.github.com/repos/40PercentDolomiteBaby/sdk-tutorials/pulls/41/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the 40PercentDolomiteBaby/sdk-tutorials repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request\n```", "issue.comment_id": 1042478940, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null } ]
940
{ "org.id": 70785765, "public": true, "pull_request.additions": 151, "pull_request.body": "", "pull_request.changed_files": 10, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 3, "pull_request.created_at": "2020-11-03T13:58:27Z", "pull_request.deletions": 23, "pull_request.guid": "AY2021S1-CS2103T-W16-4/tp/pull/222", "pull_request.id": 514752242, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 222, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Add PPP", "pull_request.user.id": 60913700, "pull_request.user.login": "MarcusTw", "repo.id": 292983907, "repo.name": "AY2021S1-CS2103T-W16-4/tp" }
{ "pull_request.head.label": "MarcusTw:v1.4-ppp", "pull_request.head.ref": "v1.4-ppp", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Java", "pull_request.head.repo.license.name": "Other", "pull_request.head.repo.name": "tp", "pull_request.head.repo.owner.login": "MarcusTw", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "450a322485cab6a8c3ed36627f72c44bd216693b", "pull_request.head.user.login": "MarcusTw", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AY2021S1-CS2103T-W16-4:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 5, "pull_request.base.repo.homepage": "", "pull_request.base.repo.language": "Java", "pull_request.base.repo.license.name": "Other", "pull_request.base.repo.name": "tp", "pull_request.base.repo.open_issues_count": 28, "pull_request.base.repo.owner.login": "AY2021S1-CS2103T-W16-4", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "8577bf7fe5fc6672bbd1a371874f6780bab86b7e", "pull_request.base.user.login": "AY2021S1-CS2103T-W16-4", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-11-03T13:58:27Z", "issue.author": "MarcusTw", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": 60913700, "actor.login": "MarcusTw", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-11-03T13:58:28Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": 46164486, "actor.login": "YuunoKun", "comment.author_association": "NONE", "comment.body": "Should this be in the form of team/githbub_username_in_lower_case.md? i.e. marcustw", "comment.commit_id": "fb196958e39280f301966b2055953a751cb33aff", "comment.created_at": "2020-11-03T14:36:43Z", "comment.diff_hunk": "@@ -24,7 +24,7 @@ You can reach us at the email `e0406158@u.nus.edu`\n <img src=\"images/marcustw.png\" width=\"200px\">\n \n [[github](http://github.com/marcustw)]\n-[[portfolio](team/johndoe.md)]\n+[[portfolio](team/marcustan.md)]", "comment.id": 516713419, "comment.in_reply_to_id": null, "comment.line": 27, "comment.original_commit_id": "fb196958e39280f301966b2055953a751cb33aff", "comment.original_line": 27, "comment.original_position": 5, "comment.original_start_line": null, "comment.path": "docs/AboutUs.md", "comment.position": 5, "comment.side": "RIGHT", "comment.start_line": null, "comment.start_side": null, "comment.updated_at": "2020-11-03T14:36:44Z", "created_at": "2020-11-03T14:36:43Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestReviewCommentEvent", "user.login": "YuunoKun", "user.type": "User" }, { "action": "created", "actor.id": 46164486, "actor.login": "YuunoKun", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-11-03T14:36:44Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "NONE", "review.body": null, "review.commit_id": "fb196958e39280f301966b2055953a751cb33aff", "review.id": 522559111, "review.state": "commented", "review.submitted_at": "2020-11-03T14:36:44Z", "type": "PullRequestReviewEvent", "user.login": "YuunoKun", "user.type": "User" }, { "action": "created", "actor.id": 46164486, "actor.login": "YuunoKun", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-11-03T14:45:55Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "NONE", "review.body": "LGTM", "review.commit_id": "87964dbe7aef3c22695e02189c169a71ce392798", "review.id": 522568408, "review.state": "approved", "review.submitted_at": "2020-11-03T14:45:54Z", "type": "PullRequestReviewEvent", "user.login": "YuunoKun", "user.type": "User" }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-11-03T15:05:32Z", "issue.author": "CodingCookieRookie", "issue.comment": "LGTM", "issue.comment_id": 721184817, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "created", "actor.id": 38324769, "actor.login": "CodingCookieRookie", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-11-03T15:06:03Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "NONE", "review.body": "LGTM", "review.commit_id": "87964dbe7aef3c22695e02189c169a71ce392798", "review.id": 522589000, "review.state": "approved", "review.submitted_at": "2020-11-03T15:06:02Z", "type": "PullRequestReviewEvent", "user.login": "CodingCookieRookie", "user.type": "User" }, { "action": "created", "actor.id": 60913700, "actor.login": "MarcusTw", "comment.author_association": "NONE", "comment.body": "Thank you for pointing it out! I've made the necessary changes.", "comment.commit_id": "0febaaa03ac93cbb0e19a6383ed4c166263a0c38", "comment.created_at": "2020-11-03T15:06:54Z", "comment.diff_hunk": "@@ -24,7 +24,7 @@ You can reach us at the email `e0406158@u.nus.edu`\n <img src=\"images/marcustw.png\" width=\"200px\">\n \n [[github](http://github.com/marcustw)]\n-[[portfolio](team/johndoe.md)]\n+[[portfolio](team/marcustan.md)]", "comment.id": 516736535, "comment.in_reply_to_id": 516713419, "comment.line": null, "comment.original_commit_id": "fb196958e39280f301966b2055953a751cb33aff", "comment.original_line": 27, "comment.original_position": 5, "comment.original_start_line": null, "comment.path": "docs/AboutUs.md", "comment.position": null, "comment.side": "RIGHT", "comment.start_line": null, "comment.start_side": null, "comment.updated_at": "2020-11-03T15:06:55Z", "created_at": "2020-11-03T15:06:54Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestReviewCommentEvent", "user.login": "MarcusTw", "user.type": "User" }, { "action": "created", "actor.id": 60913700, "actor.login": "MarcusTw", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-11-03T15:06:55Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "NONE", "review.body": null, "review.commit_id": "0febaaa03ac93cbb0e19a6383ed4c166263a0c38", "review.id": 522589863, "review.state": "commented", "review.submitted_at": "2020-11-03T15:06:55Z", "type": "PullRequestReviewEvent", "user.login": "MarcusTw", "user.type": "User" }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-11-03T15:30:39Z", "issue.author": "codecov-io", "issue.comment": "# [Codecov](https://codecov.io/gh/AY2021S1-CS2103T-W16-4/tp/pull/222?src=pr&el=h1) Report\n> Merging [#222](https://codecov.io/gh/AY2021S1-CS2103T-W16-4/tp/pull/222?src=pr&el=desc) into [master](https://codecov.io/gh/AY2021S1-CS2103T-W16-4/tp/commit/2aa5ec1377d6cf6860ff46cc581da8584f66f86d?el=desc) will **increase** coverage by `0.03%`.\n> The diff coverage is `94.44%`.\n\n[![Impacted file tree graph](https://codecov.io/gh/AY2021S1-CS2103T-W16-4/tp/pull/222/graphs/tree.svg?width=650&height=150&src=pr&token=pyFeVewBQH)](https://codecov.io/gh/AY2021S1-CS2103T-W16-4/tp/pull/222?src=pr&el=tree)\n\n```diff\n@@ Coverage Diff @@\n## master #222 +/- ##\n============================================\n+ Coverage 71.55% 71.58% +0.03% \n- Complexity 956 964 +8 \n============================================\n Files 134 134 \n Lines 2935 2946 +11 \n Branches 300 308 +8 \n============================================\n+ Hits 2100 2109 +9 \n- Misses 736 737 +1 \n- Partials 99 100 +1 \n```\n\n\n| [Impacted Files](https://codecov.io/gh/AY2021S1-CS2103T-W16-4/tp/pull/222?src=pr&el=tree) | Coverage Δ | Complexity Δ | |\n|---|---|---|---|\n| [...gic/commands/confirmation/ConfirmationCommand.java](https://codecov.io/gh/AY2021S1-CS2103T-W16-4/tp/pull/222/diff?src=pr&el=tree#diff-c3JjL21haW4vamF2YS9hdGFzL2xvZ2ljL2NvbW1hbmRzL2NvbmZpcm1hdGlvbi9Db25maXJtYXRpb25Db21tYW5kLmphdmE=) | `95.65% <ø> (ø)` | `10.00 <0.00> (ø)` | |\n| [...logic/commands/sessionlist/EditSessionCommand.java](https://codecov.io/gh/AY2021S1-CS2103T-W16-4/tp/pull/222/diff?src=pr&el=tree#diff-c3JjL21haW4vamF2YS9hdGFzL2xvZ2ljL2NvbW1hbmRzL3Nlc3Npb25saXN0L0VkaXRTZXNzaW9uQ29tbWFuZC5qYXZh) | `89.09% <ø> (ø)` | `12.00 <0.00> (ø)` | |\n| [...ain/java/atas/model/student/UniqueStudentList.java](https://codecov.io/gh/AY2021S1-CS2103T-W16-4/tp/pull/222/diff?src=pr&el=tree#diff-c3JjL21haW4vamF2YS9hdGFzL21vZGVsL3N0dWRlbnQvVW5pcXVlU3R1ZGVudExpc3QuamF2YQ==) | `88.63% <75.00%> (-2.07%)` | `22.00 <0.00> (+1.00)` | :arrow_down: |\n| [...logic/commands/studentlist/EditStudentCommand.java](https://codecov.io/gh/AY2021S1-CS2103T-W16-4/tp/pull/222/diff?src=pr&el=tree#diff-c3JjL21haW4vamF2YS9hdGFzL2xvZ2ljL2NvbW1hbmRzL3N0dWRlbnRsaXN0L0VkaXRTdHVkZW50Q29tbWFuZC5qYXZh) | `96.96% <100.00%> (+1.51%)` | `14.00 <0.00> (+1.00)` | |\n| [src/main/java/atas/model/student/Student.java](https://codecov.io/gh/AY2021S1-CS2103T-W16-4/tp/pull/222/diff?src=pr&el=tree#diff-c3JjL21haW4vamF2YS9hdGFzL21vZGVsL3N0dWRlbnQvU3R1ZGVudC5qYXZh) | `97.77% <100.00%> (+0.27%)` | `23.00 <8.00> (+3.00)` | |\n| [...java/atas/storage/JsonSerializableStudentList.java](https://codecov.io/gh/AY2021S1-CS2103T-W16-4/tp/pull/222/diff?src=pr&el=tree#diff-c3JjL21haW4vamF2YS9hdGFzL3N0b3JhZ2UvSnNvblNlcmlhbGl6YWJsZVN0dWRlbnRMaXN0LmphdmE=) | `90.00% <100.00%> (-10.00%)` | `7.00 <0.00> (+3.00)` | :arrow_down: |\n\n------\n\n[Continue to review full report at Codecov](https://codecov.io/gh/AY2021S1-CS2103T-W16-4/tp/pull/222?src=pr&el=continue).\n> **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)\n> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`\n> Powered by [Codecov](https://codecov.io/gh/AY2021S1-CS2103T-W16-4/tp/pull/222?src=pr&el=footer). Last update [2aa5ec1...6f73243](https://codecov.io/gh/AY2021S1-CS2103T-W16-4/tp/pull/222?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).\n", "issue.comment_id": 721200476, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 60913700, "actor.login": "MarcusTw", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-11-03T15:32:25Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 2887007, "public": true, "pull_request.additions": 0, "pull_request.body": "", "pull_request.changed_files": 4, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2016-09-15T23:32:05Z", "pull_request.deletions": 0, "pull_request.guid": "29th/personnel-app/pull/108", "pull_request.id": 85498409, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 108, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Renaming images", "pull_request.user.id": 5316764, "pull_request.user.login": "swomma", "repo.id": 16661035, "repo.name": "29th/personnel-app" }
{ "pull_request.head.label": "swomma:master", "pull_request.head.ref": "master", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "CSS", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "personnel-app", "pull_request.head.repo.owner.login": "swomma", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "4c476eda9f05b326e980f47a2ca9d6b4cff7c05f", "pull_request.head.user.login": "swomma", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "29th:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "", "pull_request.base.repo.forks_count": 10, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "CSS", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "personnel-app", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "29th", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "e70a6f07907f35066bfdf15e2613e070f3087a93", "pull_request.base.user.login": "29th", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 5316764, "actor.login": "swomma", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2016-09-15T23:32:06Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 5316764, "actor.login": "swomma", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2016-09-15T23:32:11Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": null, "public": true, "pull_request.additions": 20, "pull_request.body": "Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.15.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/npm/node-tar/commit/843c897e6844f70a34bb115df6c8a9b60112aaf5\"><code>843c897</code></a> 4.4.15</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/46fe35083e2676e31c4e0a81639dce6da7aaa356\"><code>46fe350</code></a> Remove paths from dirCache when no longer dirs</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/df3aa4d10253a886be82519acb901b446ca3feeb\"><code>df3aa4d</code></a> 4.4.14</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/6d2801396fbad917ab8332ec8e91ff3d15bc22c6\"><code>6d28013</code></a> add publishConfig tag</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/efc6bb0dbd54df8c7285d7aac12bba959b8387a6\"><code>efc6bb0</code></a> fix: strip absolute paths more comprehensively</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/65edb39114ad5956c06f8d7893365e942042ede1\"><code>65edb39</code></a> 4.4.13</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/d04c3ffb41a0d2bbae926a38d3456ebda0249565\"><code>d04c3ff</code></a> Always provide a callback to fs.close()</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/dbd6f52ba9cdfbce2a28d8cd28a016bc3435946a\"><code>dbd6f52</code></a> 4.4.12</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/0240086746b72c3080598ea2a2ba6ad85de9ec08\"><code>0240086</code></a> update tap and minipass</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/9232b3d7da934c142e3d0ab97ef35ec0ba3917fc\"><code>9232b3d</code></a> 4.4.11</li>\n<li>Additional commits viewable in <a href=\"https://github.com/npm/node-tar/compare/v4.4.8...v4.4.15\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=4.4.8&new-version=4.4.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/1edwinvg/reto-frontend/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": "2021-09-01T20:00:53Z", "pull_request.comments": 1, "pull_request.commits": 1, "pull_request.created_at": "2021-08-04T09:43:53Z", "pull_request.deletions": 104, "pull_request.guid": "1edwinvg/reto-frontend/pull/17", "pull_request.id": 703207991, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 17, "pull_request.review_comments": 0, "pull_request.state": "closed", "pull_request.title": "Bump tar from 4.4.8 to 4.4.15", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 200001513, "repo.name": "1edwinvg/reto-frontend" }
{ "pull_request.head.label": "1edwinvg:dependabot/npm_and_yarn/tar-4.4.15", "pull_request.head.ref": "dependabot/npm_and_yarn/tar-4.4.15", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "reto", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "TypeScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "reto-frontend", "pull_request.head.repo.owner.login": "1edwinvg", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "07ec9ad7ccca14a23a69e0d6a6c193ece7f0997e", "pull_request.head.user.login": "1edwinvg", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "1edwinvg:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "reto", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "TypeScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "reto-frontend", "pull_request.base.repo.open_issues_count": 14, "pull_request.base.repo.owner.login": "1edwinvg", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "be488b5cdd0719c6d9c8b49ee5c0c9e68587cbd8", "pull_request.base.user.login": "1edwinvg", "pull_request.base.user.type": "User", "pull_request.comments": 1, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-08-04T09:43:53Z", "issue.author": "dependabot[bot]", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-09-01T20:00:52Z", "issue.author": "dependabot[bot]", "issue.comment": "Superseded by #19.", "issue.comment_id": 910675825, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-09-01T20:00:53Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": 90305515, "public": true, "pull_request.additions": 10, "pull_request.body": null, "pull_request.changed_files": 45, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 6, "pull_request.created_at": "2021-11-05T09:48:20Z", "pull_request.deletions": 499, "pull_request.guid": "AY2122S1-CS2103T-W13-2/tp/pull/254", "pull_request.id": 774064308, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": "", "pull_request.milestone.number": 4, "pull_request.milestone.title": "v1.4", "pull_request.number": 254, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Codebase cleanup", "pull_request.user.id": 64345999, "pull_request.user.login": "huizhuansam", "repo.id": 404233705, "repo.name": "AY2122S1-CS2103T-W13-2/tp" }
{ "pull_request.head.label": "AY2122S1-CS2103T-W13-2:hui-zhuan/code-cleanup", "pull_request.head.ref": "hui-zhuan/code-cleanup", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": "https://AY2122S1-CS2103T-W13-2.github.io/tp/", "pull_request.head.repo.language": "Java", "pull_request.head.repo.license.name": "Other", "pull_request.head.repo.name": "tp", "pull_request.head.repo.owner.login": "AY2122S1-CS2103T-W13-2", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 1, "pull_request.head.sha": "ccdf9befbf883638292c941911bef0d06a6882e0", "pull_request.head.user.login": "AY2122S1-CS2103T-W13-2", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "AY2122S1-CS2103T-W13-2:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 5, "pull_request.base.repo.homepage": "https://AY2122S1-CS2103T-W13-2.github.io/tp/", "pull_request.base.repo.language": "Java", "pull_request.base.repo.license.name": "Other", "pull_request.base.repo.name": "tp", "pull_request.base.repo.open_issues_count": 8, "pull_request.base.repo.owner.login": "AY2122S1-CS2103T-W13-2", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 1, "pull_request.base.repo.watchers_count": 1, "pull_request.base.sha": "ea011f4de922205102b611b1e5d1a7142cce64f1", "pull_request.base.user.login": "AY2122S1-CS2103T-W13-2", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-11-05T09:48:20Z", "issue.author": "huizhuansam", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": 64345999, "actor.login": "huizhuansam", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-11-05T09:48:21Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-11-05T14:22:14Z", "issue.author": "codecov-commenter", "issue.comment": "# [Codecov](https://codecov.io/gh/AY2122S1-CS2103T-W13-2/tp/pull/254?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AY2122S1-CS2103T-W13-2) Report\n> Merging [#254](https://codecov.io/gh/AY2122S1-CS2103T-W13-2/tp/pull/254?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AY2122S1-CS2103T-W13-2) (ccdf9be) into [master](https://codecov.io/gh/AY2122S1-CS2103T-W13-2/tp/commit/ea011f4de922205102b611b1e5d1a7142cce64f1?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AY2122S1-CS2103T-W13-2) (ea011f4) will **not change** coverage.\n> The diff coverage is `n/a`.\n\n[![Impacted file tree graph](https://codecov.io/gh/AY2122S1-CS2103T-W13-2/tp/pull/254/graphs/tree.svg?width=650&height=150&src=pr&token=M1DGQ4KTO7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AY2122S1-CS2103T-W13-2)](https://codecov.io/gh/AY2122S1-CS2103T-W13-2/tp/pull/254?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AY2122S1-CS2103T-W13-2)\n\n```diff\n@@ Coverage Diff @@\n## master #254 +/- ##\n=========================================\n Coverage 68.85% 68.85% \n Complexity 594 594 \n=========================================\n Files 97 97 \n Lines 2045 2045 \n Branches 210 210 \n=========================================\n Hits 1408 1408 \n Misses 572 572 \n Partials 65 65 \n```\n\n\n\n------\n\n[Continue to review full report at Codecov](https://codecov.io/gh/AY2122S1-CS2103T-W13-2/tp/pull/254?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AY2122S1-CS2103T-W13-2).\n> **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AY2122S1-CS2103T-W13-2)\n> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`\n> Powered by [Codecov](https://codecov.io/gh/AY2122S1-CS2103T-W13-2/tp/pull/254?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AY2122S1-CS2103T-W13-2). Last update [ea011f4...ccdf9be](https://codecov.io/gh/AY2122S1-CS2103T-W13-2/tp/pull/254?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AY2122S1-CS2103T-W13-2). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AY2122S1-CS2103T-W13-2).\n", "issue.comment_id": 961935853, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "created", "actor.id": 54730603, "actor.login": "Zhou-Jiahao-1998", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-11-06T13:28:39Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "NONE", "review.body": "LGTM", "review.commit_id": "ccdf9befbf883638292c941911bef0d06a6882e0", "review.id": 799445506, "review.state": "approved", "review.submitted_at": "2021-11-06T13:28:38Z", "type": "PullRequestReviewEvent", "user.login": "Zhou-Jiahao-1998", "user.type": "User" }, { "action": "closed", "actor.id": 54730603, "actor.login": "Zhou-Jiahao-1998", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-11-06T13:28:45Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 363, "pull_request.body": "Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.36.2 to 5.39.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/typescript-eslint/typescript-eslint/releases\"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v5.39.0</h2>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0\">5.39.0</a> (2022-10-03)</h1>\n<h3>Features</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [no-invalid-void-type] allow using void as a default type for a generic argument if <code>allowInGenericTypeArguments</code> is specified (<a href=\"https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5671\">#5671</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/bb46ef0817fe03ef71f8e0f3df0cf96bc355e068\">bb46ef0</a>)</li>\n</ul>\n<h2>v5.38.1</h2>\n<h2><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1\">5.38.1</a> (2022-09-26)</h2>\n<p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</code></p>\n<h2>v5.38.0</h2>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v5.37.0...v5.38.0\">5.38.0</a> (2022-09-19)</h1>\n<h3>Features</h3>\n<ul>\n<li><strong>website:</strong> add warning on top of formatting rule docs pages (<a href=\"https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5598\">#5598</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/5dfa2e9a33491905e99d8940dbdac0b31ada4858\">5dfa2e9</a>)</li>\n</ul>\n<h2>v5.37.0</h2>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.2...v5.37.0\">5.37.0</a> (2022-09-12)</h1>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] check all conditions in a logical operator chain (<a href=\"https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5539\">#5539</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/77d76e21cdc2e100c729c839c292e82ab7c554c5\">77d76e2</a>)</li>\n<li><strong>website:</strong> Use extended base rule name from file's meta (<a href=\"https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5621\">#5621</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/7fd2f89ae732ca12ec83fad278362032473ff3ca\">7fd2f89</a>)</li>\n</ul>\n<h3>Features</h3>\n<ul>\n<li><strong>docs:</strong> always expanding collapsible sidebar menus under docs (<a href=\"https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5608\">#5608</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/8176fb15299943cbf20385eb0ea7ba877e193285\">8176fb1</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md\"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>\n<blockquote>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0\">5.39.0</a> (2022-10-03)</h1>\n<h3>Features</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> allow using void as a default type for a generic argument if allowInGenericTypeArguments is specified (<a href=\"https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5671\">#5671</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/bb46ef0817fe03ef71f8e0f3df0cf96bc355e068\">bb46ef0</a>)</li>\n</ul>\n<h2><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1\">5.38.1</a> (2022-09-26)</h2>\n<p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</code></p>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v5.37.0...v5.38.0\">5.38.0</a> (2022-09-19)</h1>\n<p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</code></p>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v5.36.2...v5.37.0\">5.37.0</a> (2022-09-12)</h1>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] check all conditions in a logical operator chain (<a href=\"https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5539\">#5539</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/77d76e21cdc2e100c729c839c292e82ab7c554c5\">77d76e2</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/556b71f3b77f85bdb3d5f454e922c26f2ed1b6a8\"><code>556b71f</code></a> chore: publish v5.39.0</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/bb46ef0817fe03ef71f8e0f3df0cf96bc355e068\"><code>bb46ef0</code></a> feat(eslint-plugin): allow using void as a default type for a generic argumen...</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/84e316be33dac5302bd0367c4d1960bef40c484d\"><code>84e316b</code></a> chore: publish v5.38.1</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/12bc0a72c1d1164851a22f4df09385110a14a9f9\"><code>12bc0a7</code></a> chore: publish v5.38.0</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/09c04fb0d5a5dee0dc266abb2e21aa9a1c489712\"><code>09c04fb</code></a> chore: standardise import rules across the codebase (<a href=\"https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5665\">#5665</a>)</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/5d0bf1ca8d972fdbf97653b841abc16da236aac9\"><code>5d0bf1c</code></a> chore(eslint-plugin): remove unused indent fork (<a href=\"https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5625\">#5625</a>)</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/1139728db17cf70a5e830e7dbf98bcd58cb1cd95\"><code>1139728</code></a> chore: publish v5.37.0</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/3918e08d846791ddeabe53a80fa4c62dee96b6c2\"><code>3918e08</code></a> docs: [no-parameter-properties] fix broken link (<a href=\"https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/5611\">#5611</a>)</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/77d76e21cdc2e100c729c839c292e82ab7c554c5\"><code>77d76e2</code></a> fix(eslint-plugin): [strict-boolean-expressions] check all conditions in a lo...</li>\n<li>See full diff in <a href=\"https://github.com/typescript-eslint/typescript-eslint/commits/v5.39.0/packages/eslint-plugin\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.36.2&new-version=5.39.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>", "pull_request.changed_files": 2, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-10-10T03:53:29Z", "pull_request.deletions": 47, "pull_request.guid": "AbelVM/maplibre-gl-js/pull/29", "pull_request.id": 1081503605, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 29, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump @typescript-eslint/eslint-plugin from 5.36.2 to 5.39.0", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 400828449, "repo.name": "AbelVM/maplibre-gl-js" }
{ "pull_request.head.label": "AbelVM:dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.39.0", "pull_request.head.ref": "dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.39.0", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": "The open-source fork of Mapbox GL JS: Interactive maps in the browser, powered by vector tiles and WebGL. ", "pull_request.head.repo.homepage": "https://maplibre.org", "pull_request.head.repo.language": "TypeScript", "pull_request.head.repo.license.name": "Other", "pull_request.head.repo.name": "maplibre-gl-js", "pull_request.head.repo.owner.login": "AbelVM", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "a67742a96c596f103977ddcd5009f71eb111a4e0", "pull_request.head.user.login": "AbelVM", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AbelVM:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": "The open-source fork of Mapbox GL JS: Interactive maps in the browser, powered by vector tiles and WebGL. ", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "https://maplibre.org", "pull_request.base.repo.language": "TypeScript", "pull_request.base.repo.license.name": "Other", "pull_request.base.repo.name": "maplibre-gl-js", "pull_request.base.repo.open_issues_count": 19, "pull_request.base.repo.owner.login": "AbelVM", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "d74a96d5f2aeac005fdb2be212aeff770b361cc5", "pull_request.base.user.login": "AbelVM", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-10-10T03:53:30Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-10-17T03:35:24Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": 24589578, "public": true, "pull_request.additions": 826, "pull_request.body": "## :unicorn: Problème\r\n- Plusieurs boutons ne gèrent pas le chargement et permettent de cliquer plusieurs fois\r\n- Ce système est présents sur certains boutons, avec des méthodes de dev différentes\r\n\r\n## :robot: Solution\r\n- Utiliser PixButton qui permet de gérer le chargement\r\n\r\n## :rainbow: Remarques\r\n-\r\n\r\n## :100: Pour tester\r\n- ", "pull_request.changed_files": 14, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 6, "pull_request.created_at": "2020-10-19T15:45:11Z", "pull_request.deletions": 631, "pull_request.guid": "1024pix/pix/pull/2031", "pull_request.id": 506084666, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 2031, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "[TECH] Remplacer des boutons par des PixButton pour gérer le chargement.", "pull_request.user.id": 31532858, "pull_request.user.login": "MelanieMEB", "repo.id": 126852331, "repo.name": "1024pix/pix" }
{ "pull_request.head.label": "1024pix:use-pix-button", "pull_request.head.ref": "use-pix-button", "pull_request.head.repo.default_branch": "dev", "pull_request.head.repo.description": "Service public d'évaluation et de certification des compétences numériques pour tous.", "pull_request.head.repo.homepage": "https://pix.fr", "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": "GNU Affero General Public License v3.0", "pull_request.head.repo.name": "pix", "pull_request.head.repo.owner.login": "1024pix", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 84, "pull_request.head.sha": "b1d8ae34fc1ec58c33229ad55e225dcbdcc488f0", "pull_request.head.user.login": "1024pix", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "1024pix:dev", "pull_request.base.ref": "dev", "pull_request.base.repo.default_branch": "dev", "pull_request.base.repo.description": "Service public d'évaluation et de certification des compétences numériques pour tous.", "pull_request.base.repo.forks_count": 18, "pull_request.base.repo.homepage": "https://pix.fr", "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": "GNU Affero General Public License v3.0", "pull_request.base.repo.name": "pix", "pull_request.base.repo.open_issues_count": 42, "pull_request.base.repo.owner.login": "1024pix", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 84, "pull_request.base.repo.watchers_count": 84, "pull_request.base.sha": "5b84c41cb64a14d1ee628b9ca88c1e53856aed61", "pull_request.base.user.login": "1024pix", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 31532858, "actor.login": "MelanieMEB", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-19T15:45:12Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-19T15:45:12Z", "issue.author": "MelanieMEB", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-19T15:50:08Z", "issue.author": "pix-service", "issue.comment": "I'm deploying this PR to these urls:\n\n- App: https://app-pr2031.review.pix.fr\n- Orga: https://orga-pr2031.review.pix.fr\n- Certif: https://certif-pr2031.review.pix.fr\n- Admin: https://admin-pr2031.review.pix.fr\n- API: https://api-pr2031.review.pix.fr/api/\n\n Please check it out!", "issue.comment_id": 712259453, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "created", "actor.id": 1216570, "actor.login": "MathieuGilet", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-22T13:08:16Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "CONTRIBUTOR", "review.body": "Super cool ce composant, merci ! ", "review.commit_id": "441777b167419714c56e4d2569eb7de7db6c5e66", "review.id": 514705359, "review.state": "approved", "review.submitted_at": "2020-10-22T13:08:15Z", "type": "PullRequestReviewEvent", "user.login": "MathieuGilet", "user.type": "User" }, { "action": "created", "actor.id": 265963, "actor.login": "jbuget", "comment.author_association": "MEMBER", "comment.body": "Il y a une régression fonctionnelle par là, sur la page [`/campagnes`](https://app-pr2031.review.pix.fr/campagnes) : \r\n- je saisis un identifiant de campagne existant, je fais \"entrée\" -> rechargement de la page (je suis bloqué)\r\n- je saisis un identifiant de campagne existant, je clique sur le bouton \"Commencer\" -> je suis redirigé vers la page suivante (code étudiant)", "comment.commit_id": "441777b167419714c56e4d2569eb7de7db6c5e66", "comment.created_at": "2020-10-22T13:26:03Z", "comment.diff_hunk": "@@ -17,16 +17,14 @@\n {{{@announcementText}}}\n </h2>\n \n- <form {{action @startCampaignParticipation on=\"submit\"}}>\n- {{#if @isLoading}}\n- <button type=\"button\" disabled class=\"campaign-landing-page__start-button button button--big\">\n- <span class=\"loader-in-button \">&nbsp;</span>\n- </button>\n- {{else}}\n- <button type=\"submit\" class=\"campaign-landing-page__start-button button button--big\">\n+ <form>\n+ <PixButton\n+ type=\"submit\"", "comment.id": 510159402, "comment.in_reply_to_id": null, "comment.line": 22, "comment.original_commit_id": "441777b167419714c56e4d2569eb7de7db6c5e66", "comment.original_line": 22, "comment.original_position": 13, "comment.original_start_line": null, "comment.path": "mon-pix/app/templates/components/campaign-start-block.hbs", "comment.position": 13, "comment.side": "RIGHT", "comment.start_line": null, "comment.start_side": null, "comment.updated_at": "2020-10-22T13:28:10Z", "created_at": "2020-10-22T13:26:03Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestReviewCommentEvent", "user.login": "jbuget", "user.type": "User" }, { "action": "created", "actor.id": 265963, "actor.login": "jbuget", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-22T13:28:10Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "MEMBER", "review.body": "Régression fonctionnelle", "review.commit_id": "b1d8ae34fc1ec58c33229ad55e225dcbdcc488f0", "review.id": 514681198, "review.state": "changes_requested", "review.submitted_at": "2020-10-22T13:28:10Z", "type": "PullRequestReviewEvent", "user.login": "jbuget", "user.type": "User" }, { "action": "created", "actor.id": 265963, "actor.login": "jbuget", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-22T13:28:10Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "MEMBER", "review.body": "Régression fonctionnelle", "review.commit_id": "b1d8ae34fc1ec58c33229ad55e225dcbdcc488f0", "review.id": 514681198, "review.state": "changes_requested", "review.submitted_at": "2020-10-22T13:28:10Z", "type": "PullRequestReviewEvent", "user.login": "jbuget", "user.type": "User" }, { "action": "created", "actor.id": 88607, "actor.login": "chrc", "comment.author_association": "MEMBER", "comment.body": "Question : Cet attribut est-il pris en compte par PixButton ?", "comment.commit_id": "441777b167419714c56e4d2569eb7de7db6c5e66", "comment.created_at": "2020-10-22T14:40:06Z", "comment.diff_hunk": "@@ -33,12 +33,13 @@\n {{/if}}\n \n <div class=\"fill-in-campaign-code__actions\">\n- <button\n+ <PixButton\n type=\"submit\"", "comment.id": 510217759, "comment.in_reply_to_id": null, "comment.line": 37, "comment.original_commit_id": "d171952d7b4a67c3aee7b1d82bb29570f7d45a50", "comment.original_line": 37, "comment.original_position": 6, "comment.original_start_line": null, "comment.path": "mon-pix/app/templates/fill-in-campaign-code.hbs", "comment.position": 6, "comment.side": "RIGHT", "comment.start_line": null, "comment.start_side": null, "comment.updated_at": "2020-10-22T14:40:06Z", "created_at": "2020-10-22T14:40:06Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestReviewCommentEvent", "user.login": "chrc", "user.type": "User" }, { "action": "created", "actor.id": 88607, "actor.login": "chrc", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-22T14:40:06Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "MEMBER", "review.body": null, "review.commit_id": "d171952d7b4a67c3aee7b1d82bb29570f7d45a50", "review.id": 514803476, "review.state": "commented", "review.submitted_at": "2020-10-22T14:40:06Z", "type": "PullRequestReviewEvent", "user.login": "chrc", "user.type": "User" }, { "action": "created", "actor.id": 11294487, "actor.login": "celineung", "comment.author_association": "CONTRIBUTOR", "comment.body": "@chrc @jbuget je pense que la régression est lié au fait que l'on ne parvient pas à mettre le `type=\"submit\"` sur le bouton. J'explore cette piste...", "comment.commit_id": "441777b167419714c56e4d2569eb7de7db6c5e66", "comment.created_at": "2020-10-23T12:02:08Z", "comment.diff_hunk": "@@ -17,16 +17,14 @@\n {{{@announcementText}}}\n </h2>\n \n- <form {{action @startCampaignParticipation on=\"submit\"}}>\n- {{#if @isLoading}}\n- <button type=\"button\" disabled class=\"campaign-landing-page__start-button button button--big\">\n- <span class=\"loader-in-button \">&nbsp;</span>\n- </button>\n- {{else}}\n- <button type=\"submit\" class=\"campaign-landing-page__start-button button button--big\">\n+ <form>\n+ <PixButton\n+ type=\"submit\"", "comment.id": 510834479, "comment.in_reply_to_id": 510159402, "comment.line": 22, "comment.original_commit_id": "441777b167419714c56e4d2569eb7de7db6c5e66", "comment.original_line": 22, "comment.original_position": 13, "comment.original_start_line": null, "comment.path": "mon-pix/app/templates/components/campaign-start-block.hbs", "comment.position": 13, "comment.side": "RIGHT", "comment.start_line": null, "comment.start_side": null, "comment.updated_at": "2020-10-23T12:02:08Z", "created_at": "2020-10-23T12:02:08Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestReviewCommentEvent", "user.login": "celineung", "user.type": "User" }, { "action": "created", "actor.id": 11294487, "actor.login": "celineung", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-23T12:02:09Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "CONTRIBUTOR", "review.body": null, "review.commit_id": "441777b167419714c56e4d2569eb7de7db6c5e66", "review.id": 515600849, "review.state": "commented", "review.submitted_at": "2020-10-23T12:02:08Z", "type": "PullRequestReviewEvent", "user.login": "celineung", "user.type": "User" }, { "action": "created", "actor.id": 265963, "actor.login": "jbuget", "comment.author_association": "MEMBER", "comment.body": "Avec @celineung nous venons de nous rendre compte qu'il s'agit d'un bug ouvert reconnu sur Ember. La PR qui fixe (mais qui n'est pas encore mergée) est [ici](https://github.com/glimmerjs/glimmer-vm/pull/1178). ", "comment.commit_id": "441777b167419714c56e4d2569eb7de7db6c5e66", "comment.created_at": "2020-10-23T12:29:38Z", "comment.diff_hunk": "@@ -17,16 +17,14 @@\n {{{@announcementText}}}\n </h2>\n \n- <form {{action @startCampaignParticipation on=\"submit\"}}>\n- {{#if @isLoading}}\n- <button type=\"button\" disabled class=\"campaign-landing-page__start-button button button--big\">\n- <span class=\"loader-in-button \">&nbsp;</span>\n- </button>\n- {{else}}\n- <button type=\"submit\" class=\"campaign-landing-page__start-button button button--big\">\n+ <form>\n+ <PixButton\n+ type=\"submit\"", "comment.id": 510849089, "comment.in_reply_to_id": 510159402, "comment.line": 22, "comment.original_commit_id": "441777b167419714c56e4d2569eb7de7db6c5e66", "comment.original_line": 22, "comment.original_position": 13, "comment.original_start_line": null, "comment.path": "mon-pix/app/templates/components/campaign-start-block.hbs", "comment.position": 13, "comment.side": "RIGHT", "comment.start_line": null, "comment.start_side": null, "comment.updated_at": "2020-10-23T12:29:38Z", "created_at": "2020-10-23T12:29:38Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestReviewCommentEvent", "user.login": "jbuget", "user.type": "User" }, { "action": "created", "actor.id": 265963, "actor.login": "jbuget", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-23T12:29:38Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "MEMBER", "review.body": null, "review.commit_id": "441777b167419714c56e4d2569eb7de7db6c5e66", "review.id": 515620019, "review.state": "commented", "review.submitted_at": "2020-10-23T12:29:38Z", "type": "PullRequestReviewEvent", "user.login": "jbuget", "user.type": "User" }, { "action": "created", "actor.id": 11294487, "actor.login": "celineung", "comment.author_association": "CONTRIBUTOR", "comment.body": "Il y a un bug côté Ember qui fait que le composant ne considère pas l'attribut `type` qui lui est passé (pas de problème concernant les autres attributs, il n'y a que `type` qui pose problème).", "comment.commit_id": "441777b167419714c56e4d2569eb7de7db6c5e66", "comment.created_at": "2020-10-23T12:35:01Z", "comment.diff_hunk": "@@ -17,16 +17,14 @@\n {{{@announcementText}}}\n </h2>\n \n- <form {{action @startCampaignParticipation on=\"submit\"}}>\n- {{#if @isLoading}}\n- <button type=\"button\" disabled class=\"campaign-landing-page__start-button button button--big\">\n- <span class=\"loader-in-button \">&nbsp;</span>\n- </button>\n- {{else}}\n- <button type=\"submit\" class=\"campaign-landing-page__start-button button button--big\">\n+ <form>\n+ <PixButton\n+ type=\"submit\"", "comment.id": 510852047, "comment.in_reply_to_id": 510159402, "comment.line": 22, "comment.original_commit_id": "441777b167419714c56e4d2569eb7de7db6c5e66", "comment.original_line": 22, "comment.original_position": 13, "comment.original_start_line": null, "comment.path": "mon-pix/app/templates/components/campaign-start-block.hbs", "comment.position": 13, "comment.side": "RIGHT", "comment.start_line": null, "comment.start_side": null, "comment.updated_at": "2020-10-23T12:35:01Z", "created_at": "2020-10-23T12:35:01Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestReviewCommentEvent", "user.login": "celineung", "user.type": "User" }, { "action": "created", "actor.id": 11294487, "actor.login": "celineung", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-23T12:35:01Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "CONTRIBUTOR", "review.body": null, "review.commit_id": "441777b167419714c56e4d2569eb7de7db6c5e66", "review.id": 515623835, "review.state": "commented", "review.submitted_at": "2020-10-23T12:35:01Z", "type": "PullRequestReviewEvent", "user.login": "celineung", "user.type": "User" }, { "action": "created", "actor.id": 46371288, "actor.login": "sbedeau", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-23T13:26:54Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "MEMBER", "review.body": "Techniquement OK \r\nA voir pour le problème fonctionnel\r\n\r\n**praise:** PR stylée 🙏 ", "review.commit_id": "441777b167419714c56e4d2569eb7de7db6c5e66", "review.id": 515664741, "review.state": "approved", "review.submitted_at": "2020-10-23T13:26:54Z", "type": "PullRequestReviewEvent", "user.login": "sbedeau", "user.type": "User" }, { "action": "created", "actor.id": 31532858, "actor.login": "MelanieMEB", "comment.author_association": "MEMBER", "comment.body": "Modification effectué sur PixButton : https://github.com/1024pix/pix-ui/pull/38\r\n\r\nCe problème a été résolu", "comment.commit_id": "795453c0d1f3908d0a196adac4300ef89ce7a38e", "comment.created_at": "2020-10-27T09:49:08Z", "comment.diff_hunk": "@@ -17,16 +17,14 @@\n {{{@announcementText}}}\n </h2>\n \n- <form {{action @startCampaignParticipation on=\"submit\"}}>\n- {{#if @isLoading}}\n- <button type=\"button\" disabled class=\"campaign-landing-page__start-button button button--big\">\n- <span class=\"loader-in-button \">&nbsp;</span>\n- </button>\n- {{else}}\n- <button type=\"submit\" class=\"campaign-landing-page__start-button button button--big\">\n+ <form>\n+ <PixButton\n+ type=\"submit\"", "comment.id": 512548002, "comment.in_reply_to_id": 510159402, "comment.line": null, "comment.original_commit_id": "441777b167419714c56e4d2569eb7de7db6c5e66", "comment.original_line": 22, "comment.original_position": 13, "comment.original_start_line": null, "comment.path": "mon-pix/app/templates/components/campaign-start-block.hbs", "comment.position": null, "comment.side": "RIGHT", "comment.start_line": null, "comment.start_side": null, "comment.updated_at": "2020-10-27T09:49:09Z", "created_at": "2020-10-27T09:49:08Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestReviewCommentEvent", "user.login": "MelanieMEB", "user.type": "User" }, { "action": "created", "actor.id": 31532858, "actor.login": "MelanieMEB", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-27T09:49:09Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "MEMBER", "review.body": null, "review.commit_id": "795453c0d1f3908d0a196adac4300ef89ce7a38e", "review.id": 517516301, "review.state": "commented", "review.submitted_at": "2020-10-27T09:49:09Z", "type": "PullRequestReviewEvent", "user.login": "MelanieMEB", "user.type": "User" }, { "action": "created", "actor.id": 31532858, "actor.login": "MelanieMEB", "comment.author_association": "MEMBER", "comment.body": "Il ne l'était pas. On a changé le PixButton pour pouvoir passer un type : https://github.com/1024pix/pix-ui/pull/38", "comment.commit_id": "795453c0d1f3908d0a196adac4300ef89ce7a38e", "comment.created_at": "2020-10-27T09:49:30Z", "comment.diff_hunk": "@@ -33,12 +33,13 @@\n {{/if}}\n \n <div class=\"fill-in-campaign-code__actions\">\n- <button\n+ <PixButton\n type=\"submit\"", "comment.id": 512548258, "comment.in_reply_to_id": 510217759, "comment.line": null, "comment.original_commit_id": "d171952d7b4a67c3aee7b1d82bb29570f7d45a50", "comment.original_line": 37, "comment.original_position": 6, "comment.original_start_line": null, "comment.path": "mon-pix/app/templates/fill-in-campaign-code.hbs", "comment.position": null, "comment.side": "RIGHT", "comment.start_line": null, "comment.start_side": null, "comment.updated_at": "2020-10-27T09:49:31Z", "created_at": "2020-10-27T09:49:30Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestReviewCommentEvent", "user.login": "MelanieMEB", "user.type": "User" }, { "action": "created", "actor.id": 31532858, "actor.login": "MelanieMEB", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-27T09:49:31Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "MEMBER", "review.body": null, "review.commit_id": "795453c0d1f3908d0a196adac4300ef89ce7a38e", "review.id": 517516641, "review.state": "commented", "review.submitted_at": "2020-10-27T09:49:31Z", "type": "PullRequestReviewEvent", "user.login": "MelanieMEB", "user.type": "User" }, { "action": "created", "actor.id": 265963, "actor.login": "jbuget", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-29T08:47:47Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "MEMBER", "review.body": null, "review.commit_id": "c6bb830bf4008223ba316228d31c6fd284d7c0bd", "review.id": 519442931, "review.state": "approved", "review.submitted_at": "2020-10-29T08:47:46Z", "type": "PullRequestReviewEvent", "user.login": "jbuget", "user.type": "User" }, { "action": "created", "actor.id": 5982021, "actor.login": "jonasgrilleres", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-30T10:38:58Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "MEMBER", "review.body": "", "review.commit_id": "663b7426811d229a27cee4e7d5ab9ab19647e4c0", "review.id": 520548415, "review.state": "approved", "review.submitted_at": "2020-10-30T10:38:58Z", "type": "PullRequestReviewEvent", "user.login": "jonasgrilleres", "user.type": "User" }, { "action": "closed", "actor.id": 69905988, "actor.login": "pix-service-auto-merge", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-11-02T13:27:31Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 24832717, "public": true, "pull_request.additions": 135, "pull_request.body": "", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2020-04-03T11:19:37Z", "pull_request.deletions": 126, "pull_request.guid": "0xProject/website/pull/275", "pull_request.id": 398114647, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 275, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Update 0xAPI docs slippagePercentage and buyAmount", "pull_request.user.id": 27389, "pull_request.user.login": "dekz", "repo.id": 206088717, "repo.name": "0xProject/website" }
{ "pull_request.head.label": "0xProject:update/0x-api/docs", "pull_request.head.ref": "update/0x-api/docs", "pull_request.head.repo.default_branch": "development", "pull_request.head.repo.description": "0x.org website", "pull_request.head.repo.homepage": "https://0x.org/", "pull_request.head.repo.language": "TypeScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "website", "pull_request.head.repo.owner.login": "0xProject", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 5, "pull_request.head.sha": "491b73371aa65bdd62fddb4750640f4263e91351", "pull_request.head.user.login": "0xProject", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "0xProject:development", "pull_request.base.ref": "development", "pull_request.base.repo.default_branch": "development", "pull_request.base.repo.description": "0x.org website", "pull_request.base.repo.forks_count": 2, "pull_request.base.repo.homepage": "https://0x.org/", "pull_request.base.repo.language": "TypeScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "website", "pull_request.base.repo.open_issues_count": 8, "pull_request.base.repo.owner.login": "0xProject", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 5, "pull_request.base.repo.watchers_count": 5, "pull_request.base.sha": "071633c11ea5d0cac0390a4ebdca3e6a98a3c26b", "pull_request.base.user.login": "0xProject", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 27389, "actor.login": "dekz", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-04-03T11:19:38Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 27389, "actor.login": "dekz", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-04-08T10:32:58Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 95, "pull_request.body": "Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jquery/jquery/commit/7a0a850f3d41c0412609c1d32b1e602d4afe2f4e\"><code>7a0a850</code></a> 3.5.0</li>\n<li><a href=\"https://github.com/jquery/jquery/commit/8570a08f6689223aa06ca8cc51d488c6d81d44f9\"><code>8570a08</code></a> Release: Update AUTHORS.txt</li>\n<li><a href=\"https://github.com/jquery/jquery/commit/da3dd85b63c4e3a6a768132c2a83a1a6eec24840\"><code>da3dd85</code></a> Ajax: Do not execute scripts for unsuccessful HTTP responses</li>\n<li><a href=\"https://github.com/jquery/jquery/commit/065143c2e93512eb0c82d1b344b71d06eb7cf01c\"><code>065143c</code></a> Ajax: Overwrite s.contentType with content-type header value, if any</li>\n<li><a href=\"https://github.com/jquery/jquery/commit/1a4f10ddc37c34c6dc3a451ee451b5c6cf367399\"><code>1a4f10d</code></a> Tests: Blacklist one focusin test in IE</li>\n<li><a href=\"https://github.com/jquery/jquery/commit/9e15d6b469556eccfa607c5ecf53b20c84529125\"><code>9e15d6b</code></a> Event: Use only one focusin/out handler per matching window &amp; document</li>\n<li><a href=\"https://github.com/jquery/jquery/commit/966a70909019aa09632c87c0002c522fa4a1e30e\"><code>966a709</code></a> Manipulation: Skip the select wrapper for &lt;option&gt; outside of IE 9</li>\n<li><a href=\"https://github.com/jquery/jquery/commit/1d61fd9407e6fbe82fe55cb0b938307aa0791f77\"><code>1d61fd9</code></a> Manipulation: Make jQuery.htmlPrefilter an identity function</li>\n<li><a href=\"https://github.com/jquery/jquery/commit/04bf577e2f961c9dde85ddadc77f71bc7bc671cc\"><code>04bf577</code></a> Selector: Update Sizzle from 2.3.4 to 2.3.5</li>\n<li><a href=\"https://github.com/jquery/jquery/commit/7506c9ca62a2f3ef773e19385918c31e9d62d412\"><code>7506c9c</code></a> Build: Resolve Travis config warnings</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jquery/jquery/compare/3.4.1...3.5.0\">compare view</a></li>\n</ul>\n</details>\n<details>\n<summary>Maintainer changes</summary>\n<p>This version was pushed to npm by <a href=\"https://www.npmjs.com/~mgol\">mgol</a>, a new releaser for jquery since your current version.</p>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jquery&package-manager=npm_and_yarn&previous-version=3.4.1&new-version=3.5.0)](https://help.github.com/articles/configuring-automated-security-fixes)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AGonzalezLC/SGL/network/alerts).\n\n</details>", "pull_request.changed_files": 3, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2020-04-30T11:43:28Z", "pull_request.deletions": 28, "pull_request.guid": "AGonzalezLC/SGL/pull/2", "pull_request.id": 411382348, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 2, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump jquery from 3.4.1 to 3.5.0", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 163217662, "repo.name": "AGonzalezLC/SGL" }
{ "pull_request.head.label": "AGonzalezLC:dependabot/npm_and_yarn/jquery-3.5.0", "pull_request.head.ref": "dependabot/npm_and_yarn/jquery-3.5.0", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Vue", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "SGL", "pull_request.head.repo.owner.login": "AGonzalezLC", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "f9defbefbe1a79232cb548751d928c8e5d1a812a", "pull_request.head.user.login": "AGonzalezLC", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AGonzalezLC:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Vue", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "SGL", "pull_request.base.repo.open_issues_count": 2, "pull_request.base.repo.owner.login": "AGonzalezLC", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "7fa7a6c3c5dc5a691f52bb7d2dc5e11ea9926a8d", "pull_request.base.user.login": "AGonzalezLC", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-04-30T11:43:28Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 62565056, "public": true, "pull_request.additions": 4, "pull_request.body": "Bumps [ws](https://github.com/websockets/ws) from 7.2.3 to 7.4.6.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/websockets/ws/releases\">ws's releases</a>.</em></p>\n<blockquote>\n<h2>7.4.6</h2>\n<h1>Bug fixes</h1>\n<ul>\n<li>Fixed a ReDoS vulnerability (00c425ec).</li>\n</ul>\n<p>A specially crafted value of the <code>Sec-Websocket-Protocol</code> header could be used\nto significantly slow down a ws server.</p>\n<pre lang=\"js\"><code>for (const length of [1000, 2000, 4000, 8000, 16000, 32000]) {\n const value = 'b' + ' '.repeat(length) + 'x';\n const start = process.hrtime.bigint();\n<p>value.trim().split(/ *, */);</p>\n<p>const end = process.hrtime.bigint();</p>\n<p>console.log('length = %d, time = %f ns', length, end - start);\n}\n</code></pre></p>\n<p>The vulnerability was responsibly disclosed along with a fix in private by\n<a href=\"https://github.com/robmcl4\">Robert McLaughlin</a> from University of California, Santa Barbara.</p>\n<p>In vulnerable versions of ws, the issue can be mitigated by reducing the maximum\nallowed length of the request headers using the <a href=\"https://nodejs.org/api/cli.html#cli_max_http_header_size_size\"><code>--max-http-header-size=size</code></a>\nand/or the <a href=\"https://nodejs.org/api/http.html#http_http_createserver_options_requestlistener\"><code>maxHeaderSize</code></a> options.</p>\n<h2>7.4.5</h2>\n<h1>Bug fixes</h1>\n<ul>\n<li>UTF-8 validation is now done even if <code>utf-8-validate</code> is not installed\n(23ba6b29).</li>\n<li>Fixed an edge case where <code>websocket.close()</code> and <code>websocket.terminate()</code> did\nnot close the connection (67e25ff5).</li>\n</ul>\n<h2>7.4.4</h2>\n<h1>Bug fixes</h1>\n<ul>\n<li>Fixed a bug that could cause the process to crash when using the\npermessage-deflate extension (92774377).</li>\n</ul>\n<h2>7.4.3</h2>\n<h1>Bug fixes</h1>\n<ul>\n<li>The deflate/inflate stream is now reset instead of reinitialized when context\ntakeover is disabled (<a href=\"https://github-redirect.dependabot.com/websockets/ws/issues/1840\">#1840</a>).</li>\n</ul>\n<h2>7.4.2</h2>\n<h1>Bug fixes</h1>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/websockets/ws/commit/f5297f7090f6a628832a730187c5b3a06a247f00\"><code>f5297f7</code></a> [dist] 7.4.6</li>\n<li><a href=\"https://github.com/websockets/ws/commit/00c425ec77993773d823f018f64a5c44e17023ff\"><code>00c425e</code></a> [security] Fix ReDoS vulnerability</li>\n<li><a href=\"https://github.com/websockets/ws/commit/990306d1446faf346c76452409a4c11455690514\"><code>990306d</code></a> [lint] Fix prettier error</li>\n<li><a href=\"https://github.com/websockets/ws/commit/32e3a8439b7c8273b44fe1adb5682f529e34d0ba\"><code>32e3a84</code></a> [security] Remove reference to Node Security Project</li>\n<li><a href=\"https://github.com/websockets/ws/commit/8c914d18b86a7d1408884d18eeadae0fa41b0bb5\"><code>8c914d1</code></a> [minor] Fix nits</li>\n<li><a href=\"https://github.com/websockets/ws/commit/fc7e27d12ad0af90ce05302afc85c292024000b4\"><code>fc7e27d</code></a> [ci] Test on node 16</li>\n<li><a href=\"https://github.com/websockets/ws/commit/587c201bfc22c460658ca304d23477fc7ebd2a60\"><code>587c201</code></a> [ci] Do not test on node 15</li>\n<li><a href=\"https://github.com/websockets/ws/commit/f67271079755e79a1ac2b40f3f4efb94ca024539\"><code>f672710</code></a> [dist] 7.4.5</li>\n<li><a href=\"https://github.com/websockets/ws/commit/67e25ff50230d131d76b1061ca0be5c991df161f\"><code>67e25ff</code></a> [fix] Fix case where <code>abortHandshake()</code> does not close the connection</li>\n<li><a href=\"https://github.com/websockets/ws/commit/23ba6b2922f521f2b656891a997ab562b7139dd4\"><code>23ba6b2</code></a> [fix] Make UTF-8 validation work even if utf-8-validate is not installed</li>\n<li>Additional commits viewable in <a href=\"https://github.com/websockets/ws/compare/7.2.3...7.4.6\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=7.2.3&new-version=7.4.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/2utils/is-equal/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-05-30T05:13:01Z", "pull_request.deletions": 4, "pull_request.guid": "2utils/is-equal/pull/4", "pull_request.id": 657595501, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 4, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "chore(deps): bump ws from 7.2.3 to 7.4.6", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 249503570, "repo.name": "2utils/is-equal" }
{ "pull_request.head.label": "2utils:dependabot/npm_and_yarn/ws-7.4.6", "pull_request.head.ref": "dependabot/npm_and_yarn/ws-7.4.6", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "TypeScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "is-equal", "pull_request.head.repo.owner.login": "2utils", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 1, "pull_request.head.sha": "c4c9d2054cc9aba6b723f476c56df50b596f36f1", "pull_request.head.user.login": "2utils", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "2utils:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "TypeScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "is-equal", "pull_request.base.repo.open_issues_count": 3, "pull_request.base.repo.owner.login": "2utils", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 1, "pull_request.base.repo.watchers_count": 1, "pull_request.base.sha": "9569db52950c105b344194625c64093179ffed9f", "pull_request.base.user.login": "2utils", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-05-30T05:13:01Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 10862183, "public": true, "pull_request.additions": 25, "pull_request.body": "This patch series will fix the gcc compiling errors, and enhance the print out message when the platform exception happened for easily debugging.", "pull_request.changed_files": 3, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 3, "pull_request.created_at": "2015-03-27T05:17:22Z", "pull_request.deletions": 27, "pull_request.guid": "96boards/arm-trusted-firmware/pull/10", "pull_request.id": 32083941, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 10, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Add gcc options to fix GCC 4.9 issues", "pull_request.user.id": 11212690, "pull_request.user.login": "Leo-Yan", "repo.id": 30957485, "repo.name": "96boards/arm-trusted-firmware" }
{ "pull_request.head.label": "Leo-Yan:add_gcc_options", "pull_request.head.ref": "add_gcc_options", "pull_request.head.repo.default_branch": "hikey", "pull_request.head.repo.description": "ARM Trusted Firmware", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "C", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "arm-trusted-firmware", "pull_request.head.repo.owner.login": "Leo-Yan", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "eb801dfb9d9799031a716ee450a0d9fe254b62cf", "pull_request.head.user.login": "Leo-Yan", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "96boards:hikey", "pull_request.base.ref": "hikey", "pull_request.base.repo.default_branch": "hikey", "pull_request.base.repo.description": "ARM Trusted Firmware", "pull_request.base.repo.forks_count": 4, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "C", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "arm-trusted-firmware", "pull_request.base.repo.open_issues_count": 5, "pull_request.base.repo.owner.login": "96boards", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 1, "pull_request.base.repo.watchers_count": 1, "pull_request.base.sha": "437f856f5bc461253a5d9600358e82e75d172542", "pull_request.base.user.login": "96boards", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 11212690, "actor.login": "Leo-Yan", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2015-03-27T05:17:22Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 534660, "actor.login": "hzhuang1", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2015-04-02T03:17:42Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 45778633, "public": true, "pull_request.additions": 3, "pull_request.body": "Bumps [terser](https://github.com/terser/terser) from 4.6.11 to 4.6.12.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/terser/terser/blob/master/CHANGELOG.md\">terser's changelog</a>.</em></p>\n<blockquote>\n<h2>v4.6.12</h2>\n<ul>\n<li>Fixed subtree comparison code, making it see that <code>[1,[2, 3]]</code> is different from <code>[1, 2, [3]]</code></li>\n<li>Printing of unicode identifiers has been improved</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/terser/terser/commit/4f161d782ed1bed19b42261dd5f95d42e1198ed8\"><code>4f161d7</code></a> 4.6.12</li>\n<li><a href=\"https://github.com/terser/terser/commit/3729faec86d380af3fbd3721586a3ea0cad42857\"><code>3729fae</code></a> lint</li>\n<li><a href=\"https://github.com/terser/terser/commit/ea01f7db65082063575c72f3d171c5efe0d851f2\"><code>ea01f7d</code></a> update changelog</li>\n<li><a href=\"https://github.com/terser/terser/commit/7fda1def44e22a6dbdd8b66d2bc080c35f3ec488\"><code>7fda1de</code></a> further fix the equivalent-to fix</li>\n<li><a href=\"https://github.com/terser/terser/commit/5d25b743ea8ca01bdcf45bc5710d56c49514191a\"><code>5d25b74</code></a> remove output errors</li>\n<li><a href=\"https://github.com/terser/terser/commit/2743c714b16eb3cf7b185a18524f5a546696525c\"><code>2743c71</code></a> fix the equivalent_to fix</li>\n<li><a href=\"https://github.com/terser/terser/commit/743d032f5222cd15c19e0c71f6ade0a519fd584a\"><code>743d032</code></a> add a marker between nodes while recursively comparing them in equivalent_to.</li>\n<li><a href=\"https://github.com/terser/terser/commit/49a0f529256443891b3130de46a7b4bf5304cfe8\"><code>49a0f52</code></a> update documentation to reflect fact that domprops was merged into builtins</li>\n<li><a href=\"https://github.com/terser/terser/commit/0529bf294a6a2405ac08ed48539acda95b4bec6d\"><code>0529bf2</code></a> Add assumption</li>\n<li><a href=\"https://github.com/terser/terser/commit/acdef9df34d14b149cf664cd81c997f3fdd268d5\"><code>acdef9d</code></a> Merge branch 'master' of github.com:terser/terser</li>\n<li>Additional commits viewable in <a href=\"https://github.com/terser/terser/compare/v4.6.11...v4.6.12\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=terser&package-manager=npm_and_yarn&previous-version=4.6.11&new-version=4.6.12)](https://dependabot.com/compatibility-score/?dependency-name=terser&package-manager=npm_and_yarn&previous-version=4.6.11&new-version=4.6.12)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\nIf all status checks pass Dependabot will automatically merge this pull request.\n\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot badge me` will comment on this PR with code to add a \"Dependabot enabled\" badge to your readme\n\nAdditionally, you can set the following in the `.dependabot/config.yml` file in this repo:\n- Update frequency\n- Automerge options (never/patch/minor, and dev/runtime dependencies)\n- Out-of-range updates (receive only lockfile updates, if desired)\n- Security updates (receive only security updates, if desired)\n\n\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2020-04-24T16:49:27Z", "pull_request.deletions": 3, "pull_request.guid": "16francs/gran/pull/1473", "pull_request.id": 408658566, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 1473, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "chore: bump terser from 4.6.11 to 4.6.12 in /client", "pull_request.user.id": 27856297, "pull_request.user.login": "dependabot-preview[bot]", "repo.id": 227599709, "repo.name": "16francs/gran" }
{ "pull_request.head.label": "16francs:dependabot/npm_and_yarn/client/develop/terser-4.6.12", "pull_request.head.ref": "dependabot/npm_and_yarn/client/develop/terser-4.6.12", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Go", "pull_request.head.repo.license.name": "MIT License", "pull_request.head.repo.name": "gran", "pull_request.head.repo.owner.login": "16francs", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 2, "pull_request.head.sha": "bc7cfd52d7ebcf2475e67e4c66fb0a52317701be", "pull_request.head.user.login": "16francs", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "16francs:develop", "pull_request.base.ref": "develop", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Go", "pull_request.base.repo.license.name": "MIT License", "pull_request.base.repo.name": "gran", "pull_request.base.repo.open_issues_count": 8, "pull_request.base.repo.owner.login": "16francs", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 2, "pull_request.base.repo.watchers_count": 2, "pull_request.base.sha": "2a34c2043b4d27bfde00e9dc235cd7cbc0bae77e", "pull_request.base.user.login": "16francs", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 27856297, "actor.login": "dependabot-preview[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-04-24T16:49:28Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 27856297, "actor.login": "dependabot-preview[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-04-24T16:57:52Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": null, "public": true, "pull_request.additions": 397, "pull_request.body": "Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/eb6d9f51e395b7e47bf2594e457d541db21c713b\"><code>eb6d9f5</code></a> [dist] 1.5.1</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/750d8e8a9d45dbce9ff09759f0fe4564cdd47d74\"><code>750d8e8</code></a> [fix] Fixes relative path resolving <a href=\"https://github-redirect.dependabot.com/unshiftio/url-parse/issues/199\">#199</a> <a href=\"https://github-redirect.dependabot.com/unshiftio/url-parse/issues/200\">#200</a> (<a href=\"https://github-redirect.dependabot.com/unshiftio/url-parse/issues/201\">#201</a>)</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/3ac777474ba5dc48a7e33771cbb311fc6f69bef8\"><code>3ac7774</code></a> [test] Make test consistent for browser testing</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/267a0c6f7ef1a58271be61611c5103daace602c9\"><code>267a0c6</code></a> [dist] 1.5.0</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/d1e7e8822f26e8a49794b757123b51386325b2b0\"><code>d1e7e88</code></a> [security] More backslash fixes (<a href=\"https://github-redirect.dependabot.com/unshiftio/url-parse/issues/197\">#197</a>)</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/d99bf4cf259b7378c855f786edc253e70405ffdc\"><code>d99bf4c</code></a> [ignore] Remove npm-debug.log from .gitignore</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/422c8b5e4cac6a79cd35b4e86731476dcbeec7e4\"><code>422c8b5</code></a> [pkg] Replace nyc with c8</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/933809d630c7b21399b4e5df59fccccd80033b21\"><code>933809d</code></a> [pkg] Move coveralls to dev dependencies</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/190b2168035899a2a88f2dc2625963bf7e2f338f\"><code>190b216</code></a> [pkg] Add .npmrc</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/ce3783f4ea25753cfa36376769c14e4e2fe6ea80\"><code>ce3783f</code></a> [test] Do not test on all available versions of Edge and Safari</li>\n<li>Additional commits viewable in <a href=\"https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url-parse&package-manager=npm_and_yarn&previous-version=1.4.7&new-version=1.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Abdul-Sayed/Lazy_Chef/network/alerts).\n\n</details>", "pull_request.changed_files": 2, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-05-08T15:18:46Z", "pull_request.deletions": 302, "pull_request.guid": "Abdul-Sayed/Lazy_Chef/pull/12", "pull_request.id": 634565081, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 12, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump url-parse from 1.4.7 to 1.5.1", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 211736644, "repo.name": "Abdul-Sayed/Lazy_Chef" }
{ "pull_request.head.label": "Abdul-Sayed:dependabot/npm_and_yarn/url-parse-1.5.1", "pull_request.head.ref": "dependabot/npm_and_yarn/url-parse-1.5.1", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Find what you can cook using ingredients you have at hand.", "pull_request.head.repo.homepage": "http://lazy-chef.surge.sh/", "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "Lazy_Chef", "pull_request.head.repo.owner.login": "Abdul-Sayed", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 1, "pull_request.head.sha": "aab86cf1e61350b13913002d94bbc399679be292", "pull_request.head.user.login": "Abdul-Sayed", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "Abdul-Sayed:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Find what you can cook using ingredients you have at hand.", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "http://lazy-chef.surge.sh/", "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "Lazy_Chef", "pull_request.base.repo.open_issues_count": 8, "pull_request.base.repo.owner.login": "Abdul-Sayed", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 1, "pull_request.base.repo.watchers_count": 1, "pull_request.base.sha": "62b310072f7e1593e9b3b5111e90f52650d86b8e", "pull_request.base.user.login": "Abdul-Sayed", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-05-08T15:18:46Z", "issue.author": "dependabot[bot]", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-05-08T15:18:47Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-10-06T05:05:14Z", "issue.author": "dependabot[bot]", "issue.comment": "Superseded by #18.", "issue.comment_id": 935464012, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-10-06T05:05:15Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 482, "pull_request.body": "\r\n", "pull_request.changed_files": 29, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 12, "pull_request.created_at": "2020-06-24T20:23:28Z", "pull_request.deletions": 1185, "pull_request.guid": "4restwilliams/MintPy/pull/1", "pull_request.id": 439469102, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 1, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Updating to InSARLab base branch", "pull_request.user.id": 31411324, "pull_request.user.login": "4restwilliams", "repo.id": 269515970, "repo.name": "4restwilliams/MintPy" }
{ "pull_request.head.label": "insarlab:master", "pull_request.head.ref": "master", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Miami InSAR time-series software in Python", "pull_request.head.repo.homepage": "https://mintpy.readthedocs.io", "pull_request.head.repo.language": "Python", "pull_request.head.repo.license.name": "Other", "pull_request.head.repo.name": "MintPy", "pull_request.head.repo.owner.login": "insarlab", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 146, "pull_request.head.sha": "363875cb94a691503e0303e739e23d3b091e708e", "pull_request.head.user.login": "insarlab", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "4restwilliams:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Miami InSAR time-series software in Python", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "https://mintpy.readthedocs.io", "pull_request.base.repo.language": "Python", "pull_request.base.repo.license.name": "Other", "pull_request.base.repo.name": "MintPy", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "4restwilliams", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "6f2df481e817415d76a66104988254e256c44bea", "pull_request.base.user.login": "4restwilliams", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 31411324, "actor.login": "4restwilliams", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-06-24T20:23:28Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 31411324, "actor.login": "4restwilliams", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-06-24T20:25:24Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 120, "pull_request.body": null, "pull_request.changed_files": 3, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-05-29T00:49:32Z", "pull_request.deletions": 2, "pull_request.guid": "AbhinavAkkiraju/QuantumLogistics/pull/7", "pull_request.id": 950160051, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 7, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Working on header on homepage", "pull_request.user.id": 43082610, "pull_request.user.login": "AbhinavAkkiraju", "repo.id": 497397379, "repo.name": "AbhinavAkkiraju/QuantumLogistics" }
{ "pull_request.head.label": "AbhinavAkkiraju:graphics", "pull_request.head.ref": "graphics", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "CSS", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "QuantumLogistics", "pull_request.head.repo.owner.login": "AbhinavAkkiraju", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "937553244df68597f898cc9dc9615c9f9350ec61", "pull_request.head.user.login": "AbhinavAkkiraju", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AbhinavAkkiraju:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "CSS", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "QuantumLogistics", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "AbhinavAkkiraju", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "95b28eac297eef3e3252178b4d18a643a2dd41b9", "pull_request.base.user.login": "AbhinavAkkiraju", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 43082610, "actor.login": "AbhinavAkkiraju", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-05-29T00:49:33Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": 59098820, "actor.login": "Perrytheplaty43", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-05-29T01:46:30Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "COLLABORATOR", "review.body": "lgtm", "review.commit_id": "937553244df68597f898cc9dc9615c9f9350ec61", "review.id": 988566484, "review.state": "approved", "review.submitted_at": "2022-05-29T01:46:29Z", "type": "PullRequestReviewEvent", "user.login": "Perrytheplaty43", "user.type": "User" }, { "action": "closed", "actor.id": 59098820, "actor.login": "Perrytheplaty43", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-05-29T01:51:03Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 112811415, "public": true, "pull_request.additions": 1, "pull_request.body": "Resolves #205 ", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-11-02T14:03:08Z", "pull_request.deletions": 1, "pull_request.guid": "AY2223S1-CS2103-F14-2/tp/pull/255", "pull_request.id": 1108305791, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": "", "pull_request.milestone.number": 4, "pull_request.milestone.title": "v1.4", "pull_request.number": 255, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Edit export example to avoid ambiguity", "pull_request.user.id": 88199596, "pull_request.user.login": "cliftonfelix", "repo.id": 532544543, "repo.name": "AY2223S1-CS2103-F14-2/tp" }
{ "pull_request.head.label": "cliftonfelix:fixUG", "pull_request.head.ref": "fixUG", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "AB3", "pull_request.head.repo.homepage": "https://nus-cs2103-ay2223s1.github.io/tp/", "pull_request.head.repo.language": "Java", "pull_request.head.repo.license.name": "MIT License", "pull_request.head.repo.name": "tp", "pull_request.head.repo.owner.login": "cliftonfelix", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "b2fa7fe659f6624fec458af1ec49a1ba5507ac82", "pull_request.head.user.login": "cliftonfelix", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AY2223S1-CS2103-F14-2:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "InternConnect", "pull_request.base.repo.forks_count": 5, "pull_request.base.repo.homepage": "https://ay2223s1-cs2103-f14-2.github.io/tp/", "pull_request.base.repo.language": "Java", "pull_request.base.repo.license.name": "MIT License", "pull_request.base.repo.name": "tp", "pull_request.base.repo.open_issues_count": 69, "pull_request.base.repo.owner.login": "AY2223S1-CS2103-F14-2", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "235780d1b575c2125e9df19ab0f70ac181c9ac5d", "pull_request.base.user.login": "AY2223S1-CS2103-F14-2", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 88199596, "actor.login": "cliftonfelix", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-11-02T14:03:09Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": 88238739, "actor.login": "JasonCP14", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-11-02T16:50:25Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "NONE", "review.body": "LGTM", "review.commit_id": "b2fa7fe659f6624fec458af1ec49a1ba5507ac82", "review.id": 1165652302, "review.state": "approved", "review.submitted_at": "2022-11-02T16:50:24Z", "type": "PullRequestReviewEvent", "user.login": "JasonCP14", "user.type": "User" }, { "action": "created", "actor.id": 88389105, "actor.login": "maryjess", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-11-03T07:37:10Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "NONE", "review.body": "LGTM", "review.commit_id": "b2fa7fe659f6624fec458af1ec49a1ba5507ac82", "review.id": 1166405871, "review.state": "approved", "review.submitted_at": "2022-11-03T07:37:09Z", "type": "PullRequestReviewEvent", "user.login": "maryjess", "user.type": "User" } ]
null
{ "org.id": 25084337, "public": true, "pull_request.additions": 2, "pull_request.body": "", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 2, "pull_request.created_at": "2020-04-22T20:56:12Z", "pull_request.deletions": 2, "pull_request.guid": "AMReX-Codes/amrex/pull/796", "pull_request.id": 407543648, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 796, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Fix a couple of minor typos in Contributing.md", "pull_request.user.id": 4329158, "pull_request.user.login": "atmyers", "repo.id": 89738953, "repo.name": "AMReX-Codes/amrex" }
{ "pull_request.head.label": "atmyers:contributing_typo_fix", "pull_request.head.ref": "contributing_typo_fix", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "AMReX: Software Framework for Block Structured AMR", "pull_request.head.repo.homepage": "https://amrex-codes.github.io/amrex", "pull_request.head.repo.language": null, "pull_request.head.repo.license.name": "Other", "pull_request.head.repo.name": "amrex", "pull_request.head.repo.owner.login": "atmyers", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "d04c9faff33ce96f2d9af139e4c5ede471cd7ea7", "pull_request.head.user.login": "atmyers", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AMReX-Codes:development", "pull_request.base.ref": "development", "pull_request.base.repo.default_branch": "development", "pull_request.base.repo.description": "AMReX: Software Framework for Block Structured AMR", "pull_request.base.repo.forks_count": 146, "pull_request.base.repo.homepage": "https://amrex-codes.github.io/amrex", "pull_request.base.repo.language": "C++", "pull_request.base.repo.license.name": "Other", "pull_request.base.repo.name": "amrex", "pull_request.base.repo.open_issues_count": 29, "pull_request.base.repo.owner.login": "AMReX-Codes", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 194, "pull_request.base.repo.watchers_count": 194, "pull_request.base.sha": "e0658315005f4521b73a530d53fc6c47fce93cba", "pull_request.base.user.login": "AMReX-Codes", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 4329158, "actor.login": "atmyers", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-04-22T20:56:12Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 7862753, "actor.login": "WeiqunZhang", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-04-22T21:33:23Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 34, "pull_request.body": "Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.1.0 to 1.4.2.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/webpack/loader-utils/releases\">loader-utils's releases</a>.</em></p>\n<blockquote>\n<h2>v1.4.2</h2>\n<h3><a href=\"https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2\">1.4.2</a> (2022-11-11)</h3>\n<h3>Bug Fixes</h3>\n<ul>\n<li>ReDoS problem (<a href=\"https://github-redirect.dependabot.com/webpack/loader-utils/issues/226\">#226</a>) (<a href=\"https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa\">17cbf8f</a>)</li>\n</ul>\n<h2>v1.4.1</h2>\n<h3><a href=\"https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1\">1.4.1</a> (2022-11-07)</h3>\n<h3>Bug Fixes</h3>\n<ul>\n<li>security problem (<a href=\"https://github-redirect.dependabot.com/webpack/loader-utils/issues/220\">#220</a>) (<a href=\"https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5\">4504e34</a>)</li>\n</ul>\n<h2>v1.4.0</h2>\n<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>\n<h1><a href=\"https://github.com/webpack/loader-utils/compare/v1.3.0...v1.4.0\">1.4.0</a> (2020-02-19)</h1>\n<h3>Features</h3>\n<ul>\n<li>the <code>resourceQuery</code> is passed to the <code>interpolateName</code> method (<a href=\"https://github-redirect.dependabot.com/webpack/loader-utils/issues/163\">#163</a>) (<a href=\"https://github.com/webpack/loader-utils/commit/cd0e428\">cd0e428</a>)</li>\n</ul>\n<h2>v1.3.0</h2>\n<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>\n<h1><a href=\"https://github.com/webpack/loader-utils/compare/v1.2.3...v1.3.0\">1.3.0</a> (2020-02-19)</h1>\n<h3>Features</h3>\n<ul>\n<li>support the <code>[query]</code> template for the <code>interpolatedName</code> method (<a href=\"https://github-redirect.dependabot.com/webpack/loader-utils/issues/162\">#162</a>) (<a href=\"https://github.com/webpack/loader-utils/commit/469eeba\">469eeba</a>)</li>\n</ul>\n<h2>v1.2.3</h2>\n<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>\n<h2><a href=\"https://github.com/webpack/loader-utils/compare/v1.2.2...v1.2.3\">1.2.3</a> (2018-12-27)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>interpolateName:</strong> don't interpolated <code>hashType</code> without <code>hash</code> or <code>contenthash</code> (<a href=\"https://github-redirect.dependabot.com/webpack/loader-utils/issues/140\">#140</a>) (<a href=\"https://github.com/webpack/loader-utils/commit/3528fd9\">3528fd9</a>)</li>\n</ul>\n<h2>v1.2.2</h2>\n<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>\n<h2><a href=\"https://github.com/webpack/loader-utils/compare/v1.2.1...v1.2.2\">1.2.2</a> (2018-12-27)</h2>\n<h3>Bug Fixes</h3>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md\">loader-utils's changelog</a>.</em></p>\n<blockquote>\n<h3><a href=\"https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2\">1.4.2</a> (2022-11-11)</h3>\n<h3>Bug Fixes</h3>\n<ul>\n<li>ReDoS problem (<a href=\"https://github-redirect.dependabot.com/webpack/loader-utils/issues/226\">#226</a>) (<a href=\"https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa\">17cbf8f</a>)</li>\n</ul>\n<h3><a href=\"https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1\">1.4.1</a> (2022-11-07)</h3>\n<h3>Bug Fixes</h3>\n<ul>\n<li>security problem (<a href=\"https://github-redirect.dependabot.com/webpack/loader-utils/issues/220\">#220</a>) (<a href=\"https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5\">4504e34</a>)</li>\n</ul>\n<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>\n<h1><a href=\"https://github.com/webpack/loader-utils/compare/v1.3.0...v1.4.0\">1.4.0</a> (2020-02-19)</h1>\n<h3>Features</h3>\n<ul>\n<li>the <code>resourceQuery</code> is passed to the <code>interpolateName</code> method (<a href=\"https://github-redirect.dependabot.com/webpack/loader-utils/issues/163\">#163</a>) (<a href=\"https://github.com/webpack/loader-utils/commit/cd0e428\">cd0e428</a>)</li>\n</ul>\n<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>\n<h1><a href=\"https://github.com/webpack/loader-utils/compare/v1.2.3...v1.3.0\">1.3.0</a> (2020-02-19)</h1>\n<h3>Features</h3>\n<ul>\n<li>support the <code>[query]</code> template for the <code>interpolatedName</code> method (<a href=\"https://github-redirect.dependabot.com/webpack/loader-utils/issues/162\">#162</a>) (<a href=\"https://github.com/webpack/loader-utils/commit/469eeba\">469eeba</a>)</li>\n</ul>\n<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>\n<h2><a href=\"https://github.com/webpack/loader-utils/compare/v1.2.2...v1.2.3\">1.2.3</a> (2018-12-27)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>interpolateName:</strong> don't interpolated <code>hashType</code> without <code>hash</code> or <code>contenthash</code> (<a href=\"https://github-redirect.dependabot.com/webpack/loader-utils/issues/140\">#140</a>) (<a href=\"https://github.com/webpack/loader-utils/commit/3528fd9\">3528fd9</a>)</li>\n</ul>\n<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>\n<h2><a href=\"https://github.com/webpack/loader-utils/compare/v1.2.1...v1.2.2\">1.2.2</a> (2018-12-27)</h2>\n<h3>Bug Fixes</h3>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/webpack/loader-utils/commit/331ad5067d9a1a7b8d646692e6959639969210d1\"><code>331ad50</code></a> chore(release): 1.4.2</li>\n<li><a href=\"https://github.com/webpack/loader-utils/commit/17cbf8fa8989c1cb45bdd2997aa524729475f1fa\"><code>17cbf8f</code></a> fix: ReDoS problem (<a href=\"https://github-redirect.dependabot.com/webpack/loader-utils/issues/226\">#226</a>)</li>\n<li><a href=\"https://github.com/webpack/loader-utils/commit/8f082b39f6903929f30fe29dab34f4d9c7ef070a\"><code>8f082b3</code></a> chore(release): 1.4.1</li>\n<li><a href=\"https://github.com/webpack/loader-utils/commit/4504e34c4796a5836ef70458327351675aed48a5\"><code>4504e34</code></a> fix: security problem (<a href=\"https://github-redirect.dependabot.com/webpack/loader-utils/issues/220\">#220</a>)</li>\n<li><a href=\"https://github.com/webpack/loader-utils/commit/d95b8b53f0ad547133b47ac8226f735c479f76de\"><code>d95b8b5</code></a> chore(release): 1.4.0</li>\n<li><a href=\"https://github.com/webpack/loader-utils/commit/cd0e4284a0aa090f8776c4eb1045d4b1080e7161\"><code>cd0e428</code></a> feat: the <code>resourceQuery</code> is passed to the <code>interpolateName</code> method (<a href=\"https://github-redirect.dependabot.com/webpack/loader-utils/issues/163\">#163</a>)</li>\n<li><a href=\"https://github.com/webpack/loader-utils/commit/06d36cf3a619cab20b08608204cb7ea9bddaceab\"><code>06d36cf</code></a> chore(release): 1.3.0</li>\n<li><a href=\"https://github.com/webpack/loader-utils/commit/469eeba9095b879a3a988cde23d2035e454da9c2\"><code>469eeba</code></a> feat: support the <code>[query]</code> template for the <code>interpolatedName</code> method (<a href=\"https://github-redirect.dependabot.com/webpack/loader-utils/issues/162\">#162</a>)</li>\n<li><a href=\"https://github.com/webpack/loader-utils/commit/909c99d3f85da40478b9f02338d4113332819cfd\"><code>909c99d</code></a> chore: funding.yml config and CI fix (<a href=\"https://github-redirect.dependabot.com/webpack/loader-utils/issues/159\">#159</a>)</li>\n<li><a href=\"https://github.com/webpack/loader-utils/commit/b5b74f010cace25ca70a652ebef078f6b1cfaddb\"><code>b5b74f0</code></a> Set up CI with Azure Pipelines</li>\n<li>Additional commits viewable in <a href=\"https://github.com/webpack/loader-utils/compare/v1.1.0...v1.4.2\">compare view</a></li>\n</ul>\n</details>\n<details>\n<summary>Maintainer changes</summary>\n<p>This version was pushed to npm by <a href=\"https://www.npmjs.com/~evilebottnawi\">evilebottnawi</a>, a new releaser for loader-utils since your current version.</p>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=loader-utils&package-manager=npm_and_yarn&previous-version=1.1.0&new-version=1.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/1baga/cryptrack/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-11-16T07:37:52Z", "pull_request.deletions": 15, "pull_request.guid": "1baga/cryptrack/pull/4", "pull_request.id": 1123985313, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 4, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump loader-utils from 1.1.0 to 1.4.2", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 134030920, "repo.name": "1baga/cryptrack" }
{ "pull_request.head.label": "1baga:dependabot/npm_and_yarn/loader-utils-1.4.2", "pull_request.head.ref": "dependabot/npm_and_yarn/loader-utils-1.4.2", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "TypeScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "cryptrack", "pull_request.head.repo.owner.login": "1baga", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "0a06e256d08774c72003c24b310ebaf87e8eb210", "pull_request.head.user.login": "1baga", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "1baga:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "TypeScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "cryptrack", "pull_request.base.repo.open_issues_count": 4, "pull_request.base.repo.owner.login": "1baga", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "ed33d4beca2f54e9c3ba578f3870d9174d90db7d", "pull_request.base.user.login": "1baga", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-11-16T07:37:52Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 644492, "public": true, "pull_request.additions": 44, "pull_request.body": null, "pull_request.changed_files": 2, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-06-14T12:18:10Z", "pull_request.deletions": 0, "pull_request.guid": "ATIX-AG/errata_parser/pull/3", "pull_request.id": 966854864, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 3, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Add github actions to run tests", "pull_request.user.id": 25485845, "pull_request.user.login": "sbernhard", "repo.id": 166065883, "repo.name": "ATIX-AG/errata_parser" }
{ "pull_request.head.label": "ATIX-AG:add_github_actions", "pull_request.head.ref": "add_github_actions", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Uses the Debian Security Announcements (DSA) and Ubuntu Security Notices (USN) to generate a list of Debian/Ubuntu errata.", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Ruby", "pull_request.head.repo.license.name": "GNU General Public License v2.0", "pull_request.head.repo.name": "errata_parser", "pull_request.head.repo.owner.login": "ATIX-AG", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 5, "pull_request.head.sha": "54d4c79a3a32d226b523db722685f50a9f7a9afa", "pull_request.head.user.login": "ATIX-AG", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "ATIX-AG:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Uses the Debian Security Announcements (DSA) and Ubuntu Security Notices (USN) to generate a list of Debian/Ubuntu errata.", "pull_request.base.repo.forks_count": 3, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Ruby", "pull_request.base.repo.license.name": "GNU General Public License v2.0", "pull_request.base.repo.name": "errata_parser", "pull_request.base.repo.open_issues_count": 2, "pull_request.base.repo.owner.login": "ATIX-AG", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 5, "pull_request.base.repo.watchers_count": 5, "pull_request.base.sha": "39916f0be41072d983ba9b839dd9d310422744f4", "pull_request.base.user.login": "ATIX-AG", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 25485845, "actor.login": "sbernhard", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-06-14T12:18:11Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 86146438, "public": true, "pull_request.additions": 295, "pull_request.body": "Urls Redirect updated", "pull_request.changed_files": 16, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2023-07-18T06:17:29Z", "pull_request.deletions": 69, "pull_request.guid": "0xHashstack/hashstatic/pull/58", "pull_request.id": 1438597529, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 58, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "ENHANCEMENT Added Urls Redirects [IN_PROGRESS]", "pull_request.user.id": 77379621, "pull_request.user.login": "Sahitya777", "repo.id": 424496738, "repo.name": "0xHashstack/hashstatic" }
{ "pull_request.head.label": "0xHashstack:sahitya/changes", "pull_request.head.ref": "sahitya/changes", "pull_request.head.repo.default_branch": "production", "pull_request.head.repo.description": "Hashstack Finance landing page", "pull_request.head.repo.homepage": "https://hashstack.finance", "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": "BSD 3-Clause \"New\" or \"Revised\" License", "pull_request.head.repo.name": "hashstatic", "pull_request.head.repo.owner.login": "0xHashstack", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 4, "pull_request.head.sha": "12db58f10979dddc5603cc82902259c1e936ae4e", "pull_request.head.user.login": "0xHashstack", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "0xHashstack:development", "pull_request.base.ref": "development", "pull_request.base.repo.default_branch": "production", "pull_request.base.repo.description": "Hashstack Finance landing page", "pull_request.base.repo.forks_count": 4, "pull_request.base.repo.homepage": "https://hashstack.finance", "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": "BSD 3-Clause \"New\" or \"Revised\" License", "pull_request.base.repo.name": "hashstatic", "pull_request.base.repo.open_issues_count": 2, "pull_request.base.repo.owner.login": "0xHashstack", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 4, "pull_request.base.repo.watchers_count": 4, "pull_request.base.sha": "82173e28395f3dd185ac49c4643c76c1715154ca", "pull_request.base.user.login": "0xHashstack", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 77379621, "actor.login": "Sahitya777", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2023-07-18T06:17:30Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 77379621, "actor.login": "Sahitya777", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2023-07-18T06:17:45Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 27, "pull_request.body": "", "pull_request.changed_files": 2, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 3, "pull_request.created_at": "2021-06-19T22:43:16Z", "pull_request.deletions": 13, "pull_request.guid": "95joaols/TodoCalendar-schoolAssignments-/pull/53", "pull_request.id": 673943690, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 53, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Möjlighet att ändra isDone!", "pull_request.user.id": 47559587, "pull_request.user.login": "AndreasGunnarsson", "repo.id": 375005409, "repo.name": "95joaols/TodoCalendar-schoolAssignments-" }
{ "pull_request.head.label": "95joaols:toggle-todo-isdone2", "pull_request.head.ref": "toggle-todo-isdone2", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "HTML", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "TodoCalendar-schoolAssignments-", "pull_request.head.repo.owner.login": "95joaols", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "bb84f927c975842b81d4b28c60ca88cb299c9a92", "pull_request.head.user.login": "95joaols", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "95joaols:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "HTML", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "TodoCalendar-schoolAssignments-", "pull_request.base.repo.open_issues_count": 3, "pull_request.base.repo.owner.login": "95joaols", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "e3f5ff04aa381a8f3ab5fbe3ec5681ef1f0ba4ae", "pull_request.base.user.login": "95joaols", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 47559587, "actor.login": "AndreasGunnarsson", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-06-19T22:43:17Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": 71005730, "actor.login": "95joaols", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-06-20T10:35:43Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "OWNER", "review.body": "", "review.commit_id": "bb84f927c975842b81d4b28c60ca88cb299c9a92", "review.id": 687891778, "review.state": "approved", "review.submitted_at": "2021-06-20T10:35:43Z", "type": "PullRequestReviewEvent", "user.login": "95joaols", "user.type": "User" }, { "action": "closed", "actor.id": 71005730, "actor.login": "95joaols", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-06-20T10:35:50Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 1, "pull_request.body": "Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/numpy/numpy/releases\">numpy's releases</a>.</em></p>\n<blockquote>\n<h2>v1.22.0</h2>\n<h1>NumPy 1.22.0 Release Notes</h1>\n<p>NumPy 1.22.0 is a big release featuring the work of 153 contributors\nspread over 609 pull requests. There have been many improvements,\nhighlights are:</p>\n<ul>\n<li>Annotations of the main namespace are essentially complete. Upstream\nis a moving target, so there will likely be further improvements,\nbut the major work is done. This is probably the most user visible\nenhancement in this release.</li>\n<li>A preliminary version of the proposed Array-API is provided. This is\na step in creating a standard collection of functions that can be\nused across application such as CuPy and JAX.</li>\n<li>NumPy now has a DLPack backend. DLPack provides a common interchange\nformat for array (tensor) data.</li>\n<li>New methods for <code>quantile</code>, <code>percentile</code>, and related functions. The\nnew methods provide a complete set of the methods commonly found in\nthe literature.</li>\n<li>A new configurable allocator for use by downstream projects.</li>\n</ul>\n<p>These are in addition to the ongoing work to provide SIMD support for\ncommonly used functions, improvements to F2PY, and better documentation.</p>\n<p>The Python versions supported in this release are 3.8-3.10, Python 3.7\nhas been dropped. Note that 32 bit wheels are only provided for Python\n3.8 and 3.9 on Windows, all other wheels are 64 bits on account of\nUbuntu, Fedora, and other Linux distributions dropping 32 bit support.\nAll 64 bit wheels are also linked with 64 bit integer OpenBLAS, which should fix\nthe occasional problems encountered by folks using truly huge arrays.</p>\n<h2>Expired deprecations</h2>\n<h3>Deprecated numeric style dtype strings have been removed</h3>\n<p>Using the strings <code>&quot;Bytes0&quot;</code>, <code>&quot;Datetime64&quot;</code>, <code>&quot;Str0&quot;</code>, <code>&quot;Uint32&quot;</code>,\nand <code>&quot;Uint64&quot;</code> as a dtype will now raise a <code>TypeError</code>.</p>\n<p>(<a href=\"https://github-redirect.dependabot.com/numpy/numpy/pull/19539\">gh-19539</a>)</p>\n<h3>Expired deprecations for <code>loads</code>, <code>ndfromtxt</code>, and <code>mafromtxt</code> in npyio</h3>\n<p><code>numpy.loads</code> was deprecated in v1.15, with the recommendation that\nusers use <code>pickle.loads</code> instead. <code>ndfromtxt</code> and <code>mafromtxt</code> were both\ndeprecated in v1.17 - users should use <code>numpy.genfromtxt</code> instead with\nthe appropriate value for the <code>usemask</code> parameter.</p>\n<p>(<a href=\"https://github-redirect.dependabot.com/numpy/numpy/pull/19615\">gh-19615</a>)</p>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/numpy/numpy/commit/4adc87dff15a247e417d50f10cc4def8e1c17a03\"><code>4adc87d</code></a> Merge pull request <a href=\"https://github-redirect.dependabot.com/numpy/numpy/issues/20685\">#20685</a> from charris/prepare-for-1.22.0-release</li>\n<li><a href=\"https://github.com/numpy/numpy/commit/fd66547557f57c430d41be2fc0764f74a62e8ccf\"><code>fd66547</code></a> REL: Prepare for the NumPy 1.22.0 release.</li>\n<li><a href=\"https://github.com/numpy/numpy/commit/125304b035effcd82e366e601b102e7347eaa9ba\"><code>125304b</code></a> wip</li>\n<li><a href=\"https://github.com/numpy/numpy/commit/c283859128b1a4b57014581570a23ed7950a24ea\"><code>c283859</code></a> Merge pull request <a href=\"https://github-redirect.dependabot.com/numpy/numpy/issues/20682\">#20682</a> from charris/backport-20416</li>\n<li><a href=\"https://github.com/numpy/numpy/commit/5399c03d4a069fe81a1616be0184c9749d7271ee\"><code>5399c03</code></a> Merge pull request <a href=\"https://github-redirect.dependabot.com/numpy/numpy/issues/20681\">#20681</a> from charris/backport-20954</li>\n<li><a href=\"https://github.com/numpy/numpy/commit/f9c45f8ebf31340b1a5a0371bfca25afcfc4794e\"><code>f9c45f8</code></a> Merge pull request <a href=\"https://github-redirect.dependabot.com/numpy/numpy/issues/20680\">#20680</a> from charris/backport-20663</li>\n<li><a href=\"https://github.com/numpy/numpy/commit/794b36f7e1bf2a8c42774ab0db86a74bd32f674b\"><code>794b36f</code></a> Update armccompiler.py</li>\n<li><a href=\"https://github.com/numpy/numpy/commit/d93b14e3d7abaa1d837825e51671f817788e120f\"><code>d93b14e</code></a> Update test_public_api.py</li>\n<li><a href=\"https://github.com/numpy/numpy/commit/7662c0789cc6a70d5ad4d950ee2e95f3afef7df6\"><code>7662c07</code></a> Update <strong>init</strong>.py</li>\n<li><a href=\"https://github.com/numpy/numpy/commit/311ab52488a7d096ac3bc4c2de0fdae17ecd13ef\"><code>311ab52</code></a> Update armccompiler.py</li>\n<li>Additional commits viewable in <a href=\"https://github.com/numpy/numpy/compare/v1.21.0...v1.22.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=numpy&package-manager=pip&previous-version=1.21.0&new-version=1.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/418Coffee/celox/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": "2022-06-23T19:25:19Z", "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-06-22T13:17:17Z", "pull_request.deletions": 1, "pull_request.guid": "418Coffee/celox/pull/2", "pull_request.id": 975090530, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 2, "pull_request.review_comments": 0, "pull_request.state": "closed", "pull_request.title": "Bump numpy from 1.21.0 to 1.22.0", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 469852592, "repo.name": "418Coffee/celox" }
{ "pull_request.head.label": "418Coffee:dependabot/pip/numpy-1.22.0", "pull_request.head.ref": "dependabot/pip/numpy-1.22.0", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": "Celox – an aiohttp-esque HTTP/1.1 client built with trio", "pull_request.head.repo.homepage": "", "pull_request.head.repo.language": "Python", "pull_request.head.repo.license.name": "MIT License", "pull_request.head.repo.name": "celox", "pull_request.head.repo.owner.login": "418Coffee", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "876346ba75474c707d28fc1f4f132035417d6f74", "pull_request.head.user.login": "418Coffee", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "418Coffee:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": "Celox – an aiohttp-esque HTTP/1.1 client built with trio", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "", "pull_request.base.repo.language": "Python", "pull_request.base.repo.license.name": "MIT License", "pull_request.base.repo.name": "celox", "pull_request.base.repo.open_issues_count": 0, "pull_request.base.repo.owner.login": "418Coffee", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "694781cd4a2d0510ea673291ae7a0c8c078e7ec0", "pull_request.base.user.login": "418Coffee", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "closed", "actor.id": 63408077, "actor.login": "418Coffee", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-06-23T19:25:20Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 63408077, "actor.login": "418Coffee", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-06-23T19:33:48Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 3, "pull_request.body": "Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/lodash/lodash/releases\">lodash's releases</a>.</em></p>\n<blockquote>\n<h2>4.17.16</h2>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/lodash/lodash/commit/d7fbc52ee0466a6d248f047b5d5c3e6d1e099056\"><code>d7fbc52</code></a> Bump to v4.17.19</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/2e1c0f22f425e9c013815b2cd7c2ebd51f49a8d6\"><code>2e1c0f2</code></a> Add npm-package</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/1b6c282299f4e0271f932b466c67f0f822aa308e\"><code>1b6c282</code></a> Bump to v4.17.18</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/a370ac81408de2da77a82b3c4b61a01a3b9c2fac\"><code>a370ac8</code></a> Bump to v4.17.17</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/1144918f3578a84fcc4986da9b806e63a6175cbb\"><code>1144918</code></a> Rebuild lodash and docs</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/3a3b0fd339c2109563f7e8167dc95265ed82ef3e\"><code>3a3b0fd</code></a> Bump to v4.17.16</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/c84fe82760fb2d3e03a63379b297a1cc1a2fce12\"><code>c84fe82</code></a> fix(zipObjectDeep): prototype pollution (<a href=\"https://github-redirect.dependabot.com/lodash/lodash/issues/4759\">#4759</a>)</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/e7b28ea6cb17b4ca021e7c9d66218c8c89782f32\"><code>e7b28ea</code></a> Sanitize sourceURL so it cannot affect evaled code (<a href=\"https://github-redirect.dependabot.com/lodash/lodash/issues/4518\">#4518</a>)</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/0cec225778d4ac26c2bac95031ecc92a94f08bbb\"><code>0cec225</code></a> Fix lodash.isEqual for circular references (<a href=\"https://github-redirect.dependabot.com/lodash/lodash/issues/4320\">#4320</a>) (<a href=\"https://github-redirect.dependabot.com/lodash/lodash/issues/4515\">#4515</a>)</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/94c3a8133cb4fcdb50db72b4fd14dd884b195cd5\"><code>94c3a81</code></a> Document matches* shorthands for over* methods (<a href=\"https://github-redirect.dependabot.com/lodash/lodash/issues/4510\">#4510</a>) (<a href=\"https://github-redirect.dependabot.com/lodash/lodash/issues/4514\">#4514</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/lodash/lodash/compare/4.17.15...4.17.19\">compare view</a></li>\n</ul>\n</details>\n<details>\n<summary>Maintainer changes</summary>\n<p>This version was pushed to npm by <a href=\"https://www.npmjs.com/~mathias\">mathias</a>, a new releaser for lodash since your current version.</p>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash&package-manager=npm_and_yarn&previous-version=4.17.15&new-version=4.17.19)](https://help.github.com/articles/configuring-automated-security-fixes)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AdeilsonESilva/omnistack11/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2020-07-20T01:45:16Z", "pull_request.deletions": 3, "pull_request.guid": "AdeilsonESilva/omnistack11/pull/2", "pull_request.id": 452945324, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 2, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump lodash from 4.17.15 to 4.17.19 in /mobile", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 250778599, "repo.name": "AdeilsonESilva/omnistack11" }
{ "pull_request.head.label": "AdeilsonESilva:dependabot/npm_and_yarn/mobile/lodash-4.17.19", "pull_request.head.ref": "dependabot/npm_and_yarn/mobile/lodash-4.17.19", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "omnistack11", "pull_request.head.repo.owner.login": "AdeilsonESilva", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "6ea664851456433ed6ca703b424f8d450c1a16ea", "pull_request.head.user.login": "AdeilsonESilva", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AdeilsonESilva:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "omnistack11", "pull_request.base.repo.open_issues_count": 2, "pull_request.base.repo.owner.login": "AdeilsonESilva", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "7d1a074cf26902f3527e60483f7f2ed29f8b7c9d", "pull_request.base.user.login": "AdeilsonESilva", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-07-20T01:45:16Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 19808865, "actor.login": "AdeilsonESilva", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-07-20T09:54:24Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 57906293, "public": true, "pull_request.additions": 4, "pull_request.body": "Bumps [jszip](https://github.com/Stuk/jszip) from 3.2.2 to 3.10.1.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/Stuk/jszip/blob/main/CHANGES.md\">jszip's changelog</a>.</em></p>\n<blockquote>\n<h3>v3.10.1 2022-08-02</h3>\n<ul>\n<li>Add sponsorship files.\n<ul>\n<li>If you appreciate the time spent maintaining JSZip then I would really appreciate <a href=\"https://github.com/sponsors/Stuk\">your sponsorship</a>.</li>\n</ul>\n</li>\n<li>Consolidate metadata types and expose OnUpdateCallback <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/pull/851\">#851</a> and <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/pull/852\">#852</a></li>\n<li>use <code>const</code> instead <code>var</code> in example from README.markdown <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/pull/828\">#828</a></li>\n<li>Switch manual download link to HTTPS <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/pull/839\">#839</a></li>\n</ul>\n<p>Internals:</p>\n<ul>\n<li>Replace jshint with eslint <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/pull/842\">#842</a></li>\n<li>Add performance tests <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/pull/834\">#834</a></li>\n</ul>\n<h3>v3.10.0 2022-05-20</h3>\n<ul>\n<li>Change setimmediate dependency to more efficient one. Fixes <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/issues/617\">Stuk/jszip#617</a> (see <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/pull/829\">#829</a>)</li>\n<li>Update types of <code>currentFile</code> metadata to include <code>null</code> (see <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/pull/826\">#826</a>)</li>\n</ul>\n<h3>v3.9.1 2022-04-06</h3>\n<ul>\n<li>Fix recursive definition of <code>InputFileFormat</code> introduced in 3.9.0.</li>\n</ul>\n<h3>v3.9.0 2022-04-04</h3>\n<ul>\n<li>Update types JSZip#loadAsync to accept a promise for data, and remove arguments from <code>new JSZip()</code> (see <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/pull/752\">#752</a>)</li>\n<li>Update types for <code>compressionOptions</code> to JSZipFileOptions and JSZipGeneratorOptions (see <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/pull/722\">#722</a>)</li>\n<li>Add types for <code>generateInternalStream</code> (see <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/pull/774\">#774</a>)</li>\n</ul>\n<h3>v3.8.0 2022-03-30</h3>\n<ul>\n<li>Santize filenames when files are loaded with <code>loadAsync</code>, to avoid <a href=\"https://snyk.io/research/zip-slip-vulnerability\">&quot;zip slip&quot; attacks</a>. The original filename is available on each zip entry as <code>unsafeOriginalName</code>. See the <a href=\"https://stuk.github.io/jszip/documentation/api_jszip/load_async.html\">documentation</a>. Many thanks to McCaulay Hudson for reporting.</li>\n</ul>\n<h3>v3.7.1 2021-08-05</h3>\n<ul>\n<li>Fix build of <code>dist</code> files.\n<ul>\n<li>Note: this version ensures the changes from 3.7.0 are actually included in the <code>dist</code> files. Thanks to Evan W for reporting.</li>\n</ul>\n</li>\n</ul>\n<h3>v3.7.0 2021-07-23</h3>\n<ul>\n<li>Fix: Use a null prototype object for this.files (see <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/pull/766\">#766</a>)\n<ul>\n<li>This change might break existing code if it uses prototype methods on the <code>.files</code> property of a zip object, for example <code>zip.files.toString()</code>. This approach is taken to prevent files in the zip overriding object methods that would exist on a normal object.</li>\n</ul>\n</li>\n</ul>\n<h3>v3.6.0 2021-02-09</h3>\n<ul>\n<li>Fix: redirect main to dist on browsers (see <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/pull/742\">#742</a>)</li>\n<li>Fix duplicate require DataLengthProbe, utils (see <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/pull/734\">#734</a>)</li>\n<li>Fix small error in read_zip.md (see <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/pull/703\">#703</a>)</li>\n</ul>\n<h3>v3.5.0 2020-05-31</h3>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/Stuk/jszip/commit/0f2f1e4d0509514417db83fe5b86bde90e0ffe8d\"><code>0f2f1e4</code></a> 3.10.1</li>\n<li><a href=\"https://github.com/Stuk/jszip/commit/cae55105f5e8bd37c270cdb76eab2cf40388dfd9\"><code>cae5510</code></a> Updates for v3.10.1</li>\n<li><a href=\"https://github.com/Stuk/jszip/commit/179c9a0340477985b82734f1b09560411adb5b94\"><code>179c9a0</code></a> Update changelog for 3.10.1</li>\n<li><a href=\"https://github.com/Stuk/jszip/commit/61e1df58dac54eec1e9733649638518b79896731\"><code>61e1df5</code></a> Add Jekyll files to gitignore</li>\n<li><a href=\"https://github.com/Stuk/jszip/commit/f299cce9b8d9e2be11db997919cf1777167902b7\"><code>f299cce</code></a> Merge pull request <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/issues/852\">#852</a> from Stuk/metadata-ts</li>\n<li><a href=\"https://github.com/Stuk/jszip/commit/852887aa9483c552cd88e4eb8c298a475c0f9269\"><code>852887a</code></a> Consolidate metadata types and expose OnUpdateCallback</li>\n<li><a href=\"https://github.com/Stuk/jszip/commit/5be00dfd0cc86c948420901e911e2b0fb286f19a\"><code>5be00df</code></a> Add sponsorship files</li>\n<li><a href=\"https://github.com/Stuk/jszip/commit/dabe86445ce60705936ad15830c817ccb182e649\"><code>dabe864</code></a> Update package-lock for benchmark</li>\n<li><a href=\"https://github.com/Stuk/jszip/commit/cc554dae51d306fe0f188891f33e16cb6d81372d\"><code>cc554da</code></a> Merge pull request <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/issues/841\">#841</a> from stevennyman/patch-2</li>\n<li><a href=\"https://github.com/Stuk/jszip/commit/caefbc082d4bed536207fe473819fc91041d4f65\"><code>caefbc0</code></a> Merge pull request <a href=\"https://github-redirect.dependabot.com/Stuk/jszip/issues/834\">#834</a> from Stuk/benchmark</li>\n<li>Additional commits viewable in <a href=\"https://github.com/Stuk/jszip/compare/v3.2.2...v3.10.1\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jszip&package-manager=npm_and_yarn&previous-version=3.2.2&new-version=3.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/191118javaExt/project-1-smalagadev/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-09-08T11:51:05Z", "pull_request.deletions": 10, "pull_request.guid": "191118javaExt/project-1-smalagadev/pull/33", "pull_request.id": 1050086579, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 33, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump jszip from 3.2.2 to 3.10.1 in /ers", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 230331334, "repo.name": "191118javaExt/project-1-smalagadev" }
{ "pull_request.head.label": "191118javaExt:dependabot/npm_and_yarn/ers/jszip-3.10.1", "pull_request.head.ref": "dependabot/npm_and_yarn/ers/jszip-3.10.1", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "project-1-smalagadev created by GitHub Classroom", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Java", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "project-1-smalagadev", "pull_request.head.repo.owner.login": "191118javaExt", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "6e39dff58adba1105cb8a1f8e8f0b40880941193", "pull_request.head.user.login": "191118javaExt", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "191118javaExt:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "project-1-smalagadev created by GitHub Classroom", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Java", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "project-1-smalagadev", "pull_request.base.repo.open_issues_count": 23, "pull_request.base.repo.owner.login": "191118javaExt", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "d8899770074cb9e05cf5574d8e7b85192f4004ef", "pull_request.base.user.login": "191118javaExt", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-09-08T11:51:05Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 1728223, "public": true, "pull_request.additions": 16, "pull_request.body": "Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/indutny/elliptic/commit/43ac7f230069bd1575e1e4a58394a512303ba803\"><code>43ac7f2</code></a> 6.5.4</li>\n<li><a href=\"https://github.com/indutny/elliptic/commit/f4bc72be11b0a508fb790f445c43534307c9255b\"><code>f4bc72b</code></a> package: bump deps</li>\n<li><a href=\"https://github.com/indutny/elliptic/commit/441b7428b0e8f6636c42118ad2aaa186d3c34c3f\"><code>441b742</code></a> ec: validate that a point before deriving keys</li>\n<li><a href=\"https://github.com/indutny/elliptic/commit/e71b2d9359c5fe9437fbf46f1f05096de447de57\"><code>e71b2d9</code></a> lib: relint using eslint</li>\n<li><a href=\"https://github.com/indutny/elliptic/commit/8421a01aa3ff789c79f91eaf8845558a7be2b9fa\"><code>8421a01</code></a> build(deps): bump elliptic from 6.4.1 to 6.5.3 (<a href=\"https://github-redirect.dependabot.com/indutny/elliptic/issues/231\">#231</a>)</li>\n<li>See full diff in <a href=\"https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=elliptic&package-manager=npm_and_yarn&previous-version=6.5.3&new-version=6.5.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AckeeCZ/resizin-js/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-03-09T21:20:47Z", "pull_request.deletions": 16, "pull_request.guid": "AckeeCZ/resizin-js/pull/37", "pull_request.id": 588635897, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 37, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump elliptic from 6.5.3 to 6.5.4", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 199444656, "repo.name": "AckeeCZ/resizin-js" }
{ "pull_request.head.label": "AckeeCZ:dependabot/npm_and_yarn/elliptic-6.5.4", "pull_request.head.ref": "dependabot/npm_and_yarn/elliptic-6.5.4", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Javascript libraries for easy use of the image server Resizin at web applications", "pull_request.head.repo.homepage": "", "pull_request.head.repo.language": "TypeScript", "pull_request.head.repo.license.name": "MIT License", "pull_request.head.repo.name": "resizin-js", "pull_request.head.repo.owner.login": "AckeeCZ", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 2, "pull_request.head.sha": "de683a73e38b5b9083db75bc4997169c2829d28d", "pull_request.head.user.login": "AckeeCZ", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "AckeeCZ:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Javascript libraries for easy use of the image server Resizin at web applications", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "", "pull_request.base.repo.language": "TypeScript", "pull_request.base.repo.license.name": "MIT License", "pull_request.base.repo.name": "resizin-js", "pull_request.base.repo.open_issues_count": 2, "pull_request.base.repo.owner.login": "AckeeCZ", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 2, "pull_request.base.repo.watchers_count": 2, "pull_request.base.sha": "40ae3a7edbc137609882e52c541f269a95e20a60", "pull_request.base.user.login": "AckeeCZ", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-03-09T21:20:47Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 434, "pull_request.body": "Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/SamVerschueren/decode-uri-component/releases\">decode-uri-component's releases</a>.</em></p>\n<blockquote>\n<h2>v0.2.2</h2>\n<ul>\n<li>Prevent overwriting previously decoded tokens 980e0bf</li>\n</ul>\n<p><a href=\"https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2\">https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2</a></p>\n<h2>v0.2.1</h2>\n<ul>\n<li>Switch to GitHub workflows 76abc93</li>\n<li>Fix issue where decode throws - fixes <a href=\"https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/6\">#6</a> 746ca5d</li>\n<li>Update license (<a href=\"https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/1\">#1</a>) 486d7e2</li>\n<li>Tidelift tasks a650457</li>\n<li>Meta tweaks 66e1c28</li>\n</ul>\n<p><a href=\"https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1\">https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1</a></p>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/SamVerschueren/decode-uri-component/commit/a0eea469d26eb0df668b081672cdb9581feb78eb\"><code>a0eea46</code></a> 0.2.2</li>\n<li><a href=\"https://github.com/SamVerschueren/decode-uri-component/commit/980e0bf09b64d94f1aa79012f895816c30ffd152\"><code>980e0bf</code></a> Prevent overwriting previously decoded tokens</li>\n<li><a href=\"https://github.com/SamVerschueren/decode-uri-component/commit/3c8a373dd4837e89b3f970e01295dd03e1405a33\"><code>3c8a373</code></a> 0.2.1</li>\n<li><a href=\"https://github.com/SamVerschueren/decode-uri-component/commit/76abc939783fe3900fadb7d384a74d324d5557f3\"><code>76abc93</code></a> Switch to GitHub workflows</li>\n<li><a href=\"https://github.com/SamVerschueren/decode-uri-component/commit/746ca5dcb6667c5d364e782d53c542830e4c10b9\"><code>746ca5d</code></a> Fix issue where decode throws - fixes <a href=\"https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/6\">#6</a></li>\n<li><a href=\"https://github.com/SamVerschueren/decode-uri-component/commit/486d7e26d3a8c0fbe860fb651fe1bc98c2f2be30\"><code>486d7e2</code></a> Update license (<a href=\"https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/1\">#1</a>)</li>\n<li><a href=\"https://github.com/SamVerschueren/decode-uri-component/commit/a65045724e6234acef87f31da499d4807b20b134\"><code>a650457</code></a> Tidelift tasks</li>\n<li><a href=\"https://github.com/SamVerschueren/decode-uri-component/commit/66e1c2834c0e189201cb65196ec3101372459b02\"><code>66e1c28</code></a> Meta tweaks</li>\n<li>See full diff in <a href=\"https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=decode-uri-component&package-manager=npm_and_yarn&previous-version=0.2.0&new-version=0.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/1119720664/iview/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-12-03T09:25:33Z", "pull_request.deletions": 8, "pull_request.guid": "1119720664/iview/pull/27", "pull_request.id": 1144133291, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 27, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump decode-uri-component from 0.2.0 to 0.2.2", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 186556724, "repo.name": "1119720664/iview" }
{ "pull_request.head.label": "1119720664:dependabot/npm_and_yarn/decode-uri-component-0.2.2", "pull_request.head.ref": "dependabot/npm_and_yarn/decode-uri-component-0.2.2", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Vue", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "iview", "pull_request.head.repo.owner.login": "1119720664", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "006bf589368d998fe06f9a9872db722c310a4fa1", "pull_request.head.user.login": "1119720664", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "1119720664:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Vue", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "iview", "pull_request.base.repo.open_issues_count": 21, "pull_request.base.repo.owner.login": "1119720664", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "a3b16931a8540f7bb44274ba7199b2e225a0daac", "pull_request.base.user.login": "1119720664", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-12-03T09:25:34Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 301, "pull_request.body": "-Dashboard logout-button hinzugefügt\r\n-sonstige kleine fixes bzw. optimierungen", "pull_request.changed_files": 9, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 6, "pull_request.created_at": "2018-03-28T16:27:02Z", "pull_request.deletions": 157, "pull_request.guid": "Agent77326/Zuteilungsalgorithmus/pull/24", "pull_request.id": 178094055, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 24, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Wahl nun mit Touch möglich", "pull_request.user.id": 27964795, "pull_request.user.login": "Agent77326", "repo.id": 126352046, "repo.name": "Agent77326/Zuteilungsalgorithmus" }
{ "pull_request.head.label": "Agent77326:leo", "pull_request.head.ref": "leo", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "HTML", "pull_request.head.repo.license.name": "MIT License", "pull_request.head.repo.name": "Zuteilungsalgorithmus", "pull_request.head.repo.owner.login": "Agent77326", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 2, "pull_request.head.sha": "1821a9e1f9fe4c5dd8c3f163e417070cba8c09aa", "pull_request.head.user.login": "Agent77326", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "Agent77326:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "HTML", "pull_request.base.repo.license.name": "MIT License", "pull_request.base.repo.name": "Zuteilungsalgorithmus", "pull_request.base.repo.open_issues_count": 4, "pull_request.base.repo.owner.login": "Agent77326", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 2, "pull_request.base.repo.watchers_count": 2, "pull_request.base.sha": "582b5a12fc7c4c031bfddffbf26db368ade9fbc6", "pull_request.base.user.login": "Agent77326", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 27964795, "actor.login": "Agent77326", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2018-03-28T16:27:02Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 24938988, "actor.login": "lukcod3", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2018-03-28T18:09:19Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 3, "pull_request.body": "Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md\">ssri's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/zkat/ssri/compare/v6.0.1...v6.0.2\">6.0.2</a> (2021-04-07)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li>backport regex change from 8.0.1 (<a href=\"https://github.com/zkat/ssri/commit/b30dfdb\">b30dfdb</a>), closes <a href=\"https://github-redirect.dependabot.com/zkat/ssri/issues/19\">#19</a></li>\n</ul>\n<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/npm/ssri/commit/b7c8c7c61db89aeb9fbf7596c0ef17071bc216ef\"><code>b7c8c7c</code></a> chore(release): 6.0.2</li>\n<li><a href=\"https://github.com/npm/ssri/commit/b30dfdb00bb94ddc49a25a85a18fb27afafdfbb1\"><code>b30dfdb</code></a> fix: backport regex change from 8.0.1</li>\n<li>See full diff in <a href=\"https://github.com/npm/ssri/compare/v6.0.1...v6.0.2\">compare view</a></li>\n</ul>\n</details>\n<details>\n<summary>Maintainer changes</summary>\n<p>This version was pushed to npm by <a href=\"https://www.npmjs.com/~nlf\">nlf</a>, a new releaser for ssri since your current version.</p>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ssri&package-manager=npm_and_yarn&previous-version=6.0.1&new-version=6.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/985616770/zixue/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-04-30T17:22:05Z", "pull_request.deletions": 3, "pull_request.guid": "985616770/zixue/pull/51", "pull_request.id": 627778446, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 51, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump ssri from 6.0.1 to 6.0.2 in /engineering/webpack/libary", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 142551729, "repo.name": "985616770/zixue" }
{ "pull_request.head.label": "985616770:dependabot/npm_and_yarn/engineering/webpack/libary/ssri-6.0.2", "pull_request.head.ref": "dependabot/npm_and_yarn/engineering/webpack/libary/ssri-6.0.2", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "show and code", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "zixue", "pull_request.head.repo.owner.login": "985616770", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 1, "pull_request.head.sha": "314485ebdda63d214b44c77607dedf185aba21a9", "pull_request.head.user.login": "985616770", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "985616770:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "show and code", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "zixue", "pull_request.base.repo.open_issues_count": 42, "pull_request.base.repo.owner.login": "985616770", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 1, "pull_request.base.repo.watchers_count": 1, "pull_request.base.sha": "fdc9ca53c7f193cd7fb52613592b011657daa03d", "pull_request.base.user.login": "985616770", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-04-30T17:22:05Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 1101, "pull_request.body": "Setup of Express and creating a file to verify.", "pull_request.changed_files": 49, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 36, "pull_request.created_at": "2020-10-27T14:45:50Z", "pull_request.deletions": 0, "pull_request.guid": "AbhishekPunj0812/javascript-server/pull/9", "pull_request.id": 510809819, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 9, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Feature/39521", "pull_request.user.id": 72729093, "pull_request.user.login": "AbhishekPunj0812", "repo.id": 303681010, "repo.name": "AbhishekPunj0812/javascript-server" }
{ "pull_request.head.label": "AbhishekPunj0812:feature/39521", "pull_request.head.ref": "feature/39521", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": null, "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "javascript-server", "pull_request.head.repo.owner.login": "AbhishekPunj0812", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "8fa7cf54f8fc3eaf0a94a23759d4ae02dd458fcb", "pull_request.head.user.login": "AbhishekPunj0812", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AbhishekPunj0812:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": null, "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "javascript-server", "pull_request.base.repo.open_issues_count": 2, "pull_request.base.repo.owner.login": "AbhishekPunj0812", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "4430d80ef2c1e6c805a5de7de32614091b277a88", "pull_request.base.user.login": "AbhishekPunj0812", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 72729093, "actor.login": "AbhishekPunj0812", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-27T14:45:50Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 72729093, "actor.login": "AbhishekPunj0812", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-28T07:16:08Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 80138, "pull_request.body": "合并", "pull_request.changed_files": 396, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-11-04T10:03:03Z", "pull_request.deletions": 368, "pull_request.guid": "2495678470/unity_project/pull/1", "pull_request.id": 1110610216, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 1, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "提交消息框架和状态机框架", "pull_request.user.id": 42965931, "pull_request.user.login": "2495678470", "repo.id": 559554344, "repo.name": "2495678470/unity_project" }
{ "pull_request.head.label": "2495678470:master", "pull_request.head.ref": "master", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": "unity的项目仓库", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": null, "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "unity_project", "pull_request.head.repo.owner.login": "2495678470", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "1d3015f23a7933ee443c6c3e6c3f04d341b505e8", "pull_request.head.user.login": "2495678470", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "2495678470:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": "unity的项目仓库", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": null, "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "unity_project", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "2495678470", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "b4c8cd831cb01fdfbffa2ad3b685bc6b80904fca", "pull_request.base.user.login": "2495678470", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 42965931, "actor.login": "2495678470", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-11-04T10:03:04Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 42965931, "actor.login": "2495678470", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-11-04T10:03:30Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": null, "public": true, "pull_request.additions": 5, "pull_request.body": "Bumps [bulma](https://github.com/jgthms/bulma) from 0.9.1 to 0.9.3.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jgthms/bulma/releases\">bulma's releases</a>.</em></p>\n<blockquote>\n<h2>0.9.3</h2>\n<h3>New features</h3>\n<ul>\n<li>New <code>is-underlined</code> class for underlined text and links</li>\n<li>New <code>auto</code> value for margin and padding helper classes</li>\n</ul>\n<h3>Improvements</h3>\n<ul>\n<li>New <code>$section-padding-desktop</code> Sass variable</li>\n<li>New <code>$hero-body-padding-tablet</code> Sass variable</li>\n<li>New <code>$shadow</code> Sass variable (used for <code>.box</code>, <code>.card</code>, <code>.dropdown</code> and <code>.panel</code>)</li>\n<li>Add <code>is-normal</code> size modifiers to <code>.file</code> and <code>.content</code></li>\n<li>New <code>%reset</code> placeholder</li>\n</ul>\n<h3>Bugfix</h3>\n<ul>\n<li><a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3362\">#3362</a> Fix slash divide</li>\n</ul>\n<h2>0.9.2</h2>\n<h3>Breaking change</h3>\n<p>To fix duplicate imports, all Sass placeholders have moved from the <code>utilities/mixins</code> file to its own <code>utilities/extends</code> file.</p>\n<p>The Sass placeholders are:</p>\n<ul>\n<li><code>%control</code></li>\n<li><code>%unselectable</code></li>\n<li><code>%arrow</code></li>\n<li><code>%block</code></li>\n<li><code>%delete</code></li>\n<li><code>%loader</code></li>\n<li><code>%overlay</code></li>\n</ul>\n<p>If you were importing them directly from <code>utilities/mixins</code>, you'll need to import <code>utilities/extends</code> instead.<br />\nIf you were importing <code>utilities/_all</code> or even <code>bulma.sass</code> directly, no change is required.</p>\n<h3>New features</h3>\n<ul>\n<li>Fix <a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/1583\">#1583</a> New <code>is-ghost</code> button that behaves / looks like a regular link</li>\n<li>New <code>icon-text</code> component, to combine an icon with text on its side</li>\n</ul>\n<h3>Bug fixes</h3>\n<ul>\n<li><a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3005\">#3005</a> Fix <code>column</code> offsets in RTL</li>\n<li>Fix <a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3145\">#3145</a> Dropdown content is bounded by a parent card</li>\n<li>Fix <a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3089\">#3089</a> Sub columns of a variable columns have weird gap</li>\n<li>Fix <a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/2937\">#2937</a> Add <code>width: unset</code> for narrow columns</li>\n<li><a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3208\">#3208</a> Fix <a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3163\">#3163</a> Do not override is-rounded with button-small</li>\n<li><a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3216\">#3216</a> Removed duplicate <code>mixins</code> imports, created a single <code>extends</code> file</li>\n<li><a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3216\">#3216</a> Removed all references to the <code>.sass</code> file extension have been removed, since they're unnecessary when there's no ambiguity between a <code>.sass</code> file or a <code>.scss</code> file</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jgthms/bulma/blob/master/CHANGELOG.md\">bulma's changelog</a>.</em></p>\n<blockquote>\n<h2>0.9.3</h2>\n<h3>New features</h3>\n<ul>\n<li>New <code>is-underlined</code> class for underlined text and links</li>\n<li>New <code>auto</code> value for margin and padding helper classes</li>\n</ul>\n<h3>Improvements</h3>\n<ul>\n<li>New <code>$section-padding-desktop</code> Sass variable</li>\n<li>New <code>$hero-body-padding-tablet</code> Sass variable</li>\n<li>New <code>$shadow</code> Sass variable (used for <code>.box</code>, <code>.card</code>, <code>.dropdown</code> and <code>.panel</code>)</li>\n<li>Add <code>is-normal</code> size modifiers to <code>.file</code> and <code>.content</code></li>\n<li>New <code>%reset</code> placeholder</li>\n</ul>\n<h3>Bugfix</h3>\n<ul>\n<li><a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3362\">#3362</a> Fix slash divide</li>\n</ul>\n<h2>0.9.2</h2>\n<h3>Breaking change</h3>\n<p>To fix duplicate imports, all Sass placeholders have moved from the <code>utilities/mixins</code> file to its own <code>utilities/extends</code> file.</p>\n<p>The Sass placeholders are:</p>\n<ul>\n<li><code>%control</code></li>\n<li><code>%unselectable</code></li>\n<li><code>%arrow</code></li>\n<li><code>%block</code></li>\n<li><code>%delete</code></li>\n<li><code>%loader</code></li>\n<li><code>%overlay</code></li>\n</ul>\n<p>If you were importing them directly from <code>utilities/mixins</code>, you'll need to import <code>utilities/extends</code> instead.<br />\nIf you were importing <code>utilities/_all</code> or even <code>bulma.sass</code> directly, no change is required.</p>\n<h3>New features</h3>\n<ul>\n<li>Fix <a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/1583\">#1583</a> New <code>is-ghost</code> button that behaves / looks like a regular link</li>\n<li>New <code>icon-text</code> component, to combine an icon with text on its side</li>\n</ul>\n<h3>Bug fixes</h3>\n<ul>\n<li><a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3005\">#3005</a> Fix <code>column</code> offsets in RTL</li>\n<li>Fix <a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3145\">#3145</a> Dropdown content is bounded by a parent card</li>\n<li>Fix <a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3089\">#3089</a> Sub columns of a variable columns have weird gap</li>\n<li>Fix <a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/2937\">#2937</a> Add <code>width: unset</code> for narrow columns</li>\n<li><a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3208\">#3208</a> Fix <a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3163\">#3163</a> Do not override is-rounded with button-small</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jgthms/bulma/commit/5a23dcbfe4bf018a4781eccc2a54e54f7b44f323\"><code>5a23dcb</code></a> Build 0.9.3</li>\n<li><a href=\"https://github.com/jgthms/bulma/commit/a67981ba22af216b457d399151ced3d538efc2fa\"><code>a67981b</code></a> Update changelog, Update docs JSON</li>\n<li><a href=\"https://github.com/jgthms/bulma/commit/d6d32e8050f1587c4a886229cc2164782e1d486d\"><code>d6d32e8</code></a> Fix/divide (<a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3362\">#3362</a>)</li>\n<li><a href=\"https://github.com/jgthms/bulma/commit/1239ac857c948d63329942bf35a5b68c07fa80ef\"><code>1239ac8</code></a> Fix JSON</li>\n<li><a href=\"https://github.com/jgthms/bulma/commit/cc0c53483f559c13fbfb34364c61d08d433f0308\"><code>cc0c534</code></a> Update expo</li>\n<li><a href=\"https://github.com/jgthms/bulma/commit/a281db45e20231d6cbb14ef9a316df64c1ff10b2\"><code>a281db4</code></a> Update June 2021</li>\n<li><a href=\"https://github.com/jgthms/bulma/commit/1aa9ad0ba9a3b9a43714f569fb6ebb7f4084f7aa\"><code>1aa9ad0</code></a> Add underline helper (<a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3348\">#3348</a>)</li>\n<li><a href=\"https://github.com/jgthms/bulma/commit/397d6bf1ab455393809ecb352f9a93f35a2f7708\"><code>397d6bf</code></a> <a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3315\">#3315</a> Add has-shadow to navbar documentation</li>\n<li><a href=\"https://github.com/jgthms/bulma/commit/49b0100e1bd95d98d3cbd25cd7bcc51e6c716858\"><code>49b0100</code></a> Update tweets</li>\n<li><a href=\"https://github.com/jgthms/bulma/commit/ee8eb6ad0d8b7bfe3ee75624218b216126a7d0a7\"><code>ee8eb6a</code></a> add missing semi-colon to css import commands (<a href=\"https://github-redirect.dependabot.com/jgthms/bulma/issues/3310\">#3310</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jgthms/bulma/compare/0.9.1...0.9.3\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bulma&package-manager=npm_and_yarn&previous-version=0.9.1&new-version=0.9.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>", "pull_request.changed_files": 2, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-07-23T01:04:46Z", "pull_request.deletions": 5, "pull_request.guid": "Abhith/abhith.net/pull/1257", "pull_request.id": 695602040, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 1257, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "build(deps): bump bulma from 0.9.1 to 0.9.3", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 101899949, "repo.name": "Abhith/abhith.net" }
{ "pull_request.head.label": "Abhith:dependabot/npm_and_yarn/bulma-0.9.3", "pull_request.head.ref": "dependabot/npm_and_yarn/bulma-0.9.3", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Personal website and blog running on Gatsby. Contains a collection of developer stories, videos, snippets and tools grouped by topics.", "pull_request.head.repo.homepage": "https://www.abhith.net", "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": "MIT License", "pull_request.head.repo.name": "abhith.net", "pull_request.head.repo.owner.login": "Abhith", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 34, "pull_request.head.sha": "8eaa6bf14a08d7c212ed4185a4df97f1c29ba73b", "pull_request.head.user.login": "Abhith", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "Abhith:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Personal website and blog running on Gatsby. Contains a collection of developer stories, videos, snippets and tools grouped by topics.", "pull_request.base.repo.forks_count": 13, "pull_request.base.repo.homepage": "https://www.abhith.net", "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": "MIT License", "pull_request.base.repo.name": "abhith.net", "pull_request.base.repo.open_issues_count": 38, "pull_request.base.repo.owner.login": "Abhith", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 34, "pull_request.base.repo.watchers_count": 34, "pull_request.base.sha": "2c08bf4a9ee137c645562a2b832d1c0d75b6d620", "pull_request.base.user.login": "Abhith", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-07-23T01:04:46Z", "issue.author": "dependabot[bot]", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-07-23T01:04:47Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-07-23T01:04:49Z", "issue.author": "render[bot]", "issue.comment": "Your [Render](https://render.com) PR Server URL is https://abhith-net-pr-1257.onrender.com.\n\nFollow its progress at https://dashboard.render.com/static/srv-c3t1bc47o9qelbmn1e5g.", "issue.comment_id": 885334257, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-07-23T01:05:40Z", "issue.author": "sonarcloud[bot]", "issue.comment": "Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; ![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')\n\n[![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=Abhith_abhith.net&pullRequest=1257&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=Abhith_abhith.net&pullRequest=1257&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=Abhith_abhith.net&pullRequest=1257&resolved=false&types=BUG) \n[![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=Abhith_abhith.net&pullRequest=1257&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=Abhith_abhith.net&pullRequest=1257&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=Abhith_abhith.net&pullRequest=1257&resolved=false&types=VULNERABILITY) \n[![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=Abhith_abhith.net&pullRequest=1257&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=Abhith_abhith.net&pullRequest=1257&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=Abhith_abhith.net&pullRequest=1257&resolved=false&types=SECURITY_HOTSPOT) \n[![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=Abhith_abhith.net&pullRequest=1257&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=Abhith_abhith.net&pullRequest=1257&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=Abhith_abhith.net&pullRequest=1257&resolved=false&types=CODE_SMELL)\n\n[![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=Abhith_abhith.net&pullRequest=1257) No Coverage information \n[![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=Abhith_abhith.net&pullRequest=1257&metric=duplicated_lines_density&view=list) No Duplication information\n\n", "issue.comment_id": 885334538, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 7039457, "actor.login": "Abhith", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-07-23T08:04:11Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 18059420, "public": true, "pull_request.additions": 2, "pull_request.body": "", "pull_request.changed_files": 2, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2017-09-21T08:07:34Z", "pull_request.deletions": 2, "pull_request.guid": "AgoraIO/OpenVideoCall-Windows/pull/3", "pull_request.id": 142280086, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 3, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "demo-865", "pull_request.user.id": 12590034, "pull_request.user.login": "walker05", "repo.id": 100249607, "repo.name": "AgoraIO/OpenVideoCall-Windows" }
{ "pull_request.head.label": "AgoraIO:code-review/DEMO-865", "pull_request.head.ref": "code-review/DEMO-865", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "C++", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "OpenVideoCall-Windows", "pull_request.head.repo.owner.login": "AgoraIO", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "e1a83d3d08f581fb31414002db4d35fe9ce6fc84", "pull_request.head.user.login": "AgoraIO", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "AgoraIO:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "C++", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "OpenVideoCall-Windows", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "AgoraIO", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "12650ef8f9461d73639593597e6b8c840754a342", "pull_request.base.user.login": "AgoraIO", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 12590034, "actor.login": "walker05", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2017-09-21T08:07:35Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 436781, "actor.login": "guohai", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2017-09-21T08:39:39Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 5, "pull_request.body": "Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md\">ssri's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/zkat/ssri/compare/v6.0.1...v6.0.2\">6.0.2</a> (2021-04-07)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li>backport regex change from 8.0.1 (<a href=\"https://github.com/zkat/ssri/commit/b30dfdb\">b30dfdb</a>), closes <a href=\"https://github-redirect.dependabot.com/zkat/ssri/issues/19\">#19</a></li>\n</ul>\n<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/npm/ssri/commit/b7c8c7c61db89aeb9fbf7596c0ef17071bc216ef\"><code>b7c8c7c</code></a> chore(release): 6.0.2</li>\n<li><a href=\"https://github.com/npm/ssri/commit/b30dfdb00bb94ddc49a25a85a18fb27afafdfbb1\"><code>b30dfdb</code></a> fix: backport regex change from 8.0.1</li>\n<li>See full diff in <a href=\"https://github.com/npm/ssri/compare/v6.0.1...v6.0.2\">compare view</a></li>\n</ul>\n</details>\n<details>\n<summary>Maintainer changes</summary>\n<p>This version was pushed to npm by <a href=\"https://www.npmjs.com/~nlf\">nlf</a>, a new releaser for ssri since your current version.</p>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ssri&package-manager=npm_and_yarn&previous-version=6.0.1&new-version=6.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AgFeitheamh/Movie/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-04-30T16:48:15Z", "pull_request.deletions": 5, "pull_request.guid": "AgFeitheamh/Movie/pull/9", "pull_request.id": 627722721, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 9, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump ssri from 6.0.1 to 6.0.2", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 247628776, "repo.name": "AgFeitheamh/Movie" }
{ "pull_request.head.label": "AgFeitheamh:dependabot/npm_and_yarn/ssri-6.0.2", "pull_request.head.ref": "dependabot/npm_and_yarn/ssri-6.0.2", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Vue", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "Movie", "pull_request.head.repo.owner.login": "AgFeitheamh", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "4eada29f96df3c97458facb6bd2936ecf86e4f69", "pull_request.head.user.login": "AgFeitheamh", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AgFeitheamh:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Vue", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "Movie", "pull_request.base.repo.open_issues_count": 3, "pull_request.base.repo.owner.login": "AgFeitheamh", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "913e21f9a65a04cf100c0f0934081c599d0e11a2", "pull_request.base.user.login": "AgFeitheamh", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-04-30T16:48:15Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 63, "pull_request.body": null, "pull_request.changed_files": 3, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-11-22T09:56:51Z", "pull_request.deletions": 4, "pull_request.guid": "19127312/retemitnem-api/pull/13", "pull_request.id": 1131479856, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 13, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "change name and change password api", "pull_request.user.id": 62048723, "pull_request.user.login": "luong07734", "repo.id": 566341803, "repo.name": "19127312/retemitnem-api" }
{ "pull_request.head.label": "19127312:KYLUONG", "pull_request.head.ref": "KYLUONG", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": "retemitnem-api.vercel.app", "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": "MIT License", "pull_request.head.repo.name": "retemitnem-api", "pull_request.head.repo.owner.login": "19127312", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "c096e77b14a178b8946069182ae243dda462c0ae", "pull_request.head.user.login": "19127312", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "19127312:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "retemitnem-api.vercel.app", "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": "MIT License", "pull_request.base.repo.name": "retemitnem-api", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "19127312", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "471ffa2630c91697ea8eb56c75d052ddbacb6325", "pull_request.base.user.login": "19127312", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 62048723, "actor.login": "luong07734", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-11-22T09:56:52Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 21, "pull_request.body": "", "pull_request.changed_files": 3, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 3, "pull_request.created_at": "2019-12-16T07:55:23Z", "pull_request.deletions": 0, "pull_request.guid": "ASO1701001/chirusapo-android/pull/68", "pull_request.id": 353425045, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 68, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "画像拡大表示を実装", "pull_request.user.id": 44828085, "pull_request.user.login": "ASO1701001", "repo.id": 212267485, "repo.name": "ASO1701001/chirusapo-android" }
{ "pull_request.head.label": "ASO1701001:dev_01", "pull_request.head.ref": "dev_01", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Kotlin", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "chirusapo-android", "pull_request.head.repo.owner.login": "ASO1701001", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 1, "pull_request.head.sha": "c341cebc9d8a44426cce3bad2c1cd33e369afceb", "pull_request.head.user.login": "ASO1701001", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "ASO1701001:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 4, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Kotlin", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "chirusapo-android", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "ASO1701001", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 1, "pull_request.base.repo.watchers_count": 1, "pull_request.base.sha": "a449f4d6e57f3a568336e71e740d796fa98b8f1e", "pull_request.base.user.login": "ASO1701001", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 44828085, "actor.login": "ASO1701001", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2019-12-16T07:55:24Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 44828085, "actor.login": "ASO1701001", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2019-12-16T07:55:42Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 256, "pull_request.body": null, "pull_request.changed_files": 14, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2023-03-25T23:56:00Z", "pull_request.deletions": 55, "pull_request.guid": "Acidshaker/Project-NextJS/pull/5", "pull_request.id": 1290180535, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 5, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "docs: changes in the header correction", "pull_request.user.id": 116527481, "pull_request.user.login": "MaricruzGS", "repo.id": 614149756, "repo.name": "Acidshaker/Project-NextJS" }
{ "pull_request.head.label": "Acidshaker:header", "pull_request.head.ref": "header", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": "https://project-next-js-ten.vercel.app", "pull_request.head.repo.language": "TypeScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "Project-NextJS", "pull_request.head.repo.owner.login": "Acidshaker", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "7ee2c4ac62aa5c1a5006d9a792fc1a51a955889a", "pull_request.head.user.login": "Acidshaker", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "Acidshaker:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "https://project-next-js-ten.vercel.app", "pull_request.base.repo.language": "TypeScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "Project-NextJS", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "Acidshaker", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "1895e39b620ea05d03211ef3ce364bcf355c0a16", "pull_request.base.user.login": "Acidshaker", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 116527481, "actor.login": "MaricruzGS", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2023-03-25T23:56:01Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 137, "pull_request.body": null, "pull_request.changed_files": 4, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-12-26T19:26:31Z", "pull_request.deletions": 47, "pull_request.guid": "AgentMorgan1990/Java-core-code-examples/pull/9", "pull_request.id": 1178000176, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 9, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "add logging example", "pull_request.user.id": 81799927, "pull_request.user.login": "AgentMorgan1990", "repo.id": 574049475, "repo.name": "AgentMorgan1990/Java-core-code-examples" }
{ "pull_request.head.label": "AgentMorgan1990:logging", "pull_request.head.ref": "logging", "pull_request.head.repo.default_branch": "develop", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Java", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "Java-core-code-examples", "pull_request.head.repo.owner.login": "AgentMorgan1990", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "9230ff55b6ab9713a0c43d9c58f3f748dfef8109", "pull_request.head.user.login": "AgentMorgan1990", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AgentMorgan1990:develop", "pull_request.base.ref": "develop", "pull_request.base.repo.default_branch": "develop", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Java", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "Java-core-code-examples", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "AgentMorgan1990", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "3060bcf0c6e70299fb273bdf1890b40c9373556d", "pull_request.base.user.login": "AgentMorgan1990", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 81799927, "actor.login": "AgentMorgan1990", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-12-26T19:26:32Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 81799927, "actor.login": "AgentMorgan1990", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-12-27T14:21:51Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": null, "public": true, "pull_request.additions": 144, "pull_request.body": "See Commits and Changes for more details.\n\n-----\nCreated by [<img src=\"https://prod.download/pull-18h-svg\" valign=\"bottom\"/> **pull[bot]**](https://github.com/wei/pull). Want to support this open source service? [Please star it : )](https://github.com/wei/pull)", "pull_request.changed_files": 4, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 7, "pull_request.created_at": "2020-07-15T23:36:35Z", "pull_request.deletions": 5, "pull_request.guid": "3Golds/kops/pull/937", "pull_request.id": 449798658, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 937, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "[pull] master from kubernetes:master", "pull_request.user.id": 39814207, "pull_request.user.login": "pull[bot]", "repo.id": 181839334, "repo.name": "3Golds/kops" }
{ "pull_request.head.label": "kubernetes:master", "pull_request.head.ref": "master", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management", "pull_request.head.repo.homepage": "https://kops.sigs.k8s.io/", "pull_request.head.repo.language": "Go", "pull_request.head.repo.license.name": "Apache License 2.0", "pull_request.head.repo.name": "kops", "pull_request.head.repo.owner.login": "kubernetes", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 11702, "pull_request.head.sha": "065824851b92155aef6d8a1f3d438ae5be9d6733", "pull_request.head.user.login": "kubernetes", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "3Golds:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "", "pull_request.base.repo.language": "Go", "pull_request.base.repo.license.name": "Apache License 2.0", "pull_request.base.repo.name": "kops", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "3Golds", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "64c165a2ffefc51915fd78806357f451cb147cbe", "pull_request.base.user.login": "3Golds", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-07-15T23:36:35Z", "issue.author": "pull[bot]", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": 39814207, "actor.login": "pull[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-07-15T23:36:36Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-07-15T23:36:38Z", "issue.author": "todo[bot]", "issue.comment": "## use a hash of the godo.DropletCreateRequest fields for second and third parameters.\n\nhttps://github.com/3Golds/kops/blob/065824851b92155aef6d8a1f3d438ae5be9d6733/pkg/resources/digitalocean/cloud.go#L410-L415\n\n---\n\n###### This comment was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in 065824851b92155aef6d8a1f3d438ae5be9d6733 in #937. cc @kubernetes.", "issue.comment_id": 659069337, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 39814207, "actor.login": "pull[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-07-16T04:36:39Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 47, "pull_request.body": "Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.\nUpdates `qs` from 6.5.2 to 6.5.3\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/ljharb/qs/blob/main/CHANGELOG.md\">qs's changelog</a>.</em></p>\n<blockquote>\n<h2><strong>6.5.3</strong></h2>\n<ul>\n<li>[Fix] <code>parse</code>: ignore <code>__proto__</code> keys (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/428\">#428</a>)</li>\n<li>[Fix] <code>utils.merge</code>: avoid a crash with a null target and a truthy non-array source</li>\n<li>[Fix] correctly parse nested arrays</li>\n<li>[Fix] <code>stringify</code>: fix a crash with <code>strictNullHandling</code> and a custom <code>filter</code>/<code>serializeDate</code> (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/279\">#279</a>)</li>\n<li>[Fix] <code>utils</code>: <code>merge</code>: fix crash when <code>source</code> is a truthy primitive &amp; no options are provided</li>\n<li>[Fix] when <code>parseArrays</code> is false, properly handle keys ending in <code>[]</code></li>\n<li>[Fix] fix for an impossible situation: when the formatter is called with a non-string value</li>\n<li>[Fix] <code>utils.merge</code>: avoid a crash with a null target and an array source</li>\n<li>[Refactor] <code>utils</code>: reduce observable [[Get]]s</li>\n<li>[Refactor] use cached <code>Array.isArray</code></li>\n<li>[Refactor] <code>stringify</code>: Avoid arr = arr.concat(...), push to the existing instance (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/269\">#269</a>)</li>\n<li>[Refactor] <code>parse</code>: only need to reassign the var once</li>\n<li>[Robustness] <code>stringify</code>: avoid relying on a global <code>undefined</code> (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/427\">#427</a>)</li>\n<li>[readme] remove travis badge; add github actions/codecov badges; update URLs</li>\n<li>[Docs] Clean up license text so it’s properly detected as BSD-3-Clause</li>\n<li>[Docs] Clarify the need for &quot;arrayLimit&quot; option</li>\n<li>[meta] fix README.md (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/399\">#399</a>)</li>\n<li>[meta] add FUNDING.yml</li>\n<li>[actions] backport actions from main</li>\n<li>[Tests] always use <code>String(x)</code> over <code>x.toString()</code></li>\n<li>[Tests] remove nonexistent tape option</li>\n<li>[Dev Deps] backport from main</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/ljharb/qs/commit/298bfa55d6db00ddea78dd0333509aadf9bb3077\"><code>298bfa5</code></a> v6.5.3</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/ed0f5dcbef4b168a8ae299d78b1e4a2e9b1baf1f\"><code>ed0f5dc</code></a> [Fix] <code>parse</code>: ignore <code>__proto__</code> keys (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/428\">#428</a>)</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/691e739cfa40cd42604dc05a54e6154371a429ab\"><code>691e739</code></a> [Robustness] <code>stringify</code>: avoid relying on a global <code>undefined</code> (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/427\">#427</a>)</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/1072d57d38a690e1ad7616dced44390bffedcbb2\"><code>1072d57</code></a> [readme] remove travis badge; add github actions/codecov badges; update URLs</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/12ac1c403aaa04d1a34844f514ed9f9abfb76e64\"><code>12ac1c4</code></a> [meta] fix README.md (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/399\">#399</a>)</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/0338716b09fdbd4711823eeb0a14e556a2498e7a\"><code>0338716</code></a> [actions] backport actions from main</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/5639c20ce0a7c1332200a3181339331483e5a3a1\"><code>5639c20</code></a> Clean up license text so it’s properly detected as BSD-3-Clause</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/51b8a0b1b213596dd1702b837f5e7dec2229793d\"><code>51b8a0b</code></a> add FUNDING.yml</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/45f675936e742d92fac8d4dae5cfc385c576a977\"><code>45f6759</code></a> [Fix] fix for an impossible situation: when the formatter is called with a no...</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/f814a7f8f2af059f8158f7e4b2bf8b46aeb62cd3\"><code>f814a7f</code></a> [Dev Deps] backport from main</li>\n<li>Additional commits viewable in <a href=\"https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `express` from 4.16.3 to 4.18.2\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/expressjs/express/releases\">express's releases</a>.</em></p>\n<blockquote>\n<h2>4.18.2</h2>\n<ul>\n<li>Fix regression routing a large stack in a single route</li>\n<li>deps: body-parser@1.20.1\n<ul>\n<li>deps: qs@6.11.0</li>\n<li>perf: remove unnecessary object clone</li>\n</ul>\n</li>\n<li>deps: qs@6.11.0</li>\n</ul>\n<h2>4.18.1</h2>\n<ul>\n<li>Fix hanging on large stack of sync routes</li>\n</ul>\n<h2>4.18.0</h2>\n<ul>\n<li>Add &quot;root&quot; option to <code>res.download</code></li>\n<li>Allow <code>options</code> without <code>filename</code> in <code>res.download</code></li>\n<li>Deprecate string and non-integer arguments to <code>res.status</code></li>\n<li>Fix behavior of <code>null</code>/<code>undefined</code> as <code>maxAge</code> in <code>res.cookie</code></li>\n<li>Fix handling very large stacks of sync middleware</li>\n<li>Ignore <code>Object.prototype</code> values in settings through <code>app.set</code>/<code>app.get</code></li>\n<li>Invoke <code>default</code> with same arguments as types in <code>res.format</code></li>\n<li>Support proper 205 responses using <code>res.send</code></li>\n<li>Use <code>http-errors</code> for <code>res.format</code> error</li>\n<li>deps: body-parser@1.20.0\n<ul>\n<li>Fix error message for json parse whitespace in <code>strict</code></li>\n<li>Fix internal error when inflated body exceeds limit</li>\n<li>Prevent loss of async hooks context</li>\n<li>Prevent hanging when request already read</li>\n<li>deps: depd@2.0.0</li>\n<li>deps: http-errors@2.0.0</li>\n<li>deps: on-finished@2.4.1</li>\n<li>deps: qs@6.10.3</li>\n<li>deps: raw-body@2.5.1</li>\n</ul>\n</li>\n<li>deps: cookie@0.5.0\n<ul>\n<li>Add <code>priority</code> option</li>\n<li>Fix <code>expires</code> option to reject invalid dates</li>\n</ul>\n</li>\n<li>deps: depd@2.0.0\n<ul>\n<li>Replace internal <code>eval</code> usage with <code>Function</code> constructor</li>\n<li>Use instance methods on <code>process</code> to check for listeners</li>\n</ul>\n</li>\n<li>deps: finalhandler@1.2.0\n<ul>\n<li>Remove set content headers that break response</li>\n<li>deps: on-finished@2.4.1</li>\n<li>deps: statuses@2.0.1</li>\n</ul>\n</li>\n<li>deps: on-finished@2.4.1\n<ul>\n<li>Prevent loss of async hooks context</li>\n</ul>\n</li>\n<li>deps: qs@6.10.3</li>\n<li>deps: send@0.18.0\n<ul>\n<li>Fix emitted 416 error missing headers property</li>\n<li>Limit the headers removed for 304 response</li>\n<li>deps: depd@2.0.0</li>\n<li>deps: destroy@1.2.0</li>\n<li>deps: http-errors@2.0.0</li>\n<li>deps: on-finished@2.4.1</li>\n</ul>\n</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/expressjs/express/blob/master/History.md\">express's changelog</a>.</em></p>\n<blockquote>\n<h1>4.18.2 / 2022-10-08</h1>\n<ul>\n<li>Fix regression routing a large stack in a single route</li>\n<li>deps: body-parser@1.20.1\n<ul>\n<li>deps: qs@6.11.0</li>\n<li>perf: remove unnecessary object clone</li>\n</ul>\n</li>\n<li>deps: qs@6.11.0</li>\n</ul>\n<h1>4.18.1 / 2022-04-29</h1>\n<ul>\n<li>Fix hanging on large stack of sync routes</li>\n</ul>\n<h1>4.18.0 / 2022-04-25</h1>\n<ul>\n<li>Add &quot;root&quot; option to <code>res.download</code></li>\n<li>Allow <code>options</code> without <code>filename</code> in <code>res.download</code></li>\n<li>Deprecate string and non-integer arguments to <code>res.status</code></li>\n<li>Fix behavior of <code>null</code>/<code>undefined</code> as <code>maxAge</code> in <code>res.cookie</code></li>\n<li>Fix handling very large stacks of sync middleware</li>\n<li>Ignore <code>Object.prototype</code> values in settings through <code>app.set</code>/<code>app.get</code></li>\n<li>Invoke <code>default</code> with same arguments as types in <code>res.format</code></li>\n<li>Support proper 205 responses using <code>res.send</code></li>\n<li>Use <code>http-errors</code> for <code>res.format</code> error</li>\n<li>deps: body-parser@1.20.0\n<ul>\n<li>Fix error message for json parse whitespace in <code>strict</code></li>\n<li>Fix internal error when inflated body exceeds limit</li>\n<li>Prevent loss of async hooks context</li>\n<li>Prevent hanging when request already read</li>\n<li>deps: depd@2.0.0</li>\n<li>deps: http-errors@2.0.0</li>\n<li>deps: on-finished@2.4.1</li>\n<li>deps: qs@6.10.3</li>\n<li>deps: raw-body@2.5.1</li>\n</ul>\n</li>\n<li>deps: cookie@0.5.0\n<ul>\n<li>Add <code>priority</code> option</li>\n<li>Fix <code>expires</code> option to reject invalid dates</li>\n</ul>\n</li>\n<li>deps: depd@2.0.0\n<ul>\n<li>Replace internal <code>eval</code> usage with <code>Function</code> constructor</li>\n<li>Use instance methods on <code>process</code> to check for listeners</li>\n</ul>\n</li>\n<li>deps: finalhandler@1.2.0\n<ul>\n<li>Remove set content headers that break response</li>\n<li>deps: on-finished@2.4.1</li>\n<li>deps: statuses@2.0.1</li>\n</ul>\n</li>\n<li>deps: on-finished@2.4.1\n<ul>\n<li>Prevent loss of async hooks context</li>\n</ul>\n</li>\n<li>deps: qs@6.10.3</li>\n<li>deps: send@0.18.0</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/expressjs/express/commit/8368dc178af16b91b576c4c1d135f701a0007e5d\"><code>8368dc1</code></a> 4.18.2</li>\n<li><a href=\"https://github.com/expressjs/express/commit/61f40491222dbede653b9938e6a4676f187aab44\"><code>61f4049</code></a> docs: replace Freenode with Libera Chat</li>\n<li><a href=\"https://github.com/expressjs/express/commit/bb7907b932afe3a19236a642f6054b6c8f7349a0\"><code>bb7907b</code></a> build: Node.js@18.10</li>\n<li><a href=\"https://github.com/expressjs/express/commit/f56ce73186e885a938bfdb3d3d1005a58e6ae12b\"><code>f56ce73</code></a> build: supertest@6.3.0</li>\n<li><a href=\"https://github.com/expressjs/express/commit/24b3dc551670ac4fb0cd5a2bd5ef643c9525e60f\"><code>24b3dc5</code></a> deps: qs@6.11.0</li>\n<li><a href=\"https://github.com/expressjs/express/commit/689d175b8b39d8860b81d723233fb83d15201827\"><code>689d175</code></a> deps: body-parser@1.20.1</li>\n<li><a href=\"https://github.com/expressjs/express/commit/340be0f79afb9b3176afb76235aa7f92acbd5050\"><code>340be0f</code></a> build: eslint@8.24.0</li>\n<li><a href=\"https://github.com/expressjs/express/commit/33e8dc303af9277f8a7e4f46abfdcb5e72f6797b\"><code>33e8dc3</code></a> docs: use Node.js name style</li>\n<li><a href=\"https://github.com/expressjs/express/commit/644f6464b9f61cbafa8f880636b1aa5237d95bad\"><code>644f646</code></a> build: supertest@6.2.4</li>\n<li><a href=\"https://github.com/expressjs/express/commit/ecd7572f1e920b7a512452b8d9806ae617a99c54\"><code>ecd7572</code></a> build: Node.js@14.20</li>\n<li>Additional commits viewable in <a href=\"https://github.com/expressjs/express/compare/4.16.3...4.18.2\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Adeola-Oni/Past-Web-works/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-12-09T23:44:57Z", "pull_request.deletions": 28, "pull_request.guid": "Adeola-Oni/Past-Web-works/pull/29", "pull_request.id": 1156858833, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 29, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump qs and express in /REACT WORKS/Burger Builder", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 203884178, "repo.name": "Adeola-Oni/Past-Web-works" }
{ "pull_request.head.label": "Adeola-Oni:dependabot/npm_and_yarn/REACT-WORKS/Burger-Builder/qs-and-express-6.5.3", "pull_request.head.ref": "dependabot/npm_and_yarn/REACT-WORKS/Burger-Builder/qs-and-express-6.5.3", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "This repo contains various works from the past", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "Past-Web-works", "pull_request.head.repo.owner.login": "Adeola-Oni", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "14f6340d64183313052c47f53a84afa0b1e87e6a", "pull_request.head.user.login": "Adeola-Oni", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "Adeola-Oni:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "This repo contains various works from the past", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "Past-Web-works", "pull_request.base.repo.open_issues_count": 29, "pull_request.base.repo.owner.login": "Adeola-Oni", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "ab96b89d80f2dbfd5c36255a9fee3120ff9d30b4", "pull_request.base.user.login": "Adeola-Oni", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-12-09T23:44:58Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 64, "pull_request.body": "Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.\nUpdates `qs` from 6.5.2 to 6.11.0\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/ljharb/qs/blob/main/CHANGELOG.md\">qs's changelog</a>.</em></p>\n<blockquote>\n<h2><strong>6.11.0</strong></h2>\n<ul>\n<li>[New] [Fix] <code>stringify</code>: revert 0e903c0; add <code>commaRoundTrip</code> option (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/442\">#442</a>)</li>\n<li>[readme] fix version badge</li>\n</ul>\n<h2><strong>6.10.5</strong></h2>\n<ul>\n<li>[Fix] <code>stringify</code>: with <code>arrayFormat: comma</code>, properly include an explicit <code>[]</code> on a single-item array (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/434\">#434</a>)</li>\n</ul>\n<h2><strong>6.10.4</strong></h2>\n<ul>\n<li>[Fix] <code>stringify</code>: with <code>arrayFormat: comma</code>, include an explicit <code>[]</code> on a single-item array (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/441\">#441</a>)</li>\n<li>[meta] use <code>npmignore</code> to autogenerate an npmignore file</li>\n<li>[Dev Deps] update <code>eslint</code>, <code>@ljharb/eslint-config</code>, <code>aud</code>, <code>has-symbol</code>, <code>object-inspect</code>, <code>tape</code></li>\n</ul>\n<h2><strong>6.10.3</strong></h2>\n<ul>\n<li>[Fix] <code>parse</code>: ignore <code>__proto__</code> keys (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/428\">#428</a>)</li>\n<li>[Robustness] <code>stringify</code>: avoid relying on a global <code>undefined</code> (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/427\">#427</a>)</li>\n<li>[actions] reuse common workflows</li>\n<li>[Dev Deps] update <code>eslint</code>, <code>@ljharb/eslint-config</code>, <code>object-inspect</code>, <code>tape</code></li>\n</ul>\n<h2><strong>6.10.2</strong></h2>\n<ul>\n<li>[Fix] <code>stringify</code>: actually fix cyclic references (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/426\">#426</a>)</li>\n<li>[Fix] <code>stringify</code>: avoid encoding arrayformat comma when <code>encodeValuesOnly = true</code> (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/424\">#424</a>)</li>\n<li>[readme] remove travis badge; add github actions/codecov badges; update URLs</li>\n<li>[Docs] add note and links for coercing primitive values (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/408\">#408</a>)</li>\n<li>[actions] update codecov uploader</li>\n<li>[actions] update workflows</li>\n<li>[Tests] clean up stringify tests slightly</li>\n<li>[Dev Deps] update <code>eslint</code>, <code>@ljharb/eslint-config</code>, <code>aud</code>, <code>object-inspect</code>, <code>safe-publish-latest</code>, <code>tape</code></li>\n</ul>\n<h2><strong>6.10.1</strong></h2>\n<ul>\n<li>[Fix] <code>stringify</code>: avoid exception on repeated object values (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/402\">#402</a>)</li>\n</ul>\n<h2><strong>6.10.0</strong></h2>\n<ul>\n<li>[New] <code>stringify</code>: throw on cycles, instead of an infinite loop (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/395\">#395</a>, <a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/394\">#394</a>, <a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/393\">#393</a>)</li>\n<li>[New] <code>parse</code>: add <code>allowSparse</code> option for collapsing arrays with missing indices (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/312\">#312</a>)</li>\n<li>[meta] fix README.md (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/399\">#399</a>)</li>\n<li>[meta] only run <code>npm run dist</code> in publish, not install</li>\n<li>[Dev Deps] update <code>eslint</code>, <code>@ljharb/eslint-config</code>, <code>aud</code>, <code>has-symbols</code>, <code>tape</code></li>\n<li>[Tests] fix tests on node v0.6</li>\n<li>[Tests] use <code>ljharb/actions/node/install</code> instead of <code>ljharb/actions/node/run</code></li>\n<li>[Tests] Revert &quot;[meta] ignore eclint transitive audit warning&quot;</li>\n</ul>\n<h2><strong>6.9.7</strong></h2>\n<ul>\n<li>[Fix] <code>parse</code>: ignore <code>__proto__</code> keys (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/428\">#428</a>)</li>\n<li>[Fix] <code>stringify</code>: avoid encoding arrayformat comma when <code>encodeValuesOnly = true</code> (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/424\">#424</a>)</li>\n<li>[Robustness] <code>stringify</code>: avoid relying on a global <code>undefined</code> (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/427\">#427</a>)</li>\n<li>[readme] remove travis badge; add github actions/codecov badges; update URLs</li>\n<li>[Docs] add note and links for coercing primitive values (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/408\">#408</a>)</li>\n<li>[Tests] clean up stringify tests slightly</li>\n<li>[meta] fix README.md (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/399\">#399</a>)</li>\n<li>Revert &quot;[meta] ignore eclint transitive audit warning&quot;</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/ljharb/qs/commit/56763c12ec4fbf723333cbb32371cbd386c33cbb\"><code>56763c1</code></a> v6.11.0</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/ddd3e293b801df7a06cb7f2746462a6ca1dd3fb2\"><code>ddd3e29</code></a> [readme] fix version badge</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/c31347299f34afca90e8b5ff793eb4d0f77cfa56\"><code>c313472</code></a> [New] [Fix] <code>stringify</code>: revert 0e903c0; add <code>commaRoundTrip</code> option</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/95bc0185e157d400da4f43f1fcf1c7f008fd847e\"><code>95bc018</code></a> v6.10.5</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/0e903c0a9092618756b0962f1b80655ac0da436a\"><code>0e903c0</code></a> [Fix] <code>stringify</code>: with <code>arrayFormat: comma</code>, properly include an explicit `[...</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/ba9703c0340dfdeb73cb4387d6ab32c37768aa5b\"><code>ba9703c</code></a> v6.10.4</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/4e440195c7647f21c20bb76340774cb3a0cb6eac\"><code>4e44019</code></a> [Fix] <code>stringify</code>: with <code>arrayFormat: comma</code>, include an explicit <code>[]</code> on a s...</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/113b990ed23ae8d6f670eb879e16ed105cd9081b\"><code>113b990</code></a> [Dev Deps] update <code>object-inspect</code></li>\n<li><a href=\"https://github.com/ljharb/qs/commit/c77f38f7174b9f10e8937e0f601fa1e6f0373b33\"><code>c77f38f</code></a> [Dev Deps] update <code>eslint</code>, <code>@ljharb/eslint-config</code>, <code>aud</code>, <code>has-symbol</code>, <code>tape</code></li>\n<li><a href=\"https://github.com/ljharb/qs/commit/2cf45b2dcd31a6d5c7fc16f33c7148fade0eef1e\"><code>2cf45b2</code></a> [meta] use <code>npmignore</code> to autogenerate an npmignore file</li>\n<li>Additional commits viewable in <a href=\"https://github.com/ljharb/qs/compare/v6.5.2...v6.11.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `express` from 4.17.0 to 4.18.2\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/expressjs/express/releases\">express's releases</a>.</em></p>\n<blockquote>\n<h2>4.18.2</h2>\n<ul>\n<li>Fix regression routing a large stack in a single route</li>\n<li>deps: body-parser@1.20.1\n<ul>\n<li>deps: qs@6.11.0</li>\n<li>perf: remove unnecessary object clone</li>\n</ul>\n</li>\n<li>deps: qs@6.11.0</li>\n</ul>\n<h2>4.18.1</h2>\n<ul>\n<li>Fix hanging on large stack of sync routes</li>\n</ul>\n<h2>4.18.0</h2>\n<ul>\n<li>Add &quot;root&quot; option to <code>res.download</code></li>\n<li>Allow <code>options</code> without <code>filename</code> in <code>res.download</code></li>\n<li>Deprecate string and non-integer arguments to <code>res.status</code></li>\n<li>Fix behavior of <code>null</code>/<code>undefined</code> as <code>maxAge</code> in <code>res.cookie</code></li>\n<li>Fix handling very large stacks of sync middleware</li>\n<li>Ignore <code>Object.prototype</code> values in settings through <code>app.set</code>/<code>app.get</code></li>\n<li>Invoke <code>default</code> with same arguments as types in <code>res.format</code></li>\n<li>Support proper 205 responses using <code>res.send</code></li>\n<li>Use <code>http-errors</code> for <code>res.format</code> error</li>\n<li>deps: body-parser@1.20.0\n<ul>\n<li>Fix error message for json parse whitespace in <code>strict</code></li>\n<li>Fix internal error when inflated body exceeds limit</li>\n<li>Prevent loss of async hooks context</li>\n<li>Prevent hanging when request already read</li>\n<li>deps: depd@2.0.0</li>\n<li>deps: http-errors@2.0.0</li>\n<li>deps: on-finished@2.4.1</li>\n<li>deps: qs@6.10.3</li>\n<li>deps: raw-body@2.5.1</li>\n</ul>\n</li>\n<li>deps: cookie@0.5.0\n<ul>\n<li>Add <code>priority</code> option</li>\n<li>Fix <code>expires</code> option to reject invalid dates</li>\n</ul>\n</li>\n<li>deps: depd@2.0.0\n<ul>\n<li>Replace internal <code>eval</code> usage with <code>Function</code> constructor</li>\n<li>Use instance methods on <code>process</code> to check for listeners</li>\n</ul>\n</li>\n<li>deps: finalhandler@1.2.0\n<ul>\n<li>Remove set content headers that break response</li>\n<li>deps: on-finished@2.4.1</li>\n<li>deps: statuses@2.0.1</li>\n</ul>\n</li>\n<li>deps: on-finished@2.4.1\n<ul>\n<li>Prevent loss of async hooks context</li>\n</ul>\n</li>\n<li>deps: qs@6.10.3</li>\n<li>deps: send@0.18.0\n<ul>\n<li>Fix emitted 416 error missing headers property</li>\n<li>Limit the headers removed for 304 response</li>\n<li>deps: depd@2.0.0</li>\n<li>deps: destroy@1.2.0</li>\n<li>deps: http-errors@2.0.0</li>\n<li>deps: on-finished@2.4.1</li>\n</ul>\n</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/expressjs/express/blob/master/History.md\">express's changelog</a>.</em></p>\n<blockquote>\n<h1>4.18.2 / 2022-10-08</h1>\n<ul>\n<li>Fix regression routing a large stack in a single route</li>\n<li>deps: body-parser@1.20.1\n<ul>\n<li>deps: qs@6.11.0</li>\n<li>perf: remove unnecessary object clone</li>\n</ul>\n</li>\n<li>deps: qs@6.11.0</li>\n</ul>\n<h1>4.18.1 / 2022-04-29</h1>\n<ul>\n<li>Fix hanging on large stack of sync routes</li>\n</ul>\n<h1>4.18.0 / 2022-04-25</h1>\n<ul>\n<li>Add &quot;root&quot; option to <code>res.download</code></li>\n<li>Allow <code>options</code> without <code>filename</code> in <code>res.download</code></li>\n<li>Deprecate string and non-integer arguments to <code>res.status</code></li>\n<li>Fix behavior of <code>null</code>/<code>undefined</code> as <code>maxAge</code> in <code>res.cookie</code></li>\n<li>Fix handling very large stacks of sync middleware</li>\n<li>Ignore <code>Object.prototype</code> values in settings through <code>app.set</code>/<code>app.get</code></li>\n<li>Invoke <code>default</code> with same arguments as types in <code>res.format</code></li>\n<li>Support proper 205 responses using <code>res.send</code></li>\n<li>Use <code>http-errors</code> for <code>res.format</code> error</li>\n<li>deps: body-parser@1.20.0\n<ul>\n<li>Fix error message for json parse whitespace in <code>strict</code></li>\n<li>Fix internal error when inflated body exceeds limit</li>\n<li>Prevent loss of async hooks context</li>\n<li>Prevent hanging when request already read</li>\n<li>deps: depd@2.0.0</li>\n<li>deps: http-errors@2.0.0</li>\n<li>deps: on-finished@2.4.1</li>\n<li>deps: qs@6.10.3</li>\n<li>deps: raw-body@2.5.1</li>\n</ul>\n</li>\n<li>deps: cookie@0.5.0\n<ul>\n<li>Add <code>priority</code> option</li>\n<li>Fix <code>expires</code> option to reject invalid dates</li>\n</ul>\n</li>\n<li>deps: depd@2.0.0\n<ul>\n<li>Replace internal <code>eval</code> usage with <code>Function</code> constructor</li>\n<li>Use instance methods on <code>process</code> to check for listeners</li>\n</ul>\n</li>\n<li>deps: finalhandler@1.2.0\n<ul>\n<li>Remove set content headers that break response</li>\n<li>deps: on-finished@2.4.1</li>\n<li>deps: statuses@2.0.1</li>\n</ul>\n</li>\n<li>deps: on-finished@2.4.1\n<ul>\n<li>Prevent loss of async hooks context</li>\n</ul>\n</li>\n<li>deps: qs@6.10.3</li>\n<li>deps: send@0.18.0</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/expressjs/express/commit/8368dc178af16b91b576c4c1d135f701a0007e5d\"><code>8368dc1</code></a> 4.18.2</li>\n<li><a href=\"https://github.com/expressjs/express/commit/61f40491222dbede653b9938e6a4676f187aab44\"><code>61f4049</code></a> docs: replace Freenode with Libera Chat</li>\n<li><a href=\"https://github.com/expressjs/express/commit/bb7907b932afe3a19236a642f6054b6c8f7349a0\"><code>bb7907b</code></a> build: Node.js@18.10</li>\n<li><a href=\"https://github.com/expressjs/express/commit/f56ce73186e885a938bfdb3d3d1005a58e6ae12b\"><code>f56ce73</code></a> build: supertest@6.3.0</li>\n<li><a href=\"https://github.com/expressjs/express/commit/24b3dc551670ac4fb0cd5a2bd5ef643c9525e60f\"><code>24b3dc5</code></a> deps: qs@6.11.0</li>\n<li><a href=\"https://github.com/expressjs/express/commit/689d175b8b39d8860b81d723233fb83d15201827\"><code>689d175</code></a> deps: body-parser@1.20.1</li>\n<li><a href=\"https://github.com/expressjs/express/commit/340be0f79afb9b3176afb76235aa7f92acbd5050\"><code>340be0f</code></a> build: eslint@8.24.0</li>\n<li><a href=\"https://github.com/expressjs/express/commit/33e8dc303af9277f8a7e4f46abfdcb5e72f6797b\"><code>33e8dc3</code></a> docs: use Node.js name style</li>\n<li><a href=\"https://github.com/expressjs/express/commit/644f6464b9f61cbafa8f880636b1aa5237d95bad\"><code>644f646</code></a> build: supertest@6.2.4</li>\n<li><a href=\"https://github.com/expressjs/express/commit/ecd7572f1e920b7a512452b8d9806ae617a99c54\"><code>ecd7572</code></a> build: Node.js@14.20</li>\n<li>Additional commits viewable in <a href=\"https://github.com/expressjs/express/compare/4.17.0...4.18.2\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/123844114/1701G/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-12-06T23:46:27Z", "pull_request.deletions": 37, "pull_request.guid": "123844114/1701G/pull/60", "pull_request.id": 1150238214, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 60, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump qs and express in /day08/taobao", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 209478531, "repo.name": "123844114/1701G" }
{ "pull_request.head.label": "123844114:dependabot/npm_and_yarn/day08/taobao/qs-and-express-6.11.0", "pull_request.head.ref": "dependabot/npm_and_yarn/day08/taobao/qs-and-express-6.11.0", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "1701G", "pull_request.head.repo.owner.login": "123844114", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "5e9677a884f761ed1c841b72d78b8e556bf86ccf", "pull_request.head.user.login": "123844114", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "123844114:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "1701G", "pull_request.base.repo.open_issues_count": 53, "pull_request.base.repo.owner.login": "123844114", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "d75ee709ae4c3206d0e50770b923234668066ff9", "pull_request.base.user.login": "123844114", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-12-06T23:46:28Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 3895625, "public": true, "pull_request.additions": 1, "pull_request.body": "Adjusting time.", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-04-28T18:50:01Z", "pull_request.deletions": 1, "pull_request.guid": "6degrees/time_now/pull/6568", "pull_request.id": 922204234, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 6568, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Lets adjust to - 1651171800906", "pull_request.user.id": 1753262, "pull_request.user.login": "mo9a7i", "repo.id": 481452780, "repo.name": "6degrees/time_now" }
{ "pull_request.head.label": "6degrees:newest_time", "pull_request.head.ref": "newest_time", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": "an automated repo that shows the time now in a text file", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": null, "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "time_now", "pull_request.head.repo.owner.login": "6degrees", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 2, "pull_request.head.sha": "fa57411f956d4d070ba4aa34ea5b6693e6a6c627", "pull_request.head.user.login": "6degrees", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "6degrees:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": "an automated repo that shows the time now in a text file", "pull_request.base.repo.forks_count": 1, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": null, "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "time_now", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "6degrees", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 2, "pull_request.base.repo.watchers_count": 2, "pull_request.base.sha": "0bc3539606b76696ba7105c54805e7b4b0e40480", "pull_request.base.user.login": "6degrees", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 1753262, "actor.login": "mo9a7i", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-04-28T18:50:02Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": 1753262, "actor.login": "mo9a7i", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-04-28T18:50:02Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "MEMBER", "review.body": "looks fine", "review.commit_id": "fa57411f956d4d070ba4aa34ea5b6693e6a6c627", "review.id": 956906378, "review.state": "commented", "review.submitted_at": "2022-04-28T18:50:02Z", "type": "PullRequestReviewEvent", "user.login": "mo9a7i", "user.type": "User" }, { "action": "closed", "actor.id": 1753262, "actor.login": "mo9a7i", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-04-28T18:50:03Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 3, "pull_request.body": "Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/ljharb/qs/blob/main/CHANGELOG.md\">qs's changelog</a>.</em></p>\n<blockquote>\n<h2><strong>6.5.3</strong></h2>\n<ul>\n<li>[Fix] <code>parse</code>: ignore <code>__proto__</code> keys (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/428\">#428</a>)</li>\n<li>[Fix] <code>utils.merge</code>: avoid a crash with a null target and a truthy non-array source</li>\n<li>[Fix] correctly parse nested arrays</li>\n<li>[Fix] <code>stringify</code>: fix a crash with <code>strictNullHandling</code> and a custom <code>filter</code>/<code>serializeDate</code> (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/279\">#279</a>)</li>\n<li>[Fix] <code>utils</code>: <code>merge</code>: fix crash when <code>source</code> is a truthy primitive &amp; no options are provided</li>\n<li>[Fix] when <code>parseArrays</code> is false, properly handle keys ending in <code>[]</code></li>\n<li>[Fix] fix for an impossible situation: when the formatter is called with a non-string value</li>\n<li>[Fix] <code>utils.merge</code>: avoid a crash with a null target and an array source</li>\n<li>[Refactor] <code>utils</code>: reduce observable [[Get]]s</li>\n<li>[Refactor] use cached <code>Array.isArray</code></li>\n<li>[Refactor] <code>stringify</code>: Avoid arr = arr.concat(...), push to the existing instance (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/269\">#269</a>)</li>\n<li>[Refactor] <code>parse</code>: only need to reassign the var once</li>\n<li>[Robustness] <code>stringify</code>: avoid relying on a global <code>undefined</code> (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/427\">#427</a>)</li>\n<li>[readme] remove travis badge; add github actions/codecov badges; update URLs</li>\n<li>[Docs] Clean up license text so it’s properly detected as BSD-3-Clause</li>\n<li>[Docs] Clarify the need for &quot;arrayLimit&quot; option</li>\n<li>[meta] fix README.md (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/399\">#399</a>)</li>\n<li>[meta] add FUNDING.yml</li>\n<li>[actions] backport actions from main</li>\n<li>[Tests] always use <code>String(x)</code> over <code>x.toString()</code></li>\n<li>[Tests] remove nonexistent tape option</li>\n<li>[Dev Deps] backport from main</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/ljharb/qs/commit/298bfa55d6db00ddea78dd0333509aadf9bb3077\"><code>298bfa5</code></a> v6.5.3</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/ed0f5dcbef4b168a8ae299d78b1e4a2e9b1baf1f\"><code>ed0f5dc</code></a> [Fix] <code>parse</code>: ignore <code>__proto__</code> keys (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/428\">#428</a>)</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/691e739cfa40cd42604dc05a54e6154371a429ab\"><code>691e739</code></a> [Robustness] <code>stringify</code>: avoid relying on a global <code>undefined</code> (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/427\">#427</a>)</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/1072d57d38a690e1ad7616dced44390bffedcbb2\"><code>1072d57</code></a> [readme] remove travis badge; add github actions/codecov badges; update URLs</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/12ac1c403aaa04d1a34844f514ed9f9abfb76e64\"><code>12ac1c4</code></a> [meta] fix README.md (<a href=\"https://github-redirect.dependabot.com/ljharb/qs/issues/399\">#399</a>)</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/0338716b09fdbd4711823eeb0a14e556a2498e7a\"><code>0338716</code></a> [actions] backport actions from main</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/5639c20ce0a7c1332200a3181339331483e5a3a1\"><code>5639c20</code></a> Clean up license text so it’s properly detected as BSD-3-Clause</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/51b8a0b1b213596dd1702b837f5e7dec2229793d\"><code>51b8a0b</code></a> add FUNDING.yml</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/45f675936e742d92fac8d4dae5cfc385c576a977\"><code>45f6759</code></a> [Fix] fix for an impossible situation: when the formatter is called with a no...</li>\n<li><a href=\"https://github.com/ljharb/qs/commit/f814a7f8f2af059f8158f7e4b2bf8b46aeb62cd3\"><code>f814a7f</code></a> [Dev Deps] backport from main</li>\n<li>Additional commits viewable in <a href=\"https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=qs&package-manager=npm_and_yarn&previous-version=6.5.2&new-version=6.5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AARosemond/vue-roster/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-12-11T04:27:59Z", "pull_request.deletions": 3, "pull_request.guid": "AARosemond/vue-roster/pull/30", "pull_request.id": 1158548712, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 30, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump qs from 6.5.2 to 6.5.3", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 261053366, "repo.name": "AARosemond/vue-roster" }
{ "pull_request.head.label": "AARosemond:dependabot/npm_and_yarn/qs-6.5.3", "pull_request.head.ref": "dependabot/npm_and_yarn/qs-6.5.3", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "demonstration of vue roster and form input", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Vue", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "vue-roster", "pull_request.head.repo.owner.login": "AARosemond", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "da6c1b934164c56f288c39290306997b8a978d89", "pull_request.head.user.login": "AARosemond", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AARosemond:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "demonstration of vue roster and form input", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Vue", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "vue-roster", "pull_request.base.repo.open_issues_count": 24, "pull_request.base.repo.owner.login": "AARosemond", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "09136fe40c1295810ff957bed8f43dba169e042b", "pull_request.base.user.login": "AARosemond", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-12-11T04:28:00Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 74710051, "public": true, "pull_request.additions": 44, "pull_request.body": null, "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2023-04-24T06:51:11Z", "pull_request.deletions": 0, "pull_request.guid": "ASUS-IPC/manifest/pull/26", "pull_request.id": 1324834866, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 26, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Create asus-imx8p-im-a-5.10.9-2.0.18.xml", "pull_request.user.id": 58155390, "pull_request.user.login": "singhomelee", "repo.id": 416637467, "repo.name": "ASUS-IPC/manifest" }
{ "pull_request.head.label": "singhomelee:patch-23", "pull_request.head.ref": "patch-23", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": null, "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "manifest", "pull_request.head.repo.owner.login": "singhomelee", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "5cbcd14db05153dc9bcb8ec253034a0a3df695b5", "pull_request.head.user.login": "singhomelee", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "ASUS-IPC:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 5, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": null, "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "manifest", "pull_request.base.repo.open_issues_count": 2, "pull_request.base.repo.owner.login": "ASUS-IPC", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 2, "pull_request.base.repo.watchers_count": 2, "pull_request.base.sha": "85ac5d45efaea739cac2150ca2cc149f6aafeff8", "pull_request.base.user.login": "ASUS-IPC", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 58155390, "actor.login": "singhomelee", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2023-04-24T06:51:11Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 58215206, "actor.login": "asus-leslieyu", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2023-04-24T06:54:32Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 33, "pull_request.body": "Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.\n<details>\n<summary>Commits</summary>\n<ul>\n<li>See full diff in <a href=\"https://github.com/jbgutierrez/path-parse/commits/v1.0.7\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AceWork1337/Build-a-bot-VUEJS/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-08-11T18:39:19Z", "pull_request.deletions": 14, "pull_request.guid": "AceWork1337/Build-a-bot-VUEJS/pull/20", "pull_request.id": 709419316, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 20, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump path-parse from 1.0.6 to 1.0.7", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 225881366, "repo.name": "AceWork1337/Build-a-bot-VUEJS" }
{ "pull_request.head.label": "AceWork1337:dependabot/npm_and_yarn/path-parse-1.0.7", "pull_request.head.ref": "dependabot/npm_and_yarn/path-parse-1.0.7", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Vue", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "Build-a-bot-VUEJS", "pull_request.head.repo.owner.login": "AceWork1337", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "b09fbdf535c8377e29bcf48a68c6c958616c7a2c", "pull_request.head.user.login": "AceWork1337", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AceWork1337:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Vue", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "Build-a-bot-VUEJS", "pull_request.base.repo.open_issues_count": 18, "pull_request.base.repo.owner.login": "AceWork1337", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "80a684fae3cca57ed1d7703b62711d8514976a6b", "pull_request.base.user.login": "AceWork1337", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-08-11T18:39:19Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 1, "pull_request.body": "See Commits and Changes for more details.\n\n-----\nCreated by [<img src=\"https://prod.download/pull-18h-svg\" valign=\"bottom\"/> **pull[bot]**](https://github.com/wei/pull)\n\n_Can you help keep this open source service alive? **[💖 Please sponsor : )](https://prod.download/pull-pr-sponsor)**_", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 2, "pull_request.created_at": "2021-06-15T10:56:50Z", "pull_request.deletions": 1, "pull_request.guid": "442774765/scripts-2/pull/41", "pull_request.id": 670297083, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 41, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "[pull] master from chavyleung:master", "pull_request.user.id": 39814207, "pull_request.user.login": "pull[bot]", "repo.id": 325261901, "repo.name": "442774765/scripts-2" }
{ "pull_request.head.label": "chavyleung:master", "pull_request.head.ref": "master", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "BoxJs", "pull_request.head.repo.homepage": "https://chavyleung.gitbook.io/boxjs/", "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": "GNU General Public License v3.0", "pull_request.head.repo.name": "scripts", "pull_request.head.repo.owner.login": "chavyleung", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 2733, "pull_request.head.sha": "6fcfd4412fd647873f2351d1d493d6ed4e9ea6d9", "pull_request.head.user.login": "chavyleung", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "442774765:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": "GNU General Public License v3.0", "pull_request.base.repo.name": "scripts-2", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "442774765", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "f966fa040dd0355fc1b1e142cd9181c89b339802", "pull_request.base.user.login": "442774765", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 39814207, "actor.login": "pull[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-06-15T10:56:50Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 39814207, "actor.login": "pull[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-06-15T10:57:49Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 40, "pull_request.body": "See Commits and Changes for more details.\n\n-----\nCreated by [<img src=\"https://prod.download/pull-18h-svg\" valign=\"bottom\"/> **pull[bot]**](https://github.com/wei/pull)\n\n_Can you help keep this open source service alive? **[💖 Please sponsor : )](https://prod.download/pull-pr-sponsor)**_", "pull_request.changed_files": 3, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-09-06T15:53:40Z", "pull_request.deletions": 41, "pull_request.guid": "4eszxcvgy7/free/pull/729", "pull_request.id": 728063141, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 729, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "[pull] master from freefq:master", "pull_request.user.id": 39814207, "pull_request.user.login": "pull[bot]", "repo.id": 337615132, "repo.name": "4eszxcvgy7/free" }
{ "pull_request.head.label": "freefq:master", "pull_request.head.ref": "master", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "翻墙、免费翻墙、免费科学上网、免费节点、免费梯子、免费ss/v2ray/trojan节点、蓝灯、谷歌商店、翻墙梯子", "pull_request.head.repo.homepage": "", "pull_request.head.repo.language": null, "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "free", "pull_request.head.repo.owner.login": "freefq", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 12231, "pull_request.head.sha": "d3ab7a3702b595d2452cd3c57b5946f94f4e4f6a", "pull_request.head.user.login": "freefq", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "4eszxcvgy7:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "翻墙、免费翻墙、免费科学上网、免费节点、免费梯子、免费ss/ssr/v2ray/trojan节点、蓝灯、谷歌商店、翻墙梯子", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "", "pull_request.base.repo.language": null, "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "free", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "4eszxcvgy7", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "479e40736c949fb97989a88917829f4176528cb6", "pull_request.base.user.login": "4eszxcvgy7", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 39814207, "actor.login": "pull[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-09-06T15:53:40Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 39814207, "actor.login": "pull[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-09-06T15:53:51Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 7, "pull_request.body": "Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.10 to 9.18.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/highlightjs/highlight.js/releases\">highlight.js's releases</a>.</em></p>\n<blockquote>\n<h2>10.3.2 - Oops, &quot;Javascript&quot;.</h2>\n<p>Tiny tiny release, just to fix the website incorrectly not listing Javascript\nin the list of languages you could choose for a custom build. NPM and CDN\nbuild should not have been affected so 10.3.1 is effectively the same as\n10.3.2 for those builds.</p>\n<p>If you made a custom build from the website with 10.3 or 10.3.1 you may\nwant to check and make sure it includes Javascript, and if not, build it again.</p>\n<h2>9.18.1 - Brrrrr, it’s freezing.</h2>\n<p>Quick release to resolve <a href=\"https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2375\">#2375</a></p>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/highlightjs/highlight.js/blob/9.18.5/CHANGES.md\">highlight.js's changelog</a>.</em></p>\n<blockquote>\n<h2>Release v9.18.5</h2>\n<p><strong>Version 9 has reached end-of-support and will not receive future updates or fixes.</strong></p>\n<p>Please see <a href=\"https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_UPGRADE.md\">VERSION_10_UPGRADE.md</a> and perhaps <a href=\"https://github.com/highlightjs/highlight.js/blob/master/SECURITY.md\">SECURITY.md</a>.</p>\n<ul>\n<li>enh: Post-install script can be disabled with <code>HLJS_HIDE_UPGRADE_WARNING=yes</code></li>\n<li>fix: Deprecation notice logged at library startup a <code>console.log</code> vs <code>console.warn</code>.\n<ul>\n<li>Notice only shown if actually highlighting code, not just requiring the library.</li>\n<li>Node.js treats <code>warn</code> the same as <code>error</code> and that was problematic.</li>\n<li>You (or perhaps your indirect dependency) may disable the notice with\nthe <code>hideUpgradeWarningAcceptNoSupportOrSecurityUpdates</code> option</li>\n<li>You can also set <code>HLJS_HIDE_UPGRADE_WARNING=yes</code> in your envionment to disable the warning</li>\n</ul>\n</li>\n</ul>\n<p>Example:</p>\n<pre lang=\"js\"><code>hljs.configure({\n hideUpgradeWarningAcceptNoSupportOrSecurityUpdates: true\n})\n</code></pre>\n<p>Reference:\n<a href=\"https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2877\">highlightjs/highlight.js#2877</a></p>\n<h2>Release v9.18.4</h2>\n<p><strong>Version 9 has reached end-of-support and will not receive future updates or fixes.</strong></p>\n<p>Please see <a href=\"https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_UPGRADE.md\">VERSION_10_UPGRADE.md</a> and perhaps <a href=\"https://github.com/highlightjs/highlight.js/blob/master/SECURITY.md\">SECURITY.md</a>.</p>\n<ul>\n<li>fix(livescript) fix potential catastrophic backtracking (<a href=\"https://github-redirect.dependabot.com/highlightjs/highlight.js/pull/2852\">#2852</a>) [<a href=\"https://github-redirect.dependabot.com/highlightjs/highlight.js/pull/2852/commits/ebaf171d2b3a21961b605aa6173a6a4c57346194\">commit</a>]</li>\n</ul>\n<h2>Version 9.18.3</h2>\n<ul>\n<li>fix(parser) Freezing issue with illegal 0 width illegals (<a href=\"https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2524\">#2524</a>)\n<ul>\n<li>backported from v10.x</li>\n</ul>\n</li>\n</ul>\n<h2>Version 9.18.2</h2>\n<p>Fixes:</p>\n<ul>\n<li>fix(night) Prevent object prototype values from being returned by <code>getLanguage</code> (<a href=\"https://github-redirect.dependabot.com/highlightjs/highlight.js/issues/2636\">#2636</a>) <a href=\"https://github.com/night\">night</a></li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/f54e96c24325f077a027bb950dcd9f8f3ef48b16\"><code>f54e96c</code></a> 9.18.5</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/c34318b6a720a0852d27cd13dc55ca896e1292ec\"><code>c34318b</code></a> fix the link since i saw it</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/d2e9bdd7597e308534fc2b0fc4aa2f935895a45d\"><code>d2e9bdd</code></a> include date of last release</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/f5e06454216644cf20d7c9275d42e37707281a8e\"><code>f5e0645</code></a> typos and tweaks</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/2e0e8ee996eb5b3f5c4ab25b60d910690a0e7258\"><code>2e0e8ee</code></a> changelog</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/dc45f7cd21fe51a4cbb23fb36459982d1e06a6d5\"><code>dc45f7c</code></a> fix(livescript) fix potential catastrophic backtracking</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/0a2624afb8dc71ef01815b49709481f06914474a\"><code>0a2624a</code></a> update readme</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/d571b235c0c079ef971965a5a540eec5d68b531c\"><code>d571b23</code></a> add warning</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/ec0bfd5490ca1ec667c9c2b528b364f10b9ea71d\"><code>ec0bfd5</code></a> 9.18.4</li>\n<li><a href=\"https://github.com/highlightjs/highlight.js/commit/2a04835c959f0adb18e7a3649aa68350c0286101\"><code>2a04835</code></a> bump v9.18.3</li>\n<li>Additional commits viewable in <a href=\"https://github.com/highlightjs/highlight.js/compare/9.15.10...9.18.5\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=highlight.js&package-manager=npm_and_yarn&previous-version=9.15.10&new-version=9.18.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/563912432/inspure/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2020-11-25T04:38:20Z", "pull_request.deletions": 5, "pull_request.guid": "563912432/inspure/pull/7", "pull_request.id": 527101663, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 7, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump highlight.js from 9.15.10 to 9.18.5 in /front/login", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 233505507, "repo.name": "563912432/inspure" }
{ "pull_request.head.label": "563912432:dependabot/npm_and_yarn/front/login/highlight.js-9.18.5", "pull_request.head.ref": "dependabot/npm_and_yarn/front/login/highlight.js-9.18.5", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "inspure", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Vue", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "inspure", "pull_request.head.repo.owner.login": "563912432", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "cd475571dbb292935c31be828d9bee1faa44565c", "pull_request.head.user.login": "563912432", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "563912432:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "inspure", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Vue", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "inspure", "pull_request.base.repo.open_issues_count": 7, "pull_request.base.repo.owner.login": "563912432", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "575c79d570c893503a7c1de248f34ab62fecf69a", "pull_request.base.user.login": "563912432", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-11-25T04:38:21Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": 2317879, "public": true, "pull_request.additions": 1, "pull_request.body": "https://github.com/introproventures/graphql-jpa-query/releases/tag/0.4.15", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-01-19T07:13:30Z", "pull_request.deletions": 1, "pull_request.guid": "Activiti/activiti-cloud/pull/264", "pull_request.id": 557220278, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 264, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "fix(version): update graphql-jpa-query version to 0.4.15", "pull_request.user.id": 20428629, "pull_request.user.login": "igdianov", "repo.id": 236473664, "repo.name": "Activiti/activiti-cloud" }
{ "pull_request.head.label": "Activiti:dev-igdianov-update-graphql-0.4.15", "pull_request.head.ref": "dev-igdianov-update-graphql-0.4.15", "pull_request.head.repo.default_branch": "develop", "pull_request.head.repo.description": "Activiti Cloud libraries and Spring Boot starters.", "pull_request.head.repo.homepage": "", "pull_request.head.repo.language": "Java", "pull_request.head.repo.license.name": "Apache License 2.0", "pull_request.head.repo.name": "activiti-cloud", "pull_request.head.repo.owner.login": "Activiti", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 20, "pull_request.head.sha": "9c9ca507e245698b4606ed61f02c382698c1d871", "pull_request.head.user.login": "Activiti", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "Activiti:develop", "pull_request.base.ref": "develop", "pull_request.base.repo.default_branch": "develop", "pull_request.base.repo.description": "Activiti Cloud libraries and Spring Boot starters.", "pull_request.base.repo.forks_count": 16, "pull_request.base.repo.homepage": "", "pull_request.base.repo.language": "Java", "pull_request.base.repo.license.name": "Apache License 2.0", "pull_request.base.repo.name": "activiti-cloud", "pull_request.base.repo.open_issues_count": 14, "pull_request.base.repo.owner.login": "Activiti", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 20, "pull_request.base.repo.watchers_count": 20, "pull_request.base.sha": "d4c2a370f7c9f121d3585ec8a3bf5ac243dd187d", "pull_request.base.user.login": "Activiti", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-01-19T07:13:30Z", "issue.author": "igdianov", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": 20428629, "actor.login": "igdianov", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-01-19T07:13:31Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": 26007058, "actor.login": "erdemedeiros", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-01-19T15:37:59Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "MEMBER", "review.body": "", "review.commit_id": "6244316dbab7e82b20b44d5729f39d94903053e7", "review.id": 571370373, "review.state": "approved", "review.submitted_at": "2021-01-19T15:37:59Z", "type": "PullRequestReviewEvent", "user.login": "erdemedeiros", "user.type": "User" }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-01-19T15:52:56Z", "issue.author": "codecov-io", "issue.comment": "# [Codecov](https://codecov.io/gh/Activiti/activiti-cloud/pull/264?src=pr&el=h1) Report\n> Merging [#264](https://codecov.io/gh/Activiti/activiti-cloud/pull/264?src=pr&el=desc) (6244316) into [develop](https://codecov.io/gh/Activiti/activiti-cloud/commit/3f94a462a2835ff18361654a41fcf480adc38297?el=desc) (3f94a46) will **not change** coverage.\n> The diff coverage is `n/a`.\n\n[![Impacted file tree graph](https://codecov.io/gh/Activiti/activiti-cloud/pull/264/graphs/tree.svg?width=650&height=150&src=pr&token=GbdvM9KBBE)](https://codecov.io/gh/Activiti/activiti-cloud/pull/264?src=pr&el=tree)\n\n```diff\n@@ Coverage Diff @@\n## develop #264 +/- ##\n==========================================\n Coverage 45.99% 45.99% \n Complexity 642 642 \n==========================================\n Files 703 703 \n Lines 12389 12389 \n Branches 794 794 \n==========================================\n Hits 5698 5698 \n Misses 6465 6465 \n Partials 226 226 \n```\n\n\n\n------\n\n[Continue to review full report at Codecov](https://codecov.io/gh/Activiti/activiti-cloud/pull/264?src=pr&el=continue).\n> **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)\n> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`\n> Powered by [Codecov](https://codecov.io/gh/Activiti/activiti-cloud/pull/264?src=pr&el=footer). Last update [3f94a46...6244316](https://codecov.io/gh/Activiti/activiti-cloud/pull/264?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).\n", "issue.comment_id": 762934230, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 37929162, "actor.login": "mergify[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-01-19T15:53:21Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 61263073, "public": true, "pull_request.additions": 290, "pull_request.body": "Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) from 1.7.0 to 2.10.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/software-mansion/react-native-reanimated/releases\">react-native-reanimated's releases</a>.</em></p>\n<blockquote>\n<h2>2.10.0</h2>\n<h1>🚀 Main changes</h1>\n<ul>\n<li>Added <a href=\"https://docs.swmansion.com/react-native-reanimated/docs/next/api/hooks/useAnimatedKeyboard/\"><code>useAnimatedKeyboard()</code></a> hook</li>\n<li>Added <a href=\"https://docs.swmansion.com/react-native-reanimated/docs/next/api/hooks/useFrameCallback/\"><code>useFrameCallback()</code></a> hook</li>\n<li>Added support for React Native 0.70</li>\n<li>Added support for react-native-v8 (building from source only)</li>\n<li>Detect multiple versions of Reanimated.</li>\n<li>And many different fixes.</li>\n</ul>\n<p>Build: <a href=\"https://github.com/software-mansion/react-native-reanimated/actions/runs/2889631689\">https://github.com/software-mansion/react-native-reanimated/actions/runs/2889631689</a></p>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/software-mansion/react-native-reanimated/compare/2.9.1...2.10.0\">https://github.com/software-mansion/react-native-reanimated/compare/2.9.1...2.10.0</a></p>\n<h2>2.9.1</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Fix issue with duplicated <code>libfolly_runtime.so</code> - <a href=\"https://github-redirect.dependabot.com/software-mansion/react-native-reanimated/issues/3342\">software-mansion/react-native-reanimated#3342</a></li>\n</ul>\n<p>Build: <a href=\"https://github.com/software-mansion/react-native-reanimated/actions/runs/2595830511\">https://github.com/software-mansion/react-native-reanimated/actions/runs/2595830511</a></p>\n<h2>🙌 Thank you for your contributions!</h2>\n<h2>2.9.0</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Support for <code>react-native@0.69</code></li>\n<li>Treeshaking - <a href=\"https://github-redirect.dependabot.com/software-mansion/react-native-reanimated/pull/3278\">software-mansion/react-native-reanimated#3278</a></li>\n<li>Some fixes and improvements</li>\n</ul>\n<p>Package contains binaries for <code>react-native</code> in version from 0.65 to 0.69</p>\n<p>Build: <a href=\"https://github.com/software-mansion/react-native-reanimated/actions/runs/2590392729\">https://github.com/software-mansion/react-native-reanimated/actions/runs/2590392729</a></p>\n<h2>🙌 Thank you for your contributions!</h2>\n<h2>2.8.0</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Load <code>RNGestureHandlerModule</code> lazily on iOS by <a href=\"https://github.com/j-piasecki\"><code>@​j-piasecki</code></a> in <a href=\"https://github-redirect.dependabot.com/software-mansion/react-native-reanimated/pull/3166\">software-mansion/react-native-reanimated#3166</a></li>\n<li>fix: Fix <code>useAnimatedSensor</code> return type by <a href=\"https://github.com/mrousavy\"><code>@​mrousavy</code></a> in <a href=\"https://github-redirect.dependabot.com/software-mansion/react-native-reanimated/pull/3094\">software-mansion/react-native-reanimated#3094</a></li>\n<li>Add opts for relative source location by <a href=\"https://github.com/jiulongw\"><code>@​jiulongw</code></a> in <a href=\"https://github-redirect.dependabot.com/software-mansion/react-native-reanimated/pull/3141\">software-mansion/react-native-reanimated#3141</a></li>\n<li>Fix JSCRuntime destroyed with a dangling API object by <a href=\"https://github.com/lukmccall\"><code>@​lukmccall</code></a> in <a href=\"https://github-redirect.dependabot.com/software-mansion/react-native-reanimated/pull/3185\">software-mansion/react-native-reanimated#3185</a></li>\n</ul>\n<h2>New Contributors</h2>\n<p><a href=\"https://github.com/dylmye\"><code>@​dylmye</code></a> <a href=\"https://github.com/jiulongw\"><code>@​jiulongw</code></a> <a href=\"https://github.com/lukmccall\"><code>@​lukmccall</code></a></p>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/software-mansion/react-native-reanimated/compare/2.7.0...2.8.0\">https://github.com/software-mansion/react-native-reanimated/compare/2.7.0...2.8.0</a></p>\n<h2>🙌 Thank you for your contributions!</h2>\n<h2>2.7.0</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Remove <code>opacity</code> from native props list by <a href=\"https://github.com/tomekzaw\"><code>@​tomekzaw</code></a> in <a href=\"https://github-redirect.dependabot.com/software-mansion/react-native-reanimated/pull/3139\">software-mansion/react-native-reanimated#3139</a></li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/software-mansion/react-native-reanimated/commit/1b61196c1a5e2f05da533b6035c6663d0129bbc5\"><code>1b61196</code></a> Release 2.10.0 (<a href=\"https://github-redirect.dependabot.com/software-mansion/react-native-reanimated/issues/3475\">#3475</a>)</li>\n<li><a href=\"https://github.com/software-mansion/react-native-reanimated/commit/d3395e0a405c606703d34f5ec222e89d0f378474\"><code>d3395e0</code></a> Revert &quot;Exclude META-INF&quot;</li>\n<li><a href=\"https://github.com/software-mansion/react-native-reanimated/commit/c25c71f7b3e23a4c061748671d6bef6be8a31b87\"><code>c25c71f</code></a> Exclude META-INF</li>\n<li><a href=\"https://github.com/software-mansion/react-native-reanimated/commit/af31d7affb59d5f17fdf54990f82bb93398f285f\"><code>af31d7a</code></a> Update Types</li>\n<li><a href=\"https://github.com/software-mansion/react-native-reanimated/commit/128f9c3e5c9fbef8f891ab0077feb098f6ac347a\"><code>128f9c3</code></a> Patch 70</li>\n<li><a href=\"https://github.com/software-mansion/react-native-reanimated/commit/051e8e2feb7df74839dcde69f8ea1a91dc091051\"><code>051e8e2</code></a> Set the newest RN version</li>\n<li><a href=\"https://github.com/software-mansion/react-native-reanimated/commit/3eca471538ea0280a52325f67a473b7d4b89af7d\"><code>3eca471</code></a> 2.10.0</li>\n<li><a href=\"https://github.com/software-mansion/react-native-reanimated/commit/6668dd133feea1cea92a9d37ad6f07420374dd92\"><code>6668dd1</code></a> Update plugin error message (<a href=\"https://github-redirect.dependabot.com/software-mansion/react-native-reanimated/issues/3437\">#3437</a>)</li>\n<li><a href=\"https://github.com/software-mansion/react-native-reanimated/commit/d42b63cd67f71fe564be386fc4a8401d86111ff9\"><code>d42b63c</code></a> Update NativeProxy.cpp (<a href=\"https://github-redirect.dependabot.com/software-mansion/react-native-reanimated/issues/3469\">#3469</a>)</li>\n<li><a href=\"https://github.com/software-mansion/react-native-reanimated/commit/98c628acea50a0ae6f54879742972691f4699ca3\"><code>98c628a</code></a> Bumped gesture-handler and screens dependencies (<a href=\"https://github-redirect.dependabot.com/software-mansion/react-native-reanimated/issues/3468\">#3468</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/software-mansion/react-native-reanimated/compare/1.7.0...2.10.0\">compare view</a></li>\n</ul>\n</details>\n<details>\n<summary>Maintainer changes</summary>\n<p>This version was pushed to npm by <a href=\"https://www.npmjs.com/~piaskowyk\">piaskowyk</a>, a new releaser for react-native-reanimated since your current version.</p>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-native-reanimated&package-manager=npm_and_yarn&previous-version=1.7.0&new-version=2.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/1909-capstone/climbAR-mobile/network/alerts).\n\n</details>", "pull_request.changed_files": 2, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-10-20T21:15:50Z", "pull_request.deletions": 4, "pull_request.guid": "1909-capstone/climbAR-mobile/pull/43", "pull_request.id": 1094406252, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 43, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump react-native-reanimated from 1.7.0 to 2.10.0", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 247527567, "repo.name": "1909-capstone/climbAR-mobile" }
{ "pull_request.head.label": "1909-capstone:dependabot/npm_and_yarn/react-native-reanimated-2.10.0", "pull_request.head.ref": "dependabot/npm_and_yarn/react-native-reanimated-2.10.0", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "climbAR-mobile", "pull_request.head.repo.owner.login": "1909-capstone", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "9a1ac8508667faa8cc3d58a3b70452e3bf90bddc", "pull_request.head.user.login": "1909-capstone", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "1909-capstone:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 2, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "climbAR-mobile", "pull_request.base.repo.open_issues_count": 17, "pull_request.base.repo.owner.login": "1909-capstone", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "1e4397ccfb630828fbf232932b8d87f60d527e00", "pull_request.base.user.login": "1909-capstone", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-10-20T21:15:51Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 42, "pull_request.body": "Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.4 to 1.5.7.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/8b3f5f2c88a4cfc2880f2319c307994cb25bb10a\"><code>8b3f5f2</code></a> 1.5.7</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/ef45a1355375a8244063793a19059b4f62fc8788\"><code>ef45a13</code></a> [fix] Readd the empty userinfo to <code>url.href</code> (<a href=\"https://github-redirect.dependabot.com/unshiftio/url-parse/issues/226\">#226</a>)</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/88df2346855f70cec9713b362ca32a4691dc271a\"><code>88df234</code></a> [doc] Add soft deprecation notice</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/78e9f2f41285d83e7d91706be5bd439656fe3bc3\"><code>78e9f2f</code></a> [security] Fix nits</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/e6fa43422c52f34c73146552ec9916125dc59525\"><code>e6fa434</code></a> [security] Add credits for incorrect handling of userinfo vulnerability</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/4c9fa234c01dca52698666378360ad2fdfb05470\"><code>4c9fa23</code></a> 1.5.6</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/7b0b8a6671f806458e88b1f44feb0fdd742cdf06\"><code>7b0b8a6</code></a> Merge pull request <a href=\"https://github-redirect.dependabot.com/unshiftio/url-parse/issues/223\">#223</a> from unshiftio/fix/at-sign-handling-in-userinfo</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/e4a5807d95b971577e4d888f5b99d64a40851386\"><code>e4a5807</code></a> 1.5.5</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/193b44baf3d203560735e05eedc99d8244c9e16c\"><code>193b44b</code></a> [minor] Simplify whitespace regex</li>\n<li><a href=\"https://github.com/unshiftio/url-parse/commit/319851bf1c294796fc73e29ff31b14d9084e4a0d\"><code>319851b</code></a> [fix] Remove CR, HT, and LF</li>\n<li>Additional commits viewable in <a href=\"https://github.com/unshiftio/url-parse/compare/1.4.4...1.5.7\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url-parse&package-manager=npm_and_yarn&previous-version=1.4.4&new-version=1.5.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/617355557/ngworkspace/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-02-18T21:56:21Z", "pull_request.deletions": 21, "pull_request.guid": "617355557/ngworkspace/pull/180", "pull_request.id": 857741690, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 180, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump url-parse from 1.4.4 to 1.5.7 in /angular2Reddit", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 244103536, "repo.name": "617355557/ngworkspace" }
{ "pull_request.head.label": "617355557:dependabot/npm_and_yarn/angular2Reddit/url-parse-1.5.7", "pull_request.head.ref": "dependabot/npm_and_yarn/angular2Reddit/url-parse-1.5.7", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "TypeScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "ngworkspace", "pull_request.head.repo.owner.login": "617355557", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "2f249eabbef684bab805215fce8a3a5dd5c48329", "pull_request.head.user.login": "617355557", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "617355557:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "TypeScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "ngworkspace", "pull_request.base.repo.open_issues_count": 131, "pull_request.base.repo.owner.login": "617355557", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "40f090a8f6a6bd758d78c052dc0bfacbfaf9f961", "pull_request.base.user.login": "617355557", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-02-18T21:56:22Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-02-27T00:29:34Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 14, "pull_request.body": "Adding enums and config settings to support swaps for the Arbitrum chain.", "pull_request.changed_files": 4, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-11-04T12:58:58Z", "pull_request.deletions": 2, "pull_request.guid": "0xDelco/1inch-api-v3/pull/10", "pull_request.id": 773294053, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 10, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Adding Arbitrum support.", "pull_request.user.id": 84288809, "pull_request.user.login": "0xDelco", "repo.id": 367964281, "repo.name": "0xDelco/1inch-api-v3" }
{ "pull_request.head.label": "0xDelco:arbitrum", "pull_request.head.ref": "arbitrum", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": "A .NET client library targeting v3 of the 1inch DeFi aggregator API. ", "pull_request.head.repo.homepage": "", "pull_request.head.repo.language": "C#", "pull_request.head.repo.license.name": "MIT License", "pull_request.head.repo.name": "1inch-api-v3", "pull_request.head.repo.owner.login": "0xDelco", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 1, "pull_request.head.sha": "166d7049c19504af5bae64f2541fb18d964279bb", "pull_request.head.user.login": "0xDelco", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "0xDelco:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": "A .NET client library targeting v3 of the 1inch DeFi aggregator API. ", "pull_request.base.repo.forks_count": 1, "pull_request.base.repo.homepage": "", "pull_request.base.repo.language": "C#", "pull_request.base.repo.license.name": "MIT License", "pull_request.base.repo.name": "1inch-api-v3", "pull_request.base.repo.open_issues_count": 2, "pull_request.base.repo.owner.login": "0xDelco", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 1, "pull_request.base.repo.watchers_count": 1, "pull_request.base.sha": "335db1f5f6dace674c272f43b492f6d2e0158bf4", "pull_request.base.user.login": "0xDelco", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 84288809, "actor.login": "0xDelco", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-11-04T12:58:59Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 84288809, "actor.login": "0xDelco", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-11-04T12:59:10Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 772, "pull_request.body": "汉化完成", "pull_request.changed_files": 828, "pull_request.closed_at": "2023-03-06T14:05:24Z", "pull_request.comments": 0, "pull_request.commits": 14, "pull_request.created_at": "2023-03-06T14:05:14Z", "pull_request.deletions": 5695, "pull_request.guid": "499058564/javafx-ensemble8-chinese/pull/2", "pull_request.id": 1264548775, "pull_request.merged_at": "2023-03-06T14:05:24Z", "pull_request.merged_by.login": "499058564", "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 2, "pull_request.review_comments": 0, "pull_request.state": "closed", "pull_request.title": "Dev chinese 1.0", "pull_request.user.id": 26507568, "pull_request.user.login": "499058564", "repo.id": 606610825, "repo.name": "499058564/javafx-ensemble8-chinese" }
{ "pull_request.head.label": "499058564:dev-chinese-1.0", "pull_request.head.ref": "dev-chinese-1.0", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "javafx-ensemble8项目的汉化", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": null, "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "javafx-ensemble8-chinese", "pull_request.head.repo.owner.login": "499058564", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "9b9cd6f1cabb886b24e28a1fe0b5e1bbdbfe22ea", "pull_request.head.user.login": "499058564", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "499058564:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "javafx-ensemble8项目的汉化", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": null, "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "javafx-ensemble8-chinese", "pull_request.base.repo.open_issues_count": 0, "pull_request.base.repo.owner.login": "499058564", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "7af550e815e90b4c8372f8af8f678631b3ebec96", "pull_request.base.user.login": "499058564", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "closed", "actor.id": 26507568, "actor.login": "499058564", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2023-03-06T14:05:25Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": 1728223, "public": true, "pull_request.additions": 22, "pull_request.body": "Bumps [tar](https://github.com/npm/node-tar) from 5.0.5 to 5.0.7.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/npm/node-tar/commit/b10856c79362289c483b6bc9c8ced6bd04c2d1b1\"><code>b10856c</code></a> 5.0.7</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/5987d9a41f6bfbf1ddab1098e1fdcf1a5618f571\"><code>5987d9a</code></a> Remove paths from dirCache when no longer dirs</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/fea868401c2860f4c84e17ff070d2317a6f8d349\"><code>fea8684</code></a> 5.0.6</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/5907bca8f9db6509018f8461d943500d06dca9a3\"><code>5907bca</code></a> add publishConfig tag</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/69c56cb5aeb61941f5ab40dcbc7b47c181ec499a\"><code>69c56cb</code></a> fix: strip absolute paths more comprehensively</li>\n<li>See full diff in <a href=\"https://github.com/npm/node-tar/compare/v5.0.5...v5.0.7\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=5.0.5&new-version=5.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AckeeCZ/gatsby-theme-localized/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-08-03T21:27:49Z", "pull_request.deletions": 10, "pull_request.guid": "AckeeCZ/gatsby-theme-localized/pull/28", "pull_request.id": 702631833, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 28, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "⬆️ Bump tar from 5.0.5 to 5.0.7", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 240530227, "repo.name": "AckeeCZ/gatsby-theme-localized" }
{ "pull_request.head.label": "AckeeCZ:dependabot/npm_and_yarn/tar-5.0.7", "pull_request.head.ref": "dependabot/npm_and_yarn/tar-5.0.7", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "gatsby-theme-localized", "pull_request.head.repo.owner.login": "AckeeCZ", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 2, "pull_request.head.sha": "ce9eab987c67139598472dd54c4223b199f898a7", "pull_request.head.user.login": "AckeeCZ", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "AckeeCZ:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "gatsby-theme-localized", "pull_request.base.repo.open_issues_count": 17, "pull_request.base.repo.owner.login": "AckeeCZ", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 2, "pull_request.base.repo.watchers_count": 2, "pull_request.base.sha": "f062a5a4265119c6e58939ecb10c404604c197c5", "pull_request.base.user.login": "AckeeCZ", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-08-03T21:27:49Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-08-03T21:27:49Z", "issue.author": "dependabot[bot]", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-08-14T22:11:46Z", "issue.author": "dependabot[bot]", "issue.comment": "Superseded by #33.", "issue.comment_id": 898964353, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-08-14T22:11:47Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 13770063, "public": true, "pull_request.additions": 8367, "pull_request.body": null, "pull_request.changed_files": 26, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-10-08T05:56:20Z", "pull_request.deletions": 19, "pull_request.guid": "A11yance/aria-query/pull/425", "pull_request.id": 1080932439, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 425, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Introduce iteration support to the Maps in the module", "pull_request.user.id": 345913, "pull_request.user.login": "jessebeach", "repo.id": 79065400, "repo.name": "A11yance/aria-query" }
{ "pull_request.head.label": "A11yance:introduce-iterators", "pull_request.head.ref": "introduce-iterators", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": "Programmatic access to the ARIA specification", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": "Apache License 2.0", "pull_request.head.repo.name": "aria-query", "pull_request.head.repo.owner.login": "A11yance", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 194, "pull_request.head.sha": "1786d5ea9b5a24890bed405900fded9f09495fe6", "pull_request.head.user.login": "A11yance", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "A11yance:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": "Programmatic access to the ARIA specification", "pull_request.base.repo.forks_count": 26, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": "Apache License 2.0", "pull_request.base.repo.name": "aria-query", "pull_request.base.repo.open_issues_count": 7, "pull_request.base.repo.owner.login": "A11yance", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 194, "pull_request.base.repo.watchers_count": 194, "pull_request.base.sha": "e1320160324d8b159224c0aa2af3470e3129eb53", "pull_request.base.user.login": "A11yance", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 345913, "actor.login": "jessebeach", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-10-08T05:56:20Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 345913, "actor.login": "jessebeach", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-10-22T04:29:42Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": null, "public": true, "pull_request.additions": 3, "pull_request.body": "Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/lodash/lodash/releases\">lodash's releases</a>.</em></p>\n<blockquote>\n<h2>4.17.16</h2>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/lodash/lodash/commit/d7fbc52ee0466a6d248f047b5d5c3e6d1e099056\"><code>d7fbc52</code></a> Bump to v4.17.19</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/2e1c0f22f425e9c013815b2cd7c2ebd51f49a8d6\"><code>2e1c0f2</code></a> Add npm-package</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/1b6c282299f4e0271f932b466c67f0f822aa308e\"><code>1b6c282</code></a> Bump to v4.17.18</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/a370ac81408de2da77a82b3c4b61a01a3b9c2fac\"><code>a370ac8</code></a> Bump to v4.17.17</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/1144918f3578a84fcc4986da9b806e63a6175cbb\"><code>1144918</code></a> Rebuild lodash and docs</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/3a3b0fd339c2109563f7e8167dc95265ed82ef3e\"><code>3a3b0fd</code></a> Bump to v4.17.16</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/c84fe82760fb2d3e03a63379b297a1cc1a2fce12\"><code>c84fe82</code></a> fix(zipObjectDeep): prototype pollution (<a href=\"https://github-redirect.dependabot.com/lodash/lodash/issues/4759\">#4759</a>)</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/e7b28ea6cb17b4ca021e7c9d66218c8c89782f32\"><code>e7b28ea</code></a> Sanitize sourceURL so it cannot affect evaled code (<a href=\"https://github-redirect.dependabot.com/lodash/lodash/issues/4518\">#4518</a>)</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/0cec225778d4ac26c2bac95031ecc92a94f08bbb\"><code>0cec225</code></a> Fix lodash.isEqual for circular references (<a href=\"https://github-redirect.dependabot.com/lodash/lodash/issues/4320\">#4320</a>) (<a href=\"https://github-redirect.dependabot.com/lodash/lodash/issues/4515\">#4515</a>)</li>\n<li><a href=\"https://github.com/lodash/lodash/commit/94c3a8133cb4fcdb50db72b4fd14dd884b195cd5\"><code>94c3a81</code></a> Document matches* shorthands for over* methods (<a href=\"https://github-redirect.dependabot.com/lodash/lodash/issues/4510\">#4510</a>) (<a href=\"https://github-redirect.dependabot.com/lodash/lodash/issues/4514\">#4514</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/lodash/lodash/compare/4.17.15...4.17.19\">compare view</a></li>\n</ul>\n</details>\n<details>\n<summary>Maintainer changes</summary>\n<p>This version was pushed to npm by <a href=\"https://www.npmjs.com/~mathias\">mathias</a>, a new releaser for lodash since your current version.</p>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash&package-manager=npm_and_yarn&previous-version=4.17.15&new-version=4.17.19)](https://help.github.com/articles/configuring-automated-security-fixes)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/3460741663/JS/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2020-07-18T08:21:01Z", "pull_request.deletions": 3, "pull_request.guid": "3460741663/JS/pull/23", "pull_request.id": 451795708, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 23, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump lodash from 4.17.15 to 4.17.19 in /menu1/menu", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 205872868, "repo.name": "3460741663/JS" }
{ "pull_request.head.label": "3460741663:dependabot/npm_and_yarn/menu1/menu/lodash-4.17.19", "pull_request.head.ref": "dependabot/npm_and_yarn/menu1/menu/lodash-4.17.19", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "JS", "pull_request.head.repo.owner.login": "3460741663", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 1, "pull_request.head.sha": "b5e957fbe12d89e3e60f3ab66d40bbca89b47813", "pull_request.head.user.login": "3460741663", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "3460741663:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "JS", "pull_request.base.repo.open_issues_count": 23, "pull_request.base.repo.owner.login": "3460741663", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 1, "pull_request.base.repo.watchers_count": 1, "pull_request.base.sha": "894242fd47cf09adb0569b70d0034378b1358e7d", "pull_request.base.user.login": "3460741663", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-07-18T08:21:01Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-07-18T08:21:01Z", "issue.author": "dependabot[bot]", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-05-10T15:33:42Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-05-10T15:33:42Z", "issue.author": "dependabot[bot]", "issue.comment": "Superseded by #118.", "issue.comment_id": 836846545, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null } ]
null
{ "org.id": 12844235, "public": true, "pull_request.additions": 1, "pull_request.body": "Bumps [build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 1.9.1 to 3.1.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/mojohaus/build-helper-maven-plugin/releases\">build-helper-maven-plugin's releases</a>.</em></p>\n<blockquote>\n<h2>build-helper-maven-plugin-3.1.0</h2>\n<p>Changelog: <a href=\"https://github.com/mojohaus/build-helper-maven-plugin/issues?q=is%3Aissue+milestone%3A3.1.0+is%3Aclosed\">https://github.com/mojohaus/build-helper-maven-plugin/issues?q=is%3Aissue+milestone%3A3.1.0+is%3Aclosed</a></p>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/mojohaus/build-helper-maven-plugin/commit/7c17db06a0ec76f349d6883235821c66be8470ff\"><code>7c17db0</code></a> [maven-release-plugin] prepare release build-helper-maven-plugin-3.1.0</li>\n<li><a href=\"https://github.com/mojohaus/build-helper-maven-plugin/commit/097b6221770daa3104c38778f5aefd5a2e2eb3d7\"><code>097b622</code></a> Merge pull request <a href=\"https://github-redirect.dependabot.com/mojohaus/build-helper-maven-plugin/issues/90\">#90</a> from mojohaus/feature/update-parent-pom</li>\n<li><a href=\"https://github.com/mojohaus/build-helper-maven-plugin/commit/6bac2bf2a2cdb9059eae7f2faeee87bdc4b281ae\"><code>6bac2bf</code></a> update to mojo-parent 50</li>\n<li><a href=\"https://github.com/mojohaus/build-helper-maven-plugin/commit/2f4a9e4cb579edc59bbfe56d610609d7f716b77b\"><code>2f4a9e4</code></a> Merge pull request <a href=\"https://github-redirect.dependabot.com/mojohaus/build-helper-maven-plugin/issues/89\">#89</a> from mojohaus/issue/80</li>\n<li><a href=\"https://github.com/mojohaus/build-helper-maven-plugin/commit/310534ca24dc84601253e6f0ba0bcc155e43d619\"><code>310534c</code></a> Merge pull request <a href=\"https://github-redirect.dependabot.com/mojohaus/build-helper-maven-plugin/issues/88\">#88</a> from mojohaus/issue/81</li>\n<li><a href=\"https://github.com/mojohaus/build-helper-maven-plugin/commit/82bbcb144051e5c1077d43700a5718a98dca7337\"><code>82bbcb1</code></a> Merge pull request <a href=\"https://github-redirect.dependabot.com/mojohaus/build-helper-maven-plugin/issues/87\">#87</a> from mojohaus/issue/86</li>\n<li><a href=\"https://github.com/mojohaus/build-helper-maven-plugin/commit/fe153949fdb1c7fd4a8cd0f0fde0ceecc8849edc\"><code>fe15394</code></a> <a href=\"https://github-redirect.dependabot.com/mojohaus/build-helper-maven-plugin/issues/80\">#80</a> fix NPE when no qualifier is present</li>\n<li><a href=\"https://github.com/mojohaus/build-helper-maven-plugin/commit/ccbfb61dd3f49d1b3e7930296fd3fa6a03324ac1\"><code>ccbfb61</code></a> Fix issue <a href=\"https://github-redirect.dependabot.com/mojohaus/build-helper-maven-plugin/issues/81\">#81</a></li>\n<li><a href=\"https://github.com/mojohaus/build-helper-maven-plugin/commit/920636fd86b00904f81d0780d7281cb1bd775125\"><code>920636f</code></a> <a href=\"https://github-redirect.dependabot.com/mojohaus/build-helper-maven-plugin/issues/81\">#81</a> add integration test to execute released-version goal</li>\n<li><a href=\"https://github.com/mojohaus/build-helper-maven-plugin/commit/8cff477ad1b119066f5fb58cc6c43f17e6864852\"><code>8cff477</code></a> <a href=\"https://github-redirect.dependabot.com/mojohaus/build-helper-maven-plugin/issues/86\">#86</a> use triple slash to get file protocol working in URLs on windows</li>\n<li>Additional commits viewable in <a href=\"https://github.com/mojohaus/build-helper-maven-plugin/compare/build-helper-maven-plugin-1.9.1...build-helper-maven-plugin-3.1.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=org.codehaus.mojo:build-helper-maven-plugin&package-manager=maven&previous-version=1.9.1&new-version=3.1.0)](https://dependabot.com/compatibility-score/?dependency-name=org.codehaus.mojo:build-helper-maven-plugin&package-manager=maven&previous-version=1.9.1&new-version=3.1.0)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n- `@dependabot badge me` will comment on this PR with code to add a \"Dependabot enabled\" badge to your readme\n\nAdditionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):\n- Update frequency (including time of day and day of week)\n- Pull request limits (per update run and/or open at any time)\n- Out-of-range updates (receive only lockfile updates, if desired)\n- Security updates (receive only security updates, if desired)\n\n\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2020-03-12T22:23:04Z", "pull_request.deletions": 1, "pull_request.guid": "AddstarMC/geSuit/pull/112", "pull_request.id": 387502615, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 112, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump build-helper-maven-plugin from 1.9.1 to 3.1.0 in /geSuit-parent", "pull_request.user.id": 27856297, "pull_request.user.login": "dependabot-preview[bot]", "repo.id": 21768912, "repo.name": "AddstarMC/geSuit" }
{ "pull_request.head.label": "AddstarMC:dependabot/maven/geSuit-parent/org.codehaus.mojo-build-helper-maven-plugin-3.1.0", "pull_request.head.ref": "dependabot/maven/geSuit-parent/org.codehaus.mojo-build-helper-maven-plugin-3.1.0", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Plugin suite for BungeeCord", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Java", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "geSuit", "pull_request.head.repo.owner.login": "AddstarMC", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 13, "pull_request.head.sha": "6b44832f34b0a2125dc10bf4c5c21fc2dd7548c1", "pull_request.head.user.login": "AddstarMC", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "AddstarMC:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Plugin suite for BungeeCord", "pull_request.base.repo.forks_count": 18, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Java", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "geSuit", "pull_request.base.repo.open_issues_count": 21, "pull_request.base.repo.owner.login": "AddstarMC", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 13, "pull_request.base.repo.watchers_count": 13, "pull_request.base.sha": "7fac94f6e4a32f213e079084494ba704ab81f40e", "pull_request.base.user.login": "AddstarMC", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 27856297, "actor.login": "dependabot-preview[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-03-12T22:23:05Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 2214955, "actor.login": "Narimm", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-03-16T21:08:04Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 9, "pull_request.body": "This Pull Request updates dependency [lint-staged](https://github.com/okonet/lint-staged) from `v7.0.3` to `v7.0.4`\n\n\n\n<details>\n<summary>Release Notes</summary>\n\n### [`v7.0.4`](https://github.com/okonet/lint-staged/releases/v7.0.4)\n\n##### Bug Fixes\n\n* Parse arguments with single quotes properly. Better tests. ([29fc479](https://github.com/okonet/lint-staged/commit/29fc479)), closes [#&#8203;419](`https://github.com/okonet/lint-staged/issues/419`)\n\n---\n\n</details>\n\n\n<details>\n<summary>Commits</summary>\n\n#### v7.0.4\n- [`29fc479`](https://github.com/okonet/lint-staged/commit/29fc479a763c1ea84289a1ab7511f9b1ef8b4d42) fix: Parse arguments with single quotes properly. Better tests.\n\n</details>\n\n\n\n---\n\nThis PR has been generated by [Renovate Bot](https://renovateapp.com).", "pull_request.changed_files": 2, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2018-04-05T09:10:33Z", "pull_request.deletions": 9, "pull_request.guid": "9renpoto/slides/pull/205", "pull_request.id": 179614526, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 205, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Update dependency lint-staged to v7.0.4", "pull_request.user.id": 29139614, "pull_request.user.login": "renovate[bot]", "repo.id": 28179553, "repo.name": "9renpoto/slides" }
{ "pull_request.head.label": "9renpoto:renovate/lint-staged-7.x", "pull_request.head.ref": "renovate/lint-staged-7.x", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "slide", "pull_request.head.repo.homepage": "https://9renpoto.github.io/slides/", "pull_request.head.repo.language": "HTML", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "slides", "pull_request.head.repo.owner.login": "9renpoto", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "0bc9a896edaa4a22173a8a4eb5fb451cda66a0ed", "pull_request.head.user.login": "9renpoto", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "9renpoto:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "slide", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "https://9renpoto.github.io/slides/", "pull_request.base.repo.language": "HTML", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "slides", "pull_request.base.repo.open_issues_count": 3, "pull_request.base.repo.owner.login": "9renpoto", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "e48f95f4a16cc36e936ca027daa22d129980cd97", "pull_request.base.user.login": "9renpoto", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 29139614, "actor.login": "renovate[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2018-04-05T09:10:33Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 29139614, "actor.login": "renovate[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2018-04-05T10:07:44Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": null, "public": true, "pull_request.additions": 335, "pull_request.body": "", "pull_request.changed_files": 29, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2019-06-10T21:05:24Z", "pull_request.deletions": 328, "pull_request.guid": "Ackuq/Partiguiden-2.0/pull/9", "pull_request.id": 286837427, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 9, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Improvments to fetching, parsing and structure", "pull_request.user.id": 10698008, "pull_request.user.login": "Ackuq", "repo.id": 170691376, "repo.name": "Ackuq/Partiguiden-2.0" }
{ "pull_request.head.label": "Ackuq:fix/improve-riksdagen-api-integration", "pull_request.head.ref": "fix/improve-riksdagen-api-integration", "pull_request.head.repo.default_branch": "dev", "pull_request.head.repo.description": "Website that summarizes Swedish parties programs to make it easier to find out what changes they want to make.", "pull_request.head.repo.homepage": "https://beta.partiguiden.nu", "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": "MIT License", "pull_request.head.repo.name": "Partiguiden-2.0", "pull_request.head.repo.owner.login": "Ackuq", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 1, "pull_request.head.sha": "2808f1df7c26eaa947b8e2d051db1f8ea47f61d4", "pull_request.head.user.login": "Ackuq", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "Ackuq:dev", "pull_request.base.ref": "dev", "pull_request.base.repo.default_branch": "dev", "pull_request.base.repo.description": "Website that summarizes Swedish parties programs to make it easier to find out what changes they want to make.", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "https://beta.partiguiden.nu", "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": "MIT License", "pull_request.base.repo.name": "Partiguiden-2.0", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "Ackuq", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 1, "pull_request.base.repo.watchers_count": 1, "pull_request.base.sha": "27bf40f3a5a2147c7e9fc56a52e44610a3733844", "pull_request.base.user.login": "Ackuq", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2019-06-10T21:05:24Z", "issue.author": "Ackuq", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": 10698008, "actor.login": "Ackuq", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2019-06-10T21:05:25Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2019-06-10T21:05:31Z", "issue.author": "now[bot]", "issue.comment": "\nThis pull request is [automatically deployed](https://zeit.co/docs/v2/integrations/now-for-github?utm_source=automated&utm_medium=github&utm_campaign=now_bot) with [Now](https://zeit.co/now?utm_source=automated&utm_medium=github&utm_campaign=now_bot).\nTo access deployments, click Details below or on the icon next to each push.\n\t \nLatest deployment for this branch: https://partiguiden-app-git-fix-improve-riksdagen-api-integration.ackuq.now.sh\n\t\t", "issue.comment_id": 500594555, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 10698008, "actor.login": "Ackuq", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2019-06-10T21:05:42Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 294, "pull_request.body": "Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/expressjs/express/releases\">express's releases</a>.</em></p>\n<blockquote>\n<h2>4.18.2</h2>\n<ul>\n<li>Fix regression routing a large stack in a single route</li>\n<li>deps: body-parser@1.20.1\n<ul>\n<li>deps: qs@6.11.0</li>\n<li>perf: remove unnecessary object clone</li>\n</ul>\n</li>\n<li>deps: qs@6.11.0</li>\n</ul>\n<h2>4.18.1</h2>\n<ul>\n<li>Fix hanging on large stack of sync routes</li>\n</ul>\n<h2>4.18.0</h2>\n<ul>\n<li>Add &quot;root&quot; option to <code>res.download</code></li>\n<li>Allow <code>options</code> without <code>filename</code> in <code>res.download</code></li>\n<li>Deprecate string and non-integer arguments to <code>res.status</code></li>\n<li>Fix behavior of <code>null</code>/<code>undefined</code> as <code>maxAge</code> in <code>res.cookie</code></li>\n<li>Fix handling very large stacks of sync middleware</li>\n<li>Ignore <code>Object.prototype</code> values in settings through <code>app.set</code>/<code>app.get</code></li>\n<li>Invoke <code>default</code> with same arguments as types in <code>res.format</code></li>\n<li>Support proper 205 responses using <code>res.send</code></li>\n<li>Use <code>http-errors</code> for <code>res.format</code> error</li>\n<li>deps: body-parser@1.20.0\n<ul>\n<li>Fix error message for json parse whitespace in <code>strict</code></li>\n<li>Fix internal error when inflated body exceeds limit</li>\n<li>Prevent loss of async hooks context</li>\n<li>Prevent hanging when request already read</li>\n<li>deps: depd@2.0.0</li>\n<li>deps: http-errors@2.0.0</li>\n<li>deps: on-finished@2.4.1</li>\n<li>deps: qs@6.10.3</li>\n<li>deps: raw-body@2.5.1</li>\n</ul>\n</li>\n<li>deps: cookie@0.5.0\n<ul>\n<li>Add <code>priority</code> option</li>\n<li>Fix <code>expires</code> option to reject invalid dates</li>\n</ul>\n</li>\n<li>deps: depd@2.0.0\n<ul>\n<li>Replace internal <code>eval</code> usage with <code>Function</code> constructor</li>\n<li>Use instance methods on <code>process</code> to check for listeners</li>\n</ul>\n</li>\n<li>deps: finalhandler@1.2.0\n<ul>\n<li>Remove set content headers that break response</li>\n<li>deps: on-finished@2.4.1</li>\n<li>deps: statuses@2.0.1</li>\n</ul>\n</li>\n<li>deps: on-finished@2.4.1\n<ul>\n<li>Prevent loss of async hooks context</li>\n</ul>\n</li>\n<li>deps: qs@6.10.3</li>\n<li>deps: send@0.18.0\n<ul>\n<li>Fix emitted 416 error missing headers property</li>\n<li>Limit the headers removed for 304 response</li>\n<li>deps: depd@2.0.0</li>\n<li>deps: destroy@1.2.0</li>\n<li>deps: http-errors@2.0.0</li>\n<li>deps: on-finished@2.4.1</li>\n</ul>\n</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/expressjs/express/blob/master/History.md\">express's changelog</a>.</em></p>\n<blockquote>\n<h1>4.18.2 / 2022-10-08</h1>\n<ul>\n<li>Fix regression routing a large stack in a single route</li>\n<li>deps: body-parser@1.20.1\n<ul>\n<li>deps: qs@6.11.0</li>\n<li>perf: remove unnecessary object clone</li>\n</ul>\n</li>\n<li>deps: qs@6.11.0</li>\n</ul>\n<h1>4.18.1 / 2022-04-29</h1>\n<ul>\n<li>Fix hanging on large stack of sync routes</li>\n</ul>\n<h1>4.18.0 / 2022-04-25</h1>\n<ul>\n<li>Add &quot;root&quot; option to <code>res.download</code></li>\n<li>Allow <code>options</code> without <code>filename</code> in <code>res.download</code></li>\n<li>Deprecate string and non-integer arguments to <code>res.status</code></li>\n<li>Fix behavior of <code>null</code>/<code>undefined</code> as <code>maxAge</code> in <code>res.cookie</code></li>\n<li>Fix handling very large stacks of sync middleware</li>\n<li>Ignore <code>Object.prototype</code> values in settings through <code>app.set</code>/<code>app.get</code></li>\n<li>Invoke <code>default</code> with same arguments as types in <code>res.format</code></li>\n<li>Support proper 205 responses using <code>res.send</code></li>\n<li>Use <code>http-errors</code> for <code>res.format</code> error</li>\n<li>deps: body-parser@1.20.0\n<ul>\n<li>Fix error message for json parse whitespace in <code>strict</code></li>\n<li>Fix internal error when inflated body exceeds limit</li>\n<li>Prevent loss of async hooks context</li>\n<li>Prevent hanging when request already read</li>\n<li>deps: depd@2.0.0</li>\n<li>deps: http-errors@2.0.0</li>\n<li>deps: on-finished@2.4.1</li>\n<li>deps: qs@6.10.3</li>\n<li>deps: raw-body@2.5.1</li>\n</ul>\n</li>\n<li>deps: cookie@0.5.0\n<ul>\n<li>Add <code>priority</code> option</li>\n<li>Fix <code>expires</code> option to reject invalid dates</li>\n</ul>\n</li>\n<li>deps: depd@2.0.0\n<ul>\n<li>Replace internal <code>eval</code> usage with <code>Function</code> constructor</li>\n<li>Use instance methods on <code>process</code> to check for listeners</li>\n</ul>\n</li>\n<li>deps: finalhandler@1.2.0\n<ul>\n<li>Remove set content headers that break response</li>\n<li>deps: on-finished@2.4.1</li>\n<li>deps: statuses@2.0.1</li>\n</ul>\n</li>\n<li>deps: on-finished@2.4.1\n<ul>\n<li>Prevent loss of async hooks context</li>\n</ul>\n</li>\n<li>deps: qs@6.10.3</li>\n<li>deps: send@0.18.0</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/expressjs/express/commit/8368dc178af16b91b576c4c1d135f701a0007e5d\"><code>8368dc1</code></a> 4.18.2</li>\n<li><a href=\"https://github.com/expressjs/express/commit/61f40491222dbede653b9938e6a4676f187aab44\"><code>61f4049</code></a> docs: replace Freenode with Libera Chat</li>\n<li><a href=\"https://github.com/expressjs/express/commit/bb7907b932afe3a19236a642f6054b6c8f7349a0\"><code>bb7907b</code></a> build: Node.js@18.10</li>\n<li><a href=\"https://github.com/expressjs/express/commit/f56ce73186e885a938bfdb3d3d1005a58e6ae12b\"><code>f56ce73</code></a> build: supertest@6.3.0</li>\n<li><a href=\"https://github.com/expressjs/express/commit/24b3dc551670ac4fb0cd5a2bd5ef643c9525e60f\"><code>24b3dc5</code></a> deps: qs@6.11.0</li>\n<li><a href=\"https://github.com/expressjs/express/commit/689d175b8b39d8860b81d723233fb83d15201827\"><code>689d175</code></a> deps: body-parser@1.20.1</li>\n<li><a href=\"https://github.com/expressjs/express/commit/340be0f79afb9b3176afb76235aa7f92acbd5050\"><code>340be0f</code></a> build: eslint@8.24.0</li>\n<li><a href=\"https://github.com/expressjs/express/commit/33e8dc303af9277f8a7e4f46abfdcb5e72f6797b\"><code>33e8dc3</code></a> docs: use Node.js name style</li>\n<li><a href=\"https://github.com/expressjs/express/commit/644f6464b9f61cbafa8f880636b1aa5237d95bad\"><code>644f646</code></a> build: supertest@6.2.4</li>\n<li><a href=\"https://github.com/expressjs/express/commit/ecd7572f1e920b7a512452b8d9806ae617a99c54\"><code>ecd7572</code></a> build: Node.js@14.20</li>\n<li>Additional commits viewable in <a href=\"https://github.com/expressjs/express/compare/4.17.1...4.18.2\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=express&package-manager=npm_and_yarn&previous-version=4.17.1&new-version=4.18.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Adilnd/Angular/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-12-11T22:07:44Z", "pull_request.deletions": 117, "pull_request.guid": "Adilnd/Angular/pull/33", "pull_request.id": 1159576857, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 33, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump express from 4.17.1 to 4.18.2", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 236390312, "repo.name": "Adilnd/Angular" }
{ "pull_request.head.label": "Adilnd:dependabot/npm_and_yarn/express-4.18.2", "pull_request.head.ref": "dependabot/npm_and_yarn/express-4.18.2", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "Angular", "pull_request.head.repo.owner.login": "Adilnd", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "3915b131700608164b6d74fd7761bcdafed5ef85", "pull_request.head.user.login": "Adilnd", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "Adilnd:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "Angular", "pull_request.base.repo.open_issues_count": 24, "pull_request.base.repo.owner.login": "Adilnd", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "14f636b9c96ac9a17434cda8e85c85f3b907df8d", "pull_request.base.user.login": "Adilnd", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-12-11T22:07:45Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 10, "pull_request.body": "See Commits and Changes for more details.\n\n-----\nCreated by [<img src=\"https://prod.download/pull-18h-svg\" valign=\"bottom\"/> **pull[bot]**](https://github.com/wei/pull)\n\n_Can you help keep this open source service alive? **[💖 Please sponsor : )](https://prod.download/pull-pr-sponsor)**_", "pull_request.changed_files": 5, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-09-11T12:26:31Z", "pull_request.deletions": 6, "pull_request.guid": "Adsryen/maccms10/pull/84", "pull_request.id": 1052492228, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 84, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "[pull] master from magicblack:master", "pull_request.user.id": 39814207, "pull_request.user.login": "pull[bot]", "repo.id": 355136721, "repo.name": "Adsryen/maccms10" }
{ "pull_request.head.label": "magicblack:master", "pull_request.head.ref": "master", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "苹果cms官网,苹果cmsv10,maccmsv10,麦克cms,开源cms,内容管理系统,视频分享程序,分集剧情程序,网址导航程序,文章程序,漫画程序,图片程序", "pull_request.head.repo.homepage": "", "pull_request.head.repo.language": "PHP", "pull_request.head.repo.license.name": "Other", "pull_request.head.repo.name": "maccms10", "pull_request.head.repo.owner.login": "magicblack", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 1347, "pull_request.head.sha": "6f49f47475b3caf532f2a592a40b7446a841f479", "pull_request.head.user.login": "magicblack", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "Adsryen:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "苹果cms-v10,maccms-v10,麦克cms,开源cms,内容管理系统,视频分享程序,分集剧情程序,网址导航程序,文章程序,漫画程序,图片程序", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "", "pull_request.base.repo.language": "PHP", "pull_request.base.repo.license.name": "Other", "pull_request.base.repo.name": "maccms10", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "Adsryen", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "4b663d8d37977450f5bf6716ef0b363c3f963661", "pull_request.base.user.login": "Adsryen", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 39814207, "actor.login": "pull[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-09-11T12:26:31Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 39814207, "actor.login": "pull[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-09-11T12:26:52Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 15, "pull_request.body": "Bumps [css-what](https://github.com/fb55/css-what) from 2.1.2 to 2.1.3.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/fb55/css-what/commit/2db00ca221922c5b5131d798614aa043f2f6f80e\"><code>2db00ca</code></a> 2.1.3</li>\n<li><a href=\"https://github.com/fb55/css-what/commit/dc510929790da6617e7aa93a616498b22f6a6b72\"><code>dc51092</code></a> fix(css-selectors): extend regex to include superscript in range, fix <a href=\"https://github-redirect.dependabot.com/fb55/css-what/issues/27\">#27</a> (<a href=\"https://github-redirect.dependabot.com/fb55/css-what/issues/28\">#28</a>)</li>\n<li><a href=\"https://github.com/fb55/css-what/commit/a5f1991b293568ea78baddd9ac987a7ad5b7b907\"><code>a5f1991</code></a> Test on node LTS</li>\n<li>See full diff in <a href=\"https://github.com/fb55/css-what/compare/v2.1.2...v2.1.3\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=css-what&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=2.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Aaronong/superset/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-10-06T06:40:49Z", "pull_request.deletions": 15, "pull_request.guid": "Aaronong/superset/pull/11", "pull_request.id": 1078345181, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 11, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "build(deps): bump css-what from 2.1.2 to 2.1.3 in /superset-frontend", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 332038591, "repo.name": "Aaronong/superset" }
{ "pull_request.head.label": "Aaronong:dependabot/npm_and_yarn/superset-frontend/css-what-2.1.3", "pull_request.head.ref": "dependabot/npm_and_yarn/superset-frontend/css-what-2.1.3", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Apache Superset is a Data Visualization and Data Exploration Platform", "pull_request.head.repo.homepage": "https://superset.apache.org/", "pull_request.head.repo.language": null, "pull_request.head.repo.license.name": "Apache License 2.0", "pull_request.head.repo.name": "superset", "pull_request.head.repo.owner.login": "Aaronong", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "6d00741bdb37fb61f36060bd2fead98f83d73826", "pull_request.head.user.login": "Aaronong", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "Aaronong:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Apache Superset is a Data Visualization and Data Exploration Platform", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "https://superset.apache.org/", "pull_request.base.repo.language": null, "pull_request.base.repo.license.name": "Apache License 2.0", "pull_request.base.repo.name": "superset", "pull_request.base.repo.open_issues_count": 10, "pull_request.base.repo.owner.login": "Aaronong", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "e80cd61e067ec5b04848e72422d5ce2d43f4ffd2", "pull_request.base.user.login": "Aaronong", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-10-06T06:40:50Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 43361091, "public": true, "pull_request.additions": 14, "pull_request.body": "vpn interfaces must not be bound", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2019-01-31T22:51:13Z", "pull_request.deletions": 1, "pull_request.guid": "ASNeG/OpcUaStack/pull/100", "pull_request.id": 249429334, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 100, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "check if interface address is an INET address", "pull_request.user.id": 43249311, "pull_request.user.login": "huebl", "repo.id": 149216768, "repo.name": "ASNeG/OpcUaStack" }
{ "pull_request.head.label": "ASNeG:99_Server_chrash_at_startup", "pull_request.head.ref": "99_Server_chrash_at_startup", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "OPC UA Application Server and OPC UA Client/Server Libraries", "pull_request.head.repo.homepage": "", "pull_request.head.repo.language": "C++", "pull_request.head.repo.license.name": "Other", "pull_request.head.repo.name": "OpcUaStack", "pull_request.head.repo.owner.login": "ASNeG", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 7, "pull_request.head.sha": "162a415fa1951584c2102039d6a64ce09276f32c", "pull_request.head.user.login": "ASNeG", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "ASNeG:Release4", "pull_request.base.ref": "Release4", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "OPC UA Application Server and OPC UA Client/Server Libraries", "pull_request.base.repo.forks_count": 4, "pull_request.base.repo.homepage": "", "pull_request.base.repo.language": "C++", "pull_request.base.repo.license.name": "Other", "pull_request.base.repo.name": "OpcUaStack", "pull_request.base.repo.open_issues_count": 26, "pull_request.base.repo.owner.login": "ASNeG", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 7, "pull_request.base.repo.watchers_count": 7, "pull_request.base.sha": "3e129dfe703f495ec7e67ae4e01cd87104e31d0d", "pull_request.base.user.login": "ASNeG", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 43249311, "actor.login": "huebl", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2019-01-31T22:51:14Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 3419118, "public": true, "pull_request.additions": 100, "pull_request.body": "If project uses django 1.6 add\r\n```\r\nSOUTH_MIGRATION_MODULES = {\r\n 'ripple_api': 'ripple_api.south_migrations'\r\n}\r\n```\r\nto settings", "pull_request.changed_files": 5, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 2, "pull_request.created_at": "2019-01-23T20:50:47Z", "pull_request.deletions": 1, "pull_request.guid": "42cc/ripple_api/pull/41", "pull_request.id": 247111565, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 41, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Add Django 1.6 support", "pull_request.user.id": 12199214, "pull_request.user.login": "Elbtalkessel", "repo.id": 18093019, "repo.name": "42cc/ripple_api" }
{ "pull_request.head.label": "Elbtalkessel:add_django_16_support", "pull_request.head.ref": "add_django_16_support", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Python", "pull_request.head.repo.license.name": "BSD 3-Clause \"New\" or \"Revised\" License", "pull_request.head.repo.name": "ripple_api", "pull_request.head.repo.owner.login": "Elbtalkessel", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "2b9ba7ab61052f57315364ffb716435345433ab0", "pull_request.head.user.login": "Elbtalkessel", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "42cc:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 12, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Python", "pull_request.base.repo.license.name": "BSD 3-Clause \"New\" or \"Revised\" License", "pull_request.base.repo.name": "ripple_api", "pull_request.base.repo.open_issues_count": 8, "pull_request.base.repo.owner.login": "42cc", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 9, "pull_request.base.repo.watchers_count": 9, "pull_request.base.sha": "9c475db740082cb8fa764d16898238bf1be8960f", "pull_request.base.user.login": "42cc", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 12199214, "actor.login": "Elbtalkessel", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2019-01-23T20:50:47Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 306460, "actor.login": "jardev", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2019-01-24T09:54:03Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": null, "public": true, "pull_request.additions": 44, "pull_request.body": "", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2017-08-29T07:12:17Z", "pull_request.deletions": 0, "pull_request.guid": "610311101/WebCrawler/pull/1", "pull_request.id": 138105080, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 1, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Code", "pull_request.user.id": 14921805, "pull_request.user.login": "610311101", "repo.id": 101730730, "repo.name": "610311101/WebCrawler" }
{ "pull_request.head.label": "610311101:610311101-PTT-Gossiping-Board", "pull_request.head.ref": "610311101-PTT-Gossiping-Board", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Using R to Crawl data", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": null, "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "WebCrawler", "pull_request.head.repo.owner.login": "610311101", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "ca074a984c99b59c1eb8e7ef8f988d6c632a64ac", "pull_request.head.user.login": "610311101", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "610311101:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Using R to Crawl data", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": null, "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "WebCrawler", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "610311101", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "14dea15846cbb6080b8abc3c24733aee5137981c", "pull_request.base.user.login": "610311101", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 14921805, "actor.login": "610311101", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2017-08-29T07:12:17Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2017-08-29T07:12:17Z", "issue.author": "610311101", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2017-08-29T07:15:19Z", "issue.author": "610311101", "issue.comment": "Add code", "issue.comment_id": 325576197, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 14921805, "actor.login": "610311101", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2017-08-29T07:15:50Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 43356325, "public": true, "pull_request.additions": 5, "pull_request.body": "Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 15.0.0 to 17.0.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/conventional-changelog/commitlint/releases\"><code>@​commitlint/config-conventional</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v17.0.0</h2>\n<h1><a href=\"https://github.com/conventional-changelog/commitlint/compare/v16.3.0...v17.0.0\">17.0.0</a> (2022-05-16)</h1>\n<h3>Bug Fixes</h3>\n<ul>\n<li>\n<p>update dependency yargs to v17.5.1 (<a href=\"https://github-redirect.dependabot.com/conventional-changelog/commitlint/issues/3183\">#3183</a>) (<a href=\"https://github.com/conventional-changelog/commitlint/commit/8db72f09e5e4e6a82e43246322cbd42d82d10bb6\">8db72f0</a>)</p>\n</li>\n<li>\n<p>chore!: minimum node version v14 (<a href=\"https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional/issues/3128\">#3128</a>) (<a href=\"https://github.com/conventional-changelog/commitlint/commit/ac5f9b47a9e3cd5c9d58b14da0feb426f06b1ef9\">ac5f9b4</a>), closes <a href=\"https://github-redirect.dependabot.com/conventional-changelog/commitlint/issues/3128\">#3128</a></p>\n</li>\n</ul>\n<h3>BREAKING CHANGES</h3>\n<ul>\n<li>\n<p>drop node v12 support</p>\n</li>\n<li>\n<p>chore: rename circleci windows job</p>\n</li>\n<li>\n<p>Migrate <code>@​nrwl/tao</code> to nx following 13.9.0 release by <a href=\"https://github.com/fguitton\"><code>@​fguitton</code></a> in <a href=\"https://github-redirect.dependabot.com/conventional-changelog/commitlint/pull/3135\">conventional-changelog/commitlint#3135</a></p>\n</li>\n</ul>\n<h2>New Contributors</h2>\n<ul>\n<li><a href=\"https://github.com/lxow456\"><code>@​lxow456</code></a> made their first contribution in <a href=\"https://github-redirect.dependabot.com/conventional-changelog/commitlint/pull/3179\">conventional-changelog/commitlint#3179</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/conventional-changelog/commitlint/compare/v16.3.0...v17.0.0\">https://github.com/conventional-changelog/commitlint/compare/v16.3.0...v17.0.0</a></p>\n<h2>v16.3.0</h2>\n<h1><a href=\"https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0\">16.3.0</a> (2022-05-14)</h1>\n<h3>Bug Fixes</h3>\n<ul>\n<li>update dependency cosmiconfig-typescript-loader to v2 (<a href=\"https://github-redirect.dependabot.com/conventional-changelog/commitlint/issues/3154\">#3154</a>) (<a href=\"https://github.com/conventional-changelog/commitlint/commit/20122e8d6e999b74eab3bab08a6d52cda3f13e37\">20122e8</a>)</li>\n<li>update dependency yargs to v17.5.0 (<a href=\"https://github-redirect.dependabot.com/conventional-changelog/commitlint/issues/3171\">#3171</a>) (<a href=\"https://github.com/conventional-changelog/commitlint/commit/0e6542bd0a0d193d0080809fc23031ad83b8e2d9\">0e6542b</a>)</li>\n</ul>\n<h3>Features</h3>\n<ul>\n<li>add ability to filter Nx projects in <code>@​commitlint/config-nx-scopes</code> (<a href=\"https://github-redirect.dependabot.com/conventional-changelog/commitlint/issues/3155\">#3155</a>) (<a href=\"https://github.com/conventional-changelog/commitlint/commit/e595693eb9be51a874cff01580b883982083ba0e\">e595693</a>), closes <a href=\"https://github-redirect.dependabot.com/conventional-changelog/commitlint/issues/3152\">#3152</a></li>\n</ul>\n<h2>New Contributors</h2>\n<ul>\n<li><a href=\"https://github.com/jaytavares\"><code>@​jaytavares</code></a> made their first contribution in <a href=\"https://github-redirect.dependabot.com/conventional-changelog/commitlint/pull/3155\">conventional-changelog/commitlint#3155</a></li>\n<li><a href=\"https://github.com/matthewborgman\"><code>@​matthewborgman</code></a> made their first contribution in <a href=\"https://github-redirect.dependabot.com/conventional-changelog/commitlint/pull/3173\">conventional-changelog/commitlint#3173</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0\">https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0</a></p>\n<h2>v16.2.4</h2>\n<h2><a href=\"https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4\">16.2.4</a> (2022-04-28)</h2>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md\"><code>@​commitlint/config-conventional</code>'s changelog</a>.</em></p>\n<blockquote>\n<h1><a href=\"https://github.com/conventional-changelog/commitlint/compare/v16.3.0...v17.0.0\">17.0.0</a> (2022-05-16)</h1>\n<ul>\n<li>chore!: minimum node version v14 (<a href=\"https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional/issues/3128\">#3128</a>) (<a href=\"https://github.com/conventional-changelog/commitlint/commit/ac5f9b47a9e3cd5c9d58b14da0feb426f06b1ef9\">ac5f9b4</a>), closes <a href=\"https://github-redirect.dependabot.com/conventional-changelog/commitlint/issues/3128\">#3128</a></li>\n</ul>\n<h3>BREAKING CHANGES</h3>\n<ul>\n<li>\n<p>drop node v12 support</p>\n</li>\n<li>\n<p>chore: rename circleci windows job</p>\n</li>\n</ul>\n<p>node version is not defned by the name anyways (i think)</p>\n<h2><a href=\"https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4\">16.2.4</a> (2022-04-28)</h2>\n<p><strong>Note:</strong> Version bump only for package <code>@​commitlint/config-conventional</code></p>\n<h2><a href=\"https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1\">16.2.1</a> (2022-02-13)</h2>\n<p><strong>Note:</strong> Version bump only for package <code>@​commitlint/config-conventional</code></p>\n<h1><a href=\"https://github.com/conventional-changelog/commitlint/compare/v15.0.0...v16.0.0\">16.0.0</a> (2021-12-26)</h1>\n<p><strong>Note:</strong> Version bump only for package <code>@​commitlint/config-conventional</code></p>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/conventional-changelog/commitlint/commit/ed437d29464ab1b239deecb84ce4d1f2a5e471c6\"><code>ed437d2</code></a> v17.0.0</li>\n<li><a href=\"https://github.com/conventional-changelog/commitlint/commit/ac5f9b47a9e3cd5c9d58b14da0feb426f06b1ef9\"><code>ac5f9b4</code></a> chore!: minimum node version v14 (<a href=\"https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional/issues/3128\">#3128</a>)</li>\n<li><a href=\"https://github.com/conventional-changelog/commitlint/commit/6dbc982507e5bd7e2d24dba84941a681d228181c\"><code>6dbc982</code></a> docs: remove scope-case rule <a href=\"https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional/issues/3157\">#3157</a> (<a href=\"https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional/issues/3178\">#3178</a>)</li>\n<li><a href=\"https://github.com/conventional-changelog/commitlint/commit/95f6b7cfdb01f581f81b4d5a956d154ebd3a0777\"><code>95f6b7c</code></a> docs: align subject case rule in readme <a href=\"https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional/issues/3159\">#3159</a> (<a href=\"https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional/issues/3179\">#3179</a>)</li>\n<li><a href=\"https://github.com/conventional-changelog/commitlint/commit/62dd082f8f40c9d64ab76ef72ca8c03a3e219426\"><code>62dd082</code></a> v16.2.4</li>\n<li><a href=\"https://github.com/conventional-changelog/commitlint/commit/071cce297f207ebcaf9cfa00e23542b7e0a550e8\"><code>071cce2</code></a> v16.2.1</li>\n<li><a href=\"https://github.com/conventional-changelog/commitlint/commit/a6bacf60d7dccf969677cdef48fd22f8a92b5f08\"><code>a6bacf6</code></a> v16.0.0</li>\n<li>See full diff in <a href=\"https://github.com/conventional-changelog/commitlint/commits/v17.0.0/@commitlint/config-conventional\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@commitlint/config-conventional&package-manager=npm_and_yarn&previous-version=15.0.0&new-version=17.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>", "pull_request.changed_files": 2, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-05-23T07:02:46Z", "pull_request.deletions": 5, "pull_request.guid": "47ng/cloak/pull/338", "pull_request.id": 944006769, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 338, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "chore(deps-dev): Bump @commitlint/config-conventional from 15.0.0 to 17.0.0", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 228179198, "repo.name": "47ng/cloak" }
{ "pull_request.head.label": "47ng:dependabot/npm_and_yarn/deps/commitlint/config-conventional-17.0.0", "pull_request.head.ref": "dependabot/npm_and_yarn/deps/commitlint/config-conventional-17.0.0", "pull_request.head.repo.default_branch": "next", "pull_request.head.repo.description": "Serialized AES-GCM 256 encryption, decryption and key management in the browser & Node.js", "pull_request.head.repo.homepage": "https://cloak.47ng.com", "pull_request.head.repo.language": "TypeScript", "pull_request.head.repo.license.name": "MIT License", "pull_request.head.repo.name": "cloak", "pull_request.head.repo.owner.login": "47ng", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 21, "pull_request.head.sha": "b0d2f6ca2864007461204356ca8a74776eec2cb8", "pull_request.head.user.login": "47ng", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "47ng:deps", "pull_request.base.ref": "deps", "pull_request.base.repo.default_branch": "next", "pull_request.base.repo.description": "Serialized AES-GCM 256 encryption, decryption and key management in the browser & Node.js", "pull_request.base.repo.forks_count": 1, "pull_request.base.repo.homepage": "https://cloak.47ng.com", "pull_request.base.repo.language": "TypeScript", "pull_request.base.repo.license.name": "MIT License", "pull_request.base.repo.name": "cloak", "pull_request.base.repo.open_issues_count": 11, "pull_request.base.repo.owner.login": "47ng", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 21, "pull_request.base.repo.watchers_count": 21, "pull_request.base.sha": "722ea43b5bdab1c42d676e692ff5f0421a7e5bb0", "pull_request.base.user.login": "47ng", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-05-23T07:02:48Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-06-06T07:04:24Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 81, "pull_request.body": "Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/npm/node-tar/commit/9a6faa017ca90538840f3ae2ccdb4550ac3f4dcf\"><code>9a6faa0</code></a> 4.4.19</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/70ef812593184cc54ea1bc74c5dae2d22995002d\"><code>70ef812</code></a> drop dirCache for symlink on all platforms</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/3e35515c09da615ac268254bed85fe43ee71e2f0\"><code>3e35515</code></a> 4.4.18</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/52b09e309bcae0c741a7eb79a17ef36e7828b946\"><code>52b09e3</code></a> fix: prevent path escape using drive-relative paths</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/bb93ba243746f705092905da1955ac3b0509ba1e\"><code>bb93ba2</code></a> fix: reserve paths properly for unicode, windows</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/2f1bca027286c23e110b8dfc7efc10756fa3db5a\"><code>2f1bca0</code></a> fix: prune dirCache properly for unicode, windows</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/9bf70a8cf725c3af5fe2270f1e5d2e06d1559b93\"><code>9bf70a8</code></a> 4.4.17</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/6aafff0a8621ba9509b63654bde28762be373d58\"><code>6aafff0</code></a> fix: skip extract if linkpath is stripped entirely</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/5c5059a69c2aaaedfe4e9766e102ae9fb79e8255\"><code>5c5059a</code></a> fix: reserve paths case-insensitively</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/fd6accba697070560f301604b8f5f7e2995a2a8b\"><code>fd6accb</code></a> 4.4.16</li>\n<li>Additional commits viewable in <a href=\"https://github.com/npm/node-tar/compare/v4.4.13...v4.4.19\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=4.4.13&new-version=4.4.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/74ultra/auth/network/alerts).\n\n</details>", "pull_request.changed_files": 2, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-08-31T05:02:28Z", "pull_request.deletions": 48, "pull_request.guid": "74ultra/auth/pull/7", "pull_request.id": 723020698, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 7, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump tar from 4.4.13 to 4.4.19", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 235459107, "repo.name": "74ultra/auth" }
{ "pull_request.head.label": "74ultra:dependabot/npm_and_yarn/tar-4.4.19", "pull_request.head.ref": "dependabot/npm_and_yarn/tar-4.4.19", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "auth", "pull_request.head.repo.owner.login": "74ultra", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "d61b320799055be8c8e68cf1c68aa42c10b82c05", "pull_request.head.user.login": "74ultra", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "74ultra:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "auth", "pull_request.base.repo.open_issues_count": 6, "pull_request.base.repo.owner.login": "74ultra", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "138fe60ff3e1d3ec8b7cf739a3e60f87ecdfb930", "pull_request.base.user.login": "74ultra", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-08-31T05:02:28Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": null, "public": true, "pull_request.additions": 1, "pull_request.body": "Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 6.1.3 to 6.1.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jeremylong/DependencyCheck/releases\">dependency-check-maven's releases</a>.</em></p>\n<blockquote>\n<h2>Version 6.1.5</h2>\n<p>Changes in this Release</p>\n<ul>\n<li>Fixed a second NPE introduced in 6.1.3 (see <a href=\"https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3246\">#3246</a>)</li>\n<li>See the full listing of <a href=\"https://github.com/jeremylong/DependencyCheck/milestone/25?closed=1\">changes</a>.</li>\n</ul>\n<h2>Version 6.1.4</h2>\n<p>Changes in this Release</p>\n<ul>\n<li>Fixed an NPE introduced in 6.1.3 (see <a href=\"https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3212\">#3212</a>)</li>\n<li>See the full listing of <a href=\"https://github.com/jeremylong/DependencyCheck/milestone/24?closed=1\">changes</a>.</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jeremylong/DependencyCheck/blob/main/RELEASE_NOTES.md\">dependency-check-maven's changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/jeremylong/DependencyCheck/releases/tag/v6.1.5\">Version 6.1.5</a> (2021-03-31)</h2>\n<h3>Changes</h3>\n<ul>\n<li>Fixed a second NPE introduced in 6.1.3 (see <a href=\"https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3246\">#3246</a>)</li>\n<li>See the full listing of <a href=\"https://github.com/jeremylong/DependencyCheck/milestone/25?closed=1\">changes</a>.</li>\n</ul>\n<h2><a href=\"https://github.com/jeremylong/DependencyCheck/releases/tag/v6.1.4\">Version 6.1.4</a> (2021-03-30)</h2>\n<h3>Changes</h3>\n<ul>\n<li>Fixed an NPE introduced in 6.1.3 (see <a href=\"https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3212\">#3212</a>)</li>\n<li>See the full listing of <a href=\"https://github.com/jeremylong/DependencyCheck/milestone/24?closed=1\">changes</a>.</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/jeremylong/DependencyCheck/commit/c6ef59f04336c7abfe9bebea25a927ff996d4ece\"><code>c6ef59f</code></a> [maven-release-plugin] prepare release v6.1.5</li>\n<li><a href=\"https://github.com/jeremylong/DependencyCheck/commit/0ec4ba30b15530525b9fdc924c01238b717c7299\"><code>0ec4ba3</code></a> release notes for 6.1.5</li>\n<li><a href=\"https://github.com/jeremylong/DependencyCheck/commit/7deba777fdd940749044200df655133cda7c4153\"><code>7deba77</code></a> fix 2nd NPE introduced in 6.1.3 per <a href=\"https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3246\">#3246</a></li>\n<li><a href=\"https://github.com/jeremylong/DependencyCheck/commit/f264fee4a0d1de969e5f066ce4a4b2b783964e35\"><code>f264fee</code></a> add regression test case per <a href=\"https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3246\">#3246</a></li>\n<li><a href=\"https://github.com/jeremylong/DependencyCheck/commit/89975efda67315871180ae7d3486aecd3c4f9826\"><code>89975ef</code></a> snapshot version</li>\n<li><a href=\"https://github.com/jeremylong/DependencyCheck/commit/b612278e59721dc506df60682678e52ff4d6c0c2\"><code>b612278</code></a> Merge branch 'release'</li>\n<li><a href=\"https://github.com/jeremylong/DependencyCheck/commit/7f22244781178c3787c933ea7f53ac9ed95ec18c\"><code>7f22244</code></a> [maven-release-plugin] prepare release v6.1.4</li>\n<li><a href=\"https://github.com/jeremylong/DependencyCheck/commit/d977ecf7cd07a33f428657eee02ec1549b159beb\"><code>d977ecf</code></a> [maven-release-plugin] prepare release v6.1.4</li>\n<li><a href=\"https://github.com/jeremylong/DependencyCheck/commit/ab735f78557cc17684c24e89718c4b97488ca9e1\"><code>ab735f7</code></a> fetch main for merging</li>\n<li><a href=\"https://github.com/jeremylong/DependencyCheck/commit/703ee286110af285d9dbb593dbe44e69b4948c96\"><code>703ee28</code></a> release notes for 6.1.4</li>\n<li>Additional commits viewable in <a href=\"https://github.com/jeremylong/DependencyCheck/compare/v6.1.3...v6.1.5\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.owasp:dependency-check-maven&package-manager=maven&previous-version=6.1.3&new-version=6.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-04-01T05:40:41Z", "pull_request.deletions": 1, "pull_request.guid": "Ahli/Galaxy-Observer-UI/pull/202", "pull_request.id": 606962674, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 202, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "build(deps): bump dependency-check-maven from 6.1.3 to 6.1.5 in /tools/interfaceBuilder", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 54785866, "repo.name": "Ahli/Galaxy-Observer-UI" }
{ "pull_request.head.label": "Ahli:dependabot/maven/tools/interfaceBuilder/org.owasp-dependency-check-maven-6.1.5", "pull_request.head.ref": "dependabot/maven/tools/interfaceBuilder/org.owasp-dependency-check-maven-6.1.5", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Toolset to create Observer Interfaces for StarCraft II / Heroes of the Storm", "pull_request.head.repo.homepage": "", "pull_request.head.repo.language": "Java", "pull_request.head.repo.license.name": "MIT License", "pull_request.head.repo.name": "Galaxy-Observer-UI", "pull_request.head.repo.owner.login": "Ahli", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 18, "pull_request.head.sha": "0b8484946dbffd78ab3e6cdc4bb777849fd9bad4", "pull_request.head.user.login": "Ahli", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "Ahli:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Toolset to create Observer Interfaces for StarCraft II / Heroes of the Storm", "pull_request.base.repo.forks_count": 3, "pull_request.base.repo.homepage": "", "pull_request.base.repo.language": "Java", "pull_request.base.repo.license.name": "MIT License", "pull_request.base.repo.name": "Galaxy-Observer-UI", "pull_request.base.repo.open_issues_count": 39, "pull_request.base.repo.owner.login": "Ahli", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 18, "pull_request.base.repo.watchers_count": 18, "pull_request.base.sha": "020efb39afa942f6d50377566cac6bc966f623d4", "pull_request.base.user.login": "Ahli", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-04-01T05:40:41Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-04-01T05:40:41Z", "issue.author": "dependabot[bot]", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-04-30T05:08:06Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-04-30T05:08:06Z", "issue.author": "dependabot[bot]", "issue.comment": "Superseded by #213.", "issue.comment_id": 829841644, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null } ]
null
{ "org.id": 70960887, "public": true, "pull_request.additions": 16, "pull_request.body": "As another form of feedback for our code quality", "pull_request.changed_files": 2, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 2, "pull_request.created_at": "2020-11-08T15:58:27Z", "pull_request.deletions": 0, "pull_request.guid": "AY2021S1-CS2103T-F11-1/tp/pull/192", "pull_request.id": 517328081, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": "", "pull_request.milestone.number": 4, "pull_request.milestone.title": "v1.4", "pull_request.number": 192, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Integrate Codacy code static analysis", "pull_request.user.id": 4933577, "pull_request.user.login": "chrisgzf", "repo.id": 294007737, "repo.name": "AY2021S1-CS2103T-F11-1/tp" }
{ "pull_request.head.label": "AY2021S1-CS2103T-F11-1:integrate-codacy", "pull_request.head.ref": "integrate-codacy", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": "https://ay2021s1-cs2103t-f11-1.github.io/tp/", "pull_request.head.repo.language": "Java", "pull_request.head.repo.license.name": "Other", "pull_request.head.repo.name": "tp", "pull_request.head.repo.owner.login": "AY2021S1-CS2103T-F11-1", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "2e1072932400d1592455ab8681af167317d455a2", "pull_request.head.user.login": "AY2021S1-CS2103T-F11-1", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "AY2021S1-CS2103T-F11-1:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 5, "pull_request.base.repo.homepage": "https://ay2021s1-cs2103t-f11-1.github.io/tp/", "pull_request.base.repo.language": "Java", "pull_request.base.repo.license.name": "Other", "pull_request.base.repo.name": "tp", "pull_request.base.repo.open_issues_count": 21, "pull_request.base.repo.owner.login": "AY2021S1-CS2103T-F11-1", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "9ff5f50b804f36bd2e3e524674edfb6f7c0ea86a", "pull_request.base.user.login": "AY2021S1-CS2103T-F11-1", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 4933577, "actor.login": "chrisgzf", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-11-08T15:58:27Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": 49579253, "actor.login": "Rishi5154", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-11-09T00:48:23Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "NONE", "review.body": "", "review.commit_id": "01e1bea10505867f583f106ec4036e0f6b743c47", "review.id": 525866949, "review.state": "approved", "review.submitted_at": "2020-11-09T00:48:23Z", "type": "PullRequestReviewEvent", "user.login": "Rishi5154", "user.type": "User" }, { "action": "closed", "actor.id": 4933577, "actor.login": "chrisgzf", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-11-09T01:18:40Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 78062885, "public": true, "pull_request.additions": 16, "pull_request.body": null, "pull_request.changed_files": 1, "pull_request.closed_at": "2023-03-28T06:18:40Z", "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-12-12T08:13:27Z", "pull_request.deletions": 0, "pull_request.guid": "101solution/ado-agents-aks/pull/1", "pull_request.id": 1160291086, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 1, "pull_request.review_comments": 0, "pull_request.state": "closed", "pull_request.title": "Create main.yml", "pull_request.user.id": 8439357, "pull_request.user.login": "CShen-101-solution", "repo.id": 573351177, "repo.name": "101solution/ado-agents-aks" }
{ "pull_request.head.label": "101solution:CShen-101-solution-patch-1", "pull_request.head.ref": "CShen-101-solution-patch-1", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "HCL", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "ado-agents-aks", "pull_request.head.repo.owner.login": "101solution", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "353f657b3e4fd5b2d6c721365096d3580fb572bd", "pull_request.head.user.login": "101solution", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "101solution:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "HCL", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "ado-agents-aks", "pull_request.base.repo.open_issues_count": 0, "pull_request.base.repo.owner.login": "101solution", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "4c48b875d008262add9146a5b035d616df44eaba", "pull_request.base.user.login": "101solution", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "closed", "actor.id": 8439357, "actor.login": "CShen-101-solution", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2023-03-28T06:18:41Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": null, "public": true, "pull_request.additions": 15, "pull_request.body": "Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/indutny/elliptic/commit/8647803dc3d90506aa03021737f7b061ba959ae1\"><code>8647803</code></a> 6.5.3</li>\n<li><a href=\"https://github.com/indutny/elliptic/commit/856fe4d99fe7b6200556e6400b3bf585b1721bec\"><code>856fe4d</code></a> signature: prevent malleability and overflows</li>\n<li><a href=\"https://github.com/indutny/elliptic/commit/60489415e545efdfd3010ae74b9726facbf08ca8\"><code>6048941</code></a> 6.5.2</li>\n<li><a href=\"https://github.com/indutny/elliptic/commit/9984964457c9f8a63b91b01ea103260417eca237\"><code>9984964</code></a> package: bump dependencies</li>\n<li><a href=\"https://github.com/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a\"><code>ec735ed</code></a> utils: leak less information in <code>getNAF()</code></li>\n<li><a href=\"https://github.com/indutny/elliptic/commit/71e4e8e2f5b8f0bdbfbe106c72cc9fbc746d3d60\"><code>71e4e8e</code></a> 6.5.1</li>\n<li><a href=\"https://github.com/indutny/elliptic/commit/7ec66ffa255079260126d87b1762a59ea10de5ea\"><code>7ec66ff</code></a> short: add infinity check before multiplying</li>\n<li><a href=\"https://github.com/indutny/elliptic/commit/ee7970b92f388e981d694be0436c4c8036b5d36c\"><code>ee7970b</code></a> travis: really move on</li>\n<li><a href=\"https://github.com/indutny/elliptic/commit/637d0216b58de7edee4f3eb5641295ac323acadb\"><code>637d021</code></a> travis: move on</li>\n<li><a href=\"https://github.com/indutny/elliptic/commit/5ed0babb6467cd8575a9218265473fda926d9d42\"><code>5ed0bab</code></a> package: update deps</li>\n<li>Additional commits viewable in <a href=\"https://github.com/indutny/elliptic/compare/v6.4.1...v6.5.3\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=elliptic&package-manager=npm_and_yarn&previous-version=6.4.1&new-version=6.5.3)](https://help.github.com/articles/configuring-automated-security-fixes)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/45acpUSA/tictactoe/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2020-07-31T07:00:02Z", "pull_request.deletions": 10, "pull_request.guid": "45acpUSA/tictactoe/pull/5", "pull_request.id": 459847790, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 5, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump elliptic from 6.4.1 to 6.5.3", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 195301043, "repo.name": "45acpUSA/tictactoe" }
{ "pull_request.head.label": "45acpUSA:dependabot/npm_and_yarn/elliptic-6.5.3", "pull_request.head.ref": "dependabot/npm_and_yarn/elliptic-6.5.3", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Tic Tac Toe - ReactJs", "pull_request.head.repo.homepage": "", "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "tictactoe", "pull_request.head.repo.owner.login": "45acpUSA", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "40529e485b8973eb46a452c57827ee7c2b2c55cc", "pull_request.head.user.login": "45acpUSA", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "45acpUSA:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Tic Tac Toe - ReactJs", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "", "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "tictactoe", "pull_request.base.repo.open_issues_count": 5, "pull_request.base.repo.owner.login": "45acpUSA", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "5dd03e101ff87a5996f5c50e9fc899c1d0e38452", "pull_request.base.user.login": "45acpUSA", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-07-31T07:00:02Z", "issue.author": "dependabot[bot]", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-07-31T07:00:03Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-03-09T11:09:03Z", "issue.author": "dependabot[bot]", "issue.comment": "Superseded by #9.", "issue.comment_id": 793727666, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-03-09T11:09:04Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 90326497, "public": true, "pull_request.additions": 0, "pull_request.body": ":wave:! GitHub Classroom created this pull request as a place for your teacher to leave feedback on your work. It will update automatically. **Don’t close or merge this pull request**, unless you’re instructed to do so by your teacher.\n In this pull request, your teacher can leave comments and feedback on your code. Click the **Subscribe** button to be notified if that happens.\n Click the **Files changed** or **Commits** tab to see all of the changes pushed to `master` since the assignment started. Your teacher can see this too.\n <details>\n<summary>\n<strong>Notes for teachers</strong>\n</summary>\n Use this PR to leave feedback. Here are some tips:\n - Click the **Files changed** tab to see all of the changes pushed to `master` since the assignment started. To leave comments on specific lines of code, put your cursor over a line of code and click the blue **+** (plus sign). To learn more about comments, read “[Commenting on a pull request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request)”.\n- Click the **Commits** tab to see the commits pushed to `master`. Click a commit to see specific changes.\n- If you turned on autograding, then click the **Checks** tab to see the results.\n- This page is an overview. It shows commits, line comments, and general comments. You can leave a general comment below.\n For more information about this pull request, read “[Leaving assignment feedback in GitHub](https://docs.github.com/education/manage-coursework-with-github-classroom/leave-feedback-with-pull-requests)”.\n</details>\n", "pull_request.changed_files": 0, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-10-06T15:10:33Z", "pull_request.deletions": 0, "pull_request.guid": "2021-09-ARTS106/04-probuilder-Pateritu/pull/1", "pull_request.id": 751845400, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 1, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Feedback", "pull_request.user.id": 66690702, "pull_request.user.login": "github-classroom[bot]", "repo.id": 414261725, "repo.name": "2021-09-ARTS106/04-probuilder-Pateritu" }
{ "pull_request.head.label": "2021-09-ARTS106:master", "pull_request.head.ref": "master", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "04-probuilder-Pateritu created by GitHub Classroom", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": null, "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "04-probuilder-Pateritu", "pull_request.head.repo.owner.login": "2021-09-ARTS106", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "58877ebb8de20850d7a3e987bf50f81684014c0b", "pull_request.head.user.login": "2021-09-ARTS106", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "2021-09-ARTS106:feedback", "pull_request.base.ref": "feedback", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "04-probuilder-Pateritu created by GitHub Classroom", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": null, "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "04-probuilder-Pateritu", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "2021-09-ARTS106", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "98b8b46df6f32e09910285f22557630258465e6f", "pull_request.base.user.login": "2021-09-ARTS106", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 66690702, "actor.login": "github-classroom[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-10-06T15:10:34Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 7, "pull_request.body": "Bumps [loofah](https://github.com/flavorjones/loofah) from 2.3.1 to 2.19.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/flavorjones/loofah/releases\">loofah's releases</a>.</em></p>\n<blockquote>\n<h2>2.19.1 / 2022-12-13</h2>\n<h3>Security</h3>\n<ul>\n<li>Address CVE-2022-23514, inefficient regular expression complexity. See <a href=\"https://github.com/flavorjones/loofah/security/advisories/GHSA-486f-hjj9-9vhh\">GHSA-486f-hjj9-9vhh</a> for more information.</li>\n<li>Address CVE-2022-23515, improper neutralization of data URIs. See <a href=\"https://github.com/flavorjones/loofah/security/advisories/GHSA-228g-948r-83gx\">GHSA-228g-948r-83gx</a> for more information.</li>\n<li>Address CVE-2022-23516, uncontrolled recursion. See <a href=\"https://github.com/flavorjones/loofah/security/advisories/GHSA-3x8r-x6xp-q4vm\">GHSA-3x8r-x6xp-q4vm</a> for more information.</li>\n</ul>\n<h2>2.19.0 / 2022-09-14</h2>\n<h3>Features</h3>\n<ul>\n<li>Allow SVG 1.0 color keyword names in CSS attributes. These colors are part of the <a href=\"https://www.w3.org/TR/css-color-3/#svg-color\">CSS Color Module Level 3</a> recommendation released 2022-01-18. [<a href=\"https://github-redirect.dependabot.com/flavorjones/loofah/issues/243\">#243</a>]</li>\n</ul>\n<h2>2.18.0 / 2022-05-11</h2>\n<h3>Features</h3>\n<ul>\n<li>Allow CSS property <code>aspect-ratio</code>. [<a href=\"https://github-redirect.dependabot.com/flavorjones/loofah/issues/236\">#236</a>] (Thanks, <a href=\"https://github.com/louim\"><code>@​louim</code></a>!)</li>\n</ul>\n<h2>2.17.0 / 2022-04-28</h2>\n<h3>Features</h3>\n<ul>\n<li>Allow ARIA attributes. [<a href=\"https://github-redirect.dependabot.com/flavorjones/loofah/issues/232\">#232</a>, <a href=\"https://github-redirect.dependabot.com/flavorjones/loofah/issues/233\">#233</a>] (Thanks, <a href=\"https://github.com/nick-desteffen\"><code>@​nick-desteffen</code></a>!)</li>\n</ul>\n<h2>2.16.0 / 2022-04-01</h2>\n<h3>Features</h3>\n<ul>\n<li>Allow MathML elements <code>menclose</code> and <code>ms</code>, and MathML attributes <code>dir</code>, <code>href</code>, <code>lquote</code>, <code>mathsize</code>, <code>notation</code>, and <code>rquote</code>. [<a href=\"https://github-redirect.dependabot.com/flavorjones/loofah/issues/231\">#231</a>] (Thanks, <a href=\"https://github.com/nick-desteffen\"><code>@​nick-desteffen</code></a>!)</li>\n</ul>\n<h2>2.15.0 / 2022-03-14</h2>\n<h3>Features</h3>\n<ul>\n<li>Expand set of allowed protocols to include <code>sms:</code>. [<a href=\"https://github-redirect.dependabot.com/flavorjones/loofah/issues/228\">#228</a>] (Thanks, <a href=\"https://github.com/brendon\"><code>@​brendon</code></a>!)</li>\n</ul>\n<h2>2.14.0 / 2022-02-11</h2>\n<h3>Features</h3>\n<ul>\n<li>The <code>#to_text</code> method on <code>Loofah::HTML::{Document,DocumentFragment}</code> replaces <code>&lt;br&gt;</code> line break elements with a newline. [<a href=\"https://github-redirect.dependabot.com/flavorjones/loofah/issues/225\">#225</a>]</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md\">loofah's changelog</a>.</em></p>\n<blockquote>\n<h2>2.19.1 / 2022-12-13</h2>\n<h3>Security</h3>\n<ul>\n<li>Address CVE-2022-23514, inefficient regular expression complexity. See <a href=\"https://github.com/flavorjones/loofah/security/advisories/GHSA-486f-hjj9-9vhh\">GHSA-486f-hjj9-9vhh</a> for more information.</li>\n<li>Address CVE-2022-23515, improper neutralization of data URIs. See <a href=\"https://github.com/flavorjones/loofah/security/advisories/GHSA-228g-948r-83gx\">GHSA-228g-948r-83gx</a> for more information.</li>\n<li>Address CVE-2022-23516, uncontrolled recursion. See <a href=\"https://github.com/flavorjones/loofah/security/advisories/GHSA-3x8r-x6xp-q4vm\">GHSA-3x8r-x6xp-q4vm</a> for more information.</li>\n</ul>\n<h2>2.19.0 / 2022-09-14</h2>\n<h3>Features</h3>\n<ul>\n<li>Allow SVG 1.0 color keyword names in CSS attributes. These colors are part of the <a href=\"https://www.w3.org/TR/css-color-3/#svg-color\">CSS Color Module Level 3</a> recommendation released 2022-01-18. [<a href=\"https://github-redirect.dependabot.com/flavorjones/loofah/issues/243\">#243</a>]</li>\n</ul>\n<h2>2.18.0 / 2022-05-11</h2>\n<h3>Features</h3>\n<ul>\n<li>Allow CSS property <code>aspect-ratio</code>. [<a href=\"https://github-redirect.dependabot.com/flavorjones/loofah/issues/236\">#236</a>] (Thanks, <a href=\"https://github.com/louim\"><code>@​louim</code></a>!)</li>\n</ul>\n<h2>2.17.0 / 2022-04-28</h2>\n<h3>Features</h3>\n<ul>\n<li>Allow ARIA attributes. [<a href=\"https://github-redirect.dependabot.com/flavorjones/loofah/issues/232\">#232</a>, <a href=\"https://github-redirect.dependabot.com/flavorjones/loofah/issues/233\">#233</a>] (Thanks, <a href=\"https://github.com/nick-desteffen\"><code>@​nick-desteffen</code></a>!)</li>\n</ul>\n<h2>2.16.0 / 2022-04-01</h2>\n<h3>Features</h3>\n<ul>\n<li>Allow MathML elements <code>menclose</code> and <code>ms</code>, and MathML attributes <code>dir</code>, <code>href</code>, <code>lquote</code>, <code>mathsize</code>, <code>notation</code>, and <code>rquote</code>. [<a href=\"https://github-redirect.dependabot.com/flavorjones/loofah/issues/231\">#231</a>] (Thanks, <a href=\"https://github.com/nick-desteffen\"><code>@​nick-desteffen</code></a>!)</li>\n</ul>\n<h2>2.15.0 / 2022-03-14</h2>\n<h3>Features</h3>\n<ul>\n<li>Expand set of allowed protocols to include <code>sms:</code>. [<a href=\"https://github-redirect.dependabot.com/flavorjones/loofah/issues/228\">#228</a>] (Thanks, <a href=\"https://github.com/brendon\"><code>@​brendon</code></a>!)</li>\n</ul>\n<h2>2.14.0 / 2022-02-11</h2>\n<h3>Features</h3>\n<ul>\n<li>The <code>#to_text</code> method on <code>Loofah::HTML::{Document,DocumentFragment}</code> replaces <code>&lt;br&gt;</code> line break elements with a newline. [<a href=\"https://github-redirect.dependabot.com/flavorjones/loofah/issues/225\">#225</a>]</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/flavorjones/loofah/commit/3f8806300089135f7832a59aa2689a6674d37897\"><code>3f88063</code></a> version bump to v2.19.1</li>\n<li><a href=\"https://github.com/flavorjones/loofah/commit/9a8dadbcfd94a0bfc3cd0413b8a7d9efee00a5c8\"><code>9a8dadb</code></a> docs: preserve the context and decision record</li>\n<li><a href=\"https://github.com/flavorjones/loofah/commit/86f7f6364491b0099d215db858ecdc0c89ded040\"><code>86f7f63</code></a> fix: replace recursive approach to cdata with escaping solution</li>\n<li><a href=\"https://github.com/flavorjones/loofah/commit/415677f3cf7f9254f42f811e784985cd63c7407f\"><code>415677f</code></a> fix: do not allow &quot;image/svg+xml&quot; in data URIs</li>\n<li><a href=\"https://github.com/flavorjones/loofah/commit/84ca20c58a0e8addf08a2cfc8b6fca4d7d10f033\"><code>84ca20c</code></a> refactor: extract scrub_uri_attribute for downstream use</li>\n<li><a href=\"https://github.com/flavorjones/loofah/commit/47a835afbfffcb8c51c17ce50b5171c823c51b57\"><code>47a835a</code></a> ci: pin psych to v4 until v5 builds properly on CI</li>\n<li><a href=\"https://github.com/flavorjones/loofah/commit/a6e0a1ab90675a17b1b2be189129d94139e4b143\"><code>a6e0a1a</code></a> fix: replace slow regex attribute check with crass parser</li>\n<li><a href=\"https://github.com/flavorjones/loofah/commit/ea853aaa8d3aa3ebeebe6029877bbbe582aee140\"><code>ea853aa</code></a> Merge pull request <a href=\"https://github-redirect.dependabot.com/flavorjones/loofah/issues/247\">#247</a> from flavorjones/flavorjones-downstream-test-rhs</li>\n<li><a href=\"https://github.com/flavorjones/loofah/commit/e1f2a4b15c5a611780f93d87544f91365c4a02dd\"><code>e1f2a4b</code></a> ci: test downstream rails-html-sanitizer</li>\n<li><a href=\"https://github.com/flavorjones/loofah/commit/79d65a0e8b042847240e355dbdfd0f43ccda7647\"><code>79d65a0</code></a> Merge pull request <a href=\"https://github-redirect.dependabot.com/flavorjones/loofah/issues/245\">#245</a> from flavorjones/flavorjones-fix-ruby-2.5-ci</li>\n<li>Additional commits viewable in <a href=\"https://github.com/flavorjones/loofah/compare/v2.3.1...v2.19.1\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=loofah&package-manager=bundler&previous-version=2.3.1&new-version=2.19.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ARK0730/chat-space/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-12-14T04:04:23Z", "pull_request.deletions": 5, "pull_request.guid": "ARK0730/chat-space/pull/33", "pull_request.id": 1164236091, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 33, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump loofah from 2.3.1 to 2.19.1", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 208953467, "repo.name": "ARK0730/chat-space" }
{ "pull_request.head.label": "ARK0730:dependabot/bundler/loofah-2.19.1", "pull_request.head.ref": "dependabot/bundler/loofah-2.19.1", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Ruby", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "chat-space", "pull_request.head.repo.owner.login": "ARK0730", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "c182c02a8bd8e64dbf3909e7f631a5ff9cea8af1", "pull_request.head.user.login": "ARK0730", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "ARK0730:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Ruby", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "chat-space", "pull_request.base.repo.open_issues_count": 11, "pull_request.base.repo.owner.login": "ARK0730", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "16ed8f01fe084903db0504de72a4f731cb8a701e", "pull_request.base.user.login": "ARK0730", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-12-14T04:04:24Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 103180207, "public": true, "pull_request.additions": 259, "pull_request.body": null, "pull_request.changed_files": 13, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 2, "pull_request.created_at": "2022-06-28T20:38:45Z", "pull_request.deletions": 186, "pull_request.guid": "ASAC-POS/Point-of-Sale-front/pull/59", "pull_request.id": 981851930, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 59, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Styling general", "pull_request.user.id": 97639284, "pull_request.user.login": "Mhsalameh", "repo.id": 504090624, "repo.name": "ASAC-POS/Point-of-Sale-front" }
{ "pull_request.head.label": "ASAC-POS:styling-general", "pull_request.head.ref": "styling-general", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": null, "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "Point-of-Sale-front", "pull_request.head.repo.owner.login": "ASAC-POS", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "37480bfda7cb2da8b60b0a1d34135c113a9f92fe", "pull_request.head.user.login": "ASAC-POS", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "ASAC-POS:staging", "pull_request.base.ref": "staging", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": null, "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "Point-of-Sale-front", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "ASAC-POS", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "224dd89c8e8e96b0f84972abc773584a0907d278", "pull_request.base.user.login": "ASAC-POS", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 97639284, "actor.login": "Mhsalameh", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-06-28T20:38:45Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 97639284, "actor.login": "Mhsalameh", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-06-28T20:39:39Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 71910862, "public": true, "pull_request.additions": 5, "pull_request.body": "Bumps [gatsby-plugin-nprogress](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-nprogress) from 3.2.0 to 3.3.0.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-nprogress/CHANGELOG.md\">gatsby-plugin-nprogress's changelog</a>.</em></p>\n<blockquote>\n<h1>Change Log</h1>\n<p>All notable changes to this project will be documented in this file.\nSee <a href=\"https://conventionalcommits.org\">Conventional Commits</a> for commit guidelines.</p>\n<h1><a href=\"https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.3.0-next.1...gatsby-plugin-nprogress@3.4.0-next.0\">3.4.0-next.0</a> (2021-04-09)</h1>\n<p><strong>Note:</strong> Version bump only for package gatsby-plugin-nprogress</p>\n<h1><a href=\"https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.3.0-next.0...gatsby-plugin-nprogress@3.3.0-next.1\">3.3.0-next.1</a> (2021-04-07)</h1>\n<p><strong>Note:</strong> Version bump only for package gatsby-plugin-nprogress</p>\n<h1><a href=\"https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.2.0-next.0...gatsby-plugin-nprogress@3.3.0-next.0\">3.3.0-next.0</a> (2021-03-25)</h1>\n<p><strong>Note:</strong> Version bump only for package gatsby-plugin-nprogress</p>\n<h1><a href=\"https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.1.0-next.1...gatsby-plugin-nprogress@3.2.0-next.0\">3.2.0-next.0</a> (2021-03-11)</h1>\n<p><strong>Note:</strong> Version bump only for package gatsby-plugin-nprogress</p>\n<h1><a href=\"https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.1.0-next.0...gatsby-plugin-nprogress@3.1.0-next.1\">3.1.0-next.1</a> (2021-02-26)</h1>\n<p><strong>Note:</strong> Version bump only for package gatsby-plugin-nprogress</p>\n<h1><a href=\"https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.0.0-next.0...gatsby-plugin-nprogress@3.1.0-next.0\">3.1.0-next.0</a> (2021-02-26)</h1>\n<p><strong>Note:</strong> Version bump only for package gatsby-plugin-nprogress</p>\n<h1><a href=\"https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.11.0-next.0...gatsby-plugin-nprogress@3.0.0-next.0\">3.0.0-next.0</a> (2021-02-05)</h1>\n<p><strong>Note:</strong> Version bump only for package gatsby-plugin-nprogress</p>\n<h1><a href=\"https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.10.0-next.0...gatsby-plugin-nprogress@2.11.0-next.0\">2.11.0-next.0</a> (2021-01-28)</h1>\n<p><strong>Note:</strong> Version bump only for package gatsby-plugin-nprogress</p>\n<h1><a href=\"https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.9.0-next.0...gatsby-plugin-nprogress@2.10.0-next.0\">2.10.0-next.0</a> (2021-01-18)</h1>\n<p><strong>Note:</strong> Version bump only for package gatsby-plugin-nprogress</p>\n<h1><a href=\"https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.8.0-next.0...gatsby-plugin-nprogress@2.9.0-next.0\">2.9.0-next.0</a> (2020-12-29)</h1>\n<p><strong>Note:</strong> Version bump only for package gatsby-plugin-nprogress</p>\n<h1><a href=\"https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.7.0-next.0...gatsby-plugin-nprogress@2.8.0-next.0\">2.8.0-next.0</a> (2020-12-10)</h1>\n<p><strong>Note:</strong> Version bump only for package gatsby-plugin-nprogress</p>\n<h1><a href=\"https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.6.0-next.0...gatsby-plugin-nprogress@2.7.0-next.0\">2.7.0-next.0</a> (2020-11-26)</h1>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/gatsbyjs/gatsby/commit/e98cb629f942b7b61814431da46948162ea21c36\"><code>e98cb62</code></a> chore(release): Publish</li>\n<li><a href=\"https://github.com/gatsbyjs/gatsby/commit/a60e92f1bb4fe0beb37ffd2241afa814d265dda9\"><code>a60e92f</code></a> chore(release): Publish next</li>\n<li><a href=\"https://github.com/gatsbyjs/gatsby/commit/835e00e1b585f083f7cd6396ee5c453cb0137cd8\"><code>835e00e</code></a> chore(release): Publish next pre-minor</li>\n<li>See full diff in <a href=\"https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@3.3.0/packages/gatsby-plugin-nprogress\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=gatsby-plugin-nprogress&package-manager=npm_and_yarn&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score/?dependency-name=gatsby-plugin-nprogress&package-manager=npm_and_yarn&previous-version=3.2.0&new-version=3.3.0)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\nIf all status checks pass Dependabot will automatically merge this pull request.\n\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n- `@dependabot badge me` will comment on this PR with code to add a \"Dependabot enabled\" badge to your readme\n\nAdditionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):\n- Update frequency (including time of day and day of week)\n- Pull request limits (per update run and/or open at any time)\n- Automerge options (never/patch/minor, and dev/runtime dependencies)\n- Out-of-range updates (receive only lockfile updates, if desired)\n- Security updates (receive only security updates, if desired)\n\n\n\n</details>", "pull_request.changed_files": 2, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-04-13T19:54:45Z", "pull_request.deletions": 5, "pull_request.guid": "ANSI-Global/Store/pull/351", "pull_request.id": 614722325, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 351, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump gatsby-plugin-nprogress from 3.2.0 to 3.3.0", "pull_request.user.id": 27856297, "pull_request.user.login": "dependabot-preview[bot]", "repo.id": 298714805, "repo.name": "ANSI-Global/Store" }
{ "pull_request.head.label": "ANSI-Global:dependabot/npm_and_yarn/gatsby-plugin-nprogress-3.3.0", "pull_request.head.ref": "dependabot/npm_and_yarn/gatsby-plugin-nprogress-3.3.0", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": "Store of ansiglobal.com, registered as store.ansiglobal.com.", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "TypeScript", "pull_request.head.repo.license.name": "GNU General Public License v3.0", "pull_request.head.repo.name": "Store", "pull_request.head.repo.owner.login": "ANSI-Global", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "343d15e5fb03ccc340513d6653ff40dfb8bb6f5a", "pull_request.head.user.login": "ANSI-Global", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "ANSI-Global:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": "Store of ansiglobal.com, registered as store.ansiglobal.com.", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "TypeScript", "pull_request.base.repo.license.name": "GNU General Public License v3.0", "pull_request.base.repo.name": "Store", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "ANSI-Global", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "1af1d06d72aa19ac80725f8d3c6114a12b12d84f", "pull_request.base.user.login": "ANSI-Global", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 27856297, "actor.login": "dependabot-preview[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-04-13T19:54:46Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 27856297, "actor.login": "dependabot-preview[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-04-13T19:55:56Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 60761671, "public": true, "pull_request.additions": 1485, "pull_request.body": "Co-authored by: @jibib ", "pull_request.changed_files": 14, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-04-30T00:08:16Z", "pull_request.deletions": 979, "pull_request.guid": "AccessMyResearch/AccessMyResearch/pull/47", "pull_request.id": 626701108, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 47, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "upload functionality", "pull_request.user.id": 11162416, "pull_request.user.login": "mkhatri1", "repo.id": 297849147, "repo.name": "AccessMyResearch/AccessMyResearch" }
{ "pull_request.head.label": "AccessMyResearch:file_uploads_with_new_filter", "pull_request.head.ref": "file_uploads_with_new_filter", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Vue", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "AccessMyResearch", "pull_request.head.repo.owner.login": "AccessMyResearch", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 2, "pull_request.head.sha": "cf47faf6a492c27ed2e8309a06af5aee4a8ec645", "pull_request.head.user.login": "AccessMyResearch", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "AccessMyResearch:dev", "pull_request.base.ref": "dev", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 4, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Vue", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "AccessMyResearch", "pull_request.base.repo.open_issues_count": 2, "pull_request.base.repo.owner.login": "AccessMyResearch", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 2, "pull_request.base.repo.watchers_count": 2, "pull_request.base.sha": "6570500a6e5c989f28f07c958ef31392a9e91a62", "pull_request.base.user.login": "AccessMyResearch", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 11162416, "actor.login": "mkhatri1", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-04-30T00:08:17Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 70336732, "actor.login": "gregk-amr", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-05-04T18:04:30Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 14, "pull_request.body": "", "pull_request.changed_files": 2, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2016-12-17T00:00:15Z", "pull_request.deletions": 77, "pull_request.guid": "Achse/query-by-sketch-OCR/pull/2", "pull_request.id": 98422472, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 2, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "cosine_angle_in_histogram", "pull_request.user.id": 383295, "pull_request.user.login": "Achse", "repo.id": 71892670, "repo.name": "Achse/query-by-sketch-OCR" }
{ "pull_request.head.label": "Achse:cosine_angle_in_histogram", "pull_request.head.ref": "cosine_angle_in_histogram", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "query-by-sketch-OCR", "pull_request.head.repo.owner.login": "Achse", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 1, "pull_request.head.sha": "a38ace67d3f142525f575f4294d25b29164236c3", "pull_request.head.user.login": "Achse", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "Achse:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "query-by-sketch-OCR", "pull_request.base.repo.open_issues_count": 2, "pull_request.base.repo.owner.login": "Achse", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 1, "pull_request.base.repo.watchers_count": 1, "pull_request.base.sha": "edfd58f15f569ea330bad8cd2287c8f1ba1a14b0", "pull_request.base.user.login": "Achse", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 383295, "actor.login": "Achse", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2016-12-17T00:00:15Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 383295, "actor.login": "Achse", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2016-12-17T14:20:39Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 6233994, "public": true, "pull_request.additions": 7, "pull_request.body": "<h3>Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project.</h3>\n\n#### Changes included in this PR\n\n- Changes to the following files to upgrade the vulnerable dependencies to a fixed version:\n - package.json\n - yarn.lock\n\n\n\n#### Vulnerabilities that will be fixed\n##### With an upgrade:\nSeverity | Issue | Breaking Change | Exploit Maturity\n:-------------------------:|:-------------------------|:-------------------------|:-------------------------\n![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png \"medium severity\") | Cross-site Scripting (XSS) <br/>[SNYK-JS-JQUERY-565129](https://snyk.io/vuln/SNYK-JS-JQUERY-565129) | No | No Known Exploit \n\n\n\n\n\n\n\n\n\n\nCheck the changes in this PR to ensure they won't cause issues with your project.\n\n\n\n------------\n\n\n\n**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.*\n\nFor more information:\n\n🧐 [View latest project report](https://app.snyk.io/org/solipet/project/3c844094-1ec5-42ee-baea-9950167298ad)\n\n🛠 [Adjust project settings](https://app.snyk.io/org/solipet/project/3c844094-1ec5-42ee-baea-9950167298ad/settings)\n\n📚 [Read more about Snyk's upgrade and patch logic](https://snyk.io/docs/fixing-vulnerabilities/)\n\n[//]: # (snyk:metadata:{\"prId\":\"6ee4c4f2-e1b2-48a9-ab7f-fc07fe820f77\",\"dependencies\":[{\"name\":\"jquery\",\"from\":\"3.4.1\",\"to\":\"3.5.0\"}],\"packageManager\":\"yarn\",\"projectPublicId\":\"3c844094-1ec5-42ee-baea-9950167298ad\",\"projectUrl\":\"https://app.snyk.io/org/solipet/project/3c844094-1ec5-42ee-baea-9950167298ad?utm_source=github&utm_medium=fix-pr\",\"type\":\"auto\",\"patch\":[],\"vulns\":[\"SNYK-JS-JQUERY-565129\"],\"upgrade\":[\"SNYK-JS-JQUERY-565129\"],\"isBreakingChange\":false,\"env\":\"prod\",\"prType\":\"fix\",\"templateVariants\":[\"updated-fix-title\"]})\n", "pull_request.changed_files": 2, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2020-04-14T03:53:58Z", "pull_request.deletions": 2, "pull_request.guid": "18F/identity-dashboard/pull/322", "pull_request.id": 402954325, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 322, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "[Snyk] Security upgrade jquery from 3.4.1 to 3.5.0", "pull_request.user.id": 19733683, "pull_request.user.login": "snyk-bot", "repo.id": 58409260, "repo.name": "18F/identity-dashboard" }
{ "pull_request.head.label": "18F:snyk-fix-668fb98a5c6775b0d039ef43a19ff79d", "pull_request.head.ref": "snyk-fix-668fb98a5c6775b0d039ef43a19ff79d", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Identity developer dashboard", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Ruby", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "identity-dashboard", "pull_request.head.repo.owner.login": "18F", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 9, "pull_request.head.sha": "a1dcd13c14f4a16a7473ff28a904f5f7ea6bd21c", "pull_request.head.user.login": "18F", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "18F:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Identity developer dashboard", "pull_request.base.repo.forks_count": 7, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Ruby", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "identity-dashboard", "pull_request.base.repo.open_issues_count": 7, "pull_request.base.repo.owner.login": "18F", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 9, "pull_request.base.repo.watchers_count": 9, "pull_request.base.sha": "5c29142b263e3d6a056a33f50a97605c7dd19b3c", "pull_request.base.user.login": "18F", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 19733683, "actor.login": "snyk-bot", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-04-14T03:53:59Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 963654, "actor.login": "jmhooper", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-04-17T16:54:57Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 1, "pull_request.body": "Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/yaml/pyyaml/blob/master/CHANGES\">pyyaml's changelog</a>.</em></p>\n<blockquote>\n<p>5.4 (2021-01-19)</p>\n<ul>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/407\">yaml/pyyaml#407</a> -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA</li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/472\">yaml/pyyaml#472</a> -- Fix for CVE-2020-14343, moves arbitrary python tags to UnsafeLoader</li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/441\">yaml/pyyaml#441</a> -- Fix memory leak in implicit resolver setup</li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/392\">yaml/pyyaml#392</a> -- Fix py2 copy support for timezone objects</li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/378\">yaml/pyyaml#378</a> -- Fix compatibility with Jython</li>\n</ul>\n<p>5.3.1 (2020-03-18)</p>\n<ul>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/386\">yaml/pyyaml#386</a> -- Prevents arbitrary code execution during python/object/new constructor</li>\n</ul>\n<p>5.3 (2020-01-06)</p>\n<ul>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/290\">yaml/pyyaml#290</a> -- Use <code>is</code> instead of equality for comparing with <code>None</code></li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/270\">yaml/pyyaml#270</a> -- Fix typos and stylistic nit</li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/309\">yaml/pyyaml#309</a> -- Fix up small typo</li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/161\">yaml/pyyaml#161</a> -- Fix handling of <strong>slots</strong></li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/358\">yaml/pyyaml#358</a> -- Allow calling add_multi_constructor with None</li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/285\">yaml/pyyaml#285</a> -- Add use of safe_load() function in README</li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/351\">yaml/pyyaml#351</a> -- Fix reader for Unicode code points over 0xFFFF</li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/360\">yaml/pyyaml#360</a> -- Enable certain unicode tests when maxunicode not &gt; 0xffff</li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/359\">yaml/pyyaml#359</a> -- Use full_load in yaml-highlight example</li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/244\">yaml/pyyaml#244</a> -- Document that PyYAML is implemented with Cython</li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/329\">yaml/pyyaml#329</a> -- Fix for Python 3.10</li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/310\">yaml/pyyaml#310</a> -- Increase size of index, line, and column fields</li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/260\">yaml/pyyaml#260</a> -- Remove some unused imports</li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/163\">yaml/pyyaml#163</a> -- Create timezone-aware datetimes when parsed as such</li>\n<li><a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/363\">yaml/pyyaml#363</a> -- Add tests for timezone</li>\n</ul>\n<h2>5.2 (2019-12-02)</h2>\n<ul>\n<li>Repair incompatibilities introduced with 5.1. The default Loader was changed,\nbut several methods like add_constructor still used the old default\n<a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/279\">yaml/pyyaml#279</a> -- A more flexible fix for custom tag constructors\n<a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/287\">yaml/pyyaml#287</a> -- Change default loader for yaml.add_constructor\n<a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/305\">yaml/pyyaml#305</a> -- Change default loader for add_implicit_resolver, add_path_resolver</li>\n<li>Make FullLoader safer by removing python/object/apply from the default FullLoader\n<a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/347\">yaml/pyyaml#347</a> -- Move constructor for object/apply to UnsafeConstructor</li>\n<li>Fix bug introduced in 5.1 where quoting went wrong on systems with sys.maxunicode &lt;= 0xffff\n<a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/276\">yaml/pyyaml#276</a> -- Fix logic for quoting special characters</li>\n<li>Other PRs:\n<a href=\"https://github-redirect.dependabot.com/yaml/pyyaml/pull/280\">yaml/pyyaml#280</a> -- Update CHANGES for 5.1</li>\n</ul>\n<h2>5.1.2 (2019-07-30)</h2>\n<ul>\n<li>Re-release of 5.1 with regenerated Cython sources to build properly for Python 3.8b2+</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/yaml/pyyaml/commit/58d0cb7ee09954c67fabfbd714c5673b03e7a9e1\"><code>58d0cb7</code></a> 5.4 release</li>\n<li><a href=\"https://github.com/yaml/pyyaml/commit/a60f7a19c0b418fe95fcf2ec0957005ae39e1090\"><code>a60f7a1</code></a> Fix compatibility with Jython</li>\n<li><a href=\"https://github.com/yaml/pyyaml/commit/ee98abd7d7bd2ca9c7b98aa19164fd0306a3f3d2\"><code>ee98abd</code></a> Run CI on PR base branch changes</li>\n<li><a href=\"https://github.com/yaml/pyyaml/commit/ddf20330be1fae8813b8ce1789c48f244746d252\"><code>ddf2033</code></a> constructor.timezone: _<em>copy</em> &amp; <strong>deepcopy</strong></li>\n<li><a href=\"https://github.com/yaml/pyyaml/commit/fc914d52c43f499224f7fb4c2d4c47623adc5b33\"><code>fc914d5</code></a> Avoid repeatedly appending to yaml_implicit_resolvers</li>\n<li><a href=\"https://github.com/yaml/pyyaml/commit/a001f2782501ad2d24986959f0239a354675f9dc\"><code>a001f27</code></a> Fix for CVE-2020-14343</li>\n<li><a href=\"https://github.com/yaml/pyyaml/commit/fe150624146ee631bb0f95e45731e8b01281fed6\"><code>fe15062</code></a> Add 3.9 to appveyor file for completeness sake</li>\n<li><a href=\"https://github.com/yaml/pyyaml/commit/1e1c7fb7c09e9149967c208a6fd07276a6140d57\"><code>1e1c7fb</code></a> Add a newline character to end of pyproject.toml</li>\n<li><a href=\"https://github.com/yaml/pyyaml/commit/0b6b7d61719fbe0a11f0980489f1bf8ce746c164\"><code>0b6b7d6</code></a> Start sentences and phrases for capital letters</li>\n<li><a href=\"https://github.com/yaml/pyyaml/commit/c97691596eec279ef9191a9b3bba583a17139d5a\"><code>c976915</code></a> Shell code improvements</li>\n<li>Additional commits viewable in <a href=\"https://github.com/yaml/pyyaml/compare/5.1...5.4\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyyaml&package-manager=pip&previous-version=5.1&new-version=5.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/1296mhz/megaslurm/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-03-25T22:40:37Z", "pull_request.deletions": 1, "pull_request.guid": "1296mhz/megaslurm/pull/1", "pull_request.id": 601124288, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 1, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump pyyaml from 5.1 to 5.4 in /practice/11.deploy-and-template/kubelint", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 190684810, "repo.name": "1296mhz/megaslurm" }
{ "pull_request.head.label": "1296mhz:dependabot/pip/practice/11.deploy-and-template/kubelint/pyyaml-5.4", "pull_request.head.ref": "dependabot/pip/practice/11.deploy-and-template/kubelint/pyyaml-5.4", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Python", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "megaslurm", "pull_request.head.repo.owner.login": "1296mhz", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "8e597064c3a537d8f89fcb86f16b434c0bc61c08", "pull_request.head.user.login": "1296mhz", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "1296mhz:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Python", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "megaslurm", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "1296mhz", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "e117bd06fdff03afb896f1496e971d7274bbdfab", "pull_request.base.user.login": "1296mhz", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-03-25T22:40:37Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 1, "pull_request.body": "Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.26 to 8.0.28.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES\">mysql-connector-java's changelog</a>.</em></p>\n<blockquote>\n<h1>Changelog</h1>\n<h1><a href=\"https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/\">https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/</a></h1>\n<p>Version 8.0.29</p>\n<ul>\n<li>\n<p>Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH().</p>\n</li>\n<li>\n<p>Fix for Bug#81468 (23312764), MySQL server fails to rewrite batch insert when column name contains word select.</p>\n</li>\n<li>\n<p>Fix for Bug#106435 (33850099), 8.0.28 Connector/J has regressive in setAutoCommit after Bug#104067 (33054827).</p>\n</li>\n<li>\n<p>Fix for Bug#106240 (33781440), StringIndexOutOfBoundsException when VALUE is at the end of the query.</p>\n</li>\n<li>\n<p>Fix for Bug#106397 (33893591), Contribution: fix: fix LocalizedErrorMessages.properties doc: less then -&gt; ...\nThanks to Jianjian Song for his contribution.</p>\n</li>\n<li>\n<p>Fix for Bug#77924 (25710160), JDBC SOCKS SHOULD NOT PERFORM LOCAL DNS RESOLUTION.</p>\n</li>\n<li>\n<p>Fix for Bug#82084 (23743938), YEAR DATA TYPE RETURNS INCORRECT VALUE FOR JDBC GETCOLUMNTYPE().</p>\n</li>\n<li>\n<p>Fix for Bug#106441 (33850155), Add charset mapping for utf8mb3.</p>\n</li>\n<li>\n<p>WL#15048, Upgrade Protocol Buffers dependency to protobuf-java-3.19.4.</p>\n</li>\n<li>\n<p>Fix for Bug#106065 (33726184) Contribution: BigDecimal.toPlainString no need to check decimal exponent.\nThanks to Baoyi Chen for his contribution.</p>\n</li>\n<li>\n<p>Fix for Bug#106171 (33757217), Contribution: Remove unnecessary boxing in ResultSetImpl.\nThanks to Ningpp Ning for his contribution.</p>\n</li>\n<li>\n<p>Fix for Bug#25701740, STMT EXECUTION FAILS FOR REPLICATION CONNECTION WHEN USECURSORFETCH=TRUE.</p>\n</li>\n<li>\n<p>Fix for Bug#33723611, getDefaultTransactionIsolation must return repeatable read.</p>\n</li>\n<li>\n<p>Fix for Bug#38954 (11749415), DATA TRUNCATION WHILE USING BIT(1) IN STORED PROCEDURE WITH INOUT TYPE.</p>\n</li>\n<li>\n<p>Fix for Bug#85317 (25672958), EXECUTE BATCH WILL THROW NULL POINTER EXCEPTION WHERE THE COLUMN IS BLOB!</p>\n</li>\n<li>\n<p>Fix for Bug#105915 (33678490), Connector/J 8 server prepared statement precision loss in execute batch.</p>\n</li>\n<li>\n<p>Fix for Bug#104349 (33563548), com.mysql.cj NPE.</p>\n</li>\n<li>\n<p>Fix for Bug#62006 (16714956), JAVA.IO.NOTSERIALIZABLEEXCEPTION: JAVA.IO.STRINGREADER WHEN PROFILESQL=TRUE.</p>\n</li>\n<li>\n<p>WL#14750, Better unification of query bindings.</p>\n</li>\n<li>\n<p>WL#14834, Support for FIDO authentication.</p>\n</li>\n<li>\n<p>WL#14835, Align TLS option checking across connectors.</p>\n</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/mysql/mysql-connector-j/commit/7ff2161da3899f379fb3171b6538b191b1c5c7e2\"><code>7ff2161</code></a> Updating copyright years</li>\n<li><a href=\"https://github.com/mysql/mysql-connector-j/commit/b13af389b3e0f0afe4366ecddbe7e8c541bfb606\"><code>b13af38</code></a> Fix for DateTimeTest according to changes in MySQL server.</li>\n<li><a href=\"https://github.com/mysql/mysql-connector-j/commit/5c7b7753287e1399b3437aae2253acf611acd54d\"><code>5c7b775</code></a> Update in test for Bug#96900 (30355150).</li>\n<li><a href=\"https://github.com/mysql/mysql-connector-j/commit/e1169ee5adf5561dad2814b4ede82dd167ee6e93\"><code>e1169ee</code></a> Fix for Bug#99260 (31189960), statement.setQueryTimeout,creates a database co...</li>\n<li><a href=\"https://github.com/mysql/mysql-connector-j/commit/05778ef59adc154df1a81bcfbd7b5913859f4b31\"><code>05778ef</code></a> Fix for Bug#103324 (32770013), X DevAPI Collection.replaceOne() missing match...</li>\n<li><a href=\"https://github.com/mysql/mysql-connector-j/commit/48219f28f8dab9855803d2c34f9d43c3da4c5393\"><code>48219f2</code></a> Fix for Bug#105197 (33461744), Statement.executeQuery() may return non-naviga...</li>\n<li><a href=\"https://github.com/mysql/mysql-connector-j/commit/24cf7e22e8f8381d076d18bce8d569812e1a0d26\"><code>24cf7e2</code></a> Fix for Bug#105323 (33507321), README.md contains broken links.</li>\n<li><a href=\"https://github.com/mysql/mysql-connector-j/commit/ad46620321e815fb22bed3c81f278cab8fbfe891\"><code>ad46620</code></a> Fix for Bug#96900 (30355150), STATEMENT.CANCEL()CREATE A DATABASE</li>\n<li><a href=\"https://github.com/mysql/mysql-connector-j/commit/4d19ea1a60ac9e97aae9074190c08c6f097a00ed\"><code>4d19ea1</code></a> Fix for Bug#104067 (33054827), No reset autoCommit after unknown issue occurs.</li>\n<li><a href=\"https://github.com/mysql/mysql-connector-j/commit/bc45d35c2d023d2e82dc6c3e2b12745389f3c3c1\"><code>bc45d35</code></a> Fix for Bug#85223 (25656020), MYSQLSQLXML SETSTRING CRASH.</li>\n<li>Additional commits viewable in <a href=\"https://github.com/mysql/mysql-connector-j/compare/5.1.26...8.0.28\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mysql:mysql-connector-java&package-manager=maven&previous-version=5.1.26&new-version=8.0.28)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/13hoop/YRTravelImp/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-06-21T02:33:32Z", "pull_request.deletions": 1, "pull_request.guid": "13hoop/YRTravelImp/pull/13", "pull_request.id": 972915379, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 13, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump mysql-connector-java from 5.1.26 to 8.0.28", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 231349912, "repo.name": "13hoop/YRTravelImp" }
{ "pull_request.head.label": "13hoop:dependabot/maven/mysql-mysql-connector-java-8.0.28", "pull_request.head.ref": "dependabot/maven/mysql-mysql-connector-java-8.0.28", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "TSQL", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "YRTravelImp", "pull_request.head.repo.owner.login": "13hoop", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "b6876e75e58846c00f1eb9cdff1ed07bd9b5ef49", "pull_request.head.user.login": "13hoop", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "13hoop:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "TSQL", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "YRTravelImp", "pull_request.base.repo.open_issues_count": 7, "pull_request.base.repo.owner.login": "13hoop", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "c7852f1645d412f00b58a83977ccacf1c18731d1", "pull_request.base.user.login": "13hoop", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-06-21T02:33:34Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 3, "pull_request.body": "Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/npm/ini/commit/a2c5da86604bc2238fe393c5ff083bf23a9910eb\"><code>a2c5da8</code></a> 1.3.8</li>\n<li><a href=\"https://github.com/npm/ini/commit/af5c6bb5dca6f0248c153aa87e25bddfc515ff6e\"><code>af5c6bb</code></a> Do not use Object.create(null)</li>\n<li><a href=\"https://github.com/npm/ini/commit/8b648a1ac49e1b3b7686ea957e0b95e544bc6ec1\"><code>8b648a1</code></a> don't test where our devdeps don't even work</li>\n<li><a href=\"https://github.com/npm/ini/commit/c74c8af35f32b801a7e82a8309eab792a95932f6\"><code>c74c8af</code></a> 1.3.7</li>\n<li><a href=\"https://github.com/npm/ini/commit/024b8b55ac1c980c6225607b007714c54eb501ba\"><code>024b8b5</code></a> update deps, add linting</li>\n<li><a href=\"https://github.com/npm/ini/commit/032fbaf5f0b98fce70c8cc380e0d05177a9c9073\"><code>032fbaf</code></a> Use Object.create(null) to avoid default object property hazards</li>\n<li><a href=\"https://github.com/npm/ini/commit/2da90391ef70db41d10f013e3a87f9a8c5d01a72\"><code>2da9039</code></a> 1.3.6</li>\n<li><a href=\"https://github.com/npm/ini/commit/cfea636f534b5ca7550d2c28b7d1a95d936d56c6\"><code>cfea636</code></a> better git push script, before publish instead of after</li>\n<li><a href=\"https://github.com/npm/ini/commit/56d2805e07ccd94e2ba0984ac9240ff02d44b6f1\"><code>56d2805</code></a> do not allow invalid hazardous string as section name</li>\n<li>See full diff in <a href=\"https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8\">compare view</a></li>\n</ul>\n</details>\n<details>\n<summary>Maintainer changes</summary>\n<p>This version was pushed to npm by <a href=\"https://www.npmjs.com/~isaacs\">isaacs</a>, a new releaser for ini since your current version.</p>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ini&package-manager=npm_and_yarn&previous-version=1.3.5&new-version=1.3.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AdriJonhson/react-native-nubank/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2020-12-11T23:52:39Z", "pull_request.deletions": 3, "pull_request.guid": "AdriJonhson/react-native-nubank/pull/4", "pull_request.id": 537557361, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 4, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump ini from 1.3.5 to 1.3.8", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 217907299, "repo.name": "AdriJonhson/react-native-nubank" }
{ "pull_request.head.label": "AdriJonhson:dependabot/npm_and_yarn/ini-1.3.8", "pull_request.head.ref": "dependabot/npm_and_yarn/ini-1.3.8", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": "MIT License", "pull_request.head.repo.name": "react-native-nubank", "pull_request.head.repo.owner.login": "AdriJonhson", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "8932d14fa75a2bff25d517a20fc1aed452fa66a7", "pull_request.head.user.login": "AdriJonhson", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AdriJonhson:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": "MIT License", "pull_request.base.repo.name": "react-native-nubank", "pull_request.base.repo.open_issues_count": 4, "pull_request.base.repo.owner.login": "AdriJonhson", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "1912a6dc31d68cf6ce71e6f37b37a915b348a9d1", "pull_request.base.user.login": "AdriJonhson", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-12-11T23:52:39Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 3638, "pull_request.body": null, "pull_request.changed_files": 8, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 3, "pull_request.created_at": "2023-05-05T18:29:08Z", "pull_request.deletions": 0, "pull_request.guid": "Aditya2z/TA-JS-advanced-dom-and-test-TJaaan/pull/8", "pull_request.id": 1340243620, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 8, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Block b jaajc", "pull_request.user.id": 72252019, "pull_request.user.login": "Aditya2z", "repo.id": 630444781, "repo.name": "Aditya2z/TA-JS-advanced-dom-and-test-TJaaan" }
{ "pull_request.head.label": "Aditya2z:block-BJaajc", "pull_request.head.ref": "block-BJaajc", "pull_request.head.repo.default_branch": "block-BJaaiq", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "TA-JS-advanced-dom-and-test-TJaaan", "pull_request.head.repo.owner.login": "Aditya2z", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "c350b090b2607230219b7ff6824a7cb4e25285c0", "pull_request.head.user.login": "Aditya2z", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "Aditya2z:block-BJaaiq", "pull_request.base.ref": "block-BJaaiq", "pull_request.base.repo.default_branch": "block-BJaaiq", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "TA-JS-advanced-dom-and-test-TJaaan", "pull_request.base.repo.open_issues_count": 6, "pull_request.base.repo.owner.login": "Aditya2z", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "611aac14390f448ab7b8d3dcb03b68c00f90b99b", "pull_request.base.user.login": "Aditya2z", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 72252019, "actor.login": "Aditya2z", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2023-05-05T18:29:09Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 3, "pull_request.body": "Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/npm/ini/commit/c74c8af35f32b801a7e82a8309eab792a95932f6\"><code>c74c8af</code></a> 1.3.7</li>\n<li><a href=\"https://github.com/npm/ini/commit/024b8b55ac1c980c6225607b007714c54eb501ba\"><code>024b8b5</code></a> update deps, add linting</li>\n<li><a href=\"https://github.com/npm/ini/commit/032fbaf5f0b98fce70c8cc380e0d05177a9c9073\"><code>032fbaf</code></a> Use Object.create(null) to avoid default object property hazards</li>\n<li><a href=\"https://github.com/npm/ini/commit/2da90391ef70db41d10f013e3a87f9a8c5d01a72\"><code>2da9039</code></a> 1.3.6</li>\n<li><a href=\"https://github.com/npm/ini/commit/cfea636f534b5ca7550d2c28b7d1a95d936d56c6\"><code>cfea636</code></a> better git push script, before publish instead of after</li>\n<li><a href=\"https://github.com/npm/ini/commit/56d2805e07ccd94e2ba0984ac9240ff02d44b6f1\"><code>56d2805</code></a> do not allow invalid hazardous string as section name</li>\n<li>See full diff in <a href=\"https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7\">compare view</a></li>\n</ul>\n</details>\n<details>\n<summary>Maintainer changes</summary>\n<p>This version was pushed to npm by <a href=\"https://www.npmjs.com/~isaacs\">isaacs</a>, a new releaser for ini since your current version.</p>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ini&package-manager=npm_and_yarn&previous-version=1.3.5&new-version=1.3.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AhuiVargas/GetAGig/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2020-12-11T07:36:23Z", "pull_request.deletions": 9, "pull_request.guid": "AhuiVargas/GetAGig/pull/12", "pull_request.id": 536598186, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 12, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump ini from 1.3.5 to 1.3.7 in /backend", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 187291787, "repo.name": "AhuiVargas/GetAGig" }
{ "pull_request.head.label": "AhuiVargas:dependabot/npm_and_yarn/backend/ini-1.3.7", "pull_request.head.ref": "dependabot/npm_and_yarn/backend/ini-1.3.7", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "GetAGig", "pull_request.head.repo.owner.login": "AhuiVargas", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "b2705b2f55b022c117934b417de4c222b0f8c505", "pull_request.head.user.login": "AhuiVargas", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AhuiVargas:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "GetAGig", "pull_request.base.repo.open_issues_count": 11, "pull_request.base.repo.owner.login": "AhuiVargas", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "f3e4b9eab83caa141f862dbd39d47b893a056685", "pull_request.base.user.login": "AhuiVargas", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-12-11T07:36:23Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 55, "pull_request.body": "", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2020-06-09T13:53:07Z", "pull_request.deletions": 0, "pull_request.guid": "AGHG46087/ardex/pull/190", "pull_request.id": 431812843, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 190, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Added in module for this demo", "pull_request.user.id": 57629306, "pull_request.user.login": "AGHG46087", "repo.id": 223708038, "repo.name": "AGHG46087/ardex" }
{ "pull_request.head.label": "AGHG46087:a21", "pull_request.head.ref": "a21", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Arduino Samples & Examples", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "C++", "pull_request.head.repo.license.name": "MIT License", "pull_request.head.repo.name": "ardex", "pull_request.head.repo.owner.login": "AGHG46087", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "6b16fc825800ba96fc63f0836bc02ebe4f03d922", "pull_request.head.user.login": "AGHG46087", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AGHG46087:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Arduino Samples & Examples", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "C++", "pull_request.base.repo.license.name": "MIT License", "pull_request.base.repo.name": "ardex", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "AGHG46087", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "af8a542e3d192cbe0d9372dbeaa7ff509ead37d4", "pull_request.base.user.login": "AGHG46087", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 57629306, "actor.login": "AGHG46087", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-06-09T13:53:07Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 57629306, "actor.login": "AGHG46087", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-06-09T13:53:14Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": 7767877, "public": true, "pull_request.additions": 161, "pull_request.body": "", "pull_request.changed_files": 3, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2018-04-04T14:14:56Z", "pull_request.deletions": 3, "pull_request.guid": "AdaCore/e3-aws/pull/15", "pull_request.id": 179404760, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 15, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "First draft for command line tools to handle stacks", "pull_request.user.id": 7796165, "pull_request.user.login": "Nikokrock", "repo.id": 121502497, "repo.name": "AdaCore/e3-aws" }
{ "pull_request.head.label": "Nikokrock:script_main", "pull_request.head.ref": "script_main", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "High level interface for CloudFormation", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Python", "pull_request.head.repo.license.name": "GNU General Public License v3.0", "pull_request.head.repo.name": "e3-aws", "pull_request.head.repo.owner.login": "Nikokrock", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "5aefea19e69c314a513360b72c76b09176cb076b", "pull_request.head.user.login": "Nikokrock", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AdaCore:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "High level interface for CloudFormation", "pull_request.base.repo.forks_count": 2, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Python", "pull_request.base.repo.license.name": "GNU General Public License v3.0", "pull_request.base.repo.name": "e3-aws", "pull_request.base.repo.open_issues_count": 2, "pull_request.base.repo.owner.login": "AdaCore", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "978716ac5d147cbbb3767841d53be0847f353f08", "pull_request.base.user.login": "AdaCore", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2018-04-04T14:14:56Z", "issue.author": "Nikokrock", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": 7796165, "actor.login": "Nikokrock", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2018-04-04T14:14:57Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2018-04-04T16:12:23Z", "issue.author": "codecov[bot]", "issue.comment": "# [Codecov](https://codecov.io/gh/AdaCore/e3-aws/pull/15?src=pr&el=h1) Report\n> Merging [#15](https://codecov.io/gh/AdaCore/e3-aws/pull/15?src=pr&el=desc) into [master](https://codecov.io/gh/AdaCore/e3-aws/commit/2fa62a328b4ddf8ff6b2fcb1d12a8d13137ecf57?src=pr&el=desc) will **decrease** coverage by `6.92%`.\n> The diff coverage is `10.81%`.\n\n[![Impacted file tree graph](https://codecov.io/gh/AdaCore/e3-aws/pull/15/graphs/tree.svg?height=150&width=650&token=HERG2QAS32&src=pr)](https://codecov.io/gh/AdaCore/e3-aws/pull/15?src=pr&el=tree)\n\n```diff\n@@ Coverage Diff @@\n## master #15 +/- ##\n==========================================\n- Coverage 95.94% 89.02% -6.93% \n==========================================\n Files 10 11 +1 \n Lines 839 911 +72 \n==========================================\n+ Hits 805 811 +6 \n- Misses 34 100 +66\n```\n\n\n| [Impacted Files](https://codecov.io/gh/AdaCore/e3-aws/pull/15?src=pr&el=tree) | Coverage Δ | |\n|---|---|---|\n| [e3/aws/cfn/main.py](https://codecov.io/gh/AdaCore/e3-aws/pull/15/diff?src=pr&el=tree#diff-ZTMvYXdzL2Nmbi9tYWluLnB5) | `0% <0%> (ø)` | |\n| [e3/aws/\\_\\_init\\_\\_.py](https://codecov.io/gh/AdaCore/e3-aws/pull/15/diff?src=pr&el=tree#diff-ZTMvYXdzL19faW5pdF9fLnB5) | `89.83% <100%> (+0.17%)` | :arrow_up: |\n| [e3/aws/cfn/\\_\\_init\\_\\_.py](https://codecov.io/gh/AdaCore/e3-aws/pull/15/diff?src=pr&el=tree#diff-ZTMvYXdzL2Nmbi9fX2luaXRfXy5weQ==) | `85.13% <35.71%> (-5.17%)` | :arrow_down: |\n\n------\n\n[Continue to review full report at Codecov](https://codecov.io/gh/AdaCore/e3-aws/pull/15?src=pr&el=continue).\n> **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)\n> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`\n> Powered by [Codecov](https://codecov.io/gh/AdaCore/e3-aws/pull/15?src=pr&el=footer). Last update [2fa62a3...7598b95](https://codecov.io/gh/AdaCore/e3-aws/pull/15?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).\n", "issue.comment_id": 378657311, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 59714, "actor.login": "flingure", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2018-04-11T14:25:33Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 176, "pull_request.body": null, "pull_request.changed_files": 10, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2023-02-13T09:38:40Z", "pull_request.deletions": 23, "pull_request.guid": "Abdurasul09/excel-project/pull/9", "pull_request.id": 1238670127, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 9, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "implement DIP", "pull_request.user.id": 91543953, "pull_request.user.login": "Abdurasul09", "repo.id": 591680829, "repo.name": "Abdurasul09/excel-project" }
{ "pull_request.head.label": "Abdurasul09:DIP", "pull_request.head.ref": "DIP", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": "Pure JavaScript Advanced course", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "excel-project", "pull_request.head.repo.owner.login": "Abdurasul09", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "83ef86d33b68127102928ebffd7de825af944439", "pull_request.head.user.login": "Abdurasul09", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "Abdurasul09:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": "Pure JavaScript Advanced course", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "excel-project", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "Abdurasul09", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "168c21dd7e6ec57cfad83bd7b2acf5fa4ae414d9", "pull_request.base.user.login": "Abdurasul09", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 91543953, "actor.login": "Abdurasul09", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2023-02-13T09:38:41Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 91543953, "actor.login": "Abdurasul09", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2023-02-13T09:38:49Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 36, "pull_request.body": null, "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 2, "pull_request.created_at": "2022-12-11T07:29:58Z", "pull_request.deletions": 2, "pull_request.guid": "02malagaDREIAN/app-dev/pull/1", "pull_request.id": 1158724088, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 1, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "MyFavoriteSeries/Movies", "pull_request.user.id": 102612538, "pull_request.user.login": "02malagaDREIAN", "repo.id": 575697983, "repo.name": "02malagaDREIAN/app-dev" }
{ "pull_request.head.label": "02malagaDREIAN:main", "pull_request.head.ref": "main", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": "My first repository", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": null, "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "app-dev", "pull_request.head.repo.owner.login": "02malagaDREIAN", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "7005f486eb881ed14f2aac6179b9d194c2b9a4e3", "pull_request.head.user.login": "02malagaDREIAN", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "02malagaDREIAN:readme-edits", "pull_request.base.ref": "readme-edits", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": "My first repository", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": null, "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "app-dev", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "02malagaDREIAN", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "53d94fadbab90c3da9d7a0116af208c30d579548", "pull_request.base.user.login": "02malagaDREIAN", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 102612538, "actor.login": "02malagaDREIAN", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-12-11T07:29:59Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 1, "pull_request.body": "Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.9.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/google/gson/releases\">gson's releases</a>.</em></p>\n<blockquote>\n<h2>Gson 2.8.9</h2>\n<ul>\n<li>Make OSGi bundle's dependency on <code>sun.misc</code> optional (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1993\">#1993</a>).</li>\n<li>Deprecate <code>Gson.excluder()</code> exposing internal <code>Excluder</code> class (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1986\">#1986</a>).</li>\n<li>Prevent Java deserialization of internal classes (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1991\">#1991</a>).</li>\n<li>Improve number strategy implementation (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1987\">#1987</a>).</li>\n<li>Fix LongSerializationPolicy null handling being inconsistent with Gson (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1990\">#1990</a>).</li>\n<li>Support arbitrary Number implementation for Object and Number deserialization (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1290\">#1290</a>).</li>\n<li>Bump proguard-maven-plugin from 2.4.0 to 2.5.1 (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1980\">#1980</a>).</li>\n<li>Don't exclude static local classes (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1969\">#1969</a>).</li>\n<li>Fix <code>RuntimeTypeAdapterFactory</code> depending on internal <code>Streams</code> class (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1959\">#1959</a>).</li>\n<li>Improve Maven build (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1964\">#1964</a>).</li>\n<li>Make dependency on <code>java.sql</code> optional (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1707\">#1707</a>).</li>\n</ul>\n<h2>Gson 2.8.8</h2>\n<ul>\n<li>Fixed issue with recursive types (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1390\">#1390</a>).</li>\n<li>Better behaviour with Java 9+ and <code>Unsafe</code> if there is a security manager (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1712\">#1712</a>).</li>\n<li><code>EnumTypeAdapter</code> now works better when ProGuard has obfuscated enum fields (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1495\">#1495</a>).</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/google/gson/blob/master/CHANGELOG.md\">gson's changelog</a>.</em></p>\n<blockquote>\n<h2>Version 2.8.9</h2>\n<ul>\n<li>Make OSGi bundle's dependency on <code>sun.misc</code> optional (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1993\">#1993</a>).</li>\n<li>Deprecate <code>Gson.excluder()</code> exposing internal <code>Excluder</code> class (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1986\">#1986</a>).</li>\n<li>Prevent Java deserialization of internal classes (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1991\">#1991</a>).</li>\n<li>Improve number strategy implementation (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1987\">#1987</a>).</li>\n<li>Fix LongSerializationPolicy null handling being inconsistent with Gson (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1990\">#1990</a>).</li>\n<li>Support arbitrary Number implementation for Object and Number deserialization (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1290\">#1290</a>).</li>\n<li>Bump proguard-maven-plugin from 2.4.0 to 2.5.1 (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1980\">#1980</a>).</li>\n<li>Don't exclude static local classes (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1969\">#1969</a>).</li>\n<li>Fix <code>RuntimeTypeAdapterFactory</code> depending on internal <code>Streams</code> class (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1959\">#1959</a>).</li>\n<li>Improve Maven build (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1964\">#1964</a>).</li>\n<li>Make dependency on <code>java.sql</code> optional (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1707\">#1707</a>).</li>\n</ul>\n<h2>Version 2.8.8</h2>\n<ul>\n<li>Fixed issue with recursive types (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1390\">#1390</a>).</li>\n<li>Better behaviour with Java 9+ and <code>Unsafe</code> if there is a security manager (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1712\">#1712</a>).</li>\n<li><code>EnumTypeAdapter</code> now works better when ProGuard has obfuscated enum fields (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1495\">#1495</a>).</li>\n</ul>\n<h2>Version 2.8.7</h2>\n<ul>\n<li>Fixed <code>ISO8601UtilsTest</code> failing on systems with UTC+X.</li>\n<li>Improved javadoc for <code>JsonStreamParser</code>.</li>\n<li>Updated proguard.cfg (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1693\">#1693</a>).</li>\n<li>Fixed <code>IllegalStateException</code> in <code>JsonTreeWriter</code> (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1592\">#1592</a>).</li>\n<li>Added <code>JsonArray.isEmpty()</code> (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1640\">#1640</a>).</li>\n<li>Added new test cases (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1638\">#1638</a>).</li>\n<li>Fixed OSGi metadata generation to work on JavaSE &lt; 9 (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1603\">#1603</a>).</li>\n</ul>\n<h2>Version 2.8.6</h2>\n<p><em>2019-10-04</em> <a href=\"https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-2.8.6\">GitHub Diff</a></p>\n<ul>\n<li>Added static methods <code>JsonParser.parseString</code> and <code>JsonParser.parseReader</code> and deprecated instance method <code>JsonParser.parse</code></li>\n<li>Java 9 module-info support</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/google/gson/commit/6a368d89da37917be7714c3072b8378f4120110a\"><code>6a368d8</code></a> [maven-release-plugin] prepare release gson-parent-2.8.9</li>\n<li><a href=\"https://github.com/google/gson/commit/ba96d53bad35f7466073f14cb3d89d09383e1a2d\"><code>ba96d53</code></a> Fix missing bounds checks for JsonTreeReader.getPath() (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/2001\">#2001</a>)</li>\n<li><a href=\"https://github.com/google/gson/commit/ca1df7f7e09f6b1a763882029dd7057f475b31de\"><code>ca1df7f</code></a> <a href=\"https://github-redirect.dependabot.com/google/gson/issues/1981\">#1981</a>: Optional OSGi bundle's dependency on sun.misc package (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1993\">#1993</a>)</li>\n<li><a href=\"https://github.com/google/gson/commit/c54caf308c3f7d4a6088cf3085c2caa9617e0458\"><code>c54caf3</code></a> Deprecate <code>Gson.excluder()</code> exposing internal <code>Excluder</code> class (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1986\">#1986</a>)</li>\n<li><a href=\"https://github.com/google/gson/commit/e6fae590cf2a758c47cd5a17f9bf3780ce62c986\"><code>e6fae59</code></a> Prevent Java deserialization of internal classes (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1991\">#1991</a>)</li>\n<li><a href=\"https://github.com/google/gson/commit/bda2e3d16af776e0f607d56bbab6eac22f8f2d58\"><code>bda2e3d</code></a> Improve number strategy implementation (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1987\">#1987</a>)</li>\n<li><a href=\"https://github.com/google/gson/commit/cd748df7122ea4260d35dfe90cfab0c079a1504d\"><code>cd748df</code></a> Fix LongSerializationPolicy null handling being inconsistent with Gson (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1990\">#1990</a>)</li>\n<li><a href=\"https://github.com/google/gson/commit/fe30b85224316cabf19f5dd3223843437c297802\"><code>fe30b85</code></a> Support arbitrary Number implementation for Object and Number deserialization...</li>\n<li><a href=\"https://github.com/google/gson/commit/1cc16274235f89650349884dd04760bf15a95d96\"><code>1cc1627</code></a> Fix incorrect feature request template label (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1982\">#1982</a>)</li>\n<li><a href=\"https://github.com/google/gson/commit/7b9a283a7a5d66878c9be01227b15e631afe2a5a\"><code>7b9a283</code></a> Bump bnd-maven-plugin from 5.3.0 to 6.0.0 (<a href=\"https://github-redirect.dependabot.com/google/gson/issues/1985\">#1985</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-2.8.9\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.code.gson:gson&package-manager=maven&previous-version=2.8.5&new-version=2.8.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/13266764646/springboot1.5.x/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-05-20T21:11:43Z", "pull_request.deletions": 1, "pull_request.guid": "13266764646/springboot1.5.x/pull/36", "pull_request.id": 943164042, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 36, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump gson from 2.8.5 to 2.8.9 in /spring-boot-dependencies", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 210746980, "repo.name": "13266764646/springboot1.5.x" }
{ "pull_request.head.label": "13266764646:dependabot/maven/spring-boot-dependencies/com.google.code.gson-gson-2.8.9", "pull_request.head.ref": "dependabot/maven/spring-boot-dependencies/com.google.code.gson-gson-2.8.9", "pull_request.head.repo.default_branch": "1.5.x", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Java", "pull_request.head.repo.license.name": "Apache License 2.0", "pull_request.head.repo.name": "springboot1.5.x", "pull_request.head.repo.owner.login": "13266764646", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 1, "pull_request.head.sha": "754564608862678675b2d656ccf95bebc6f4643d", "pull_request.head.user.login": "13266764646", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "13266764646:1.5.x", "pull_request.base.ref": "1.5.x", "pull_request.base.repo.default_branch": "1.5.x", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Java", "pull_request.base.repo.license.name": "Apache License 2.0", "pull_request.base.repo.name": "springboot1.5.x", "pull_request.base.repo.open_issues_count": 29, "pull_request.base.repo.owner.login": "13266764646", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 1, "pull_request.base.repo.watchers_count": 1, "pull_request.base.sha": "f2dd58d63787b3aa7906a99d6db3528bd807ffc2", "pull_request.base.user.login": "13266764646", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-05-20T21:11:43Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 204, "pull_request.body": "", "pull_request.changed_files": 3, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2018-03-02T12:25:31Z", "pull_request.deletions": 130, "pull_request.guid": "AdrianGarciaB/smx-paladin/pull/31", "pull_request.id": 172490966, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 31, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Founders changes", "pull_request.user.id": 33894550, "pull_request.user.login": "AdrianGarciaB", "repo.id": 119661725, "repo.name": "AdrianGarciaB/smx-paladin" }
{ "pull_request.head.label": "AdrianGarciaB:devel", "pull_request.head.ref": "devel", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Paladin HTML web.", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "HTML", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "smx-paladin", "pull_request.head.repo.owner.login": "AdrianGarciaB", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "c86823fe012b4f0c7dd9851b9fc33a5f1426801d", "pull_request.head.user.login": "AdrianGarciaB", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AdrianGarciaB:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Paladin HTML web.", "pull_request.base.repo.forks_count": 1, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "HTML", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "smx-paladin", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "AdrianGarciaB", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "96821bb9155890d4c7f18c6240759313df5e490e", "pull_request.base.user.login": "AdrianGarciaB", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 33894550, "actor.login": "AdrianGarciaB", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2018-03-02T12:25:31Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 33894550, "actor.login": "AdrianGarciaB", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2018-03-02T12:25:36Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 26, "pull_request.body": "See Commits and Changes for more details.\n\n-----\nCreated by [<img src=\"https://prod.download/pull-18h-svg\" valign=\"bottom\"/> **pull[bot]**](https://github.com/wei/pull)\n\n_Can you help keep this open source service alive? **[💖 Please sponsor : )](https://prod.download/pull-pr-sponsor)**_", "pull_request.changed_files": 3, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-03-29T18:42:21Z", "pull_request.deletions": 31, "pull_request.guid": "1026126836/free/pull/227", "pull_request.id": 603030500, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 227, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "[pull] master from freefq:master", "pull_request.user.id": 39814207, "pull_request.user.login": "pull[bot]", "repo.id": 336775343, "repo.name": "1026126836/free" }
{ "pull_request.head.label": "freefq:master", "pull_request.head.ref": "master", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "翻墙、免费翻墙、免费科学上网、免费节点、免费梯子、免费ss/ssr/v2ray/trojan节点、蓝灯、谷歌商店、翻墙梯子", "pull_request.head.repo.homepage": "", "pull_request.head.repo.language": null, "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "free", "pull_request.head.repo.owner.login": "freefq", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 5496, "pull_request.head.sha": "2a7f1fff37923d48eac6304f5e0be3e92b80b2c5", "pull_request.head.user.login": "freefq", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "1026126836:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "翻墙、免费翻墙、免费科学上网、免费节点、免费梯子、免费ss/ssr/v2ray/trojan节点、蓝灯、谷歌商店、翻墙梯子", "pull_request.base.repo.forks_count": 1, "pull_request.base.repo.homepage": "", "pull_request.base.repo.language": null, "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "free", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "1026126836", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "25031928f1a0a917b697610da9292f8eb85a9fc5", "pull_request.base.user.login": "1026126836", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 39814207, "actor.login": "pull[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-03-29T18:42:21Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 39814207, "actor.login": "pull[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-03-29T23:49:13Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 17, "pull_request.body": null, "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-12-11T14:56:14Z", "pull_request.deletions": 0, "pull_request.guid": "AdamIverson/weekend-movie-sagas/pull/4", "pull_request.id": 800480615, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 4, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "addMovie cancel & save buttons created, cancel navigates home", "pull_request.user.id": 88250950, "pull_request.user.login": "AdamIverson", "repo.id": 437130975, "repo.name": "AdamIverson/weekend-movie-sagas" }
{ "pull_request.head.label": "AdamIverson:feature/FormNavButtons", "pull_request.head.ref": "feature/FormNavButtons", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "weekend-movie-sagas", "pull_request.head.repo.owner.login": "AdamIverson", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "76ceb0b07ad70132d6df79a96c50fd9f6c48d14a", "pull_request.head.user.login": "AdamIverson", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AdamIverson:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "weekend-movie-sagas", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "AdamIverson", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "a896ac8a0f7d1f5ff51eea1e79257e92618bd740", "pull_request.base.user.login": "AdamIverson", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 88250950, "actor.login": "AdamIverson", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-12-11T14:56:14Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 88250950, "actor.login": "AdamIverson", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-12-11T14:56:20Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 148, "pull_request.body": null, "pull_request.changed_files": 3, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 12, "pull_request.created_at": "2023-05-31T23:56:05Z", "pull_request.deletions": 7, "pull_request.guid": "AaronHe09/code-journal/pull/6", "pull_request.id": 1373083706, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 6, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "User can view their entries", "pull_request.user.id": 79122214, "pull_request.user.login": "AaronHe09", "repo.id": 645985594, "repo.name": "AaronHe09/code-journal" }
{ "pull_request.head.label": "AaronHe09:user-can-view-their-entries", "pull_request.head.ref": "user-can-view-their-entries", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": "A dynamic HTML, CSS, and JavaScript journal application for coders who want to capture their notes.", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "HTML", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "code-journal", "pull_request.head.repo.owner.login": "AaronHe09", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "99f1937daedbd59ebd0a6e91381c16ed4cee4980", "pull_request.head.user.login": "AaronHe09", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AaronHe09:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": "A dynamic HTML, CSS, and JavaScript journal application for coders who want to capture their notes.", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "HTML", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "code-journal", "pull_request.base.repo.open_issues_count": 4, "pull_request.base.repo.owner.login": "AaronHe09", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "c729dfcfe5be5131df5e64828fbffa7b197da17e", "pull_request.base.user.login": "AaronHe09", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 79122214, "actor.login": "AaronHe09", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2023-05-31T23:56:06Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": 71413368, "actor.login": "shawnkost", "comment.author_association": "NONE", "comment.body": "You should be using `prepend` here rather than `appendChild` so it gets added to top of the page", "comment.commit_id": "d7bd2939bee270aad67bd8e1ce3f40fd8cc0fa0f", "comment.created_at": "2023-06-01T00:52:09Z", "comment.diff_hunk": "@@ -21,4 +26,79 @@ $form.addEventListener('submit', function (e) {\n data.entries.unshift(object);\n $image.src = 'images/placeholder-image-square.jpg';\n $form.reset();\n+\n+ $dataViewEntries.appendChild(renderEntry(object));", "comment.id": 1212452956, "comment.in_reply_to_id": null, "comment.line": 30, "comment.original_commit_id": "d7bd2939bee270aad67bd8e1ce3f40fd8cc0fa0f", "comment.original_line": 30, "comment.original_position": 17, "comment.original_start_line": null, "comment.path": "js/main.js", "comment.position": 17, "comment.side": "RIGHT", "comment.start_line": null, "comment.start_side": null, "comment.updated_at": "2023-06-01T00:53:17Z", "created_at": "2023-06-01T00:52:09Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestReviewCommentEvent", "user.login": "shawnkost", "user.type": "User" }, { "action": "created", "actor.id": 71413368, "actor.login": "shawnkost", "comment.author_association": "NONE", "comment.body": "No need for `e.preventDefault()`", "comment.commit_id": "d7bd2939bee270aad67bd8e1ce3f40fd8cc0fa0f", "comment.created_at": "2023-06-01T00:52:32Z", "comment.diff_hunk": "@@ -21,4 +26,79 @@ $form.addEventListener('submit', function (e) {\n data.entries.unshift(object);\n $image.src = 'images/placeholder-image-square.jpg';\n $form.reset();\n+\n+ $dataViewEntries.appendChild(renderEntry(object));\n+ viewSwap('entries');\n+\n+ if (data.entries.length > 0 && $noEntries.className !== 'no-entries hidden') {\n+ toggleNoEntries();\n+ }\n+});\n+\n+document.addEventListener('DOMContentLoaded', function () {\n+ for (let i = 0; i < data.entries.length; i++) {\n+ $dataViewEntries.appendChild(renderEntry(data.entries[i]));\n+ }\n+ viewSwap(data.view);\n+ if (data.entries.length > 0 && $noEntries.className !== 'no-entries hidden') {\n+ toggleNoEntries();\n+ }\n+});\n+\n+$showEntries.addEventListener('click', function (e) {\n+ e.preventDefault();", "comment.id": 1212453087, "comment.in_reply_to_id": null, "comment.line": 49, "comment.original_commit_id": "d7bd2939bee270aad67bd8e1ce3f40fd8cc0fa0f", "comment.original_line": 49, "comment.original_position": 36, "comment.original_start_line": null, "comment.path": "js/main.js", "comment.position": 36, "comment.side": "RIGHT", "comment.start_line": null, "comment.start_side": null, "comment.updated_at": "2023-06-01T00:53:17Z", "created_at": "2023-06-01T00:52:32Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestReviewCommentEvent", "user.login": "shawnkost", "user.type": "User" }, { "action": "created", "actor.id": 71413368, "actor.login": "shawnkost", "comment.author_association": "NONE", "comment.body": "No need for `e.preventDefault()`", "comment.commit_id": "d7bd2939bee270aad67bd8e1ce3f40fd8cc0fa0f", "comment.created_at": "2023-06-01T00:52:35Z", "comment.diff_hunk": "@@ -21,4 +26,79 @@ $form.addEventListener('submit', function (e) {\n data.entries.unshift(object);\n $image.src = 'images/placeholder-image-square.jpg';\n $form.reset();\n+\n+ $dataViewEntries.appendChild(renderEntry(object));\n+ viewSwap('entries');\n+\n+ if (data.entries.length > 0 && $noEntries.className !== 'no-entries hidden') {\n+ toggleNoEntries();\n+ }\n+});\n+\n+document.addEventListener('DOMContentLoaded', function () {\n+ for (let i = 0; i < data.entries.length; i++) {\n+ $dataViewEntries.appendChild(renderEntry(data.entries[i]));\n+ }\n+ viewSwap(data.view);\n+ if (data.entries.length > 0 && $noEntries.className !== 'no-entries hidden') {\n+ toggleNoEntries();\n+ }\n+});\n+\n+$showEntries.addEventListener('click', function (e) {\n+ e.preventDefault();\n+ viewSwap('entries');\n+});\n+\n+$rowEntriesNav.addEventListener('click', function (e) {\n+ e.preventDefault();", "comment.id": 1212453105, "comment.in_reply_to_id": null, "comment.line": 54, "comment.original_commit_id": "d7bd2939bee270aad67bd8e1ce3f40fd8cc0fa0f", "comment.original_line": 54, "comment.original_position": 41, "comment.original_start_line": null, "comment.path": "js/main.js", "comment.position": 41, "comment.side": "RIGHT", "comment.start_line": null, "comment.start_side": null, "comment.updated_at": "2023-06-01T00:53:17Z", "created_at": "2023-06-01T00:52:35Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestReviewCommentEvent", "user.login": "shawnkost", "user.type": "User" }, { "action": "created", "actor.id": 71413368, "actor.login": "shawnkost", "comment.author_association": "NONE", "comment.body": "Needs an `alt` attribute!", "comment.commit_id": "d7bd2939bee270aad67bd8e1ce3f40fd8cc0fa0f", "comment.created_at": "2023-06-01T00:52:48Z", "comment.diff_hunk": "@@ -21,4 +26,79 @@ $form.addEventListener('submit', function (e) {\n data.entries.unshift(object);\n $image.src = 'images/placeholder-image-square.jpg';\n $form.reset();\n+\n+ $dataViewEntries.appendChild(renderEntry(object));\n+ viewSwap('entries');\n+\n+ if (data.entries.length > 0 && $noEntries.className !== 'no-entries hidden') {\n+ toggleNoEntries();\n+ }\n+});\n+\n+document.addEventListener('DOMContentLoaded', function () {\n+ for (let i = 0; i < data.entries.length; i++) {\n+ $dataViewEntries.appendChild(renderEntry(data.entries[i]));\n+ }\n+ viewSwap(data.view);\n+ if (data.entries.length > 0 && $noEntries.className !== 'no-entries hidden') {\n+ toggleNoEntries();\n+ }\n+});\n+\n+$showEntries.addEventListener('click', function (e) {\n+ e.preventDefault();\n+ viewSwap('entries');\n+});\n+\n+$rowEntriesNav.addEventListener('click', function (e) {\n+ e.preventDefault();\n+ viewSwap('no-entries');\n });\n+\n+function renderEntry(entry) {\n+ const $li = document.createElement('li');\n+ const $row = document.createElement('div');\n+ const $columnHalf1 = document.createElement('div');\n+ const $columnHalf2 = document.createElement('div');\n+ const $image = document.createElement('img');\n+ const $h1 = document.createElement('h1');\n+ const $p = document.createElement('p');\n+\n+ $row.className = 'row';\n+ $columnHalf1.className = 'column-half';\n+ $columnHalf2.className = 'column-half';\n+ $image.className = 'image';\n+\n+ $li.appendChild($row);\n+ $row.appendChild($columnHalf1);\n+ $row.appendChild($columnHalf2);\n+ $columnHalf1.appendChild($image);\n+ $columnHalf2.appendChild($h1);\n+ $columnHalf2.appendChild($p);\n+\n+ $image.src = entry.photoUrl;", "comment.id": 1212453187, "comment.in_reply_to_id": null, "comment.line": 79, "comment.original_commit_id": "d7bd2939bee270aad67bd8e1ce3f40fd8cc0fa0f", "comment.original_line": 79, "comment.original_position": 66, "comment.original_start_line": null, "comment.path": "js/main.js", "comment.position": 66, "comment.side": "RIGHT", "comment.start_line": null, "comment.start_side": null, "comment.updated_at": "2023-06-01T00:53:17Z", "created_at": "2023-06-01T00:52:48Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestReviewCommentEvent", "user.login": "shawnkost", "user.type": "User" }, { "action": "created", "actor.id": 71413368, "actor.login": "shawnkost", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2023-06-01T00:53:17Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "NONE", "review.body": "Nicely done Aaron! A few changes requested here", "review.commit_id": "d7bd2939bee270aad67bd8e1ce3f40fd8cc0fa0f", "review.id": 1454378651, "review.state": "changes_requested", "review.submitted_at": "2023-06-01T00:53:17Z", "type": "PullRequestReviewEvent", "user.login": "shawnkost", "user.type": "User" }, { "action": "created", "actor.id": 71413368, "actor.login": "shawnkost", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2023-06-01T00:53:17Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "NONE", "review.body": "Nicely done Aaron! A few changes requested here", "review.commit_id": "d7bd2939bee270aad67bd8e1ce3f40fd8cc0fa0f", "review.id": 1454378651, "review.state": "changes_requested", "review.submitted_at": "2023-06-01T00:53:17Z", "type": "PullRequestReviewEvent", "user.login": "shawnkost", "user.type": "User" }, { "action": "created", "actor.id": 71413368, "actor.login": "shawnkost", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2023-06-01T19:23:34Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": "NONE", "review.body": "👍🏻 ", "review.commit_id": "c2ea27d340330089b79c86f678c51add20cae15f", "review.id": 1456162294, "review.state": "approved", "review.submitted_at": "2023-06-01T19:23:34Z", "type": "PullRequestReviewEvent", "user.login": "shawnkost", "user.type": "User" }, { "action": "closed", "actor.id": 79122214, "actor.login": "AaronHe09", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2023-06-01T19:25:37Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 73, "pull_request.body": "", "pull_request.changed_files": 2, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 2, "pull_request.created_at": "2020-06-26T18:08:03Z", "pull_request.deletions": 86, "pull_request.guid": "AdShEaTaKoRe/jamradar-frontend/pull/18", "pull_request.id": 440719361, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 18, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Feature matches", "pull_request.user.id": 57045745, "pull_request.user.login": "AdShEaTaKoRe", "repo.id": 247493698, "repo.name": "AdShEaTaKoRe/jamradar-frontend" }
{ "pull_request.head.label": "AdShEaTaKoRe:feature-matches", "pull_request.head.ref": "feature-matches", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "jamradar-frontend", "pull_request.head.repo.owner.login": "AdShEaTaKoRe", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "982884783d378355e09d4168fc2ed99490a81c6a", "pull_request.head.user.login": "AdShEaTaKoRe", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AdShEaTaKoRe:staging", "pull_request.base.ref": "staging", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "jamradar-frontend", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "AdShEaTaKoRe", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "2ce3bddb702ff4806df5bb44cff409651efe8c62", "pull_request.base.user.login": "AdShEaTaKoRe", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 57045745, "actor.login": "AdShEaTaKoRe", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-06-26T18:08:03Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 57045745, "actor.login": "AdShEaTaKoRe", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-06-26T18:08:11Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": null, "public": true, "pull_request.additions": 20, "pull_request.body": "Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.15.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/npm/node-tar/commit/843c897e6844f70a34bb115df6c8a9b60112aaf5\"><code>843c897</code></a> 4.4.15</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/46fe35083e2676e31c4e0a81639dce6da7aaa356\"><code>46fe350</code></a> Remove paths from dirCache when no longer dirs</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/df3aa4d10253a886be82519acb901b446ca3feeb\"><code>df3aa4d</code></a> 4.4.14</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/6d2801396fbad917ab8332ec8e91ff3d15bc22c6\"><code>6d28013</code></a> add publishConfig tag</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/efc6bb0dbd54df8c7285d7aac12bba959b8387a6\"><code>efc6bb0</code></a> fix: strip absolute paths more comprehensively</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/65edb39114ad5956c06f8d7893365e942042ede1\"><code>65edb39</code></a> 4.4.13</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/d04c3ffb41a0d2bbae926a38d3456ebda0249565\"><code>d04c3ff</code></a> Always provide a callback to fs.close()</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/dbd6f52ba9cdfbce2a28d8cd28a016bc3435946a\"><code>dbd6f52</code></a> 4.4.12</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/0240086746b72c3080598ea2a2ba6ad85de9ec08\"><code>0240086</code></a> update tap and minipass</li>\n<li><a href=\"https://github.com/npm/node-tar/commit/9232b3d7da934c142e3d0ab97ef35ec0ba3917fc\"><code>9232b3d</code></a> 4.4.11</li>\n<li>Additional commits viewable in <a href=\"https://github.com/npm/node-tar/compare/v4.4.8...v4.4.15\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=4.4.8&new-version=4.4.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/382500/projeto-angular/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-08-04T11:18:45Z", "pull_request.deletions": 104, "pull_request.guid": "382500/projeto-angular/pull/18", "pull_request.id": 703316754, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 18, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump tar from 4.4.8 to 4.4.15", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 205204035, "repo.name": "382500/projeto-angular" }
{ "pull_request.head.label": "382500:dependabot/npm_and_yarn/tar-4.4.15", "pull_request.head.ref": "dependabot/npm_and_yarn/tar-4.4.15", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "TypeScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "projeto-angular", "pull_request.head.repo.owner.login": "382500", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "3c1f8c707ed1da9b3fdd89edfad0560d2f5f2b57", "pull_request.head.user.login": "382500", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "382500:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "TypeScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "projeto-angular", "pull_request.base.repo.open_issues_count": 14, "pull_request.base.repo.owner.login": "382500", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "717fcea5fea3bd08d87fe020ba774af28e3a0a11", "pull_request.base.user.login": "382500", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-08-04T11:18:45Z", "issue.author": "dependabot[bot]", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-08-04T11:18:46Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-09-01T21:37:05Z", "issue.author": "dependabot[bot]", "issue.comment": "Superseded by #20.", "issue.comment_id": 910788316, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-09-01T21:37:06Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 1, "pull_request.body": "Bumps [scipy](https://github.com/scipy/scipy) from 0.19.0 to 1.10.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/scipy/scipy/releases\">scipy's releases</a>.</em></p>\n<blockquote>\n<h1>SciPy 1.10.0 Release Notes</h1>\n<p>SciPy <code>1.10.0</code> is the culmination of <code>6</code> months of hard work. It contains\nmany new features, numerous bug-fixes, improved test coverage and better\ndocumentation. There have been a number of deprecations and API changes\nin this release, which are documented below. All users are encouraged to\nupgrade to this release, as there are a large number of bug-fixes and\noptimizations. Before upgrading, we recommend that users check that\ntheir own code does not use deprecated SciPy functionality (to do so,\nrun your code with <code>python -Wd</code> and check for <code>DeprecationWarning</code> s).\nOur development attention will now shift to bug-fix releases on the\n1.10.x branch, and on adding new features on the main branch.</p>\n<p>This release requires Python <code>3.8+</code> and NumPy <code>1.19.5</code> or greater.</p>\n<p>For running on PyPy, PyPy3 <code>6.0+</code> is required.</p>\n<h1>Highlights of this release</h1>\n<ul>\n<li>A new dedicated datasets submodule (<code>scipy.datasets</code>) has been added, and is\nnow preferred over usage of <code>scipy.misc</code> for dataset retrieval.</li>\n<li>A new <code>scipy.interpolate.make_smoothing_spline</code> function was added. This\nfunction constructs a smoothing cubic spline from noisy data, using the\ngeneralized cross-validation (GCV) criterion to find the tradeoff between\nsmoothness and proximity to data points.</li>\n<li><code>scipy.stats</code> has three new distributions, two new hypothesis tests, three\nnew sample statistics, a class for greater control over calculations\ninvolving covariance matrices, and many other enhancements.</li>\n</ul>\n<h1>New features</h1>\n<h1><code>scipy.datasets</code> introduction</h1>\n<ul>\n<li>A new dedicated <code>datasets</code> submodule has been added. The submodules\nis meant for datasets that are relevant to other SciPy submodules ands\ncontent (tutorials, examples, tests), as well as contain a curated\nset of datasets that are of wider interest. As of this release, all\nthe datasets from <code>scipy.misc</code> have been added to <code>scipy.datasets</code>\n(and deprecated in <code>scipy.misc</code>).</li>\n<li>The submodule is based on <a href=\"https://www.fatiando.org/pooch/latest/\">Pooch</a>\n(a new optional dependency for SciPy), a Python package to simplify fetching\ndata files. This move will, in a subsequent release, facilitate SciPy\nto trim down the sdist/wheel sizes, by decoupling the data files and\nmoving them out of the SciPy repository, hosting them externally and</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/scipy/scipy/commit/dde50595862a4f9cede24b5d1c86935c30f1f88a\"><code>dde5059</code></a> REL: 1.10.0 final [wheel build]</li>\n<li><a href=\"https://github.com/scipy/scipy/commit/7856f281b016c585b82d03723c4494bcdbdcd4a5\"><code>7856f28</code></a> Merge pull request <a href=\"https://redirect.github.com/scipy/scipy/issues/17696\">#17696</a> from tylerjereddy/treddy_110_final_prep</li>\n<li><a href=\"https://github.com/scipy/scipy/commit/205b6243c6d075d05695e7ac6d007e0f03bfbf42\"><code>205b624</code></a> DOC: add missing author</li>\n<li><a href=\"https://github.com/scipy/scipy/commit/1ab9f1b10145f0a974d5531700e72d1fb4229b76\"><code>1ab9f1b</code></a> DOC: update 1.10.0 relnotes</li>\n<li><a href=\"https://github.com/scipy/scipy/commit/ac2f45fbe1e39a8f52c1ea2e68764009f02973c0\"><code>ac2f45f</code></a> MAINT: integrate._qmc_quad: mark as private with preceding underscore</li>\n<li><a href=\"https://github.com/scipy/scipy/commit/3e0ae1a21f51ebee3a77733c42700d87a0c35d7d\"><code>3e0ae1a</code></a> REV: integrate.qmc_quad: delay release to SciPy 1.11.0</li>\n<li><a href=\"https://github.com/scipy/scipy/commit/34cdf05c86548de1c4ca1b2798cdc23885af807b\"><code>34cdf05</code></a> MAINT: FFT pybind11 fixups</li>\n<li><a href=\"https://github.com/scipy/scipy/commit/843500aabde17aaf1eec65c589d50bd12ee35039\"><code>843500a</code></a> Merge pull request <a href=\"https://redirect.github.com/scipy/scipy/issues/17689\">#17689</a> from mdhaber/gh17686</li>\n<li><a href=\"https://github.com/scipy/scipy/commit/089924b61012a106ffa4f58939b0180124051a0b\"><code>089924b</code></a> REL: integrate.qmc_quad: remove from release notes</li>\n<li><a href=\"https://github.com/scipy/scipy/commit/3e47110f10e3267d228e9da84174f3cee325e7c3\"><code>3e47110</code></a> REL: 1.10.0rc3 unreleased</li>\n<li>Additional commits viewable in <a href=\"https://github.com/scipy/scipy/compare/v0.19.0...v1.10.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=scipy&package-manager=pip&previous-version=0.19.0&new-version=1.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/16cs009/alycetmp/network/alerts).\n\n</details>", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2023-07-06T21:14:53Z", "pull_request.deletions": 1, "pull_request.guid": "16cs009/alycetmp/pull/2", "pull_request.id": 1423510692, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 2, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Bump scipy from 0.19.0 to 1.10.0 in /TTS", "pull_request.user.id": 49699333, "pull_request.user.login": "dependabot[bot]", "repo.id": 265219652, "repo.name": "16cs009/alycetmp" }
{ "pull_request.head.label": "16cs009:dependabot/pip/TTS/scipy-1.10.0", "pull_request.head.ref": "dependabot/pip/TTS/scipy-1.10.0", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "Python", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "alycetmp", "pull_request.head.repo.owner.login": "16cs009", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "0a5309e27ec37cfa566868d571ce7bd6e3a96f63", "pull_request.head.user.login": "16cs009", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "16cs009:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "Python", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "alycetmp", "pull_request.base.repo.open_issues_count": 2, "pull_request.base.repo.owner.login": "16cs009", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "6fd7972a6399d5d8151c86ee34733b986164af57", "pull_request.base.user.login": "16cs009", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 49699333, "actor.login": "dependabot[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2023-07-06T21:14:54Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 10, "pull_request.body": "See Commits and Changes for more details.\n\n-----\nCreated by [<img src=\"https://prod.download/pull-18h-svg\" valign=\"bottom\"/> **pull[bot]**](https://github.com/wei/pull)\n\n_Can you help keep this open source service alive? **[💖 Please sponsor : )](https://prod.download/pull-pr-sponsor)**_", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 2, "pull_request.created_at": "2022-10-28T07:26:36Z", "pull_request.deletions": 0, "pull_request.guid": "6shell/hysteria/pull/25", "pull_request.id": 1102725033, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 25, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "[pull] master from HyNetwork:master", "pull_request.user.id": 39814207, "pull_request.user.login": "pull[bot]", "repo.id": 494674527, "repo.name": "6shell/hysteria" }
{ "pull_request.head.label": "HyNetwork:master", "pull_request.head.ref": "master", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Hysteria is a feature-packed proxy & relay tool optimized for lossy, unstable connections (e.g. satellite networks, congested public Wi-Fi, connecting to foreign servers from China)", "pull_request.head.repo.homepage": "", "pull_request.head.repo.language": "Go", "pull_request.head.repo.license.name": "Other", "pull_request.head.repo.name": "hysteria", "pull_request.head.repo.owner.login": "HyNetwork", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 3846, "pull_request.head.sha": "fbcfc7dfc223f07b7f2f9769b94b96664b3ade44", "pull_request.head.user.login": "HyNetwork", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "6shell:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Hysteria is a feature-packed network utility optimized for networks of poor quality (e.g. satellite connections, congested public Wi-Fi, connecting from China to servers abroad)", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "", "pull_request.base.repo.language": "Go", "pull_request.base.repo.license.name": "Other", "pull_request.base.repo.name": "hysteria", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "6shell", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "ee1fd450307c4ee86762de5678ee37b1418186d4", "pull_request.base.user.login": "6shell", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 39814207, "actor.login": "pull[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-10-28T07:26:36Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 39814207, "actor.login": "pull[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-10-28T08:11:36Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": 22891503, "public": true, "pull_request.additions": 187, "pull_request.body": "", "pull_request.changed_files": 11, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 3, "pull_request.created_at": "2018-09-19T17:39:27Z", "pull_request.deletions": 44, "pull_request.guid": "Adalab/dorcas-s4-oval/pull/34", "pull_request.id": 216720824, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 34, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Satisfations", "pull_request.user.id": 39792862, "pull_request.user.login": "annabranco", "repo.id": 147329631, "repo.name": "Adalab/dorcas-s4-oval" }
{ "pull_request.head.label": "Adalab:Satisfations", "pull_request.head.ref": "Satisfations", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "OVAL - Solutions Development Team Metrics", "pull_request.head.repo.homepage": "http://beta.adalab.es/dorcas-s4-oval/", "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "dorcas-s4-oval", "pull_request.head.repo.owner.login": "Adalab", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 1, "pull_request.head.sha": "28b94b6c8358ff368b93cd84cf85f4b2a43c1db1", "pull_request.head.user.login": "Adalab", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "Adalab:dev", "pull_request.base.ref": "dev", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "OVAL - Solutions Development Team Metrics", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "http://beta.adalab.es/dorcas-s4-oval/", "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "dorcas-s4-oval", "pull_request.base.repo.open_issues_count": 4, "pull_request.base.repo.owner.login": "Adalab", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 1, "pull_request.base.repo.watchers_count": 1, "pull_request.base.sha": "f84634b3755324ba7fca7ce956ccd9037bc3331c", "pull_request.base.user.login": "Adalab", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 39792862, "actor.login": "annabranco", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2018-09-19T17:39:27Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 39792862, "actor.login": "annabranco", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2018-09-19T17:46:18Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 31, "pull_request.body": "", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2020-10-26T19:01:02Z", "pull_request.deletions": 15, "pull_request.guid": "3NCRY9T3R/H4CKT0B3RF3ST/pull/157", "pull_request.id": 510242787, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 157, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Update calculator.py", "pull_request.user.id": 59763677, "pull_request.user.login": "code-ayu", "repo.id": 217072004, "repo.name": "3NCRY9T3R/H4CKT0B3RF3ST" }
{ "pull_request.head.label": "code-ayu:patch-1", "pull_request.head.ref": "patch-1", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "Create hacktober pull requests", "pull_request.head.repo.homepage": "", "pull_request.head.repo.language": "C", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "H4CKT0B3RF3ST", "pull_request.head.repo.owner.login": "code-ayu", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "57fbd3a930e517def64ae73dac1f5d6fc6457070", "pull_request.head.user.login": "code-ayu", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "3NCRY9T3R:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "Create hacktober pull requests", "pull_request.base.repo.forks_count": 100, "pull_request.base.repo.homepage": "", "pull_request.base.repo.language": "C", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "H4CKT0B3RF3ST", "pull_request.base.repo.open_issues_count": 5, "pull_request.base.repo.owner.login": "3NCRY9T3R", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 5, "pull_request.base.repo.watchers_count": 5, "pull_request.base.sha": "b0ca2880a9d4b2ad0bd0d79bd0816d6f58db5d37", "pull_request.base.user.login": "3NCRY9T3R", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 59763677, "actor.login": "code-ayu", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-26T19:01:02Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 44608474, "actor.login": "3NCRY9T3R", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2020-10-26T19:58:47Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
null
{ "org.id": null, "public": true, "pull_request.additions": 1, "pull_request.body": "This commit fixes the bug that was causing several B++ errors to become \"object of type 'int' has no len()\".", "pull_request.changed_files": 1, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2022-12-03T18:24:22Z", "pull_request.deletions": 1, "pull_request.guid": "AeroAstroid/TheBrainOfTWOWCentral/pull/47", "pull_request.id": 1144415685, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 47, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Finally fix B++ error messages", "pull_request.user.id": 45472388, "pull_request.user.login": "weee50", "repo.id": 220724324, "repo.name": "AeroAstroid/TheBrainOfTWOWCentral" }
{ "pull_request.head.label": "weee50:patch-6", "pull_request.head.ref": "patch-6", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "The Brain of TWOW Central, by Dark and Purplegaze", "pull_request.head.repo.homepage": "", "pull_request.head.repo.language": "Python", "pull_request.head.repo.license.name": "MIT License", "pull_request.head.repo.name": "TheBrainOfTWOWCentral", "pull_request.head.repo.owner.login": "weee50", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "cf236bf6e30d17c3fec85a09f0dfdf5e833e751d", "pull_request.head.user.login": "weee50", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "AeroAstroid:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "The Brain of TWOW Central, a general purpose Discord bot for the TWOW community, made by Dark", "pull_request.base.repo.forks_count": 11, "pull_request.base.repo.homepage": "", "pull_request.base.repo.language": "Python", "pull_request.base.repo.license.name": "MIT License", "pull_request.base.repo.name": "TheBrainOfTWOWCentral", "pull_request.base.repo.open_issues_count": 5, "pull_request.base.repo.owner.login": "AeroAstroid", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 5, "pull_request.base.repo.watchers_count": 5, "pull_request.base.sha": "5fc8900701d2e0ed235f7969690218fcc236eee0", "pull_request.base.user.login": "AeroAstroid", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 45472388, "actor.login": "weee50", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2022-12-03T18:24:22Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": 767098, "public": true, "pull_request.additions": 39, "pull_request.body": "- Also make the title attribute optional.", "pull_request.changed_files": 5, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2016-03-16T05:31:26Z", "pull_request.deletions": 10, "pull_request.guid": "Adslot/alexandria/pull/133", "pull_request.id": 63016019, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 133, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "New: isFooter for PageTitle", "pull_request.user.id": 4197647, "pull_request.user.login": "camjc", "repo.id": 44502479, "repo.name": "Adslot/alexandria" }
{ "pull_request.head.label": "Adslot:new-is-footer-for-page-title", "pull_request.head.ref": "new-is-footer-for-page-title", "pull_request.head.repo.default_branch": "master", "pull_request.head.repo.description": "", "pull_request.head.repo.homepage": null, "pull_request.head.repo.language": "JavaScript", "pull_request.head.repo.license.name": null, "pull_request.head.repo.name": "alexandria", "pull_request.head.repo.owner.login": "Adslot", "pull_request.head.repo.owner.type": "Organization", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 3, "pull_request.head.sha": "c271285ac1ee31355cfced05cb0a951b10bbae20", "pull_request.head.user.login": "Adslot", "pull_request.head.user.type": "Organization" }
{ "pull_request.base.label": "Adslot:master", "pull_request.base.ref": "master", "pull_request.base.repo.default_branch": "master", "pull_request.base.repo.description": "", "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": null, "pull_request.base.repo.language": "JavaScript", "pull_request.base.repo.license.name": null, "pull_request.base.repo.name": "alexandria", "pull_request.base.repo.open_issues_count": 2, "pull_request.base.repo.owner.login": "Adslot", "pull_request.base.repo.owner.type": "Organization", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 3, "pull_request.base.repo.watchers_count": 3, "pull_request.base.sha": "00e7df4fc1a6754ccbcbe754227c4e3b39e30bd2", "pull_request.base.user.login": "Adslot", "pull_request.base.user.type": "Organization", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2016-03-16T05:31:26Z", "issue.author": "camjc", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": 4197647, "actor.login": "camjc", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2016-03-16T05:31:27Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2016-03-16T05:32:57Z", "issue.author": "codecov-io", "issue.comment": "## [Current coverage][1] is `100.00%`\n> Merging **#133** into **master** will not affect coverage as of [`c271285`][3]\n\n\n```diff\n@@ master #133 diff @@\n======================================\n Files 21 21 \n Stmts 211 213 +2\n Branches 19 20 +1\n Methods 0 0 \n======================================\n+ Hit 211 213 +2\n Partial 0 0 \n Missed 0 0 \n```\n\n> Review entire [Coverage Diff][4] as of [`c271285`][3]\n\n\n[1]: https://codecov.io/github/Adslot/alexandria?ref=c271285ac1ee31355cfced05cb0a951b10bbae20\n[2]: https://codecov.io/github/Adslot/alexandria/features/suggestions?ref=c271285ac1ee31355cfced05cb0a951b10bbae20\n[3]: https://codecov.io/github/Adslot/alexandria/commit/c271285ac1ee31355cfced05cb0a951b10bbae20\n[4]: https://codecov.io/github/Adslot/alexandria/compare/00e7df4fc1a6754ccbcbe754227c4e3b39e30bd2...c271285ac1ee31355cfced05cb0a951b10bbae20\n\n> Powered by [Codecov](https://codecov.io). Updated on successful CI builds.", "issue.comment_id": 197160714, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2016-03-18T02:28:18Z", "issue.author": "vinteo", "issue.comment": "LGTM", "issue.comment_id": 198167891, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2016-03-18T02:56:56Z", "issue.author": "vinteo", "issue.comment": "Merging...", "issue.comment_id": 198177492, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 819711, "actor.login": "vinteo", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2016-03-18T02:56:58Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null } ]
940
{ "org.id": null, "public": true, "pull_request.additions": 10, "pull_request.body": "## Step 5: Add an image\n\nNow, you're going to add an image. You can add an image of yourself or anything else you'd like to feature. You'll also learn how to create descriptive text, or \"alt text\", for images, and how to create links.\n\n### Images\nLet's add an image. Don't forget to include descriptive text in the square brackets. This text is read aloud for people using screen readers. It's also shown at times when your image doesn't display, such as when there's a poor connection. You can see the syntax for images below:\n\n```\n![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)\n```\n\n![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)\n\n### :keyboard: Activity: Adding an image\n\n\n1. As you did before, edit the file in this pull request.\n2. In the file, replace the content in `_includes/02-image.md` with the correct Markdown for your image of choice. Don't forget to include alt-text!\n3. Commit your changes.\n\n\n<hr>\n<h3 align=\"center\">Watch below for my response!</h3>\n", "pull_request.changed_files": 3, "pull_request.closed_at": null, "pull_request.comments": 0, "pull_request.commits": 1, "pull_request.created_at": "2021-06-02T11:25:20Z", "pull_request.deletions": 0, "pull_request.guid": "Aaromalchekavar/markdown-portfolio/pull/3", "pull_request.id": 659977037, "pull_request.merged_at": null, "pull_request.merged_by.login": null, "pull_request.milestone.description": null, "pull_request.milestone.number": null, "pull_request.milestone.title": null, "pull_request.number": 3, "pull_request.review_comments": 0, "pull_request.state": "open", "pull_request.title": "Introduce yourself to the world", "pull_request.user.id": 37936606, "pull_request.user.login": "github-learning-lab[bot]", "repo.id": 373140416, "repo.name": "Aaromalchekavar/markdown-portfolio" }
{ "pull_request.head.label": "Aaromalchekavar:add-images-links", "pull_request.head.ref": "add-images-links", "pull_request.head.repo.default_branch": "main", "pull_request.head.repo.description": null, "pull_request.head.repo.homepage": "https://lab.github.com/githubtraining/communicating-using-markdown", "pull_request.head.repo.language": null, "pull_request.head.repo.license.name": "MIT License", "pull_request.head.repo.name": "markdown-portfolio", "pull_request.head.repo.owner.login": "Aaromalchekavar", "pull_request.head.repo.owner.type": "User", "pull_request.head.repo.private": false, "pull_request.head.repo.stargazers_count": 0, "pull_request.head.sha": "63904447c31650f20403379533af72c75a67a730", "pull_request.head.user.login": "Aaromalchekavar", "pull_request.head.user.type": "User" }
{ "pull_request.base.label": "Aaromalchekavar:main", "pull_request.base.ref": "main", "pull_request.base.repo.default_branch": "main", "pull_request.base.repo.description": null, "pull_request.base.repo.forks_count": 0, "pull_request.base.repo.homepage": "https://lab.github.com/githubtraining/communicating-using-markdown", "pull_request.base.repo.language": null, "pull_request.base.repo.license.name": "MIT License", "pull_request.base.repo.name": "markdown-portfolio", "pull_request.base.repo.open_issues_count": 1, "pull_request.base.repo.owner.login": "Aaromalchekavar", "pull_request.base.repo.owner.type": "User", "pull_request.base.repo.private": false, "pull_request.base.repo.stargazers_count": 0, "pull_request.base.repo.watchers_count": 0, "pull_request.base.sha": "61ad9029695c407130106bc87ee2788ee7dc04a1", "pull_request.base.user.login": "Aaromalchekavar", "pull_request.base.user.type": "User", "pull_request.comments": 0, "pull_request.label.name": null, "pull_request.review_comments": 0 }
[ { "action": "opened", "actor.id": 37936606, "actor.login": "github-learning-lab[bot]", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-06-02T11:25:20Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "opened", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-06-02T11:25:20Z", "issue.author": "github-learning-lab[bot]", "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "issue", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-06-02T11:27:29Z", "issue.author": "github-learning-lab[bot]", "issue.comment": "## Step 6: Add a profile link\n\nYour image looks great! Next, you'll want to add links to your awesome portfolio projects. Links help create context when you’re communicating in issues and pull requests.\n\nYou might link to a [website](https://github.com/), a [repository](https://github.com/github/training-kit), or even a [line of code](https://github.com/github/training-kit/blob/master/resources/learning-path/index.html#L32). To create a link, put the text you want to display in square brackets, and the URL in the following parentheses.\n\n```\n[GitHub](http://github.com)\n```\n\n## :keyboard: Activity: Add a link\n\n\n1. Edit the file `_includes/03-links.md`.\n1. Replace the filler text with a link to your GitHub profile (or anywhere else).\n\n\n<hr>\n<h3 align=\"center\">Watch below for my response!</h3>\n", "issue.comment_id": 852947961, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-06-02T11:28:45Z", "issue.author": "github-learning-lab[bot]", "issue.comment": "## Step 7: Merge your image and link\n\nThis looks great, @Aaromalchekavar! You've created a link to show off your portfolio, and now you can share it with the world.\n\n### :keyboard: Activity: Merge the Pull Request\n\n\n1. Click **Merge pull request** below.\n\n\n<hr>\n<h3 align=\"center\">Watch below for my response!</h3>\n", "issue.comment_id": 852948679, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null }, { "action": "closed", "actor.id": 67073497, "actor.login": "Aaromalchekavar", "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-06-02T11:28:49Z", "issue.author": null, "issue.comment": null, "issue.comment_id": null, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "PullRequestEvent", "user.login": null, "user.type": null }, { "action": "created", "actor.id": null, "actor.login": null, "comment.author_association": null, "comment.body": null, "comment.commit_id": null, "comment.created_at": null, "comment.diff_hunk": null, "comment.id": null, "comment.in_reply_to_id": null, "comment.line": null, "comment.original_commit_id": null, "comment.original_line": null, "comment.original_position": null, "comment.original_start_line": null, "comment.path": null, "comment.position": null, "comment.side": null, "comment.start_line": null, "comment.start_side": null, "comment.updated_at": null, "created_at": "2021-06-02T11:28:53Z", "issue.author": "github-learning-lab[bot]", "issue.comment": "Good job with images and links! See your work here: https://aaromalchekavar.github.io/markdown-portfolio/\n\n### :keyboard: Activity: Delete the branch\n\n1. Delete your branch in this pull request.\n\n<hr>\n<h3 align=\"center\">Go to <a href=\"https://github.com/Aaromalchekavar/markdown-portfolio/pull/4\">the next activity</a> now!</h3>\n", "issue.comment_id": 852948770, "review.author_association": null, "review.body": null, "review.commit_id": null, "review.id": null, "review.state": null, "review.submitted_at": null, "type": "comment", "user.login": null, "user.type": null } ]