Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: bed2eaa385a1b0271c48b6bb207c0cef44be6b27
https://github.com/xwiki/xwiki-platform/commit/bed2eaa385a1b0271c48b6bb207c…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/BaseObjectTest.java
Log Message:
-----------
Revert "XWIKI-21417: BaseObject#set always set the metadata dirty flag of the owner doc to true (#4547)"
Too dangerous work for LTS
This reverts commit 68bb898bf1ce9fd9299707e128087e7b46ea14ec.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 2a921258aca3af92f565123b4ba4313aadc29d64
https://github.com/xwiki/xwiki-platform/commit/2a921258aca3af92f565123b4ba4…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/BaseObjectTest.java
Log Message:
-----------
Revert "XWIKI-21417: BaseObject#set always set the metadata dirty flag of the owner doc to true (#4547)"
Too dangerous work for LTS.
This reverts commit d2567e1d4ab11e9368a87bfd22fabf27e42146e9.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: d5e53d6f9d6f50a1cba7438c273a2846896c0a25
https://github.com/xwiki/xwiki-platform/commit/d5e53d6f9d6f50a1cba7438c273a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateStore.java
Log Message:
-----------
XWIKI-21417: BaseObject#set always set the metadata dirty flag of the owner doc to true (#4640)
* Ensure to use a deep flag when using object#setDirty(false) in
XWikiHibernateStore so that all properties dirty flag are properly
set to false
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-21417-3
Home: https://github.com/xwiki/xwiki-platform
Commit: 7f7fa1af8527f12814e381f43404f0c2a601ce07
https://github.com/xwiki/xwiki-platform/commit/7f7fa1af8527f12814e381f43404…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/PropertyClassOutputFilterStream.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateStore.java
Log Message:
-----------
XWIKI-21417: BaseObject#set always set the metadata dirty flag of the owner doc to true
* Ensure to use a deep flag when using object#setDirty(false) in
XWikiHibernateStore so that all properties dirty flag are properly
set to false
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-21417-3
Home: https://github.com/xwiki/xwiki-platform
Commit: 23b2cfb446bf18931bc98b0b70613c0d97124a63
https://github.com/xwiki/xwiki-platform/commit/23b2cfb446bf18931bc98b0b7061…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/PropertyClassOutputFilterStream.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateStore.java
Log Message:
-----------
XWIKI-21417: BaseObject#set always set the metadata dirty flag of the owner doc to true
* Ensure to remove the dirty flag when loading data from the DB or
from filter stream
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-21417-3
Home: https://github.com/xwiki/xwiki-platform
Commit: fecf5ef475cf20d3224ffc8429300a5b14eb23ae
https://github.com/xwiki/xwiki-platform/commit/fecf5ef475cf20d3224ffc842930…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-embedded/pom.xml
Log Message:
-----------
XWIKI-23522: Make easier to create a WAR with support for Solr standalone but without solr-core
Commit: 73e3b53e57666299bac0c110b05171da4767a0a2
https://github.com/xwiki/xwiki-platform/commit/73e3b53e57666299bac0c110b051…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/PropertyClassOutputFilterStream.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateStore.java
Log Message:
-----------
XWIKI-21417: BaseObject#set always set the metadata dirty flag of the owner doc to true
* Ensure to remove the dirty flag when loading data from the DB or
from filter stream
Compare: https://github.com/xwiki/xwiki-platform/compare/fecf5ef475cf%5E...73e3b53e5…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 294e77d1ec03dc87459ccae7e0a23be4e9938bc1
https://github.com/xwiki/xwiki-platform/commit/294e77d1ec03dc87459ccae7e0a2…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ExtensionSheet.xml
Log Message:
-----------
XWIKI-23577: Extension Sheet buttons have their icon displayed next to the button
* Reverted the regressing change done in the context of XCOMMONS-3051
(cherry picked from commit bc8ed65a1e118a08d35564e499c6b338b86f0f15)
Commit: c2c46af8672ba1cd0410538d1b8829f4db0d01ef
https://github.com/xwiki/xwiki-platform/commit/c2c46af8672ba1cd0410538d1b88…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ExtensionSheet.xml
Log Message:
-----------
Merge pull request #4638 from xwiki/backport/stable-16.10.x/pr-4633
[stable-16.10.x] Merge pull request #4633 from Sereza7/XWIKI-23577
Compare: https://github.com/xwiki/xwiki-platform/compare/62d450ba3a0d...c2c46af8672b
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: a074128296ef8617c39e3026a21e541669ebdee3
https://github.com/xwiki/xwiki-platform/commit/a074128296ef8617c39e3026a21e…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ExtensionSheet.xml
Log Message:
-----------
XWIKI-23577: Extension Sheet buttons have their icon displayed next to the button
* Reverted the regressing change done in the context of XCOMMONS-3051
(cherry picked from commit bc8ed65a1e118a08d35564e499c6b338b86f0f15)
Commit: e16e243de7889b3f72b1ad498cd35a3d69c61604
https://github.com/xwiki/xwiki-platform/commit/e16e243de7889b3f72b1ad498cd3…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ExtensionSheet.xml
Log Message:
-----------
Merge pull request #4639 from xwiki/backport/stable-17.4.x/pr-4633
[stable-17.4.x] Merge pull request #4633 from Sereza7/XWIKI-23577
Compare: https://github.com/xwiki/xwiki-platform/compare/e24803f24d25...e16e243de788
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-17.4.x/pr-4633
Home: https://github.com/xwiki/xwiki-platform
Commit: a074128296ef8617c39e3026a21e541669ebdee3
https://github.com/xwiki/xwiki-platform/commit/a074128296ef8617c39e3026a21e…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ExtensionSheet.xml
Log Message:
-----------
XWIKI-23577: Extension Sheet buttons have their icon displayed next to the button
* Reverted the regressing change done in the context of XCOMMONS-3051
(cherry picked from commit bc8ed65a1e118a08d35564e499c6b338b86f0f15)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-16.10.x/pr-4633
Home: https://github.com/xwiki/xwiki-platform
Commit: 294e77d1ec03dc87459ccae7e0a23be4e9938bc1
https://github.com/xwiki/xwiki-platform/commit/294e77d1ec03dc87459ccae7e0a2…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ExtensionSheet.xml
Log Message:
-----------
XWIKI-23577: Extension Sheet buttons have their icon displayed next to the button
* Reverted the regressing change done in the context of XCOMMONS-3051
(cherry picked from commit bc8ed65a1e118a08d35564e499c6b338b86f0f15)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: bc8ed65a1e118a08d35564e499c6b338b86f0f15
https://github.com/xwiki/xwiki-platform/commit/bc8ed65a1e118a08d35564e499c6…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ExtensionSheet.xml
Log Message:
-----------
XWIKI-23577: Extension Sheet buttons have their icon displayed next to the button
* Reverted the regressing change done in the context of XCOMMONS-3051
Commit: 074741cbc4a90816d66566d255f9b334fa75e351
https://github.com/xwiki/xwiki-platform/commit/074741cbc4a90816d66566d255f9…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ExtensionSheet.xml
Log Message:
-----------
Merge pull request #4633 from Sereza7/XWIKI-23577
XWIKI-23577: Extension Sheet buttons have their icon displayed next to the button
Compare: https://github.com/xwiki/xwiki-platform/compare/6ab88dd1985b...074741cbc4a9
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/documentation
Commit: fd924fea479c3a4a1155c7cae5e693519482c83f
https://github.com/xwiki-contrib/documentation/commit/fd924fea479c3a4a1155c…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
A documentation-api/pom.xml
A documentation-api/src/main/java/org/xwiki/contrib/documentation/DocumentationCheck.java
A documentation-api/src/main/java/org/xwiki/contrib/documentation/DocumentationException.java
A documentation-api/src/main/java/org/xwiki/contrib/documentation/DocumentationManager.java
A documentation-api/src/main/java/org/xwiki/contrib/documentation/DocumentationViolation.java
A documentation-api/src/main/java/org/xwiki/contrib/documentation/DocumentationViolationSeverity.java
A documentation-api/src/main/java/org/xwiki/contrib/documentation/internal/DefaultDocumentationManager.java
A documentation-api/src/main/java/org/xwiki/contrib/documentation/internal/DocumentationEventListener.java
A documentation-api/src/main/java/org/xwiki/contrib/documentation/script/DocumentationScriptService.java
A documentation-api/src/main/resources/META-INF/components.txt
A documentation-api/src/test/java/org/xwiki/contrib/documentation/test/DefaultDocumentationManagerTest.java
R documentation-checker/pom.xml
R documentation-checker/src/main/java/org/xwiki/contrib/documentation/DocumentationCheck.java
R documentation-checker/src/main/java/org/xwiki/contrib/documentation/DocumentationException.java
R documentation-checker/src/main/java/org/xwiki/contrib/documentation/DocumentationManager.java
R documentation-checker/src/main/java/org/xwiki/contrib/documentation/DocumentationViolation.java
R documentation-checker/src/main/java/org/xwiki/contrib/documentation/DocumentationViolationSeverity.java
R documentation-checker/src/main/java/org/xwiki/contrib/documentation/internal/DefaultDocumentationManager.java
R documentation-checker/src/main/java/org/xwiki/contrib/documentation/internal/DocumentationEventListener.java
R documentation-checker/src/main/java/org/xwiki/contrib/documentation/script/DocumentationScriptService.java
R documentation-checker/src/main/resources/META-INF/components.txt
R documentation-checker/src/test/java/org/xwiki/contrib/documentation/test/DefaultDocumentationManagerTest.java
M documentation-ui/pom.xml
M documentation-xwikiorg/pom.xml
M pom.xml
Log Message:
-----------
XDOC-1: Create a documentation application
* Rename module fro documentation-check to documentation-api to be more generic and more consistent with best practices
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/documentation/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: c08e4e789d952109121599cb517e91e1d3fb250d
https://github.com/xwiki-contrib/cristal/commit/c08e4e789d952109121599cb517…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
R ds/dsfr/CHANGELOG.md
R ds/dsfr/api-extractor.json
R ds/dsfr/etc/cristal-dsfr.api.md
R ds/dsfr/package.json
R ds/dsfr/src/components/componentsInit.ts
R ds/dsfr/src/components/dsfrDesignSystemLoader.ts
R ds/dsfr/src/index.ts
R ds/dsfr/src/vue/__tests__/x-col.test.ts
R ds/dsfr/src/vue/x-alert.vue
R ds/dsfr/src/vue/x-avatar.vue
R ds/dsfr/src/vue/x-btn.vue
R ds/dsfr/src/vue/x-card.vue
R ds/dsfr/src/vue/x-col.vue
R ds/dsfr/src/vue/x-container.vue
R ds/dsfr/src/vue/x-dialog.vue
R ds/dsfr/src/vue/x-divider.vue
R ds/dsfr/src/vue/x-img.vue
R ds/dsfr/src/vue/x-load.vue
R ds/dsfr/src/vue/x-menu.vue
R ds/dsfr/src/vue/x-menuitem.vue
R ds/dsfr/src/vue/x-row.vue
R ds/dsfr/src/vue/x-textfield.vue
R ds/dsfr/tsconfig.json
R ds/dsfr/vite.config.ts
R ds/dsfr/vitest.config.ts
M electron/renderer/src/index.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M web/public/config.json
M web/src/index.ts
Log Message:
-----------
CRISTAL-682: Remove deprecated dsfr design system (#1285)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: deb4e42415b37020ce6247a1a8d563d3c4927505
https://github.com/xwiki-contrib/cristal/commit/deb4e42415b37020ce6247a1a8d…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M api/package.json
M authentication-server/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/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/authentication/authentication-api/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/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/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-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/file-preview/file-preview-ui/package.json
M core/fn-utils/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-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-api/package.json
M core/markdown/markdown-default/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page/page-api/package.json
M core/page/page-default/package.json
M core/rename/rename-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-api/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/uniast/uniast-api/package.json
M core/uniast/uniast-html/package.json
M core/uniast/uniast-markdown/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/package.json
M dev/config/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote-react/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/package.json
M electron/state/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M package.json
M pnpm-lock.yaml
M pnpm-workspace.yaml
M realtime/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
CRISTAL-681: Move dependency version to pnpm catalog (#1284)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications