build: update cathy to v2 version rewritten in deno#141
Conversation
decafRunning deployments in test mode. Results will appear below. ...🟩 squash 🟩 merge method... 🌴 It will not trigger a deployment. No new version will be deployed. Learn moreLatest release: 0.11.0 Commit of latest release: 0e1de00 Commits since last release: - build: update cathy to v2 version rewritten in deno Related GitHub Issues<!-- Link to any related GitHub issues that this pull request addresses or closes. --> Problem<!-- A clear description of the problem that this pull request is solving. --> I have been seeing weird "Uncaught (in promise) Error: socket hang up" (with no stacktrace) errors when running decaf. I only get it during test mode. All of the decaf code runs successfully, including teardown of the git clone and everything.
Solution<!-- Describe the approach you took to solve the problem and the changes made in this pull request. --> Not totally sure yet, but I do wonder if it's due to cathy. It might not be, but cathy only runs on test mode so it makes me wonder. So, updating it to the latest version to see if it helps. Testing<!-- Choose one of the below options for how you tested the code change. Include any specific setup or instructions for testing. -->
Notes for reviewers<!-- If there is any additional information you would like to share with the person reviewing this pull request, please provide it here. --> This PR contains the following updates:
Release Notesdenoland/deno (deno)
(#32195)
Configuration📅 Schedule: Branch creation - "every weekend" in timezone 🚦 Automerge: Disabled by config. Please merge this manually once you ♻ Rebasing: Whenever PR becomes conflicted, or you tick the 🔕 Ignore: Close this PR and you won't be reminded about this update
This PR was generated by Mend Renovate. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> This PR contains the following updates:
Release Notesdenoland/deno (deno)
(#32018)
(#32077)
(#32081)
(#32048)
(#31974)
(#31984) Configuration📅 Schedule: Branch creation - "every weekend" in timezone 🚦 Automerge: Disabled by config. Please merge this manually once you ♻ Rebasing: Whenever PR becomes conflicted, or you tick the 🔕 Ignore: Close this PR and you won't be reminded about this update
This PR was generated by Mend Renovate. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> This PR contains the following updates:
Configuration📅 Schedule: Branch creation - "every weekend" in timezone 🚦 Automerge: Enabled. ♻ Rebasing: Whenever PR is behind base branch, or you tick the 🔕 Ignore: Close this PR and you won't be reminded about this update
This PR was generated by Mend Renovate. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> This PR contains the following updates:
Release Notesdenoland/deno (deno)
(#31949)
Configuration📅 Schedule: Branch creation - "every weekend" in timezone 🚦 Automerge: Disabled by config. Please merge this manually once you ♻ Rebasing: Whenever PR becomes conflicted, or you tick the 🔕 Ignore: Close this PR and you won't be reminded about this update
This PR was generated by Mend Renovate. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> This PR contains the following updates:
Release Notesdenoland/deno (deno)
(#31913)
(#31868)
(#31887)
(#31855)
Configuration📅 Schedule: Branch creation - "every weekend" in timezone 🚦 Automerge: Disabled by config. Please merge this manually once you ♻ Rebasing: Whenever PR becomes conflicted, or you tick the 🔕 Ignore: Close this PR and you won't be reminded about this update
This PR was generated by Mend Renovate. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> ...🟩 rebase 🟩 merge method... 🌴 It will not trigger a deployment. No new version will be deployed. Learn moreLatest release: 0.11.0 Commit of latest release: 0e1de00 Commits since last release: - build: update cathy to v2 version rewritten in deno - chore(deps): update dependency deno to v2.6.10 (#140) This PR contains the following updates:
Release Notesdenoland/deno (deno)
(#32195)
Configuration📅 Schedule: Branch creation - "every weekend" in timezone 🚦 Automerge: Disabled by config. Please merge this manually once you ♻ Rebasing: Whenever PR becomes conflicted, or you tick the 🔕 Ignore: Close this PR and you won't be reminded about this update
This PR was generated by Mend Renovate. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> This PR contains the following updates:
Release Notesdenoland/deno (deno)
(#32018)
(#32077)
(#32081)
(#32048)
(#31974)
(#31984) Configuration📅 Schedule: Branch creation - "every weekend" in timezone 🚦 Automerge: Disabled by config. Please merge this manually once you ♻ Rebasing: Whenever PR becomes conflicted, or you tick the 🔕 Ignore: Close this PR and you won't be reminded about this update
This PR was generated by Mend Renovate. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> This PR contains the following updates:
Configuration📅 Schedule: Branch creation - "every weekend" in timezone 🚦 Automerge: Enabled. ♻ Rebasing: Whenever PR is behind base branch, or you tick the 🔕 Ignore: Close this PR and you won't be reminded about this update
This PR was generated by Mend Renovate. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> This PR contains the following updates:
Release Notesdenoland/deno (deno)
(#31949)
Configuration📅 Schedule: Branch creation - "every weekend" in timezone 🚦 Automerge: Disabled by config. Please merge this manually once you ♻ Rebasing: Whenever PR becomes conflicted, or you tick the 🔕 Ignore: Close this PR and you won't be reminded about this update
This PR was generated by Mend Renovate. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> This PR contains the following updates:
Release Notesdenoland/deno (deno)
(#31913)
(#31868)
(#31887)
(#31855)
Configuration📅 Schedule: Branch creation - "every weekend" in timezone 🚦 Automerge: Disabled by config. Please merge this manually once you ♻ Rebasing: Whenever PR becomes conflicted, or you tick the 🔕 Ignore: Close this PR and you won't be reminded about this update
This PR was generated by Mend Renovate. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
Related GitHub Issues
Problem
I have been seeing weird "Uncaught (in promise) Error: socket hang up" (with no stacktrace) errors when running decaf. I only get it during test mode. All of the decaf code runs successfully, including teardown of the git clone and everything.
Solution
Not totally sure yet, but I do wonder if it's due to cathy. It might not be, but cathy only runs on test mode so it makes me wonder. So, updating it to the latest version to see if it helps.
Testing
Notes for reviewers