Skip to content

Commit c5c911c

Browse files
chore(deps): update node.js to v24.11.0 (#835)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | | minor | `24.10.0` -> `24.11.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nodejs/node/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nodejs/node) | | [node](https://redirect.github.com/nodejs/node) | final | minor | `24.10.0-alpine3.21` -> `24.11.0-alpine3.21` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nodejs/node/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nodejs/node) | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | patch | [`24.9.1` -> `24.9.2`](https://renovatebot.com/diffs/npm/@types%2fnode/24.9.1/24.9.2) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/DefinitelyTyped/DefinitelyTyped/badge)](https://securityscorecards.dev/viewer/?uri=github.com/DefinitelyTyped/DefinitelyTyped) | --- ### Release Notes <details> <summary>nodejs/node (node)</summary> ### [`v24.11.0`](https://redirect.github.com/nodejs/node/compare/v24.10.0...v24.11.0) [Compare Source](https://redirect.github.com/nodejs/node/compare/v24.10.0...v24.11.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Upgrade Node.js to v24.11.0 across local and Docker builds, plus a patch bump to @types/node. Keeps dev and CI environments aligned with the latest minor release. - **Dependencies** - .nvmrc: 24.11.0 - Dockerfile: node:24.11.0-alpine3.21 - @types/node: 24.9.2 (package.json, bun.lock) - **Migration** - Run nvm install/use 24.11.0. - Rebuild Docker images to pull the new base (e.g., docker build). <!-- End of auto-generated description by cubic. --> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a66f01f commit c5c911c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.10.0
1+
24.11.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.10.0-alpine3.21
1+
FROM node:24.11.0-alpine3.21
22

33
LABEL org.opencontainers.image.source="https://github.com/settlemint/docs"
44

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@fumadocs/cli": "1.0.3",
5353
"@tailwindcss/postcss": "4.1.16",
5454
"@types/mdx": "2.0.13",
55-
"@types/node": "24.9.1",
55+
"@types/node": "24.9.2",
5656
"@types/react": "19.2.2",
5757
"@types/react-dom": "19.2.2",
5858
"babel-plugin-react-compiler": "19.1.0-rc.3",

0 commit comments

Comments
 (0)