Skip to content

[FIX] package.json: Update Node.js and npm engine requirements#8943

Closed
fw-bot wants to merge 1 commit into
18.0from
18.0-17.0-node-26-pro-537322-fw
Closed

[FIX] package.json: Update Node.js and npm engine requirements#8943
fw-bot wants to merge 1 commit into
18.0from
18.0-17.0-node-26-pro-537322-fw

Conversation

@fw-bot

@fw-bot fw-bot commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

This commit updates the Node.js requirement to last LTS (node => 24.17.10, npm => 11.13.0).

Task: 0

Description:

description of this task, what is implemented and why it is implemented that way.

Task: TASK_ID

review checklist

  • feature is organized in plugin, or UI components
  • support of duplicate sheet (deep copy)
  • in model/core: ranges are Range object, and can be adapted (adaptRanges)
  • in model/UI: ranges are strings (to show the user)
  • undo-able commands (uses this.history.update)
  • multiuser-able commands (has inverse commands and transformations where needed)
  • new/updated/removed commands are documented
  • exportable in excel
  • translations (_t("qmsdf %s", abc))
  • unit tested
  • clean commented code
  • track breaking changes
  • doc is rebuild (npm run doc)
  • status is correct in Odoo

Forward-Port-Of: #8942

@robodoo

robodoo commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

Pull request status dashboard

@fw-bot

fw-bot commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator Author

@pro-odoo @VincentSchippefilt cherrypicking of pull request #8942 failed.

stdout:

Auto-merging package-lock.json
CONFLICT (content): Merge conflict in package-lock.json
Auto-merging package.json

Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?).

:shipit: you can use git-fw to re-do the forward-port for you locally.

⚠️ after resolving this conflict, you will need to merge it via @robodoo.

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

This commit updates the Node.js requirement to last LTS
(node => 24.17.10, npm => 11.13.0).

The version is fixed to avoid multiple versions of Node.js and npm being
used in the project, which can lead to updates in package-lock.json when
installing dependencies (`npm install`).

Task: 0
X-original-commit: fa9c81c
@pro-odoo pro-odoo force-pushed the 18.0-17.0-node-26-pro-537322-fw branch from d087f94 to cc95571 Compare June 18, 2026 13:37
@pro-odoo

Copy link
Copy Markdown
Collaborator

robodoo r+

robodoo pushed a commit that referenced this pull request Jun 18, 2026
This commit updates the Node.js requirement to last LTS
(node => 24.17.10, npm => 11.13.0).

The version is fixed to avoid multiple versions of Node.js and npm being
used in the project, which can lead to updates in package-lock.json when
installing dependencies (`npm install`).

closes #8943

Task: 0
X-original-commit: fa9c81c
Signed-off-by: Vincent Schippefilt (vsc) <vsc@odoo.com>
Signed-off-by: Pierre Rousseau (pro) <pro@odoo.com>
@robodoo robodoo closed this Jun 18, 2026
@fw-bot fw-bot deleted the 18.0-17.0-node-26-pro-537322-fw branch June 25, 2026 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants