mirror of
				https://github.com/bourquep/mysa2mqtt.git
				synced 2025-10-31 11:49:40 +00:00 
			
		
		
		
	![dependabot[bot]](/assets/img/avatar_default.png) bab6589979
			
		
	
	bab6589979
	
	
	
		
			
			Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@semantic-release/npm](https://github.com/semantic-release/npm) | `12.0.2` | `13.1.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.6.2` | `24.9.2` | | [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.38.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `60.8.1` | `61.1.11` | | [prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc) | `1.3.3` | `1.5.0` | | [semantic-release](https://github.com/semantic-release/semantic-release) | `24.2.9` | `25.0.1` | Updates `@semantic-release/npm` from 12.0.2 to 13.1.1 - [Release notes](https://github.com/semantic-release/npm/releases) - [Commits](https://github.com/semantic-release/npm/compare/v12.0.2...v13.1.1) Updates `@types/node` from 24.6.2 to 24.9.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.37.0 to 9.38.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.37.0...v9.38.0) Updates `eslint-plugin-jsdoc` from 60.8.1 to 61.1.11 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v60.8.1...v61.1.11) Updates `prettier-plugin-jsdoc` from 1.3.3 to 1.5.0 - [Release notes](https://github.com/hosseinmd/prettier-plugin-jsdoc/releases) - [Changelog](https://github.com/hosseinmd/prettier-plugin-jsdoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.3.3...v1.5.0) Updates `semantic-release` from 24.2.9 to 25.0.1 - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](https://github.com/semantic-release/semantic-release/compare/v24.2.9...v25.0.1) --- updated-dependencies: - dependency-name: "@semantic-release/npm" dependency-version: 13.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-version: 24.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint dependency-version: 9.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-plugin-jsdoc dependency-version: 61.1.11 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: prettier-plugin-jsdoc dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: semantic-release dependency-version: 25.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			75 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			75 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "mysa2mqtt",
 | |
|   "version": "0.0.0",
 | |
|   "license": "MIT",
 | |
|   "private": false,
 | |
|   "description": "Expose Mysa smart thermostats to home automation platforms via MQTT.",
 | |
|   "keywords": [
 | |
|     "mysa",
 | |
|     "thermostat",
 | |
|     "mqtt",
 | |
|     "homeassistant",
 | |
|     "home-assistant"
 | |
|   ],
 | |
|   "publishConfig": {
 | |
|     "provenance": true
 | |
|   },
 | |
|   "author": {
 | |
|     "name": "Pascal Bourque",
 | |
|     "email": "pascal@cosmos.moi"
 | |
|   },
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/bourquep/mysa2mqtt/issues"
 | |
|   },
 | |
|   "homepage": "https://github.com/bourquep/mysa2mqtt",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/bourquep/mysa2mqtt.git"
 | |
|   },
 | |
|   "files": [
 | |
|     "README.md",
 | |
|     "LICENSE.txt",
 | |
|     "dist"
 | |
|   ],
 | |
|   "type": "module",
 | |
|   "bin": {
 | |
|     "mysa2mqtt": "dist/main.js"
 | |
|   },
 | |
|   "engines": {
 | |
|     "node": ">=22.4.0"
 | |
|   },
 | |
|   "browser": false,
 | |
|   "scripts": {
 | |
|     "dev": "tsx src/main.ts",
 | |
|     "lint": "eslint --max-warnings 0 src/**/*.ts",
 | |
|     "style-lint": "prettier -c .",
 | |
|     "build": "tsup"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "commander": "14.0.1",
 | |
|     "dotenv": "17.2.3",
 | |
|     "mqtt2ha": "4.1.2",
 | |
|     "mysa-js-sdk": "1.3.3",
 | |
|     "pino": "10.0.0",
 | |
|     "pino-pretty": "13.1.1"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@commander-js/extra-typings": "14.0.0",
 | |
|     "@eslint/js": "9.37.0",
 | |
|     "@semantic-release/npm": "13.1.1",
 | |
|     "@types/node": "24.9.2",
 | |
|     "conventional-changelog-conventionalcommits": "9.1.0",
 | |
|     "eslint": "9.38.0",
 | |
|     "eslint-plugin-jsdoc": "61.1.11",
 | |
|     "eslint-plugin-tsdoc": "0.4.0",
 | |
|     "prettier": "3.6.2",
 | |
|     "prettier-plugin-jsdoc": "1.5.0",
 | |
|     "prettier-plugin-organize-imports": "4.3.0",
 | |
|     "semantic-release": "25.0.1",
 | |
|     "tsup": "8.5.0",
 | |
|     "tsx": "4.20.6",
 | |
|     "typescript": "5.9.3",
 | |
|     "typescript-eslint": "8.45.0"
 | |
|   }
 | |
| }
 |