chore(deps): bump adm-zip and deepl-node - #865
Conversation
|
❓ Not Automerged — Unknown Update Type The update type No further processing was performed. Dependabot Information:
|
Bumps [adm-zip](https://github.com/cthackers/adm-zip) and [deepl-node](https://github.com/DeepLcom/deepl-node). These dependencies needed to be updated together. Updates `adm-zip` from 0.5.16 to 0.6.0 - [Release notes](https://github.com/cthackers/adm-zip/releases) - [Changelog](https://github.com/cthackers/adm-zip/blob/master/history.md) - [Commits](cthackers/adm-zip@v0.5.16...v0.6.0) Updates `deepl-node` from 1.24.0 to 1.28.0 - [Release notes](https://github.com/DeepLcom/deepl-node/releases) - [Changelog](https://github.com/DeepL/deepl-node/blob/main/CHANGELOG.md) - [Commits](DeepL/deepl-node@v1.24.0...v1.28.0) --- updated-dependencies: - dependency-name: adm-zip dependency-version: 0.6.0 dependency-type: indirect - dependency-name: deepl-node dependency-version: 1.28.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
8dceef6 to
ca8f7ae
Compare
|
❓ Not Automerged — Unknown Update Type The update type No further processing was performed. Dependabot Information:
|
Runtime dependencies: * @iobroker/adapter-core ^3.4.1 -> ^3.4.3 * axios ^1.12.0 -> ^1.19.0 * ws ^8.7.0 -> ^8.21.3 (resolves GHSA-58qx-3vcg-4xpx / GHSA-96hv-2xvq-fx4p) Dev dependencies: * @tsconfig/node22 ^22.0.2 -> ^22.0.6 * @types/node ^22.10.0 -> ^22.20.1 (kept on the 22.x line to match engines.node >= 22) * lockfile refresh pulls @iobroker/eslint-config 2.3.4, @iobroker/testing 5.3.0, @jey-cee/dm-utils 0.0.5, deepl-node 1.28.0 and adm-zip 0.6.0 (CVE-2026-39244) GitHub Actions: * actions/checkout v4 -> v7 * actions/github-script v7 -> v9 Deliberately not taken: * hex-rgb 5.x and rgb-hex 4.x are ESM-only; this adapter is CommonJS and require()s both in main.js, so they stay on 4.3.0 / 3.0.0. Supersedes dependabot PRs #865, #862, #857, #856 and makes #864 and #861 obsolete. Verified locally: npm run lint (0 errors), npm run test:package (57 passing), npm run test:js (1 passing), npm run test:integration (2 passing, adapter boots). Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
|
Superseded by the consolidated dependency update in #867 (merged). |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps adm-zip and deepl-node. These dependencies needed to be updated together.
Updates
adm-zipfrom 0.5.16 to 0.6.0Release notes
Sourced from adm-zip's releases.
Changelog
Sourced from adm-zip's changelog.
... (truncated)
Commits
2b4d840updated minimum node engine version to >= 14dc57f0fHardened entry-name lookup, fixed test(), and sped up entry sortingf81806aMade utimes best-effort so it can't abort extraction (#379)ab04324Fixed extractEntryTo flattening subdirectories (#306)8a5d9baFixed empty name for directory entries (#466)3e72790Fixed uncaught crash in writeFileToAsync on write failure (#470, #459, #402)651ae4cAdded typescript typese72021dFixed infinite recursion on symlink loops in addLocalFolder (#541)8f3176bFixed directory permissions on linux4d2c8f9Fixed error introduced with zip descriptor checksUpdates
deepl-nodefrom 1.24.0 to 1.28.0Release notes
Sourced from deepl-node's releases.
... (truncated)
Changelog
Sourced from deepl-node's changelog.
... (truncated)
Commits
d092087docs: Bump version to 1.28.0c7023f6feat: add support for the translation memory management APIs3fe5a95feat: support glossaryIds and document styleRule/translationMemory options7051960fix: bump axios to ~1.15.2 and harden debug logging against non-stringifiable...b4c3f89chore: fix changelog605bb61Merge pull request #80 from DeepLcom/acl-2909-retry-on-econnreset02d7410docs: Bump version to 1.27.0ec06c2echore: drop uuid dependency in favor of crypto.randomUUID074c649formatting1f5b91facl-2909: retry on ECONNRESET / EPIPE / EAI_AGAIN