diff --git a/.changeset/calm-cameras-nail.md b/.changeset/calm-cameras-nail.md deleted file mode 100644 index 5f94f89bdb..0000000000 --- a/.changeset/calm-cameras-nail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@vue-storefront/eslint-config-integrations": patch -"@vue-storefront/eslint-config": patch ---- - -[CHANGED] Update typescript-eslint to version that supports the new TypeScript 5.7 diff --git a/docs/content/3.middleware/3.api/middleware.api.json b/docs/content/3.middleware/3.api/middleware.api.json index caa3da6185..d64a8b272f 100644 --- a/docs/content/3.middleware/3.api/middleware.api.json +++ b/docs/content/3.middleware/3.api/middleware.api.json @@ -1349,10 +1349,6 @@ "text": "ApiClientConfig", "canonicalReference": "@vue-storefront/middleware!ApiClientConfig:interface" }, - { - "kind": "Content", - "text": "" - }, { "kind": "Content", "text": ", ALL_FUNCTIONS extends " @@ -1373,7 +1369,7 @@ }, { "kind": "Content", - "text": "" + "text": "" }, { "kind": "Content", @@ -1391,8 +1387,8 @@ ], "fileUrlPath": "src/apiClientFactory/index.ts", "returnTypeTokenRange": { - "startIndex": 9, - "endIndex": 11 + "startIndex": 8, + "endIndex": 10 }, "releaseTag": "Public", "overloadIndex": 1, @@ -1400,8 +1396,8 @@ { "parameterName": "factoryParams", "parameterTypeTokenRange": { - "startIndex": 6, - "endIndex": 8 + "startIndex": 5, + "endIndex": 7 }, "isOptional": false } @@ -1411,7 +1407,7 @@ "typeParameterName": "ALL_SETTINGS", "constraintTokenRange": { "startIndex": 1, - "endIndex": 3 + "endIndex": 2 }, "defaultTypeTokenRange": { "startIndex": 0, @@ -1421,8 +1417,8 @@ { "typeParameterName": "ALL_FUNCTIONS", "constraintTokenRange": { - "startIndex": 4, - "endIndex": 5 + "startIndex": 3, + "endIndex": 4 }, "defaultTypeTokenRange": { "startIndex": 0, diff --git a/docs/content/4.sdk/4.api/sdk.api.json b/docs/content/4.sdk/4.api/sdk.api.json index 67e1c124c9..448d72778a 100644 --- a/docs/content/4.sdk/4.api/sdk.api.json +++ b/docs/content/4.sdk/4.api/sdk.api.json @@ -1376,57 +1376,8 @@ }, { "kind": "Reference", - "text": "Readonly", - "canonicalReference": "!Readonly:type" - }, - { - "kind": "Content", - "text": "<" - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": " & " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": ">>" + "text": "SDKConfig", + "canonicalReference": "@vue-storefront/sdk!SDKConfig:type" }, { "kind": "Content", @@ -1452,8 +1403,8 @@ ], "fileUrlPath": "src/bootstrap.ts", "returnTypeTokenRange": { - "startIndex": 16, - "endIndex": 18 + "startIndex": 5, + "endIndex": 7 }, "releaseTag": "Public", "overloadIndex": 1, @@ -1461,8 +1412,8 @@ { "parameterName": "sdkConfig", "parameterTypeTokenRange": { - "startIndex": 14, - "endIndex": 15 + "startIndex": 3, + "endIndex": 4 }, "isOptional": false } @@ -1472,7 +1423,7 @@ "typeParameterName": "T", "constraintTokenRange": { "startIndex": 1, - "endIndex": 13 + "endIndex": 2 }, "defaultTypeTokenRange": { "startIndex": 0, @@ -1491,59 +1442,14 @@ "kind": "Content", "text": "initVSFSDK: & " - }, - { - "kind": "Reference", - "text": "Record", - "canonicalReference": "!Record:type" - }, - { - "kind": "Content", - "text": ">>" + "text": "SDKConfig", + "canonicalReference": "@vue-storefront/sdk!SDKConfig:type" }, { "kind": "Content", @@ -1573,8 +1479,8 @@ ], "fileUrlPath": "src/api-extractor-data.ts", "returnTypeTokenRange": { - "startIndex": 16, - "endIndex": 19 + "startIndex": 6, + "endIndex": 9 }, "releaseTag": "Public", "overloadIndex": 1, @@ -1582,8 +1488,8 @@ { "parameterName": "sdkConfig", "parameterTypeTokenRange": { - "startIndex": 14, - "endIndex": 15 + "startIndex": 4, + "endIndex": 5 }, "isOptional": false } @@ -1593,7 +1499,7 @@ "typeParameterName": "T", "constraintTokenRange": { "startIndex": 1, - "endIndex": 13 + "endIndex": 3 }, "defaultTypeTokenRange": { "startIndex": 0, diff --git a/engineering-toolkit/eslint-config/CHANGELOG.md b/engineering-toolkit/eslint-config/CHANGELOG.md index 6d3d678cf2..88db17c5aa 100644 --- a/engineering-toolkit/eslint-config/CHANGELOG.md +++ b/engineering-toolkit/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-storefront/eslint-config +## 4.0.2 + +### Patch Changes + +- **[CHANGED]** Update typescript-eslint to version that supports the new TypeScript 5.7 + ## 4.0.1 ### Patch Changes diff --git a/engineering-toolkit/eslint-config/package.json b/engineering-toolkit/eslint-config/package.json index 9031038849..a1dc56232f 100644 --- a/engineering-toolkit/eslint-config/package.json +++ b/engineering-toolkit/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/eslint-config", - "version": "4.0.1", + "version": "4.0.2", "type": "module", "main": "src/index.js", "license": "MIT", diff --git a/engineering-toolkit/integrations-eslint/CHANGELOG.md b/engineering-toolkit/integrations-eslint/CHANGELOG.md index 27eaa02205..f7224fa1ce 100644 --- a/engineering-toolkit/integrations-eslint/CHANGELOG.md +++ b/engineering-toolkit/integrations-eslint/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-storefront/eslint-config-integrations +## 1.0.4 + +### Patch Changes + +- **[CHANGED]** Update typescript-eslint to version that supports the new TypeScript 5.7 + ## 1.0.3 ### Patch Changes diff --git a/engineering-toolkit/integrations-eslint/package.json b/engineering-toolkit/integrations-eslint/package.json index 9ceca2aa8b..e1bf5ad34c 100644 --- a/engineering-toolkit/integrations-eslint/package.json +++ b/engineering-toolkit/integrations-eslint/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/eslint-config-integrations", - "version": "1.0.3", + "version": "1.0.4", "main": "index.js", "license": "MIT", "files": [