chore(deps): update rich requirement from ^13 to ^14 #184
Annotations
2 errors and 4 warnings
|
update
HttpError: <html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:7146:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:61885:18)
{
name: 'AggregateError',
event: {
id: '17766918406',
name: 'pull_request',
payload: {
action: 'edited',
changes: {
body: {
from: '[//]: # (dependabot-start)\n' +
'⚠️ **Dependabot is rebasing this PR** ⚠️ \n' +
'\n' +
"Rebasing might not happen immediately, so don't worry if this takes some time.\n" +
'\n' +
'Note: if you make any changes to this PR yourself, they will take precedence over the rebase.\n' +
'\n' +
'---\n' +
'\n' +
'[//]: # (dependabot-end)\n' +
'\n' +
'Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version.\n' +
'<details>\n' +
'<summary>Release notes</summary>\n' +
`<p><em>Sourced from <a href="https://github.com/Textualize/rich/releases">rich's releases</a>.</em></p>\n` +
'<blockquote>\n' +
'<h2>The Lively Release</h2>\n' +
'<p>Live objects may now be nested. Previously a progress bar inside another progress context would fail. See the changelog below for this and other changes.</p>\n' +
'<h2>[14.1.0] - 2025-06-25</h2>\n' +
'<h3>Changed</h3>\n' +
'<ul>\n' +
'<li>Removed <code>typing_extensions</code> from runtime dependencies <a href="https://redirect.github.com/Textualize/rich/pull/3763">Textualize/rich#3763</a></li>\n' +
'<li>Live objects (including Progress) may now be nested <a href="https://redirect.github.com/Textualize/rich/pull/3768">Textualize/rich#3768</a></li>\n' +
'<li>Added padding property to Syntax which returns a tuple of four integers <a href="https://redirect.github.com/Textualize/rich/pull/3782">Textualize/rich#3782</a></li>\n' +
'</ul>\n' +
'<h3>Fixed</h3>\n' +
'<ul>\n' +
'<li>Fixed extraction of recursive exceptions <a href="https://redirect.github.com/Textualize/rich/pull/3772">Textualize/rich#3772</a></li>\n' +
'<li>Fixed padding applied to Syntax <a href="https://redirect.github.com/Textualize/rich/pull/3782">Textualize/rich#3782</a></li>\n' +
'<li>Fixed <code>Panel</code> title missing the panel background style <a href="https://redirect.github.com/Textualize/rich/issues/3569">Textualize/rich#3569</a></li>\n' +
'</ul>\n' +
'<h3>Added</h3>\n' +
'<ul>\n' +
'<li>Added <code>TTY_INTERACTIVE</code> environment variable to force interactive mode off or on <a href="https://redirect.github.com/Textualize/rich/pull/3777">Textualize/rich#3777</a></li>\n' +
'</ul>\n' +
'</blockquote>\n' +
'</details>\n' +
'<details>\n' +
'<summary>Changelog</summary>\n' +
`<p><em>Sourced from <a href="https://github.com/Textualize/rich/blob/master/CHANGELOG.md">rich's changelog</a>.</em></p>\n` +
'<blockquote>\n' +
'<h2>[14.1.0] - 2025-06-25</h2>\n' +
'<h3>Changed</h3>\n' +
'<ul>\n' +
'<li>Removed <code>typing_extensions</code> from runtime dependencies <a href="https://redirect.github.com/Textualize/rich/pull/3763">Textualize/rich#3763</a></li>\n' +
'<li>Live objects (including Progress) may now be nested <a href="https://redirect.github.com/Textualize/rich/pull/3768">Textualize/rich#3768</a></li>\n' +
'<li>Added padding property to Syntax which returns a tuple of four integers <a href="https://redi
|
|
update
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
{
name: 'HttpError',
id: '17766918406',
status: 502,
response: {
url: 'https://api.github.com/graphql',
status: 502,
headers: {
'content-length': '150',
'content-type': 'text/html',
date: 'Tue, 16 Sep 2025 13:12:38 GMT',
server: 'github.com',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-github-request-id': '5C10:1A27E0:38296DF:3986915:68C9623B'
},
data: '<html>\r\n' +
'<head><title>502 Bad Gateway</title></head>\r\n' +
'<body>\r\n' +
'<center><h1>502 Bad Gateway</h1></center>\r\n' +
'<hr><center>nginx</center>\r\n' +
'</body>\r\n' +
'</html>\r\n'
},
request: {
method: 'POST',
url: 'https://api.github.com/graphql',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.19.4 (linux; x64)',
'x-github-delivery': '17766918406',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"query":"\\n query findCommitsWithAssociatedPullRequests(\\n $name: String!\\n $owner: String!\\n $targetCommitish: String!\\n $withPullRequestBody: Boolean!\\n $withPullRequestURL: Boolean!\\n $since: GitTimestamp\\n $after: String\\n $withBaseRefName: Boolean!\\n $withHeadRefName: Boolean!\\n $pullRequestLimit: Int!\\n ) {\\n repository(name: $name, owner: $owner) {\\n object(expression: $targetCommitish) {\\n ... on Commit {\\n history(first: 100, since: $since, after: $after) {\\n totalCount\\n pageInfo {\\n hasNextPage\\n endCursor\\n }\\n nodes {\\n id\\n committedDate\\n message\\n author {\\n name\\n user {\\n login\\n }\\n }\\n associatedPullRequests(first: $pullRequestLimit) {\\n nodes {\\n title\\n number\\n url @include(if: $withPullRequestURL)\\n body @include(if: $withPullRequestBody)\\n author {\\n login\\n __typename\\n url\\n }\\n baseRepository {\\n nameWithOwner\\n }\\n mergedAt\\n isCrossRepository\\n labels(first: 100) {\\n nodes {\\n name\\n }\\n }\\n merged\\n baseRefName @include(if: $withBaseRefName)\\n headRefName @include(if: $withHeadRefName)\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n","variables":{"name":"diff-risk-dashboard","owner":"CoderDeltaLAN","targetCommitish":"refs/pull/1/merge","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5,"since":"2025-09-13T14:26:49Z"}}',
request: { retryCount: 3, retries: 3, retryAfter: 16 }
},
event: {
id: '17766918406',
name: 'pull_request',
payload: {
action: 'edited',
changes: {
body: {
from: '[//]: # (dependabot-start)\n' +
'⚠️ **Dependabot is rebasing this PR** ⚠️ \n' +
'\n' +
"Rebasing might not happen immediately, so don't worry if this takes some time.\n" +
'\n' +
'Note: if you make any changes to this PR yourself, they will take precedence over the rebase.\n' +
'\n' +
'---\n' +
'\n' +
'[//]: # (dependabot-end)\n' +
'\n' +
'Updates the requirements on [rich](https://github.com/Textualize/rich) to pe
|
|
update
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|