matterbridge 3.5.5 → 3.5.6-dev-20260221-7ca0f7a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -50,6 +50,17 @@ These threads already run as a workers:
50
50
  - npm install;
51
51
  - ✅ check the global node_modules directory;
52
52
 
53
+ ## [3.5.6] - Dev branch
54
+
55
+ ### Changed
56
+
57
+ - [package]: Update dependencies.
58
+ - [package]: Bump `eslint` to v.10.0.1.
59
+
60
+ ### Fixed
61
+
62
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
63
+
53
64
  ## [3.5.5] - 2026-02-20
54
65
 
55
66
  ### Breaking Changes
package/README-DOCKER.md CHANGED
@@ -25,19 +25,19 @@
25
25
 
26
26
  The Matterbridge Docker images (multi-arch manifest list for **linux/amd64** and **linux/arm64**) are published on [**Docker Hub**](https://hub.docker.com/r/luligu/matterbridge). If you use them, please consider starring the project on [**Docker Hub**](https://hub.docker.com/r/luligu/matterbridge).
27
27
 
28
- The image (tag **latest** 92 MB) includes Matterbridge and all official plugins, using the latest release published on npm. It is based on `node:24-trixie-slim`. Since all official plugins are included, you can select and add a plugin without installing anything.
28
+ The image (tag **latest** 87 MB) includes Matterbridge and all official plugins, using the latest release published on npm. It is based on `node:24-trixie-slim`. Since all official plugins are included, you can select and add a plugin without installing anything.
29
29
 
30
- The image (tag **dev** 93 MB) includes Matterbridge and all official plugins from the latest push on GitHub. It is based on `node:24-trixie-slim`. Since all official plugins are included, you can select and add a plugin without installing anything. Note: if you update to the latest **dev** from the frontend, you will override the GitHub version with the latest **dev** published on npm. The frontend shows if you are currently running the GitHub release or the latest or dev npm release.
30
+ The image (tag **dev** 99 MB) includes Matterbridge and all official plugins from the latest push on GitHub. It is based on `node:24-trixie-slim`. Since all official plugins are included, you can select and add a plugin without installing anything. Note: if you update to the latest **dev** from the frontend, you will override the GitHub version with the latest **dev** published on npm. The frontend shows if you are currently running the GitHub release or the latest or dev npm release.
31
31
 
32
- The image (tag **ubuntu** 90 MB) includes only Matterbridge, using the latest release published on npm. This image (**for test and development only**) is based on `ubuntu:latest` with Node.js 24 from NodeSource. Plugins are not included in the image: they will be installed on first run. This image, on the first run, preinstalls `bluetooth`, `build-essential`, and `python` packages (useful for plugins that require native builds).
32
+ The image (tag **ubuntu** 87 MB) includes only Matterbridge, using the latest release published on npm. This image (**for test and development only**) is based on `ubuntu:latest` with Node.js 24 from NodeSource. Plugins are not included in the image: they will be installed on first run. This image, on the first run, preinstalls `bluetooth`, `build-essential`, and `python` packages (useful for plugins that require native builds).
33
33
 
34
34
  The image (tag **alpine** 58 MB) includes only Matterbridge, using the latest release published on npm. This image (**for test and development only**) is based on `node:24-alpine`. Plugins are not included in the image: they will be installed on first run.
35
35
 
36
- The image (tag **s6-rc** 84 MB) includes only Matterbridge, using the latest release published on npm. This image is based on `node:24-trixie-slim` and integrates the `s6-rc overlay` system. Plugins are not included in the image: they will be installed on first run. It is only used for the [Matterbridge Home Assistant Application](https://github.com/Luligu/matterbridge-home-assistant-addon).
36
+ The image (tag **s6-rc** 83 MB) includes only Matterbridge, using the latest release published on npm. This image is based on `node:24-trixie-slim` and integrates the `s6-rc overlay` system. Plugins are not included in the image: they will be installed on first run. It is only used for the [Matterbridge Home Assistant Application](https://github.com/Luligu/matterbridge-home-assistant-addon).
37
37
 
38
38
  ### Matterbridge docker base images
39
39
 
40
- The image (tag **24-ubuntu-slim** 86 MB) includes only `ubuntu:latest`: Ubuntu 24.04.3 LTS (noble) with Node.js 24. It is used to build the **ubuntu** image but can also be used to open a shell in ubuntu latest with node 24 (node doesn't publish node:24-ubuntu).
40
+ The image (tag **24-ubuntu-slim** 83 MB) includes only `ubuntu:latest`: Ubuntu 24.04.3 LTS (noble) with Node.js 24. It is used to build the **ubuntu** image but can also be used to open a shell in ubuntu latest with node 24 (node doesn't publish node:24-ubuntu).
41
41
 
42
42
  ### Docker health check
43
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.5.5",
3
+ "version": "3.5.6-dev-20260221-7ca0f7a",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -125,25 +125,25 @@
125
125
  "README-SERVICE.md"
126
126
  ],
127
127
  "dependencies": {
128
- "@matterbridge/core": "3.5.5",
129
- "@matterbridge/dgram": "3.5.5",
130
- "@matterbridge/jest-utils": "3.5.5",
131
- "@matterbridge/thread": "3.5.5",
132
- "@matterbridge/types": "3.5.5",
133
- "@matterbridge/utils": "3.5.5",
134
- "@matterbridge/vitest-utils": "3.5.5"
128
+ "@matterbridge/core": "3.5.6-dev-20260221-7ca0f7a",
129
+ "@matterbridge/dgram": "3.5.6-dev-20260221-7ca0f7a",
130
+ "@matterbridge/jest-utils": "3.5.6-dev-20260221-7ca0f7a",
131
+ "@matterbridge/thread": "3.5.6-dev-20260221-7ca0f7a",
132
+ "@matterbridge/types": "3.5.6-dev-20260221-7ca0f7a",
133
+ "@matterbridge/utils": "3.5.6-dev-20260221-7ca0f7a",
134
+ "@matterbridge/vitest-utils": "3.5.6-dev-20260221-7ca0f7a"
135
135
  },
136
136
  "overrides": {
137
- "eslint": "10.0.0",
137
+ "eslint": "10.0.1",
138
138
  "@eslint/js": "10.0.1"
139
139
  },
140
140
  "build": {
141
141
  "sha": "c81b5277849293103cb0ed217c281e57d6925051",
142
142
  "sha7": "c81b527",
143
- "event": "release",
143
+ "event": "schedule",
144
144
  "workflow": "Publish to npm and trigger docker builds",
145
- "type": "tag",
146
- "name": "3.5.5",
147
- "dev": "false"
145
+ "type": "branch",
146
+ "name": "main",
147
+ "dev": "true"
148
148
  }
149
149
  }