diff --git a/lang/node-express/Makefile b/lang/node-express/Makefile index 5f8df8f64b..46384c0311 100644 --- a/lang/node-express/Makefile +++ b/lang/node-express/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=express PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=4.21.1 +PKG_VERSION:=4.21.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=4097da0999b7078263460df02b0990244794d84e79e185e6d4ff50ce06d79462 +PKG_HASH:=fc43a91e7dc7affb53c6ad7123a4f35485ed3c45226ae7a3847b7738e783e008 PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=MIT diff --git a/lang/node-gyp/Makefile b/lang/node-gyp/Makefile index d5b060b92a..478129dc13 100644 --- a/lang/node-gyp/Makefile +++ b/lang/node-gyp/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=node-gyp PKG_NAME:=$(PKG_NPM_NAME) -PKG_VERSION:=10.2.0 +PKG_VERSION:=11.0.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=3c1859006cf54f0c90ce77b73c00c6e8efbd5fa26c5afb067d47bd02fba145ed +PKG_HASH:=7f83a67583063a9bbe34f89c6fa34e55f1d92896edfb7667a3be4443ddab8583 PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=MIT diff --git a/lang/node-hid/Makefile b/lang/node-hid/Makefile index efd3509d67..c0da0499ed 100644 --- a/lang/node-hid/Makefile +++ b/lang/node-hid/Makefile @@ -49,7 +49,7 @@ TMPNPM:=$(shell mktemp -u XXXXXXXXXX) NPM_CACHE_DIR:=$(if $(call qstrip,$(CONFIG_NODEJS_NPM_CACHE_DIR)),$(call qstrip,$(CONFIG_NODEJS_NPM_CACHE_DIR)),$(TMP_DIR)) TARGET_CFLAGS+=$(FPIC) -I$(STAGING_DIR)/usr/include/libusb-1.0 -TARGET_CPPFLAGS+=$(FPIC) +TARGET_CPPFLAGS+=$(FPIC) -std=c++17 define Build/Compile GYP_DEFINES='driver="hidraw"' \ diff --git a/lang/node-homebridge-cmd4/Makefile b/lang/node-homebridge-cmd4/Makefile index 803281657b..23748131d5 100644 --- a/lang/node-homebridge-cmd4/Makefile +++ b/lang/node-homebridge-cmd4/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=homebridge-cmd4 PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=8.0.2 +PKG_VERSION:=8.0.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=58dd19721411924a2fd9efdd1779aa7d381b797491642e5a0814e149e3653054 +PKG_HASH:=fa70bc1472205398b4ac238dd053cd0451dac5d2ca8da25c30f5ee5dcde23543 PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=MIT diff --git a/lang/node-homebridge-hue/Makefile b/lang/node-homebridge-hue/Makefile index 6a90cd1739..7b85ed9c6f 100644 --- a/lang/node-homebridge-hue/Makefile +++ b/lang/node-homebridge-hue/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=homebridge-hue PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=0.14.6 +PKG_VERSION:=0.14.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=c52a4050add1a36acf97304718cd6d0fd6283bb1b654d3ac2b2a9810dedb030a +PKG_HASH:=c845dbbb34924dbd157f28c79d20cf8ec81721ed1006e87b92e245993225a532 PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=Apache-2.0 diff --git a/lang/node-homebridge-miot/Makefile b/lang/node-homebridge-miot/Makefile index 65ee569fd8..8dee9a7b68 100644 --- a/lang/node-homebridge-miot/Makefile +++ b/lang/node-homebridge-miot/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=homebridge-miot PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=1.7.4 +PKG_VERSION:=1.7.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=c0775da98f39c54d19f36ebebc84cea20ba56e9e47b5698171c6ce80f0a3846c +PKG_HASH:=a09aed633a69a8ca348ec56bbafdf7405ebcb7b48d870b72df6c3d9cb5d9aa85 PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=MIT diff --git a/lang/node-homebridge-shelly-ds9/Makefile b/lang/node-homebridge-shelly-ds9/Makefile index 96270c500e..2e66a933d3 100644 --- a/lang/node-homebridge-shelly-ds9/Makefile +++ b/lang/node-homebridge-shelly-ds9/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=homebridge-shelly-ds9 PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=1.5.4 +PKG_VERSION:=1.5.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=6a66b124434a595d23484308a2c7ee221092a053c42a4c9724a46952066cc1fc +PKG_HASH:=216fe0061c0dcd1e23ca42b0f498869eee1b5869fbda9def21f6a74311ad9cd1 PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=GPL-3.0 diff --git a/lang/node-homebridge-xiaomi-roborock-vacuum/Makefile b/lang/node-homebridge-xiaomi-roborock-vacuum/Makefile index 99fe17b041..d10fc5a9ef 100644 --- a/lang/node-homebridge-xiaomi-roborock-vacuum/Makefile +++ b/lang/node-homebridge-xiaomi-roborock-vacuum/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=homebridge-xiaomi-roborock-vacuum PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=0.32.0 +PKG_VERSION:=0.34.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=44ac9d7234953f74483f36a49f6be7e3c112dc8c6f06d4f79f1b1f2cf4a358b7 +PKG_HASH:=cabcf32dece5ca2fb71d1164a1269dfdb854c232e65ca59fc784151f423dfa5d PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=MIT diff --git a/lang/node-level/Makefile b/lang/node-level/Makefile index 7e2e238e38..9880fafc1f 100644 --- a/lang/node-level/Makefile +++ b/lang/node-level/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=level PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=8.0.1 +PKG_VERSION:=9.0.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=3f5e0522ccaa3b2bd125cd48ed18d307b0d011d65f210d26e10faff3300391f4 +PKG_HASH:=d104840a2e776891c7860df02523c59ea930b31e85f3b2377885ffc37535156b PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=MIT diff --git a/lang/node-level/patches/000-remove_depends.patch b/lang/node-level/patches/000-remove_depends.patch index 57ed5af682..e1ca0cddfb 100644 --- a/lang/node-level/patches/000-remove_depends.patch +++ b/lang/node-level/patches/000-remove_depends.patch @@ -3,10 +3,10 @@ @@ -20,8 +20,7 @@ "browser": "browser.js", "dependencies": { - "abstract-level": "^1.0.4", -- "browser-level": "^1.0.1", -- "classic-level": "^1.2.0" -+ "browser-level": "^1.0.1" + "abstract-level": "^2.0.1", +- "browser-level": "^2.0.0", +- "classic-level": "^2.0.0" ++ "browser-level": "^2.0.0" }, "devDependencies": { - "@types/node": "^18.0.0", + "@types/node": "^22.10.1", diff --git a/lang/node-megahash/Makefile b/lang/node-megahash/Makefile index 7cbeb71b7b..5b812f7117 100644 --- a/lang/node-megahash/Makefile +++ b/lang/node-megahash/Makefile @@ -45,7 +45,7 @@ TMPNPM:=$(shell mktemp -u XXXXXXXXXX) NPM_CACHE_DIR:=$(if $(call qstrip,$(CONFIG_NODEJS_NPM_CACHE_DIR)),$(call qstrip,$(CONFIG_NODEJS_NPM_CACHE_DIR)),$(TMP_DIR)) TARGET_CFLAGS+=$(FPIC) -TARGET_CPPFLAGS+=$(FPIC) +TARGET_CPPFLAGS+=$(FPIC) --std=c++17 define Build/Compile cd $(PKG_BUILD_DIR); \ diff --git a/lang/node-mocha/Makefile b/lang/node-mocha/Makefile index f74524e8bb..34f26674a3 100644 --- a/lang/node-mocha/Makefile +++ b/lang/node-mocha/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=mocha PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=10.8.2 +PKG_VERSION:=11.0.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=59884ed98aaeaae5bb7ea50be87917e66a77237554106a5d467ce884e2e7293b +PKG_HASH:=691cbb48d58b88eb367e8c4e06bfc9eb0b6952e4a4c4a805ba3b2590012fac0d PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=MIT diff --git a/lang/node-mqtt/Makefile b/lang/node-mqtt/Makefile index 62101c10c7..243306c9c0 100644 --- a/lang/node-mqtt/Makefile +++ b/lang/node-mqtt/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=mqtt PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=5.10.2 +PKG_VERSION:=5.10.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=58ac735e01ca6c76a15e8d8d6ca981e5086b3a8acd9eca0db4b7d5584eaab1cd +PKG_HASH:=8ee491c1625739d79944a46fa1c50f6b698d92fbf37c31d5e6d8ad3d1ad41064 PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=MIT diff --git a/lang/node-npm-check-updates/Makefile b/lang/node-npm-check-updates/Makefile index 3f8d2de796..72c19c94c9 100644 --- a/lang/node-npm-check-updates/Makefile +++ b/lang/node-npm-check-updates/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=npm-check-updates PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=17.1.11 +PKG_VERSION:=17.1.12 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=42618c93f913f3bea23be404dc1d16eb01751dec818da64b9a2a4aa97163f414 +PKG_HASH:=783d5a27b6f0094f82241538ae8583e10d64f5710274db48d4876320cfb2dd86 PKG_MAINTAINER:=Hirokazu MORIKAWA , Patrik Laszlo PKG_LICENSE:=Apache-2.0 diff --git a/lang/node-npm-run-all2/Makefile b/lang/node-npm-run-all2/Makefile index b37ad9554d..5768defeda 100644 --- a/lang/node-npm-run-all2/Makefile +++ b/lang/node-npm-run-all2/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=npm-run-all2 PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=7.0.1 +PKG_VERSION:=7.0.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=1adfef0b8d8a50483f3199a9b57de1d1019db1c867511b6b975e4a83e42e1754 +PKG_HASH:=53ded6b89269aafc1a90744948041116d7b9144c7b2191489d9f7d532fd98208 PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=MIT diff --git a/lang/node-red/Makefile b/lang/node-red/Makefile index fcd0afe750..7edf5bf7c6 100644 --- a/lang/node-red/Makefile +++ b/lang/node-red/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=node-red PKG_NAME:=$(PKG_NPM_NAME) -PKG_VERSION:=4.0.5 +PKG_VERSION:=4.0.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=2babe48282a3cc9e9a40547e5ef0c99fcd1c77b7d2a40a12977a6559a8d29784 +PKG_HASH:=b933f8a243fb350c7839ff5f486643584f189ebee93c7d3aaa56580dcd91baad PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=Apache-2.0 diff --git a/lang/node-serialport-bindings-cpp/Makefile b/lang/node-serialport-bindings-cpp/Makefile index de37b9cb93..b1efaeb895 100644 --- a/lang/node-serialport-bindings-cpp/Makefile +++ b/lang/node-serialport-bindings-cpp/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_SCOPE:=serialport PKG_NPM_NAME:=bindings-cpp PKG_NAME:=node-$(PKG_NPM_SCOPE)-$(PKG_NPM_NAME) -PKG_VERSION:=12.0.1 +PKG_VERSION:=13.0.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_SCOPE)-$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL_FILE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://registry.npmjs.org/@$(PKG_NPM_SCOPE)/$(PKG_NPM_NAME)/-/ -PKG_HASH:=8cf4e55fcbc175ee56b9c5ba79e6665b9528adabfde8e3b4ae1abd6e948f40e2 +PKG_HASH:=a69b8245a5009e032ad54df214e5dca8a19b05b9b498f6b566fb1585af1af046 PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=MIT diff --git a/lang/node-serialport-list/Makefile b/lang/node-serialport-list/Makefile index aac5705d4b..365d36725c 100644 --- a/lang/node-serialport-list/Makefile +++ b/lang/node-serialport-list/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_SCOPE:=serialport PKG_NPM_NAME:=list PKG_NAME:=node-$(PKG_NPM_SCOPE)-$(PKG_NPM_NAME) -PKG_VERSION:=12.0.0 +PKG_VERSION:=13.0.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_SCOPE)-$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL_FILE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://registry.npmjs.org/@$(PKG_NPM_SCOPE)/$(PKG_NPM_NAME)/-/ -PKG_HASH:=36deffd2616ea4dba190a7d8ae111a57aeacf20972e9091ac392e3ff01ed4355 +PKG_HASH:=036faf0a15a15d59fbb0c5bf31a32587a221dada7886802ae8bd45a5cec0ae8a PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=MIT diff --git a/lang/node-serialport-list/patches/000-remove_depends.patch b/lang/node-serialport-list/patches/000-remove_depends.patch index a0a40515fd..a8119e85cb 100644 --- a/lang/node-serialport-list/patches/000-remove_depends.patch +++ b/lang/node-serialport-list/patches/000-remove_depends.patch @@ -4,7 +4,7 @@ "build": "tsc --build tsconfig-build.json" }, "dependencies": { -- "@serialport/bindings-cpp": "12.0.1", - "commander": "11.0.0" +- "@serialport/bindings-cpp": "13.0.0", + "commander": "12.1.0" }, "engines": { diff --git a/lang/node-serialport/Makefile b/lang/node-serialport/Makefile index 2e17a22531..b652bbdadb 100644 --- a/lang/node-serialport/Makefile +++ b/lang/node-serialport/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=serialport PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=12.0.0 +PKG_VERSION:=13.0.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=021f2b0b985fae48bfb501631fbf8538723eacfea6478f3cae2d1cfe4653c45a +PKG_HASH:=950f9e6a8c4981ba1fc7dcd94d8d811a29375425d882eeb47d4091d61dcd2b3a PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=MIT diff --git a/lang/node-serialport/patches/000-remove_depends.patch b/lang/node-serialport/patches/000-remove_depends.patch index 917aa26342..1a211cc4d8 100644 --- a/lang/node-serialport/patches/000-remove_depends.patch +++ b/lang/node-serialport/patches/000-remove_depends.patch @@ -4,7 +4,7 @@ ], "dependencies": { "@serialport/binding-mock": "10.2.2", -- "@serialport/bindings-cpp": "12.0.1", - "@serialport/parser-byte-length": "12.0.0", - "@serialport/parser-cctalk": "12.0.0", - "@serialport/parser-delimiter": "12.0.0", +- "@serialport/bindings-cpp": "13.0.0", + "@serialport/parser-byte-length": "13.0.0", + "@serialport/parser-cctalk": "13.0.0", + "@serialport/parser-delimiter": "13.0.0", diff --git a/lang/node-terser/Makefile b/lang/node-terser/Makefile index b3b1175a68..6aec153181 100644 --- a/lang/node-terser/Makefile +++ b/lang/node-terser/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=terser PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=5.36.0 +PKG_VERSION:=5.37.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=d686f58158b2c9f78051f557cc45e5402a4c9188c34189ae98cc5be8ee647571 +PKG_HASH:=52430eba44ee5ea56658d26ba80e14725514657ae9a4ac63a8e2bd068a2280de PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=BSD-2-Clause diff --git a/lang/node-twilio/Makefile b/lang/node-twilio/Makefile index 5697c3de1b..0f679eaa33 100644 --- a/lang/node-twilio/Makefile +++ b/lang/node-twilio/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=twilio PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=5.3.6 +PKG_VERSION:=5.4.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=074b2f6827ab6bf6857a252cf73abeb8e52fb82b5f9c0b955605e816eb8edf33 +PKG_HASH:=41327828169f1a9f46f7076e51a2c733db28c67492bc265d79d877e58ef5b654 PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=MIT diff --git a/lang/node-typescript/Makefile b/lang/node-typescript/Makefile index 59f1d718e0..40ad122912 100644 --- a/lang/node-typescript/Makefile +++ b/lang/node-typescript/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=typescript PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=5.6.3 +PKG_VERSION:=5.7.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=ef67f8d8ad895858024b7339d3e34bf112cae3c5db1f538c3079038b17ae30fa +PKG_HASH:=6826f763112d55de0093fd94a4257cabadf1f40b387757e7c68485fc971e886b PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=Apache-2.0 diff --git a/lang/node-zigbee2mqtt/Makefile b/lang/node-zigbee2mqtt/Makefile index 55d00031df..52bf06a26c 100644 --- a/lang/node-zigbee2mqtt/Makefile +++ b/lang/node-zigbee2mqtt/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=zigbee2mqtt PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=1.41.0 +PKG_VERSION:=1.42.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=2813ba759ebbe3529453ea5e4928742f1cc2bc8eec8057e82362d0ed49c79977 +PKG_HASH:=ac6875c84c87b66f96ce274c4e5377e69b8dfa86259c9f169cccbd6dd3ee6e54 PKG_MAINTAINER:=Hirokazu MORIKAWA PKG_LICENSE:=GPL-3.0 diff --git a/lang/node-zwave-js-ui-bundle/Makefile b/lang/node-zwave-js-ui-bundle/Makefile index 59cb8d5c54..714f32841c 100644 --- a/lang/node-zwave-js-ui-bundle/Makefile +++ b/lang/node-zwave-js-ui-bundle/Makefile @@ -6,14 +6,14 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=zwave-js-ui-bundle PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=9.27.2 +PKG_VERSION:=9.29.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL_FILE:=v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/zwave-js/zwave-js-ui/archive/refs/tags/ -PKG_HASH:=a43f7c02b6f3810e7f0a6bbd2cb0444ab954b62ddc3576140e2ca7a8b564b639 +PKG_HASH:=73d6b68476e4a159adf1df73406cc98ba9054caa5049f8375c252ea2c4ac6d8c PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=David Woodhouse diff --git a/lang/node-zwave-js-ui/Makefile b/lang/node-zwave-js-ui/Makefile index 512f2dd1fb..a5e0516c08 100644 --- a/lang/node-zwave-js-ui/Makefile +++ b/lang/node-zwave-js-ui/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=zwave-js-ui PKG_NAME:=node-$(PKG_NPM_NAME) -PKG_VERSION:=9.27.2 +PKG_VERSION:=9.29.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://mirrors.tencent.com/npm/$(PKG_NPM_NAME)/-/ \ https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ -PKG_HASH:=1a906cbf7d25bcc16d69b19ea517902d6bdd6e696036d66fbfc2aeed2f8d1984 +PKG_HASH:=dac7ce3ee793eb050066014b5168bac32716758255adf1c094459473335d46db PKG_MAINTAINER:=David Woodhouse PKG_LICENSE:=MIT diff --git a/lang/node/Makefile b/lang/node/Makefile index 48c14e9715..24fc91cc4f 100644 --- a/lang/node/Makefile +++ b/lang/node/Makefile @@ -23,18 +23,18 @@ NODEJS_BIN_SUM:=e7b80346bb586790ac6b29aa25c96716fcdf6039a6929c2ed506cec09cebc3c0 NODE_MODULE_VERSION:=108 else ifeq ($(CONFIG_NODEJS_23),y) -PKG_VERSION:=23.3.0 +PKG_VERSION:=23.5.0 PKG_RELEASE:=1 -PKG_HASH:=256b2282698cf9eb1124485a5fde9415e0d106a670476dd6dc23bc228d7c2df9 +PKG_HASH:=d6c29133361faa7dd7dfda353cb15f150683a2f5c6fe6a8d19c4dcb1594c80e4 PATCH_DIR:=./patches/v23.x -NODEJS_BIN_SUM:=a4ceaf6e41d76017ee56705badc5d492cf3d5feca607c7a7d3ae54f7db14913b +NODEJS_BIN_SUM:=72ca246aafffeac41486bf5594b0223f9a28e7c3d9081a07884b75cc21cf9e8a NODE_MODULE_VERSION:=131 else -PKG_VERSION:=22.11.0 +PKG_VERSION:=22.12.0 PKG_RELEASE:=1 -PKG_HASH:=24e5130fa7bc1eaab218a0c9cb05e03168fa381bb9e3babddc6a11f655799222 +PKG_HASH:=3157e7c002b6e964bdbefb331ec38db1e2dceb064ab11c038275155461b22ce3 PATCH_DIR:=./patches/v22.x -NODEJS_BIN_SUM:=4f862bab52039835efbe613b532238b6e4dde98d139a34e6923193e073438b13 +NODEJS_BIN_SUM:=e05a4d65232ae2b27b3d77da2e368522fb46b923335b8e0d5f77624c32484044 NODE_MODULE_VERSION:=127 endif endif diff --git a/lang/node/patches/v22.x/003-path.patch b/lang/node/patches/v22.x/003-path.patch index f2000b1e3f..e8eaf563ba 100644 --- a/lang/node/patches/v22.x/003-path.patch +++ b/lang/node/patches/v22.x/003-path.patch @@ -1,6 +1,6 @@ --- a/lib/internal/modules/cjs/loader.js +++ b/lib/internal/modules/cjs/loader.js -@@ -1779,7 +1779,8 @@ Module._initPaths = function() { +@@ -1798,7 +1798,8 @@ Module._initPaths = function() { path.resolve(process.execPath, '..') : path.resolve(process.execPath, '..', '..'); diff --git a/lang/node/patches/v22.x/200-uv_gyp.patch b/lang/node/patches/v22.x/200-uv_gyp.patch index 75bc8f2e5b..9e3961763a 100644 --- a/lang/node/patches/v22.x/200-uv_gyp.patch +++ b/lang/node/patches/v22.x/200-uv_gyp.patch @@ -1,6 +1,6 @@ --- a/deps/uv/uv.gyp +++ b/deps/uv/uv.gyp -@@ -155,6 +155,7 @@ +@@ -156,6 +156,7 @@ 'target_name': 'libuv', 'toolsets': ['host', 'target'], 'type': '<(uv_library)', diff --git a/lang/node/patches/v22.x/202-node_gyp.patch b/lang/node/patches/v22.x/202-node_gyp.patch index 84ea6f607e..b0f622977a 100644 --- a/lang/node/patches/v22.x/202-node_gyp.patch +++ b/lang/node/patches/v22.x/202-node_gyp.patch @@ -1,6 +1,6 @@ --- a/node.gyp +++ b/node.gyp -@@ -1350,6 +1350,7 @@ +@@ -1340,6 +1340,7 @@ 'dependencies': [ 'deps/simdutf/simdutf.gyp:simdutf#host', ], diff --git a/lang/node/patches/v22.x/204-v8_gyp.patch b/lang/node/patches/v22.x/204-v8_gyp.patch index 8496a7c717..5dba48a4f8 100644 --- a/lang/node/patches/v22.x/204-v8_gyp.patch +++ b/lang/node/patches/v22.x/204-v8_gyp.patch @@ -28,7 +28,7 @@ 'sources': [ '<(V8_ROOT)/src/init/setup-isolate-full.cc', ], -+ 'include_dirs': [ ' -Date: Sun, 27 Oct 2024 10:08:07 -0400 -Subject: [PATCH] build: fix building with system icu 76 - -ICU 76 decided to reduce overlinking[^1] thus `icu-i18n` will no longer -add `icu-uc` when linking to shared libraries. This results in undefined -symbols/references when trying to build with system ICU 76. - -[^1]: unicode-org/icu@199bc82 ---- - configure.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/configure.py -+++ b/configure.py -@@ -1876,7 +1876,7 @@ def configure_intl(o): - elif with_intl == 'system-icu': - # ICU from pkg-config. - o['variables']['v8_enable_i18n_support'] = 1 -- pkgicu = pkg_config('icu-i18n') -+ pkgicu = pkg_config(['icu-i18n', 'icu-uc']) - if not pkgicu[0]: - error('''Could not load pkg-config data for "icu-i18n". - See above errors or the README.md.''') diff --git a/lang/node/patches/v22.x/999-localhost-no-addrconfig.patch b/lang/node/patches/v22.x/999-localhost-no-addrconfig.patch index c431370b78..698164bd4f 100644 --- a/lang/node/patches/v22.x/999-localhost-no-addrconfig.patch +++ b/lang/node/patches/v22.x/999-localhost-no-addrconfig.patch @@ -13,7 +13,7 @@ Forwarded: https://github.com/nodejs/node/issues/33816 // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the -@@ -1342,13 +1343,6 @@ function lookupAndConnect(self, options) +@@ -1349,13 +1350,6 @@ function lookupAndConnect(self, options) hints: options.hints || 0, }; diff --git a/lang/node/patches/v22.x/999-revert_enable_pointer_authentication_on_arm64.patch b/lang/node/patches/v22.x/999-revert_enable_pointer_authentication_on_arm64.patch index 83fd1e025a..f9fdc3d00c 100644 --- a/lang/node/patches/v22.x/999-revert_enable_pointer_authentication_on_arm64.patch +++ b/lang/node/patches/v22.x/999-revert_enable_pointer_authentication_on_arm64.patch @@ -1,6 +1,6 @@ --- a/node.gyp +++ b/node.gyp -@@ -1351,6 +1351,7 @@ +@@ -1341,6 +1341,7 @@ 'deps/simdutf/simdutf.gyp:simdutf#host', ], 'libraries!':[ '-licui18n', '-licuuc', '-licudata', '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ], diff --git a/lang/node/patches/v23.x/003-path.patch b/lang/node/patches/v23.x/003-path.patch index a3938d9d0c..bd51999b19 100644 --- a/lang/node/patches/v23.x/003-path.patch +++ b/lang/node/patches/v23.x/003-path.patch @@ -1,6 +1,6 @@ --- a/lib/internal/modules/cjs/loader.js +++ b/lib/internal/modules/cjs/loader.js -@@ -1788,7 +1788,8 @@ Module._initPaths = function() { +@@ -1995,7 +1995,8 @@ Module._initPaths = function() { path.resolve(process.execPath, '..') : path.resolve(process.execPath, '..', '..'); diff --git a/lang/node/patches/v23.x/202-node_gyp.patch b/lang/node/patches/v23.x/202-node_gyp.patch index d99a920ed1..d415c760c3 100644 --- a/lang/node/patches/v23.x/202-node_gyp.patch +++ b/lang/node/patches/v23.x/202-node_gyp.patch @@ -1,10 +1,10 @@ --- a/node.gyp +++ b/node.gyp -@@ -1331,6 +1331,7 @@ - 'dependencies': [ - 'deps/simdutf/simdutf.gyp:simdutf#host', +@@ -1129,6 +1129,7 @@ + 'includes': [ + 'node.gypi' ], + 'libraries!':[ '-licui18n', '-licuuc', '-licudata', '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ], 'include_dirs': [ - 'tools', 'src', + 'tools/msvs/genfiles', diff --git a/lang/node/patches/v23.x/204-v8_gyp.patch b/lang/node/patches/v23.x/204-v8_gyp.patch index 39d2a4fb76..7db60544a1 100644 --- a/lang/node/patches/v23.x/204-v8_gyp.patch +++ b/lang/node/patches/v23.x/204-v8_gyp.patch @@ -28,7 +28,7 @@ 'sources': [ '<(V8_ROOT)/src/init/setup-isolate-full.cc', ], -+ 'include_dirs': [ '