build(deps): bump node from 24-alpine3.24 to 26-alpine3.24 in /relay - #346
build(deps): bump node from 24-alpine3.24 to 26-alpine3.24 in /relay#346dependabot[bot] wants to merge 1 commit into
Conversation
Bumps node from 24-alpine3.24 to 26-alpine3.24. --- updated-dependencies: - dependency-name: node dependency-version: 26-alpine3.24 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Closing this deliberately, not as neglect. The Node line here is pinned, and #351 stops Dependabot reopening it. The pin. #340 set one Node line across four places at once: Why the green tick did not catch it. Node 26 is the next even line but does not enter Active LTS until late October 2026; Node 24 is the current LTS line. And there is no What replaces it. #351 makes the docker updater for Reopen this when Node 26 reaches Active LTS and the grid moves with it. Extra for this one: |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
#340 pinned one Node line across four places: `engines` (">=22 <25") in the root, relay and admin manifests, `.nvmrc`, the `node-version` steps in every CI job, and the base image in both Dockerfiles. Its own words: the range "makes adopting Node 26 a deliberate bump rather than an accident". Dependabot opened #343 and #346 (node 24-alpine3.24 -> 26-alpine3.24) within the hour. Node 26 is the next even line but does not reach Active LTS until late October 2026, and no `.npmrc` sets engine-strict, so `npm ci` inside the image never checks `engines`: both PRs went green while putting the image on a runtime all three manifests forbid. The docker updater for /relay and /admin now ignores semver-major on "node" only. The rust builder keeps its majors (#313 was a real break that had to be seen), and node minor/patch, Alpine rebuilds and digest updates still arrive weekly. Adopting a new LTS line stays a hand bump of the whole grid.
Warning
Cooldown could not be applied because no publication date was available from the registry.
Bumps node from 24-alpine3.24 to 26-alpine3.24.
Dependabot 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.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)