X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=cc33b01023aa4ae56c001a397bb878f1ed46c08a;hb=HEAD;hp=1bb952cc086ee977fd138c2e516f80b75f7ea593;hpb=f26697b4c9dcdf791e48e8f15160e90f6855c995;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 1bb952cc..2bfd772e 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "1.3.3", + "version": "1.3.7", "engines": { "node": ">=18.18.0", "pnpm": ">=9.0.0" }, "volta": { - "node": "22.2.0", - "pnpm": "9.1.2" + "node": "22.4.0", + "pnpm": "9.4.0" }, - "packageManager": "pnpm@9.1.2", + "packageManager": "pnpm@9.4.0", "repository": { "type": "git", "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git" @@ -41,12 +41,6 @@ ], "type": "module", "exports": "./dist/start.js", - "auto-changelog": { - "commitUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/commit/{id}", - "issueUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/issues/{id}", - "mergeUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/pull/{id}", - "compareUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/compare/{from}...{to}" - }, "mikro-orm": { "tsConfigPath": "./tsconfig-mikro-orm.json", "useTsNode": true @@ -70,15 +64,14 @@ "build:entities": "tsc -p tsconfig-mikro-orm.json", "clean:dist": "pnpm exec rimraf dist", "clean:node_modules": "pnpm exec rimraf node_modules", - "lint": "cross-env TIMING=1 eslint --cache src tests .eslintrc.cjs bundle.js mikro-orm.config-template.ts", - "lint:fix": "cross-env TIMING=1 eslint --cache --fix src tests .eslintrc.cjs bundle.js mikro-orm.config-template.ts", - "format": "prettier --cache --write .; eslint --cache --fix src .eslintrc.cjs tests bundle.js mikro-orm.config-template.ts", + "lint": "cross-env TIMING=1 eslint --cache src tests ./*.cjs ./*.js ./*.ts", + "lint:fix": "cross-env TIMING=1 eslint --cache --fix src tests ./*.cjs ./*.js ./*.ts", + "format": "prettier --cache --write .; eslint --cache --fix src tests ./*.cjs ./*.js ./*.ts", "test": "glob -c \"c8 node --import tsx --test\" \"tests/**/*.test.ts\"", "test:debug": "glob -c \"node --import tsx --test --inspect\" \"tests/**/*.test.ts\"", "coverage": "c8 report --reporter=lcov", "coverage:html": "c8 report --reporter=html", - "clinic:clean": "clinic clean", - "release": "release-it" + "clinic:clean": "clinic clean" }, "pnpm": { "overrides": { @@ -92,11 +85,11 @@ } }, "dependencies": { - "@mikro-orm/core": "^6.2.8", - "@mikro-orm/mariadb": "^6.2.8", - "@mikro-orm/reflection": "^6.2.8", - "@mikro-orm/sqlite": "^6.2.8", - "ajv": "^8.13.0", + "@mikro-orm/core": "^6.2.9", + "@mikro-orm/mariadb": "^6.2.9", + "@mikro-orm/reflection": "^6.2.9", + "@mikro-orm/sqlite": "^6.2.9", + "ajv": "^8.16.0", "ajv-formats": "^3.0.1", "basic-ftp": "^5.0.5", "chalk": "^5.3.0", @@ -104,13 +97,13 @@ "http-status-codes": "^2.3.0", "logform": "^2.6.0", "mnemonist": "0.40.0-rc1", - "mongodb": "^6.6.2", - "poolifier": "^4.0.12", - "rambda": "^9.2.0", - "tar": "^7.1.0", + "mongodb": "^6.8.0", + "poolifier": "^4.0.15", + "rambda": "^9.2.1", + "tar": "^7.4.0", "winston": "^3.13.0", "winston-daily-rotate-file": "^5.0.0", - "ws": "^8.17.0" + "ws": "^8.18.0" }, "optionalDependencies": { "bufferutil": "^4.0.8", @@ -119,18 +112,16 @@ "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", - "@mikro-orm/cli": "^6.2.8", - "@release-it/bumper": "^6.0.1", - "@types/node": "^20.12.12", + "@mikro-orm/cli": "^6.2.9", + "@types/node": "^20.14.9", "@types/semver": "^7.5.8", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^7.10.0", - "@typescript-eslint/parser": "^7.10.0", - "auto-changelog": "^2.4.0", - "c8": "^9.1.0", + "@typescript-eslint/eslint-plugin": "^7.15.0", + "@typescript-eslint/parser": "^7.15.0", + "c8": "^10.1.2", "clinic": "^13.0.0", "cross-env": "^7.0.3", - "esbuild": "^0.21.4", + "esbuild": "^0.23.0", "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", "eslint": "^8.57.0", @@ -139,20 +130,19 @@ "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.2.6", - "eslint-plugin-n": "^17.7.0", - "eslint-plugin-simple-import-sort": "^12.1.0", - "eslint-plugin-tsdoc": "^0.2.17", + "eslint-plugin-jsdoc": "^48.5.0", + "eslint-plugin-n": "^17.9.0", + "eslint-plugin-simple-import-sort": "^12.1.1", + "eslint-plugin-tsdoc": "^0.3.0", "expect": "^29.7.0", - "glob": "^10.4.1", + "glob": "^10.4.2", "husky": "^9.0.11", - "lint-staged": "^15.2.4", - "prettier": "^3.2.5", - "release-it": "^17.3.0", + "lint-staged": "^15.2.7", + "prettier": "^3.3.2", "rimraf": "^5.0.7", "semver": "^7.6.2", "ts-node": "^10.9.2", - "tsx": "^4.11.0", - "typescript": "~5.4.5" + "tsx": "^4.16.2", + "typescript": "~5.5.3" } }