@temboplus/tsconfig 0.1.1 → 0.1.2

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 +22 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temboplus/tsconfig",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Base TypeScript configuration files for TemboPlus applications and packages",
5
5
  "files": [
6
6
  "tsconfig.base.json",
@@ -33,6 +33,8 @@
33
33
  "commit:lint": "npx commitlint --last --verbose",
34
34
  "deps:check": "ncu",
35
35
  "deps:fix": "ncu -u --install always",
36
+ "deps:fix:minor": "ncu -u -t minor --install always",
37
+ "deps:fix:patch": "ncu -u -t patch --install always",
36
38
  "fix": "npm-run-all format:fix lint:fix",
37
39
  "format:check": "npm-run-all format:check:*",
38
40
  "format:check:js": "prettier --check \"./**/*.{js,mjs}\"",
@@ -114,38 +116,40 @@
114
116
  },
115
117
  "dependencies": {
116
118
  "@tsconfig/node22": ">=22.0.2",
117
- "@tsconfig/recommended": ">=1.0.8",
119
+ "@tsconfig/recommended": ">=1.0.10",
118
120
  "@tsconfig/strictest": ">=2.0.5",
119
121
  "tslib": ">=2.8.1"
120
122
  },
121
123
  "devDependencies": {
122
124
  "@commitlint/cli": "^19.8.1",
123
125
  "@commitlint/config-conventional": "^19.8.1",
124
- "@eslint/markdown": "^6.4.0",
125
- "@jest/globals": "^29.7.0",
126
+ "@eslint/markdown": "^7.1.0",
127
+ "@jest/globals": "^30.0.5",
126
128
  "@release-it/conventional-changelog": "^10.0.1",
127
- "@vitest/coverage-v8": "^3.2.1",
128
- "cspell": "^9.0.2",
129
- "eslint": "^9.28.0",
129
+ "@vitest/coverage-v8": "^3.2.4",
130
+ "cspell": "^9.2.0",
131
+ "eslint": "^9.32.0",
130
132
  "eslint-config-flat-gitignore": "^2.1.0",
131
- "eslint-config-prettier": "^10.1.5",
132
- "eslint-plugin-jsdoc": "^50.7.1",
133
+ "eslint-config-prettier": "^10.1.8",
134
+ "eslint-plugin-import-x": "^4.16.1",
135
+ "eslint-plugin-jsdoc": "^52.0.0",
133
136
  "eslint-plugin-jsonc": "^2.20.1",
134
- "eslint-plugin-perfectionist": "^4.14.0",
135
- "eslint-plugin-prettier": "^5.4.1",
136
- "eslint-plugin-unicorn": "^59.0.1",
137
+ "eslint-plugin-perfectionist": "^4.15.0",
138
+ "eslint-plugin-prettier": "^5.5.3",
139
+ "eslint-plugin-unicorn": "^60.0.0",
137
140
  "eslint-plugin-yml": "^1.18.0",
138
141
  "husky": "^9.1.7",
139
- "jest": "^29.7.0",
140
- "npm-check-updates": "^18.0.1",
142
+ "jest": "^30.0.5",
143
+ "npm-check-updates": "^18.0.2",
141
144
  "npm-run-all": "^4.1.5",
142
- "prettier": "^3.5.3",
143
- "release-it": "^19.0.3",
145
+ "prettier": "^3.6.2",
146
+ "release-it": "^19.0.4",
144
147
  "rimraf": "^6.0.1",
145
- "ts-jest": "^29.3.4",
148
+ "ts-jest": "^29.4.0",
146
149
  "ts-node": "^10.9.2",
147
150
  "typescript": "^5.8.3",
148
- "vitest": "^3.2.1"
151
+ "typescript-eslint": "^8.38.0",
152
+ "vitest": "^3.2.4"
149
153
  },
150
154
  "publishConfig": {
151
155
  "access": "public"