Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Z2M uses outdated NPM dependencies #23238

Open
habitats-tech opened this issue Jul 2, 2024 · 1 comment
Open

Z2M uses outdated NPM dependencies #23238

habitats-tech opened this issue Jul 2, 2024 · 1 comment
Labels
problem Something isn't working

Comments

@habitats-tech
Copy link

What happened?

A project running on sound foundations has advantages. I suggest NPM dependencies are fixed.

What did you expect to happen?

Not see any warnings on modules being outdated.

How to reproduce it (minimal and precise)

git clone --depth 1 https://github.com/Koenkk/zigbee2mqtt.git /opt/zigbee2mqtt
npm ci

image

Zigbee2MQTT version

1.38.0 and 1.39.0

Adapter firmware version

N/A

Adapter

N/A

Setup

x86-64 Debian 12 based system container (LXC) under Proxmox 8.x (no Docker)

Debug log

npm ci
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead
npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported

added 799 packages, and audited 800 packages in 10s

87 packages are looking for funding
run npm fund for details

found 0 vulnerabilities
npm notice
npm notice New minor version of npm available! 10.7.0 -> 10.8.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.1
npm notice To update run: npm install -g [email protected]
npm notice

@habitats-tech habitats-tech added the problem Something isn't working label Jul 2, 2024
@Koenkk
Copy link
Owner

Koenkk commented Jul 2, 2024

This is caused by indirect dependencies, so this cannot be directly solved by z2m. Direct z2m dependencies are updated weekly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants