@mountainpass/problem-document 0.0.50 → 0.0.52

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.
@@ -1,9 +1,6 @@
1
1
  {
2
2
  "exclude": {
3
- "@commitlint/cli": "Major version upgrade; requires migration to v20 config format",
4
- "@commitlint/config-conventional": "Major version upgrade; blocked by @commitlint/cli constraint",
5
3
  "@types/jest": "Pinned to jest 27.x; upgrade requires jest 29+ migration",
6
- "cspell": "Major version upgrade; requires compatibility testing with current config",
7
4
  "eslint": "Pinned to ^8; upgrade to 9+ requires flat config migration and plugin compatibility",
8
5
  "eslint-config-prettier": "Major version upgrade; blocked by eslint 8.x constraint",
9
6
  "eslint-import-resolver-node": "Pinned by eslint-plugin-import compatibility",
@@ -18,7 +15,6 @@
18
15
  "jest": "Pinned to ^27; upgrade requires ts-jest migration",
19
16
  "jest-junit": "Major version upgrade; blocked by jest 27.x constraint",
20
17
  "prettier": "Major version upgrade; may cause formatting changes across codebase",
21
- "ts-jest": "Pinned to jest 27.x; upgrade requires jest migration",
22
- "typescript": "Major version upgrade; requires codebase compatibility verification"
18
+ "ts-jest": "Pinned to jest 27.x; upgrade requires jest migration"
23
19
  }
24
20
  }
package/package.json CHANGED
@@ -25,8 +25,8 @@
25
25
  "organization": true
26
26
  },
27
27
  "devDependencies": {
28
- "@commitlint/cli": "^17.0.2",
29
- "@commitlint/config-conventional": "^17.0.2",
28
+ "@commitlint/cli": "^20",
29
+ "@commitlint/config-conventional": "^20",
30
30
  "@types/http-status-codes": "^1.2.0",
31
31
  "@types/jest": "^27.4.1",
32
32
  "@types/node": "^22",
@@ -51,7 +51,7 @@
51
51
  "json-schema": "^0.4.0",
52
52
  "prettier": "^2.6.2",
53
53
  "ts-jest": "^27",
54
- "typescript": "^4.6.3"
54
+ "typescript": "^5"
55
55
  },
56
56
  "keywords": [
57
57
  "problem-details",
@@ -63,7 +63,7 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "version": "0.0.50",
66
+ "version": "0.0.52",
67
67
  "bugs": {
68
68
  "url": "https://github.com/mountain-pass/problem-document/issues"
69
69
  },