Branch: refs/heads/main
Home:
https://github.com/xwiki-contrib/cristal
Commit: c89ce31305377b06cfe9b810420b2e79e9ce8135
https://github.com/xwiki-contrib/cristal/commit/c89ce31305377b06cfe9b810420…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-06-21 (Fri, 21 Jun 2024)
Changed paths:
M core/attachments/attachments-ui/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M editors/tiptap/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/preload/package.json
M electron/renderer/package.json
M package.json
M pnpm-lock.yaml
M rendering/rendering/src/components/marked-macro.ts
M sources/xwiki/mock-server/package.json
Log Message:
-----------
[Misc] Update dependency typescript to v5.5.2
Commit: 00f2f90fa63d460d5134052cc5decea3669e8271
https://github.com/xwiki-contrib/cristal/commit/00f2f90fa63d460d5134052cc5d…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-06-21 (Fri, 21 Jun 2024)
Changed paths:
R extension-manager/src/server.js
Log Message:
-----------
[Misc] Remove unused server file
Commit: a1a45671bc25b3799859b0427be4dd161f377814
https://github.com/xwiki-contrib/cristal/commit/a1a45671bc25b3799859b0427be…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-06-21 (Fri, 21 Jun 2024)
Changed paths:
M macros/src/vue/c-error.vue
Log Message:
-----------
[Misc] Remove wrongly inserted string
Commit: e42d6ccf8c36b0da85abf456af80c8a412b8cc72
https://github.com/xwiki-contrib/cristal/commit/e42d6ccf8c36b0da85abf456af8…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-06-21 (Fri, 21 Jun 2024)
Changed paths:
M electron/storage/package.json
M extension-manager/package.json
M extension-manager/vite.config.ts
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Unused vue dependencies cleanup
Commit: 9b1606741055a1e2c61e70ebd4e30c7626906b91
https://github.com/xwiki-contrib/cristal/commit/9b1606741055a1e2c61e70ebd4e…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-06-21 (Fri, 21 Jun 2024)
Changed paths:
M api/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/icons/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/main/tsconfig.json
M electron/preload/package.json
M electron/preload/tsconfig.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M rendering/rendering/package.json
M rendering/wikimodel/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M tsconfig.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Make typescript use noEmit by default
Commit: 34634db1aaaca1c1831c74081e31c97f8b056caa
https://github.com/xwiki-contrib/cristal/commit/34634db1aaaca1c1831c74081e3…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-06-21 (Fri, 21 Jun 2024)
Changed paths:
M api/src/api/designSystemLoader.ts
M api/src/components/DefaultPageData.ts
M api/src/components/defaultLogger.ts
M api/src/components/defaultLoggerConfig.ts
M api/src/components/defaultWikiConfig.ts
M core/attachments/attachments-api/src/index.ts
M core/attachments/attachments-default/src/defaultAttachmentsService.ts
M core/attachments/attachments-ui/src/translations.ts
M core/backends/backend-api/src/abstractStorage.ts
M core/backends/backend-dexie/src/wrappingOfflineStorage.ts
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/browser/browser-default/src/components/browser-api-default.ts
M core/hierarchy/hierarchy-api/src/index.ts
M core/link-suggest/link-suggest-api/src/index.ts
M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts
M ds/api/src/index.ts
M ds/dsfr/src/vue/x-alert.vue
M ds/dsfr/src/vue/x-avatar.vue
M ds/dsfr/src/vue/x-card.vue
M ds/dsfr/src/vue/x-img.vue
M ds/shoelace/tsconfig.json
M ds/vuetify/tsconfig.json
M editors/tiptap/src/components/extensions/filter-helper.ts
M editors/tiptap/tsconfig.json
M electron/browser/src/components/browser-api-electron.ts
M electron/browser/src/electron/main/index.ts
M electron/storage/src/components/FileSystemConfig.ts
M electron/storage/src/components/fileSystemStorage.ts
M extension-manager/src/components/cristalLoader.ts
M extension-manager/src/components/defaultExtensionManager.ts
M extensions/menubuttons/src/components/c-menu.vue
M lib/src/components/DefaultCristalApp.ts
M lib/src/components/cristalAppLoader.ts
M lib/src/staticBuild.ts
M macros/src/components/alertMacro.ts
M macros/src/components/errorMacro.ts
M macros/src/components/infoMacro.ts
M macros/src/components/successMacro.ts
M macros/src/components/warningMacro.ts
M macros/tsconfig.json
M rendering/rendering/src/components/wikimodel-teavm.ts
M rendering/rendering/src/components/wikimodel.ts
M sharedworker/impl/src/components/defaultQueueWorker.ts
M sharedworker/impl/src/components/worker.ts
M sharedworker/impl/src/components/workerCristalApp.ts
M sharedworker/impl/src/components/workerQueueWorker.ts
M skin/src/components/InformationTab.ts
M skin/src/components/defaultSkinManager.ts
M skin/src/translations.ts
M skin/src/vue/c-config.vue
M skin/src/vue/contentTools.ts
M skin/tsconfig.json
M tsconfig.json
M vite.config.ts
M web/package.json
M web/src/index.ts
M xwiki/remoteinlineeditor/tsconfig.json
Log Message:
-----------
[Misc] Use isolatedModules and isolatedDeclarations by default
Commit: ad2e05a3eb6c79d84e64a2b0e0734a0495e45591
https://github.com/xwiki-contrib/cristal/commit/ad2e05a3eb6c79d84e64a2b0e07…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-06-21 (Fri, 21 Jun 2024)
Changed paths:
M core/attachments/attachments-ui/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M editors/tiptap/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/preload/package.json
M electron/renderer/package.json
M pnpm-lock.yaml
M sources/xwiki/mock-server/package.json
Log Message:
-----------
[Misc] Only declare typescript in the root package.json
Compare:
https://github.com/xwiki-contrib/cristal/compare/f1e06a820589...ad2e05a3eb6c
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki-contrib/cristal/settings/notifications