fix(deps): update nextcloud (master) (major) - #3239
Merged
Merged
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/master-major-nextcloud
branch
3 times, most recently
from
July 13, 2026 20:03
f6d0319 to
bc771dc
Compare
renovate
Bot
force-pushed
the
renovate/master-major-nextcloud
branch
from
July 16, 2026 07:50
bc771dc to
b7005c1
Compare
skjnldsv
force-pushed
the
renovate/master-major-nextcloud
branch
2 times, most recently
from
July 16, 2026 08:41
3f89697 to
5a55ea4
Compare
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
The renovate PR ba33742 upgraded @nextcloud/vue from ^8.37.0 to ^9.9.0 along with other dependencies. However, this project is not yet prepared for Vue 3 and the source code still uses Vue 2 APIs (mixins like \`isFullscreen\` and \`isMobile\` that were removed in Vue 3). Reverting to pre-Renovate dependency versions to restore build functionality. The project requires a separate migration effort to upgrade to Vue 3 and update components to use composables instead of mixins. Assisted-by: ClaudeCode:claude-haiku-4-5-20251001 Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
skjnldsv
force-pushed
the
renovate/master-major-nextcloud
branch
from
July 16, 2026 08:41
5a55ea4 to
d4e5ebd
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
The lock file still pinned vite@7.3.6 after package.json was reverted to vite@^6.0.0, causing npm ci to fail in CI (all jobs run npm ci before their actual task, so every check failed: eslint, stylelint, build, playwright). Assisted-by: ClaudeCode:claude-haiku-4-5-20251001 Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
CI build failed with "Rollup failed to resolve import vite-plugin-node-polyfills/shims/global" from vue's runtime, not reproducible locally even with a fully clean npm ci + build. Bumping @nextcloud/vite-config from 1.5.6 to 1.6.0 (still compatible with vite ^6.0.0) pulls in vite-plugin-node-polyfills 0.24.0, which resolves the shim import differently and should fix the CI-only build/Playwright failures. Assisted-by: ClaudeCode:claude-haiku-4-5-20251001 Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
skjnldsv
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^8.4.2→^9.0.1^1.5.6→^2.5.4^8.37.0→^9.9.0Release Notes
nextcloud-libraries/eslint-config (@nextcloud/eslint-config)
v9.0.1Compare Source
Fixed
vue/attributes-orderandvue/order-in-componentsinstead of warn #1445 (susnux)no-deprecated-library-*rules incorrectly behave fornextcloud/vuesyntax #1452 (Antreesy)@nextcloud/vuedirectory structures #1454 (ShGKme)v9.0.0Compare Source
Breaking
This package now is using ESLint v10 and requires ESLint flat configurations.
Please refer to the README on how to adjust your configuration for flat config.
Potential pitfalls
Some of the used eslint plugins still keep a ESLint v8 compatibility,
this can cause some issues if not all packages are updated to the ESLint v10 compatible version.
If you see a linter error like the one below make sure to update all nested dependencies,
either using the sledge hammer method (remove the lock file and run
npm i) or by runningnpm update.Added
vue/no-useless-v-bindrule #1063 (susnux)vue/prefer-separate-static-classrule #1065 (susnux).gitignore#1108 (susnux)<script>#1262 (ShGKme)<template>#1263 (ShGKme)Fixed
stylisticrules config #914appNameandappVersionglobal + fix access #972@typescript-eslint/no-shadow#993import typefor type only imports #977l10nandjsdirectory for apps #1061 (susnux)@typescript-eslint/no-shadow#993 (ShGKme)@stylistic/quotesrule #1109 (susnux)nmethod #1112 (susnux)no-irregular-whitespace#1129 (susnux)@stylistic/exp-list-styleto resolve array edge-cases #1203 (susnux)Changed
@ts-expect-error#915npm lintwithout compile step #975 (susnux)@nextcloudplugin #1278 (susnux)@eslint/jsonto 2.0.0@stylistic/eslint-pluginto 5.7.0eslint-config-flat-gitignoreto 2.1.0eslint-plugin-antfuto 3.2.3eslint-plugin-jsdocto 63.0.4eslint-plugin-perfectionistto 5.9.1eslint-plugin-vueto 10.9.2fast-xml-parserto 5.9.0globalsto 17.7.0semverto 7.8.4sort-package-jsonto 4.0.0typescript-eslintto 8.62.0nextcloud-libraries/nextcloud-vite-config (@nextcloud/vite-config)
v2.5.4Compare Source
What's Changed
Other changes
repositorykey to package.json by @backportbot[bot] in #944Full Changelog: nextcloud-libraries/nextcloud-vite-config@v2.5.3...v2.5.4
v2.5.3Compare Source
v2.5.3 (2026-06-30)
v2.5.2Compare Source
🐛 Fixed bugs
Other changes
v2.5.1Compare Source
🐛 Fixed bugs
Other changes
v2.5.0Compare Source
Added
🐛 Fixed bugs
Other changes
vite-plugin-node-polyfillsto0.24.0#678 (skjnldsv)v2.4.0Compare Source
Added
🐛 Fixed bugs
Changed
v2.3.5Compare Source
🐛 Fixed bugs
v2.3.4Compare Source
🐛 Fixed bugs
Changed
v2.3.3Compare Source
Changed
v2.3.2Compare Source
Fixed
Changed
v2.3.1Compare Source
Fixed
Changed
v2.3.0Compare Source
Added
Fixed
Changed
v2.2.2Compare Source
Fixed
generateBundlehook to have real filenames #283 (susnux)v2.2.1Compare Source
Fixed
rollup-plugin-esbuild-minify#279 (susnux)v2.2.0Compare Source
Added
Fixed
cssCodeSplitis enabled by default so handle CSS entries #243 (susnux)Changed
v2.1.0Compare Source
Added
CSSEntryPointsPluginto fix vite for creating one CSS entry per JS entry point #204 (susnux)Changed
v2.0.2Compare Source
Fixed
v2.0.1Compare Source
Changed
v2.0.0Compare Source
Breaking changes
This version is Vue 3 only.
For Vue 2 use the 1.x version.
v1.7.2Compare Source
Fixed
Changed
v1.7.1Compare Source
Fixed
Changed
v1.7.0Compare Source
Added
Changed
Full Changelog: nextcloud-libraries/nextcloud-vite-config@v1.6.0...v1.7.0
v1.6.0Compare Source
What's Changed
Full Changelog: nextcloud-libraries/nextcloud-vite-config@v1.5.6...v1.6.0
nextcloud-libraries/nextcloud-vue (@nextcloud/vue)
v9.9.0Compare Source
Full Changelog
v9.8.2Compare Source
Full Changelog
v9.8.1Compare Source
Full Changelog
v9.8.0Compare Source
Full Changelog
v9.7.0Compare Source
Full Changelog
📝 Notes
NcRichTextcomponent used withuseMarkdown = trueoruseExtendedMarkdown = trueno longer renders relative links that can not be resolved by Vue Router.They are might interfere with routing logic and considered not belonging to the application. Examples that are not rendered as a clickable link:
[unknown protocols](unknown:protocol)[unresolved relative link](internal_route)[relative parameters](?parameters=1)[relative anchor](#anchor)🚀 Enhancements
menuContaineras string #8417 (Antreesy)🐛 Fixed bugs
Other Changes
v9.6.0Compare Source
Full Changelog
🚀 Enhancements
🐛 Fixed bugs
overflow-wrap: anywhereinstead ofword-break: break-allfor the helper text #8225 (Sector6759)Other Changes
v9.5.0Compare Source
Full Changelog
🚀 Enhancements
showValueprop to show the progress value #8120 (nikhil2297)NcSelectUsersModeltype #8130 (susnux)🐛 Fixed bugs
NcContentif possible #8157 (susnux)word-breakon Chrome #8128 (artonge)Other Changes
v9.4.0Compare Source
Full Changelog
🚀 Enhancements
Other Changes
v9.3.3Compare Source
Full Changelog
🐛 Fixed bugs
Other Changes
v9.3.2Compare Source
Full Changelog
🐛 Fixed bugs
Other Changes
npm packand styleguidist instead ofnpm link#8018 (ShGKme)v9.3.1Compare Source
Full Changelog
🚀 Enhancements
allowInModal#7514 (susnux)🐛 Fixed bugs
Other Changes
v9.3.0Compare Source
Full Changelog
🚀 Enhancements
noVersionprop to disable it #7837 (ShGKme)Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.