Skip to content

Commit 0d4df74

Browse files
chore: align TypeScript version across packages
1 parent d674a2e commit 0d4df74

File tree

10 files changed

+167
-683
lines changed

10 files changed

+167
-683
lines changed

packages/codemirror-lang-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"mocha": "9.2.2",
2727
"rollup": "3.29.4",
2828
"@rollup/plugin-typescript": "12.1.1",
29-
"typescript": "5.2.2"
29+
"typescript": "5.8.3"
3030
}
3131
}

packages/hoppscotch-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"autoprefixer": "^10.4.20",
2929
"postcss": "^8.4.47",
3030
"tailwindcss": "^3.4.13",
31-
"typescript": "^5.6.3",
31+
"typescript": "^5.8.3",
3232
"unplugin-icons": "^0.19.3",
3333
"unplugin-vue-components": "28.4.1",
3434
"vite": "^5.4.8",

packages/hoppscotch-common/src/components.d.ts

Lines changed: 10 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/* eslint-disable */
2-
// @ts-nocheck
3-
// Generated by unplugin-vue-components
1+
// generated by unplugin-vue-components
2+
// We suggest you to commit this file into source control
43
// Read more: https://github.com/vuejs/core/pull/3399
4+
import '@vue/runtime-core'
5+
56
export {}
67

7-
/* prettier-ignore */
8-
declare module 'vue' {
8+
declare module '@vue/runtime-core' {
99
export interface GlobalComponents {
1010
AccessTokens: typeof import('./components/accessTokens/index.vue')['default']
1111
AccessTokensGenerateModal: typeof import('./components/accessTokens/GenerateModal.vue')['default']
@@ -124,31 +124,6 @@ declare module 'vue' {
124124
HistoryGraphqlCard: typeof import('./components/history/graphql/Card.vue')['default']
125125
HistoryPersonal: typeof import('./components/history/Personal.vue')['default']
126126
HistoryRestCard: typeof import('./components/history/rest/Card.vue')['default']
127-
HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary']
128-
HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary']
129-
HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor']
130-
HoppSmartCheckbox: typeof import('@hoppscotch/ui')['HoppSmartCheckbox']
131-
HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal']
132-
HoppSmartFileChip: typeof import('@hoppscotch/ui')['HoppSmartFileChip']
133-
HoppSmartInput: typeof import('@hoppscotch/ui')['HoppSmartInput']
134-
HoppSmartIntersection: typeof import('@hoppscotch/ui')['HoppSmartIntersection']
135-
HoppSmartItem: typeof import('@hoppscotch/ui')['HoppSmartItem']
136-
HoppSmartLink: typeof import('@hoppscotch/ui')['HoppSmartLink']
137-
HoppSmartModal: typeof import('@hoppscotch/ui')['HoppSmartModal']
138-
HoppSmartPicture: typeof import('@hoppscotch/ui')['HoppSmartPicture']
139-
HoppSmartPlaceholder: typeof import('@hoppscotch/ui')['HoppSmartPlaceholder']
140-
HoppSmartProgressRing: typeof import('@hoppscotch/ui')['HoppSmartProgressRing']
141-
HoppSmartRadio: typeof import('@hoppscotch/ui')['HoppSmartRadio']
142-
HoppSmartRadioGroup: typeof import('@hoppscotch/ui')['HoppSmartRadioGroup']
143-
HoppSmartSelectWrapper: typeof import('@hoppscotch/ui')['HoppSmartSelectWrapper']
144-
HoppSmartSlideOver: typeof import('@hoppscotch/ui')['HoppSmartSlideOver']
145-
HoppSmartSpinner: typeof import('@hoppscotch/ui')['HoppSmartSpinner']
146-
HoppSmartTab: typeof import('@hoppscotch/ui')['HoppSmartTab']
147-
HoppSmartTabs: typeof import('@hoppscotch/ui')['HoppSmartTabs']
148-
HoppSmartToggle: typeof import('@hoppscotch/ui')['HoppSmartToggle']
149-
HoppSmartTree: typeof import('@hoppscotch/ui')['HoppSmartTree']
150-
HoppSmartWindow: typeof import('@hoppscotch/ui')['HoppSmartWindow']
151-
HoppSmartWindows: typeof import('@hoppscotch/ui')['HoppSmartWindows']
152127
HttpAuthorization: typeof import('./components/http/Authorization.vue')['default']
153128
HttpAuthorizationAkamaiEG: typeof import('./components/http/authorization/AkamaiEG.vue')['default']
154129
HttpAuthorizationApiKey: typeof import('./components/http/authorization/ApiKey.vue')['default']
@@ -204,28 +179,6 @@ declare module 'vue' {
204179
HttpTests: typeof import('./components/http/Tests.vue')['default']
205180
HttpTestTestResult: typeof import('./components/http/test/TestResult.vue')['default']
206181
HttpURLEncodedParams: typeof import('./components/http/URLEncodedParams.vue')['default']
207-
IconLucideActivity: typeof import('~icons/lucide/activity')['default']
208-
IconLucideAlertTriangle: typeof import('~icons/lucide/alert-triangle')['default']
209-
IconLucideArrowLeft: typeof import('~icons/lucide/arrow-left')['default']
210-
IconLucideArrowUpRight: typeof import('~icons/lucide/arrow-up-right')['default']
211-
IconLucideBrush: typeof import('~icons/lucide/brush')['default']
212-
IconLucideCheckCircle: typeof import('~icons/lucide/check-circle')['default']
213-
IconLucideChevronRight: typeof import('~icons/lucide/chevron-right')['default']
214-
IconLucideCircleCheck: typeof import('~icons/lucide/circle-check')['default']
215-
IconLucideGlobe: typeof import('~icons/lucide/globe')['default']
216-
IconLucideHelpCircle: typeof import('~icons/lucide/help-circle')['default']
217-
IconLucideInbox: typeof import('~icons/lucide/inbox')['default']
218-
IconLucideInfo: typeof import('~icons/lucide/info')['default']
219-
IconLucideLayers: typeof import('~icons/lucide/layers')['default']
220-
IconLucideListEnd: typeof import('~icons/lucide/list-end')['default']
221-
IconLucideMinus: typeof import('~icons/lucide/minus')['default']
222-
IconLucidePlusCircle: typeof import('~icons/lucide/plus-circle')['default']
223-
IconLucideRss: typeof import('~icons/lucide/rss')['default']
224-
IconLucideSearch: typeof import('~icons/lucide/search')['default']
225-
IconLucideTriangleAlert: typeof import('~icons/lucide/triangle-alert')['default']
226-
IconLucideUsers: typeof import('~icons/lucide/users')['default']
227-
IconLucideVerified: typeof import('~icons/lucide/verified')['default']
228-
IconLucideX: typeof import('~icons/lucide/x')['default']
229182
ImportExportBase: typeof import('./components/importExport/Base.vue')['default']
230183
ImportExportImportExportList: typeof import('./components/importExport/ImportExportList.vue')['default']
231184
ImportExportImportExportSourcesList: typeof import('./components/importExport/ImportExportSourcesList.vue')['default']
@@ -253,6 +206,9 @@ declare module 'vue' {
253206
LensesRenderersVideoLensRenderer: typeof import('./components/lenses/renderers/VideoLensRenderer.vue')['default']
254207
LensesRenderersXMLLensRenderer: typeof import('./components/lenses/renderers/XMLLensRenderer.vue')['default']
255208
LensesResponseBodyRenderer: typeof import('./components/lenses/ResponseBodyRenderer.vue')['default']
209+
ModalsNativeCACertificates: typeof import('./../../hoppscotch-selfhost-desktop/src/components/modals/NativeCACertificates.vue')['default']
210+
ModalsNativeClientCertificates: typeof import('./../../hoppscotch-selfhost-desktop/src/components/modals/NativeClientCertificates.vue')['default']
211+
ModalsNativeClientCertsAdd: typeof import('./../../hoppscotch-selfhost-desktop/src/components/modals/NativeClientCertsAdd.vue')['default']
256212
ProfileUserDelete: typeof import('./components/profile/UserDelete.vue')['default']
257213
RealtimeCommunication: typeof import('./components/realtime/Communication.vue')['default']
258214
RealtimeConnectionConfig: typeof import('./components/realtime/ConnectionConfig.vue')['default']
@@ -264,6 +220,7 @@ declare module 'vue' {
264220
SettingsExtension: typeof import('./components/settings/Extension.vue')['default']
265221
SettingsExtensionSubtitle: typeof import('./components/settings/ExtensionSubtitle.vue')['default']
266222
SettingsNative: typeof import('./components/settings/Native.vue')['default']
223+
SettingsNativeInterceptor: typeof import('./../../hoppscotch-selfhost-desktop/src/components/settings/NativeInterceptor.vue')['default']
267224
SettingsProxy: typeof import('./components/settings/Proxy.vue')['default']
268225
Share: typeof import('./components/share/index.vue')['default']
269226
ShareCreateModal: typeof import('./components/share/CreateModal.vue')['default']
@@ -291,4 +248,5 @@ declare module 'vue' {
291248
WorkspaceCurrent: typeof import('./components/workspace/Current.vue')['default']
292249
WorkspaceSelector: typeof import('./components/workspace/Selector.vue')['default']
293250
}
251+
294252
}

packages/hoppscotch-desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"postcss": "8.4.49",
3838
"sass": "1.80.3",
3939
"tailwindcss": "3.4.14",
40-
"typescript": "^5.2.2",
40+
"typescript": "^5.8.3",
4141
"unplugin-icons": "0.19.3",
4242
"unplugin-vue-components": "0.27.4",
4343
"vite": "^5.3.1",

packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@rollup/plugin-typescript": "^11.1.6",
2929
"rollup": "^4.9.6",
30-
"typescript": "^5.3.3",
30+
"typescript": "^5.8.3",
3131
"tslib": "^2.6.2"
3232
}
3333
}

packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@rollup/plugin-typescript": "^11.1.6",
2929
"rollup": "^4.9.6",
30-
"typescript": "^5.3.3",
30+
"typescript": "^5.8.3",
3131
"tslib": "^2.6.2"
3232
}
3333
}

packages/hoppscotch-js-sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"eslint-plugin-prettier": "5.2.1",
7272
"io-ts": "2.2.21",
7373
"prettier": "3.3.3",
74-
"typescript": "5.5.4",
74+
"typescript": "5.8.3",
7575
"vite": "5.4.9",
7676
"vitest": "2.1.3"
7777
},

packages/hoppscotch-kernel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"homepage": "https://github.com/hoppscotch/hoppscotch#readme",
3737
"devDependencies": {
3838
"@types/node": "22.9.3",
39-
"typescript": "5.7.2",
39+
"typescript": "5.8.3",
4040
"vite": "5.4.11"
4141
},
4242
"peerDependencies": {

packages/hoppscotch-selfhost-desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"npm-run-all": "4.1.5",
6969
"postcss": "8.4.32",
7070
"tailwindcss": "3.3.6",
71-
"typescript": "4.9.5",
71+
"typescript": "5.8.3",
7272
"unplugin-fonts": "1.1.1",
7373
"unplugin-icons": "0.14.9",
7474
"unplugin-vue-components": "0.21.0",

0 commit comments

Comments
 (0)