X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=d6d4a16afbc0c7b4ef4b682c7d18ca533906e8e8;hb=233e372c9832d0316f26b8370411b58759aa6829;hp=c7957fc4d7ed0b3c2936ecfbf33e2ee9853916c6;hpb=2275d99ceb7b36fdbf241e9ebe707d737001efa4;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index c7957fc4..d6d4a16a 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "1.2.29", + "version": "1.3.1", "engines": { "node": ">=18.18.0", "pnpm": ">=8.6.0" }, "volta": { - "node": "20.10.0", - "pnpm": "8.12.1" + "node": "20.12.0", + "pnpm": "8.15.5" }, "repository": { "type": "git", @@ -39,9 +39,7 @@ } ], "type": "module", - "exports": [ - "./dist/start.js" - ], + "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}", @@ -49,7 +47,7 @@ "compareUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/compare/{from}...{to}" }, "mikro-orm": { - "tsConfigPath": "./tsconfig-orm.json", + "tsConfigPath": "./tsconfig-mikro-orm.json", "useTsNode": true }, "scripts": { @@ -69,11 +67,12 @@ "build:dev": "cross-env BUILD=development pnpm esbuild", "build:cf": "pnpm clean:node_modules && npx cross-env SKIP_PREINSTALL=1 npm install && pnpm build", "build:cf:dev": "pnpm clean:node_modules && npx cross-env SKIP_PREINSTALL=1 npm install && pnpm build:dev", + "build:entities": "tsc -p tsconfig-mikro-orm.json", "clean:dist": "npx rimraf dist", "clean:node_modules": "npx rimraf node_modules", - "lint": "cross-env TIMING=1 eslint --cache src", - "lint:fix": "cross-env TIMING=1 eslint --cache --fix src", - "format": "prettier --cache --write .", + "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", "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", @@ -93,65 +92,68 @@ } }, "dependencies": { - "@mikro-orm/core": "^5.9.5", - "@mikro-orm/mariadb": "^5.9.5", - "@mikro-orm/reflection": "^5.9.5", - "@mikro-orm/sqlite": "^5.9.5", + "@mikro-orm/core": "^6.1.12", + "@mikro-orm/mariadb": "^6.1.12", + "@mikro-orm/reflection": "^6.1.12", + "@mikro-orm/sqlite": "^6.1.12", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", - "basic-ftp": "^5.0.4", + "basic-ftp": "^5.0.5", "chalk": "^5.3.0", - "date-fns": "3.0.0", + "date-fns": "^3.6.0", "http-status-codes": "^2.3.0", - "just-merge": "^3.2.0", "logform": "^2.6.0", - "mnemonist": "^0.39.6", - "mongodb": "^6.3.0", - "poolifier": "^3.1.5", - "tar": "^6.2.0", - "tslib": "^2.6.2", - "winston": "^3.11.0", - "winston-daily-rotate-file": "^4.7.1", - "ws": "^8.15.1" + "mnemonist": "0.40.0-rc1", + "mongodb": "^6.5.0", + "poolifier": "^3.1.27", + "rambda": "^9.1.1", + "tar": "^6.2.1", + "winston": "^3.13.0", + "winston-daily-rotate-file": "^5.0.0", + "ws": "^8.16.0" }, "optionalDependencies": { "bufferutil": "^4.0.8", "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@commitlint/cli": "^18.4.3", - "@commitlint/config-conventional": "^18.4.3", - "@mikro-orm/cli": "^5.9.5", + "@commitlint/cli": "^19.2.1", + "@commitlint/config-conventional": "^19.1.0", + "@mikro-orm/cli": "^6.1.12", "@release-it/bumper": "^6.0.1", - "@types/node": "^20.10.5", - "@types/tar": "^6.1.10", + "@types/node": "^20.11.30", + "@types/semver": "^7.5.8", + "@types/tar": "^6.1.11", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^6.15.0", - "@typescript-eslint/parser": "^6.15.0", + "@typescript-eslint/eslint-plugin": "^7.4.0", + "@typescript-eslint/parser": "^7.4.0", "auto-changelog": "^2.4.0", - "c8": "^8.0.1", + "c8": "^9.1.0", "clinic": "^13.0.0", "cross-env": "^7.0.3", - "esbuild": "^0.19.9", + "esbuild": "^0.20.2", "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", - "eslint": "^8.56.0", - "eslint-config-prettier": "^9.1.0", + "eslint": "^8.57.0", + "eslint-config-love": "^43.1.0", + "eslint-config-standard": "^17.1.0", + "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^46.9.1", - "eslint-plugin-n": "^16.4.0", - "eslint-plugin-prettier": "^5.0.1", + "eslint-plugin-jsdoc": "^48.2.2", + "eslint-plugin-n": "^16.6.2", + "eslint-plugin-simple-import-sort": "^12.0.0", "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.7.0", - "glob": "^10.3.10", - "husky": "^8.0.3", - "lint-staged": "^15.2.0", - "prettier": "^3.1.1", - "release-it": "^17.0.1", + "glob": "^10.3.11", + "husky": "^9.0.11", + "lint-staged": "^15.2.2", + "prettier": "^3.2.5", + "release-it": "^17.1.1", "rimraf": "^5.0.5", - "semver": "^7.5.4", - "tsx": "^4.6.2", - "typescript": "~5.3.3" + "semver": "^7.6.0", + "ts-node": "^10.9.2", + "tsx": "^4.7.1", + "typescript": "~5.4.3" } }