Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 694ae93575272f5ccf33ccf03fe9fd40d167b60c
https://github.com/xwiki/xwiki-platform/commit/694ae93575272f5ccf33ccf03fe9…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-10-11 (Fri, 11 Oct 2024)
Changed paths:
M xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-resources/src/main/assembly/distribution.xml
M xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-resources/src/main/resources/start_xwiki.sh
M xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-resources/src/main/resources/start_xwiki_debug.sh
M xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-resources/src/main/resources/stop_xwiki.sh
Log Message:
-----------
XWIKI-22553: The minimum supported version in the xjetty start script should be generated
* also remove all duplication between start_xwiki.sh and start_xwiki_debug.sh
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: ddc892f222daace7a24ef432bb0bab784d94dd7d
https://github.com/xwiki-contrib/cristal/commit/ddc892f222daace7a24ef432bb0…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-11 (Fri, 11 Oct 2024)
Changed paths:
R .eslintignore
R .eslintrc
R api/src/vue.d.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/icons/package.json
R core/icons/src/vue.d.ts
R ds/dsfr/src/vue.d.ts
R ds/shoelace/src/vue.d.ts
R ds/vuetify/src/vue.d.ts
M editors/tiptap/src/vue/c-edit-tiptap.vue
M editors/tiptap/src/vue/c-tiptap-link-edit.vue
M electron/main/src/index.ts
R electron/renderer/src/vite-env.d.ts
R electron/renderer/src/vue.d.ts
M electron/storage/src/electron/main/index.ts
M extension-manager/src/components/defaultExtensionManager.ts
R extensions/menubuttons/src/vue.d.ts
M lib/src/components/DefaultCristalApp.ts
R lib/src/i18n.ts
R lib/src/vue.d.ts
R macros/src/vue.d.ts
M package.json
M pnpm-lock.yaml
M rendering/rendering/src/components/defaultRenderer.ts
M rendering/rendering/src/components/marked-macro.ts
R sharedworker/api/src/vite-env.d.ts
R sharedworker/api/src/vue.d.ts
R sharedworker/api/vite-env.d.ts
M sharedworker/impl/src/components/worker.ts
R sharedworker/impl/src/vite-env.d.ts
R sharedworker/impl/src/vue.d.ts
R sharedworker/impl/vite-env.d.ts
M skin/src/components/defaultSkinManager.ts
R skin/src/vue.d.ts
M skin/src/vue/contentTools.ts
R web/.eslintrc
M web/package.json
R web/src/vite-env.d.ts
R web/src/vue.d.ts
M xwiki/remoteinlineeditor/src/components/uixRemoteXWikiEditorProvider.ts
R xwiki/remoteinlineeditor/src/vue.d.ts
Log Message:
-----------
CRISTAL-249: Migrate to eslint 9
Code change:
* migration to the new eslint file format
* Fix newly detected minor linting issues
Main dependency change:
* upgrade @typescript-eslint/eslint-plugin to 8.8.1
* upgrade @typescript-eslint/parser to 8.8.1
* upgrade eslint-plugin-prettier to 5.2.1
* upgrade eslint-plugin-vue to 9.29.0
* upgrade eslint to 9.12.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications