chore(deps): bump node from 20.20-alpine to 26.2-alpine#6677
chore(deps): bump node from 20.20-alpine to 26.2-alpine#6677dependabot[bot] wants to merge 1 commit into
Conversation
Bumps node from 20.20-alpine to 26.2-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 26.2-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
BLEnder picked up this PR. Workflow run |
|
Reviewing this major version bump. Workflow run |
|
BLEnder could not fix this PR automatically. Workflow run |
|
NEEDS_REVIEW: this major version bump needs code-owner review Confidence: high Breaking changes: Node 20 -> Node 26 spans five major Node releases (21, 22, 23, 24, 25); cumulative deprecations/removals (e.g. permission model changes, --experimental flag promotions, OpenSSL upgrades, V8 upgrades, fetch/undici changes, test runner changes, fs/promises behavior) are all in scope.; package.json engines.node is pinned to '20.20.x' and volta.node to '20.20.2'; running on Node 26 violates the engines constraint and Volta pin.; esbuild.cronjobs.js sets target: 'node20.20'; cronjob bundles will continue to target Node 20 syntax/runtime semantics rather than 26.; Multiple npm dependencies (e.g. next 16, @opentelemetry/, sharp, @sentry/) declare their own Node engine ranges; running under a runtime far outside the tested range may surface incompatibilities not exercised by current tests.; Dockerfile installs Python via apk for the alpine base; the python3/py3-pip packages available in node:26.2-alpine differ from node:20.20-alpine and could break build-time Glean tooling (GLEAN_PYTHON=python, GLEAN_PIP=pip). |
Bumps node from 20.20-alpine to 26.2-alpine.
Most Recent Ignore Conditions Applied to This Pull Request
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)