fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #3698 from hey-api/renovate/jsdom-28.x

chore(deps): update dependency @types/jsdom to v28

authored by

Lubos and committed by
GitHub
74ba47c4 55205bcd

+18 -12
+1 -1
examples/openapi-ts-ofetch/package.json
··· 19 19 "@hey-api/openapi-ts": "workspace:*", 20 20 "@rushstack/eslint-patch": "1.10.5", 21 21 "@tsconfig/node24": "24.0.4", 22 - "@types/jsdom": "27.0.0", 22 + "@types/jsdom": "28.0.1", 23 23 "@types/node": "24.12.0", 24 24 "@vitejs/plugin-vue": "6.0.4", 25 25 "@vitejs/plugin-vue-jsx": "5.1.4",
+1 -1
examples/openapi-ts-pinia-colada/package.json
··· 25 25 "@pinia/colada-devtools": "0.1.6", 26 26 "@rushstack/eslint-patch": "1.10.5", 27 27 "@tsconfig/node24": "24.0.4", 28 - "@types/jsdom": "27.0.0", 28 + "@types/jsdom": "28.0.1", 29 29 "@types/node": "24.12.0", 30 30 "@vitejs/plugin-vue": "6.0.4", 31 31 "@vitejs/plugin-vue-jsx": "5.1.4",
+1 -1
examples/openapi-ts-tanstack-vue-query/package.json
··· 25 25 "@hey-api/openapi-ts": "workspace:*", 26 26 "@rushstack/eslint-patch": "1.10.5", 27 27 "@tsconfig/node24": "24.0.4", 28 - "@types/jsdom": "27.0.0", 28 + "@types/jsdom": "28.0.1", 29 29 "@types/node": "24.12.0", 30 30 "@vitejs/plugin-vue": "6.0.4", 31 31 "@vitejs/plugin-vue-jsx": "5.1.4",
+15 -9
pnpm-lock.yaml
··· 748 748 specifier: 24.0.4 749 749 version: 24.0.4 750 750 '@types/jsdom': 751 - specifier: 27.0.0 752 - version: 27.0.0 751 + specifier: 28.0.1 752 + version: 28.0.1 753 753 '@types/node': 754 754 specifier: 24.12.0 755 755 version: 24.12.0 ··· 903 903 specifier: 24.0.4 904 904 version: 24.0.4 905 905 '@types/jsdom': 906 - specifier: 27.0.0 907 - version: 27.0.0 906 + specifier: 28.0.1 907 + version: 28.0.1 908 908 '@types/node': 909 909 specifier: 24.12.0 910 910 version: 24.12.0 ··· 1201 1201 specifier: 24.0.4 1202 1202 version: 24.0.4 1203 1203 '@types/jsdom': 1204 - specifier: 27.0.0 1205 - version: 27.0.0 1204 + specifier: 28.0.1 1205 + version: 28.0.1 1206 1206 '@types/node': 1207 1207 specifier: 24.12.0 1208 1208 version: 24.12.0 ··· 7712 7712 '@types/jasmine@6.0.0': 7713 7713 resolution: {integrity: sha512-18lgGsLmEh3VJk9eZ5wAjTISxdqzl6YOwu8UdMpolajN57QOCNbl+AbHUd+Yu9ItrsFdB+c8LSZSGNg8nHaguw==} 7714 7714 7715 - '@types/jsdom@27.0.0': 7716 - resolution: {integrity: sha512-NZyFl/PViwKzdEkQg96gtnB8wm+1ljhdDay9ahn4hgb+SfVtPCbm3TlmDUFXTA+MGN3CijicnMhG18SI5H3rFw==} 7715 + '@types/jsdom@28.0.1': 7716 + resolution: {integrity: sha512-GJq2QE4TAZ5ajSoCasn5DOFm8u1mI3tIFvM5tIq3W5U/RTB6gsHwc6Yhpl91X9VSDOUVblgXmG+2+sSvFQrdlw==} 7717 7717 7718 7718 '@types/jsesc@2.5.1': 7719 7719 resolution: {integrity: sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==} ··· 14924 14924 undici-types@7.16.0: 14925 14925 resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} 14926 14926 14927 + undici-types@7.24.7: 14928 + resolution: {integrity: sha512-XA+gOBkzYD3C74sZowtCLTpgtaCdqZhqCvR6y9LXvrKTt/IVU6bz49T4D+BPi475scshCCkb0IklJRw6T1ZlgQ==} 14929 + 14927 14930 undici@7.18.2: 14928 14931 resolution: {integrity: sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==} 14929 14932 engines: {node: '>=20.18.1'} ··· 22706 22709 22707 22710 '@types/jasmine@6.0.0': {} 22708 22711 22709 - '@types/jsdom@27.0.0': 22712 + '@types/jsdom@28.0.1': 22710 22713 dependencies: 22711 22714 '@types/node': 24.12.0 22712 22715 '@types/tough-cookie': 4.0.5 22713 22716 parse5: 7.3.0 22717 + undici-types: 7.24.7 22714 22718 22715 22719 '@types/jsesc@2.5.1': {} 22716 22720 ··· 32161 32165 unplugin: 2.3.11 32162 32166 32163 32167 undici-types@7.16.0: {} 32168 + 32169 + undici-types@7.24.7: {} 32164 32170 32165 32171 undici@7.18.2: {} 32166 32172