Skip to content

chore(deps): update dependency @levibostian/mock-a-bin to v1.1.0#129

Merged
levibostian merged 1 commit intomainfrom
renovate/levibostian-mock-a-bin-1.x
Jan 19, 2026
Merged

chore(deps): update dependency @levibostian/mock-a-bin to v1.1.0#129
levibostian merged 1 commit intomainfrom
renovate/levibostian-mock-a-bin-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 17, 2026

This PR contains the following updates:

Package Change Age Confidence
@​levibostian/mock-a-bin 1.0.01.1.0 age confidence

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 17, 2026

decaf

Running deployments in test mode. Results will appear below.
If this pull request and all of it's parent pull requests are merged using the...

...🟩 squash 🟩 merge method... 🌴 It will not trigger a deployment. No new version will be deployed.

Learn more
Latest release: 0.9.2
Commit of latest release: fe10806

Commits since last release:
- chore(deps): update dependency @levibostian/mock-a-bin to v1.1.0

This PR contains the following updates:

Package Change Age Confidence
@​levibostian/mock-a-bin 1.0.01.1.0 !age !confidence

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • <!-- rebase-check -->If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
- documentation + automated tests for project's deployment scripts (#125)

Related GitHub Issues

Problem

So, you wrote some scripts for decaf deployment. Have you properly
tested those scripts? decaf comes with test mode when you open a PR, but
for some projects, that may not be enough.

Solution

This PR...

  1. Wrote automated tests for the decaf scripts used in this project.
  2. Made documentation giving you suggestions on how to test your scripts
    as well.

Testing

  • Added automated tests.
  • Manually tested. If you check this box, provide instructions for
    others to test, too.

Notes for reviewers


- chore(deps): update granodigital/report-annotate action to v3.1.3 (#128)

This PR contains the following updates:

Package Type Update Change

|
granodigital/report-annotate
| action | patch | v3.1.1v3.1.3 |


Release Notes

granodigital/report-annotate (granodigital/report-annotate)

v3.1.3

Compare
Source

What's Changed

  • Fixed PR file links to use proper diff anchors instead of file path
    URLs, keeping users in PR context

Full Changelog:
granodigital/report-annotate@v3.1.1...v3.1.3

v3.1.2

Compare
Source

Fixed
  • Changed error Markdown panel from [!ERROR] to [!CAUTION] as ERROR
    is not a
    supported GitHub alert type
  • Fixed duplicate @mention escaping in PR comments if already escaped
  • Fixed file being relative to runner root instead of repository root in
    PR
    comments
  • Fixed PR comments to be minimized when the latest run has no skipped
    annotations, ensuring old comments are cleared when they're no longer
    relevant
Improved
  • Truncate long file paths in PR comments for better readability

Full Changelog:
granodigital/report-annotate@v3.1.1...v3.1.2


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone
America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update
again.


  • If you want to rebase/retry this PR, check
    this box

This PR was generated by Mend Renovate.
View the repository job
log
.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- chore(deps): update dependency deno to v2.6.5 (#127)

This PR contains the following updates:

Package Update Change
deno patch 2.6.4
2.6.5

Release Notes

denoland/deno (deno)

v2.6.5

Compare
Source

  • feat(ext/canvas): support gif, webp for createImageBitmap
    (#​31402)
  • feat(ext/web): add performance.clearResourceTimings() and
    setResourceTimingBufferSize()
    (#​31603)
  • feat(node/fs): implement FileHandle.readableWebStream()
    (#​31745)
  • fix(audit): respect --level flag for exit code
    (#​31721)
  • fix(ci): rename trusted-signing-action to artifact-signing-action
    (#​31849)
  • fix(cli/test): close Node HTTP connections before sanitizer check
    (#​31782)
  • fix(ext/fetch): read file urls via vfs
    (#​31814)
  • fix(ext/fetch): support ipv6 destination host with http and socks
    proxy

(#​31683)

  • fix(ext/node): DatabaseSync garbage collection invalidating
    associated
    resources
    (#​31737)
  • fix(ext/node): add tls.setDefaultCACertificates support
    (#​31522)
  • fix(ext/node): emit deprecation warning for SlowBuffer
    (#​31772)
  • fix(ext/node): fix use-after-free in StatementSync JS iterator
    (#​31770)
  • fix(ext/node): use correct block sizes for HMAC algorithms
    (#​31775)
  • fix(ext/web): handle empty TextDecoder input when stream is true
    (#​31691)
  • fix(io): ignore BrokenPipe error in op_print
    (#​31844)
  • fix(node/child_process): ChildProcess constructor without args
    (#​31838)
  • fix(node/child_process): improve arg type validation for execFile and
    fork

(#​31829)

  • fix(node/child_process): reject null bytes in arguments
    (#​31828)
  • fix(node/child_process): use correct syscall name in spawn error
    (#​31836)
  • fix(npm): deduplication pass for initially partially resolved graphs
    (#​31787)
  • fix(runtime): handle options parameter in Deno.errors.*
    constructors

(#​31510)

  • fix(task): preserve signal-based exit codes for child processes
    (#​31789)
  • fix(tsgo): nil deref for exported symbols
    (#​31786)
  • fix(webgpu): correctly expose GPUCompilationInfo &
    GPUCompilationMessage

(#​31780)

  • fix: add more details when panicking getting dir path from deno.json
    (#​31805)
  • fix: allow multiple --allow-all args
    (#​31833)
  • fix: queue dynamic imports for modules with pending TLA
    (#​31670)
  • fix: update config schema for read permission to include ignore
    property

(#​31785)


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone
America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you
are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update
again.


  • If you want to rebase/retry this PR, check
    this box

This PR was generated by Mend Renovate.
View the repository job
log
.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- chore(deps): pin asdf-vm/actions action to b7bcd02 (#126)

This PR contains the following updates:

Package Type Update Change
asdf-vm/actions
action pinDigest b7bcd02

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone
America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you
are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update
again.


  • If you want to rebase/retry this PR, check
    this box

This PR was generated by Mend Renovate.
View the repository job
log
.

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 more
Latest release: 0.9.2
Commit of latest release: fe10806

Commits since last release:
- chore(deps): update dependency @levibostian/mock-a-bin to v1.1.0
- documentation + automated tests for project's deployment scripts (#125)

Related GitHub Issues

Problem

So, you wrote some scripts for decaf deployment. Have you properly
tested those scripts? decaf comes with test mode when you open a PR, but
for some projects, that may not be enough.

Solution

This PR...

  1. Wrote automated tests for the decaf scripts used in this project.
  2. Made documentation giving you suggestions on how to test your scripts
    as well.

Testing

  • Added automated tests.
  • Manually tested. If you check this box, provide instructions for
    others to test, too.

Notes for reviewers


- chore(deps): update granodigital/report-annotate action to v3.1.3 (#128)

This PR contains the following updates:

Package Type Update Change

|
granodigital/report-annotate
| action | patch | v3.1.1v3.1.3 |


Release Notes

granodigital/report-annotate (granodigital/report-annotate)

v3.1.3

Compare
Source

What's Changed

  • Fixed PR file links to use proper diff anchors instead of file path
    URLs, keeping users in PR context

Full Changelog:
granodigital/report-annotate@v3.1.1...v3.1.3

v3.1.2

Compare
Source

Fixed
  • Changed error Markdown panel from [!ERROR] to [!CAUTION] as ERROR
    is not a
    supported GitHub alert type
  • Fixed duplicate @mention escaping in PR comments if already escaped
  • Fixed file being relative to runner root instead of repository root in
    PR
    comments
  • Fixed PR comments to be minimized when the latest run has no skipped
    annotations, ensuring old comments are cleared when they're no longer
    relevant
Improved
  • Truncate long file paths in PR comments for better readability

Full Changelog:
granodigital/report-annotate@v3.1.1...v3.1.2


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone
America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update
again.


  • If you want to rebase/retry this PR, check
    this box

This PR was generated by Mend Renovate.
View the repository job
log
.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- chore(deps): update dependency deno to v2.6.5 (#127)

This PR contains the following updates:

Package Update Change
deno patch 2.6.4
2.6.5

Release Notes

denoland/deno (deno)

v2.6.5

Compare
Source

  • feat(ext/canvas): support gif, webp for createImageBitmap
    (#​31402)
  • feat(ext/web): add performance.clearResourceTimings() and
    setResourceTimingBufferSize()
    (#​31603)
  • feat(node/fs): implement FileHandle.readableWebStream()
    (#​31745)
  • fix(audit): respect --level flag for exit code
    (#​31721)
  • fix(ci): rename trusted-signing-action to artifact-signing-action
    (#​31849)
  • fix(cli/test): close Node HTTP connections before sanitizer check
    (#​31782)
  • fix(ext/fetch): read file urls via vfs
    (#​31814)
  • fix(ext/fetch): support ipv6 destination host with http and socks
    proxy

(#​31683)

  • fix(ext/node): DatabaseSync garbage collection invalidating
    associated
    resources
    (#​31737)
  • fix(ext/node): add tls.setDefaultCACertificates support
    (#​31522)
  • fix(ext/node): emit deprecation warning for SlowBuffer
    (#​31772)
  • fix(ext/node): fix use-after-free in StatementSync JS iterator
    (#​31770)
  • fix(ext/node): use correct block sizes for HMAC algorithms
    (#​31775)
  • fix(ext/web): handle empty TextDecoder input when stream is true
    (#​31691)
  • fix(io): ignore BrokenPipe error in op_print
    (#​31844)
  • fix(node/child_process): ChildProcess constructor without args
    (#​31838)
  • fix(node/child_process): improve arg type validation for execFile and
    fork

(#​31829)

  • fix(node/child_process): reject null bytes in arguments
    (#​31828)
  • fix(node/child_process): use correct syscall name in spawn error
    (#​31836)
  • fix(npm): deduplication pass for initially partially resolved graphs
    (#​31787)
  • fix(runtime): handle options parameter in Deno.errors.*
    constructors

(#​31510)

  • fix(task): preserve signal-based exit codes for child processes
    (#​31789)
  • fix(tsgo): nil deref for exported symbols
    (#​31786)
  • fix(webgpu): correctly expose GPUCompilationInfo &
    GPUCompilationMessage

(#​31780)

  • fix: add more details when panicking getting dir path from deno.json
    (#​31805)
  • fix: allow multiple --allow-all args
    (#​31833)
  • fix: queue dynamic imports for modules with pending TLA
    (#​31670)
  • fix: update config schema for read permission to include ignore
    property

(#​31785)


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone
America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you
are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update
again.


  • If you want to rebase/retry this PR, check
    this box

This PR was generated by Mend Renovate.
View the repository job
log
.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- chore(deps): pin asdf-vm/actions action to b7bcd02 (#126)

This PR contains the following updates:

Package Type Update Change
asdf-vm/actions
action pinDigest b7bcd02

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone
America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you
are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update
again.


  • If you want to rebase/retry this PR, check
    this box

This PR was generated by Mend Renovate.
View the repository job
log
.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

@coveralls
Copy link
Copy Markdown

coveralls commented Jan 17, 2026

Pull Request Test Coverage Report for Build 21096342399

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 81.597%

Totals Coverage Status
Change from base Build 21096079391: 0.0%
Covered Lines: 1334
Relevant Lines: 1667

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/levibostian-mock-a-bin-1.x branch from 30aee71 to c942238 Compare January 17, 2026 15:10
@levibostian levibostian merged commit d98f677 into main Jan 19, 2026
12 checks passed
@levibostian levibostian deleted the renovate/levibostian-mock-a-bin-1.x branch January 19, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants