tods-competition-factory 2.2.48 → 2.3.0

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.
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "seeding",
23
23
  "tennis"
24
24
  ],
25
- "version": "2.2.48",
25
+ "version": "2.3.0",
26
26
  "license": "MIT",
27
27
  "private": false,
28
28
  "homepage": "https://courthive.github.io/tods-competition-factory/",
@@ -95,6 +95,8 @@
95
95
  "lint:staged": "TZ=UTC lint-staged",
96
96
  "lint:tsc": "tsc --project tsconfig.json",
97
97
  "lint": "eslint src --fix --cache",
98
+ "lint:md": "markdownlint-cli2 \"**/*.md\"",
99
+ "lint:md:fix": "markdownlint-cli2 --fix \"**/*.md\"",
98
100
  "lint:report": "eslint src & eslint --cache src -f json > eslint-report.json",
99
101
  "prepare": "rimraf dist && rollup --config && ./esbuild.mjs && $(./addVersion $npm_package_version)",
100
102
  "prepublishOnly": "./addVersion $npm_package_version && pinst --disable",
@@ -119,15 +121,15 @@
119
121
  "@dep-tree/cli": "0.23.4",
120
122
  "@nestjs/class-transformer": "0.4.0",
121
123
  "@nestjs/class-validator": "0.13.4",
122
- "@nestjs/cli": "11.0.14",
123
- "@nestjs/common": "11.1.11",
124
+ "@nestjs/cli": "11.0.16",
125
+ "@nestjs/common": "11.1.12",
124
126
  "@nestjs/config": "4.0.2",
125
- "@nestjs/core": "11.1.11",
127
+ "@nestjs/core": "11.1.12",
126
128
  "@nestjs/jwt": "11.0.2",
127
- "@nestjs/platform-express": "11.1.11",
129
+ "@nestjs/platform-express": "11.1.12",
128
130
  "@nestjs/schematics": "11.0.9",
129
131
  "@nestjs/swagger": "11.2.5",
130
- "@nestjs/testing": "11.1.11",
132
+ "@nestjs/testing": "11.1.12",
131
133
  "@rollup/plugin-babel": "6.1.0",
132
134
  "@rollup/plugin-commonjs": "29.0.0",
133
135
  "@rollup/plugin-json": "6.1.0",
@@ -135,15 +137,15 @@
135
137
  "@rollup/plugin-terser": "0.4.4",
136
138
  "@rollup/plugin-typescript": "12.3.0",
137
139
  "@swc/cli": "0.7.10",
138
- "@swc/core": "1.15.8",
140
+ "@swc/core": "1.15.10",
139
141
  "@types/express": "5.0.6",
140
142
  "@types/jest": "30.0.0",
141
- "@types/node": "24.10.8",
143
+ "@types/node": "24.10.9",
142
144
  "@types/supertest": "6.0.3",
143
- "@typescript-eslint/eslint-plugin": "8.53.0",
144
- "@typescript-eslint/parser": "8.53.0",
145
- "@vitest/coverage-v8": "4.0.17",
146
- "@vitest/ui": "4.0.17",
145
+ "@typescript-eslint/eslint-plugin": "8.53.1",
146
+ "@typescript-eslint/parser": "8.53.1",
147
+ "@vitest/coverage-v8": "4.0.18",
148
+ "@vitest/ui": "4.0.18",
147
149
  "agadoo": "^3.0.0",
148
150
  "ajv": "8.17.1",
149
151
  "ajv-formats": "3.0.1",
@@ -155,22 +157,23 @@
155
157
  "eslint-config-prettier": "10.1.8",
156
158
  "eslint-import-resolver-typescript": "4.4.4",
157
159
  "eslint-module-utils": "2.12.1",
158
- "eslint-plugin-compat": "6.0.2",
160
+ "eslint-plugin-compat": "6.1.0",
159
161
  "eslint-plugin-import": "2.32.0",
160
162
  "eslint-plugin-prettier": "5.5.5",
161
163
  "eslint-plugin-sonarjs": "3.0.5",
162
164
  "esm": "3.2.25",
163
165
  "fs-extra": "11.3.3",
164
- "globals": "17.0.0",
166
+ "globals": "17.1.0",
165
167
  "husky": "9.1.7",
166
168
  "jest": "30.2.0",
167
169
  "lint-staged": "16.2.7",
170
+ "markdownlint-cli2": "^0.20.0",
168
171
  "pinst": "3.0.0",
169
- "prettier": "3.7.4",
172
+ "prettier": "3.8.1",
170
173
  "prettier-eslint": "16.4.2",
171
174
  "reflect-metadata": "0.2.2",
172
175
  "rimraf": "6.1.2",
173
- "rollup": "4.55.1",
176
+ "rollup": "4.56.0",
174
177
  "rollup-plugin-dts": "6.3.0",
175
178
  "rxjs": "7.8.2",
176
179
  "semver": "7.7.3",
@@ -184,8 +187,8 @@
184
187
  "typescript": "5.9.3",
185
188
  "variable-diff": "2.0.2",
186
189
  "vite": "7.3.1",
187
- "vite-tsconfig-paths": "6.0.4",
188
- "vitest": "4.0.17"
190
+ "vite-tsconfig-paths": "6.0.5",
191
+ "vitest": "4.0.18"
189
192
  },
190
193
  "lint-staged": {
191
194
  "*.{js,ts}": "eslint --cache --fix",