Skip to content

chore(deps): bump node-opcua from 2.143.0 to 2.165.1 in /packages/binding-opcua - #1549

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/packages/binding-opcua/node-opcua-2.165.1
Open

chore(deps): bump node-opcua from 2.143.0 to 2.165.1 in /packages/binding-opcua#1549
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/packages/binding-opcua/node-opcua-2.165.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps node-opcua from 2.143.0 to 2.165.1.

Release notes

Sourced from node-opcua's releases.

v2.165.1 (patch)

Full Changelog: node-opcua/node-opcua@v2.165.0...v2.165.1

Bump global-mutex version

see https://github.com/node-opcua/node-opcua/releases/tag/v2.165.0 for latest release notes

🚀 Release Notes — v2.165.0

node-opcua v2.165.0 — Release Notes

Release date: 2026-03-18

This release brings advertised-endpoints support (ideal for Docker / NAT / proxy deployments), a global method-call interceptor API, several new server lifecycle helpers, and important bug fixes for extension-object binding and certificate handling.


✨ New Features

1. Advertised Endpoints — Docker / NAT / Proxy support

When a server runs behind Docker port-mapping, a reverse proxy, or a NAT gateway, the internal listen URL differs from the URL that clients actually use. The new advertisedEndpoints option lets you declare external URLs that are returned in GetEndpoints responses, while the server continues to listen on its original port.

Simple string shorthand

import { OPCUAServer } from "node-opcua";
const server = new OPCUAServer({
port: 4840,
advertisedEndpoints: "opc.tcp://public.example.com:48401",
});

Multiple URLs

const server = new OPCUAServer({
    port: 4840,
    advertisedEndpoints: [
        "opc.tcp://public.example.com:48401",
        "opc.tcp://vpn.internal:4840",
    ],
});

Per-URL security overrides

Different interfaces can have different security requirements — for example a public endpoint that enforces SignAndEncrypt and disallows anonymous access, while the internal one allows all modes:

</tr></table> 

... (truncated)

Commits
  • e7c8958 v2.165.1
  • 24b97ba chore: update packages (fixing global-mutex issue)
  • fe53ac0 v2.165.0
  • b19a68d fix: setValueFromSource corrupts terminal-type fields in bound extension objects
  • f8add3a chore: minor adjustments
  • 453f504 chore: introduce biome.json
  • e37358e chore(modeler): biome migration — fix all lint warnings
  • 7924015 fix(modeler): resolve string dataType names in addExtensionObjectDataType fields
  • aa3fba5 chore: biome cleanup
  • 676028d fix(verify): suppress false BadCertificateUntrusted warning
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for node-opcua since your current version.


Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [node-opcua](https://github.com/node-opcua/node-opcua) from 2.143.0 to 2.165.1.
- [Release notes](https://github.com/node-opcua/node-opcua/releases)
- [Changelog](https://github.com/node-opcua/node-opcua/blob/master/RELEASE_NOTES.md)
- [Commits](node-opcua/node-opcua@v2.143.0...v2.165.1)

---
updated-dependencies:
- dependency-name: node-opcua
  dependency-version: 2.165.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 20, 2026
@dependabot
dependabot Bot requested a review from danielpeintner as a code owner August 20, 2026 18:38
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 20, 2026
@dependabot
dependabot Bot requested a review from relu91 as a code owner August 20, 2026 18:38
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Aug 20, 2026
@danielpeintner

Copy link
Copy Markdown
Member

There are CI issues.
I assume not only "node-opcua" needs to be updated but also all the other "node-opcua-xyz" packages as well.

Maybe @erossignon can take a look. Thanks!

@danielpeintner danielpeintner added the binding-opcua Issues related to opc ua protocol binding label Aug 21, 2026
@erossignon

Copy link
Copy Markdown
Contributor

Dependency bot won't fix this automatically.

Fortunuatly we have a script that does the node-opcua bumping nicely , that we need to run.

I'll take this one on board

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

binding-opcua Issues related to opc ua protocol binding dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants