@mountainpass/problem-document 0.0.51 → 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",
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",
@@ -63,7 +63,7 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "version": "0.0.51",
66
+ "version": "0.0.52",
67
67
  "bugs": {
68
68
  "url": "https://github.com/mountain-pass/problem-document/issues"
69
69
  },