Skip to content

Commit

Permalink
Merge branch 'master' into converters-load-on-demand
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerivec authored Jan 21, 2025
2 parents e5243a2 + a590eda commit 8e82e66
Show file tree
Hide file tree
Showing 261 changed files with 4,665 additions and 4,598 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "21.11.0"
".": "21.22.0"
}
209 changes: 209 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zigbee-herdsman-converters",
"version": "21.11.0",
"version": "21.22.0",
"description": "Collection of device converters to be used with zigbee-herdsman",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -49,26 +49,26 @@
"buffer-crc32": "^1.0.0",
"iconv-lite": "^0.6.3",
"semver": "^7.6.3",
"zigbee-herdsman": "^3.2.0"
"zigbee-herdsman": "^3.2.2"
},
"devDependencies": {
"@eslint/core": "^0.9.1",
"@eslint/js": "^9.17.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@eslint/core": "^0.10.0",
"@eslint/js": "^9.18.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@types/buffer-crc32": "^0.2.4",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.2",
"@types/node": "^22.10.7",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "2.1.8",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"@vitest/coverage-v8": "3.0.2",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"fast-deep-equal": "^3.1.3",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"ts-morph": "^24.0.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"vitest": "^2.1.8"
"ts-morph": "^25.0.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vitest": "^3.0.2"
}
}
Loading

0 comments on commit 8e82e66

Please sign in to comment.