@mountainpass/problem-document 0.0.49 → 0.0.51
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/.dry-aged-deps.json +1 -3
- package/package.json +3 -3
package/.dry-aged-deps.json
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
"@commitlint/cli": "Major version upgrade; requires migration to v20 config format",
|
|
4
4
|
"@commitlint/config-conventional": "Major version upgrade; blocked by @commitlint/cli constraint",
|
|
5
5
|
"@types/jest": "Pinned to jest 27.x; upgrade requires jest 29+ migration",
|
|
6
|
-
"@types/node": "Pinned to ^14; upgrade requires verifying Node.js API compatibility",
|
|
7
6
|
"cspell": "Major version upgrade; requires compatibility testing with current config",
|
|
8
7
|
"eslint": "Pinned to ^8; upgrade to 9+ requires flat config migration and plugin compatibility",
|
|
9
8
|
"eslint-config-prettier": "Major version upgrade; blocked by eslint 8.x constraint",
|
|
@@ -19,7 +18,6 @@
|
|
|
19
18
|
"jest": "Pinned to ^27; upgrade requires ts-jest migration",
|
|
20
19
|
"jest-junit": "Major version upgrade; blocked by jest 27.x constraint",
|
|
21
20
|
"prettier": "Major version upgrade; may cause formatting changes across codebase",
|
|
22
|
-
"ts-jest": "Pinned to jest 27.x; upgrade requires jest migration"
|
|
23
|
-
"typescript": "Major version upgrade; requires codebase compatibility verification"
|
|
21
|
+
"ts-jest": "Pinned to jest 27.x; upgrade requires jest migration"
|
|
24
22
|
}
|
|
25
23
|
}
|
package/package.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@commitlint/config-conventional": "^17.0.2",
|
|
30
30
|
"@types/http-status-codes": "^1.2.0",
|
|
31
31
|
"@types/jest": "^27.4.1",
|
|
32
|
-
"@types/node": "^
|
|
32
|
+
"@types/node": "^22",
|
|
33
33
|
"@typescript-eslint/eslint-plugin": "^5",
|
|
34
34
|
"@typescript-eslint/parser": "^5",
|
|
35
35
|
"cspell": "*",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"json-schema": "^0.4.0",
|
|
52
52
|
"prettier": "^2.6.2",
|
|
53
53
|
"ts-jest": "^27",
|
|
54
|
-
"typescript": "^
|
|
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.
|
|
66
|
+
"version": "0.0.51",
|
|
67
67
|
"bugs": {
|
|
68
68
|
"url": "https://github.com/mountain-pass/problem-document/issues"
|
|
69
69
|
},
|