@gjuchault/typescript-library-starter
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -38,3 +38,11 @@ { | ||
"import/consistent-type-specifier-style": ["error", "prefer-top-level"] | ||
} | ||
}, | ||
"overrides": [ | ||
{ | ||
"files": ["*.test.ts"], | ||
"rules": { | ||
"@typescript-eslint/no-floating-promises": "off" | ||
} | ||
} | ||
] | ||
} |
@@ -1,2 +0,2 @@ | ||
## [4.0.2](https://github.com/gjuchault/typescript-library-starter/compare/v4.0.1...v4.0.2) (2023-10-24) | ||
## [4.0.3](https://github.com/gjuchault/typescript-library-starter/compare/v4.0.2...v4.0.3) (2023-11-21) | ||
@@ -6,2 +6,2 @@ | ||
* **tsconfig:** use lib es2023 with node 21 ([e7354fe](https://github.com/gjuchault/typescript-library-starter/commit/e7354fe216b4d065eefc0e81a3035278a076e33b)) | ||
* **tests:** ignore no-floating-promises on tests ([061c242](https://github.com/gjuchault/typescript-library-starter/commit/061c242fa1c2f8f4de9d8867518a30f551b61a21)) |
{ | ||
"name": "@gjuchault/typescript-library-starter", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Yet another typescript library starter template", | ||
@@ -20,7 +20,7 @@ "keywords": [ | ||
"engines": { | ||
"node": "^21.0.0", | ||
"node": "^21.1.0", | ||
"npm": "^10.2.0" | ||
}, | ||
"volta": { | ||
"node": "21.0.0", | ||
"node": "21.1.0", | ||
"npm": "10.2.0" | ||
@@ -54,29 +54,29 @@ }, | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/commit-analyzer": "^11.0.0", | ||
"@semantic-release/github": "^9.2.1", | ||
"@semantic-release/npm": "^11.0.0", | ||
"@semantic-release/release-notes-generator": "^12.0.0", | ||
"@types/node": "^18.16.3", | ||
"@types/prompts": "^2.4.7", | ||
"@typescript-eslint/eslint-plugin": "^6.8.0", | ||
"@typescript-eslint/parser": "^6.8.0", | ||
"@semantic-release/commit-analyzer": "^11.1.0", | ||
"@semantic-release/github": "^9.2.3", | ||
"@semantic-release/npm": "^11.0.1", | ||
"@semantic-release/release-notes-generator": "^12.1.0", | ||
"@types/node": "^20.9.0", | ||
"@types/prompts": "^2.4.8", | ||
"@typescript-eslint/eslint-plugin": "^6.11.0", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"c8": "^8.0.1", | ||
"cspell": "^7.3.8", | ||
"esbuild": "^0.19.5", | ||
"eslint": "^8.52.0", | ||
"cspell": "^8.0.0", | ||
"esbuild": "^0.19.6", | ||
"eslint": "^8.54.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"globby": "^13.2.2", | ||
"prettier": "^3.0.3", | ||
"prettier": "^3.1.0", | ||
"prompts": "^2.4.2", | ||
"rimraf": "^5.0.5", | ||
"semantic-release": "^22.0.5", | ||
"semantic-release": "^22.0.8", | ||
"slugify": "^1.6.6", | ||
"source-map-support": "^0.5.21", | ||
"tsx": "^3.14.0", | ||
"tsx": "^4.1.4", | ||
"typescript": "^5.2.2" | ||
} | ||
} |
32193
539