chore(deps): bump @types/node from 25.8.0 to 26.1.1#77
Merged
Conversation
strausmann
added a commit
that referenced
this pull request
Jul 16, 2026
The CI "docker" job built linux/amd64,linux/arm64 with push:false as a smoke test, emulating arm64 via QEMU on an amd64 runner. That emulation repeatedly hung for ~6h until GitHub auto-cancelled the job, turning the check red on otherwise-green PRs (#82, #61, #76, #77, …) and blocking the merge signal. arm64 is already built and verified on release.yml via a native arm64 runner (build matrix + manifest combine, with an explicit 'Missing linux/arm64' guard), so emulating it in the PR smoke test adds nothing but flakiness. - build only linux/amd64 in the smoke job (native, ~3 min) - drop the now-unnecessary QEMU setup step - add timeout-minutes: 10 as a backstop against future hangs Side effect: docker/setup-qemu-action is no longer referenced anywhere, so the open Dependabot bump for it (#66) can be closed.
Owner
|
@dependabot squash and merge |
Owner
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/types/node-25.9.1
branch
from
July 16, 2026 14:32
52afad2 to
5b1dc7f
Compare
Owner
|
@dependabot rebase |
1 similar comment
Owner
|
@dependabot rebase |
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.8.0 to 26.1.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.9.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/types/node-25.9.1
branch
from
July 16, 2026 15:01
5b1dc7f to
92a1773
Compare
Contributor
|
🎉 This PR is included in version 1.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @types/node from 25.8.0 to 26.1.1.
Commits