Skip to content

[FIX] package: add swc binaries to optional dependencies#7157

Closed
fw-bot wants to merge 1 commit into
masterfrom
master-17.0-fix-test-pro-464006-fw
Closed

[FIX] package: add swc binaries to optional dependencies#7157
fw-bot wants to merge 1 commit into
masterfrom
master-17.0-fix-test-pro-464006-fw

Conversation

@fw-bot

@fw-bot fw-bot commented Sep 17, 2025

Copy link
Copy Markdown
Collaborator

Release commit 8c68f3d has been done with Node.js v22.19.0 and NPM v10.9.3.
But in the meantime, NPM had an issue that affected the package-lock.json by pruning OS optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184) in NPM v11.3 but not backported.

During the release process, we ran npm install, and so the package-lock.json was updated to remove the optional dependencies for swc binaries. Which caused issues for users each time they run npm install as they were not present anymore in the package-lock.json.

This commit adds the swc binaries to the optional dependencies of this project to avoid them being pruned again in the future.

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: #7153
Forward-Port-Of: #7147

Release commit 8c68f3d has been done with
Node.js v22.19.0 and NPM v10.9.3.
But in the meantime, NPM had an issue that affected the package-lock.json
by pruning OS optional dependencies (See npm/cli#7961).
The issue has been fixed (npm/cli#8184) in NPM v11.3
but not backported.

During the release process, we ran `npm install`, and so the package-lock.json
was updated to remove the optional dependencies for swc binaries.
Which caused issues for users each time they run `npm install` as they
were not present anymore in the package-lock.json.

This commit adds the swc binaries to the optional dependencies of this
project to avoid them being pruned again in the future.

Task: 0
X-original-commit: b1dc674
@robodoo

robodoo commented Sep 17, 2025

Copy link
Copy Markdown
Collaborator

Pull request status dashboard

@fw-bot

fw-bot commented Sep 17, 2025

Copy link
Copy Markdown
Collaborator Author

@pro-odoo

Copy link
Copy Markdown
Collaborator

robodoo r+

robodoo pushed a commit that referenced this pull request Sep 17, 2025
Release commit 8c68f3d has been done with
Node.js v22.19.0 and NPM v10.9.3.
But in the meantime, NPM had an issue that affected the package-lock.json
by pruning OS optional dependencies (See npm/cli#7961).
The issue has been fixed (npm/cli#8184) in NPM v11.3
but not backported.

During the release process, we ran `npm install`, and so the package-lock.json
was updated to remove the optional dependencies for swc binaries.
Which caused issues for users each time they run `npm install` as they
were not present anymore in the package-lock.json.

This commit adds the swc binaries to the optional dependencies of this
project to avoid them being pruned again in the future.

closes #7157

Task: 0
X-original-commit: b1dc674
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
Signed-off-by: Pierre Rousseau (pro) <pro@odoo.com>
@robodoo robodoo added the 19.1 label Sep 17, 2025
@robodoo robodoo closed this Sep 17, 2025
@fw-bot
fw-bot deleted the master-17.0-fix-test-pro-464006-fw branch September 24, 2025 08:28
pro-odoo added a commit that referenced this pull request Apr 10, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

Task: 0
robodoo pushed a commit that referenced this pull request Apr 10, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
pro-odoo added a commit that referenced this pull request Apr 14, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
pro-odoo added a commit that referenced this pull request Apr 14, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
robodoo pushed a commit that referenced this pull request Apr 15, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Part-of: #8399
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
robodoo pushed a commit that referenced this pull request Apr 15, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Part-of: #8399
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
pro-odoo added a commit that referenced this pull request Apr 16, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
robodoo pushed a commit that referenced this pull request Apr 16, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Part-of: #8424
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
pro-odoo added a commit that referenced this pull request Apr 17, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
robodoo pushed a commit that referenced this pull request Apr 17, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Part-of: #8434
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
pro-odoo added a commit that referenced this pull request Apr 20, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
robodoo pushed a commit that referenced this pull request Apr 20, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Part-of: #8445
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
Signed-off-by: Pierre Rousseau (pro) <pro@odoo.com>
pro-odoo added a commit that referenced this pull request Apr 20, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
robodoo pushed a commit that referenced this pull request Apr 20, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Part-of: #8446
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
Signed-off-by: Pierre Rousseau (pro) <pro@odoo.com>
pro-odoo added a commit that referenced this pull request Apr 20, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
robodoo pushed a commit that referenced this pull request Apr 20, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Part-of: #8448
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
Signed-off-by: Pierre Rousseau (pro) <pro@odoo.com>
pro-odoo added a commit that referenced this pull request Apr 20, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
pro-odoo added a commit that referenced this pull request Apr 20, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
robodoo pushed a commit that referenced this pull request Apr 20, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Part-of: #8449
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
Signed-off-by: Pierre Rousseau (pro) <pro@odoo.com>
pro-odoo added a commit that referenced this pull request Apr 20, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
robodoo pushed a commit that referenced this pull request Apr 20, 2026
NPM has an issue that affected the package-lock.json by pruning OS
optional dependencies (See npm/cli#7961). The issue has been fixed (npm/cli#8184)
in NPM v11.3 but not backported.

During commit ff7f083, we ran npm install, and so the package-lock.json
was updated to remove the optional dependencies for rolldown binaries.
Which caused issues for users each time they run npm install as they
were not present anymore in the package-lock.json.

This commit adds the rolldown binaries to the optional dependencies of
this project to avoid them being pruned again in the future.

See #7157

closes #8385

Task: 0
Part-of: #8450
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
Signed-off-by: Pierre Rousseau (pro) <pro@odoo.com>
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