tods-competition-factory 2.2.49 → 2.3.1

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.49",
25
+ "version": "2.3.1",
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",
@@ -135,13 +137,13 @@
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.10",
140
+ "@swc/core": "1.15.11",
139
141
  "@types/express": "5.0.6",
140
142
  "@types/jest": "30.0.0",
141
143
  "@types/node": "24.10.9",
142
144
  "@types/supertest": "6.0.3",
143
- "@typescript-eslint/eslint-plugin": "8.53.1",
144
- "@typescript-eslint/parser": "8.53.1",
145
+ "@typescript-eslint/eslint-plugin": "8.54.0",
146
+ "@typescript-eslint/parser": "8.54.0",
145
147
  "@vitest/coverage-v8": "4.0.18",
146
148
  "@vitest/ui": "4.0.18",
147
149
  "agadoo": "^3.0.0",
@@ -158,19 +160,20 @@
158
160
  "eslint-plugin-compat": "6.1.0",
159
161
  "eslint-plugin-import": "2.32.0",
160
162
  "eslint-plugin-prettier": "5.5.5",
161
- "eslint-plugin-sonarjs": "3.0.5",
163
+ "eslint-plugin-sonarjs": "3.0.6",
162
164
  "esm": "3.2.25",
163
165
  "fs-extra": "11.3.3",
164
- "globals": "17.1.0",
166
+ "globals": "17.2.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
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.56.0",
176
+ "rollup": "4.57.0",
174
177
  "rollup-plugin-dts": "6.3.0",
175
178
  "rxjs": "7.8.2",
176
179
  "semver": "7.7.3",