@temboplus/tsconfig 0.1.10 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +29 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temboplus/tsconfig",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "Base TypeScript configuration files for TemboPlus applications and packages",
5
5
  "files": [
6
6
  "tsconfig.base.json",
@@ -115,42 +115,42 @@
115
115
  "npm": ">=10.9.2"
116
116
  },
117
117
  "dependencies": {
118
- "@tsconfig/node22": ">=22.0.2",
119
- "@tsconfig/recommended": ">=1.0.12",
120
- "@tsconfig/strictest": ">=2.0.7",
118
+ "@tsconfig/node22": ">=22.0.5",
119
+ "@tsconfig/recommended": ">=1.0.13",
120
+ "@tsconfig/strictest": ">=2.0.8",
121
121
  "tslib": ">=2.8.1"
122
122
  },
123
123
  "devDependencies": {
124
- "@commitlint/cli": "^20.1.0",
125
- "@commitlint/config-conventional": "^20.0.0",
124
+ "@commitlint/cli": "^20.3.0",
125
+ "@commitlint/config-conventional": "^20.3.0",
126
126
  "@eslint/markdown": "^7.5.1",
127
127
  "@jest/globals": "^30.2.0",
128
- "@release-it/conventional-changelog": "^10.0.1",
129
- "@vitest/coverage-v8": "^4.0.8",
128
+ "@release-it/conventional-changelog": "<=10.0.1",
129
+ "@vitest/coverage-v8": "^4.0.16",
130
130
  "conventional-commits-parser": "^6.2.1",
131
- "cspell": "^9.3.0",
132
- "eslint": "^9.39.1",
131
+ "cspell": "^9.4.0",
132
+ "eslint": "^9.39.2",
133
133
  "eslint-config-flat-gitignore": "^2.1.0",
134
134
  "eslint-config-prettier": "^10.1.8",
135
135
  "eslint-plugin-import-x": "^4.16.1",
136
- "eslint-plugin-jsdoc": "^61.1.12",
136
+ "eslint-plugin-jsdoc": "^61.5.0",
137
137
  "eslint-plugin-jsonc": "^2.21.0",
138
138
  "eslint-plugin-perfectionist": "^4.15.1",
139
139
  "eslint-plugin-prettier": "^5.5.4",
140
140
  "eslint-plugin-unicorn": "^62.0.0",
141
- "eslint-plugin-yml": "^1.19.0",
141
+ "eslint-plugin-yml": "^1.19.1",
142
142
  "husky": "^9.1.7",
143
143
  "jest": "^30.2.0",
144
- "npm-check-updates": "^19.1.2",
144
+ "npm-check-updates": "^19.2.1",
145
145
  "npm-run-all": "^4.1.5",
146
- "prettier": "^3.6.2",
147
- "release-it": "^19.0.6",
148
- "rimraf": "^6.1.0",
149
- "ts-jest": "^29.4.5",
146
+ "prettier": "^3.7.4",
147
+ "release-it": "<=19.0.0",
148
+ "rimraf": "^6.1.2",
149
+ "ts-jest": "^29.4.6",
150
150
  "ts-node": "^10.9.2",
151
151
  "typescript": "^5.9.3",
152
- "typescript-eslint": "^8.46.4",
153
- "vitest": "^4.0.8"
152
+ "typescript-eslint": "^8.51.0",
153
+ "vitest": "^4.0.16"
154
154
  },
155
155
  "publishConfig": {
156
156
  "access": "public"
@@ -214,9 +214,16 @@
214
214
  },
215
215
  "plugins": {
216
216
  "@release-it/conventional-changelog": {
217
- "preset": "angular",
218
- "infile": "CHANGELOG.md",
219
- "header": "# Changelog"
217
+ "preset": {
218
+ "name": "angular"
219
+ },
220
+ "bump": {
221
+ "strictSemVer": true
222
+ },
223
+ "changelog": {
224
+ "infile": "CHANGELOG.md",
225
+ "header": "# Changelog"
226
+ }
220
227
  }
221
228
  }
222
229
  }