New package versions broke the build #447

Open
opened 2025-09-29 00:33:29 +02:00 by deblan · 3 comments
Owner

Works:

├── @babel/core@7.26.10
├── @babel/plugin-syntax-dynamic-import@7.8.3
├── @nextcloud/axios@2.5.1
├── @nextcloud/browserslist-config@3.0.1
├── @nextcloud/event-bus@3.3.2
├── @nextcloud/initial-state@2.2.0
├── @nextcloud/l10n@3.2.0
├── @nextcloud/router@3.0.1
├── @nextcloud/vue@9.0.0-alpha.8
├── babel-loader@9.2.1
├── css-loader@7.1.2
├── eslint-config-prettier@10.1.2
├── eslint-plugin-vue@9.33.0
├── eslint@9.24.0
├── file-loader@6.2.0
├── mini-css-extract-plugin@2.9.2
├── node-polyfill-webpack-plugin@4.1.0
├── pinia@3.0.2
├── postcss-loader@8.1.1
├── postcss@8.5.3
├── prettier@3.4.2
├── sass-loader@16.0.5
├── sass@1.86.3
├── source-map-loader@5.0.0
├── style-loader@4.0.0
├── vue-loader@17.4.2
├── vue-router@4.5.0
├── vue@3.5.13
├── vuedraggable@4.1.0
├── webpack-cli@5.1.4
├── webpack-notifier@1.15.0
└── webpack@5.99.5

Broken:

├── @babel/core@7.28.4
├── @babel/plugin-syntax-dynamic-import@7.8.3
├── @nextcloud/axios@2.5.2
├── @nextcloud/browserslist-config@3.0.1
├── @nextcloud/event-bus@3.3.2
├── @nextcloud/initial-state@2.2.0
├── @nextcloud/l10n@3.4.0
├── @nextcloud/router@3.0.1
├── @nextcloud/vue@9.0.0
├── babel-loader@9.2.1
├── css-loader@7.1.2
├── eslint-config-prettier@10.1.8
├── eslint-plugin-vue@9.33.0
├── eslint@9.36.0
├── file-loader@6.2.0
├── mini-css-extract-plugin@2.9.4
├── node-polyfill-webpack-plugin@4.1.0
├── pinia@3.0.3
├── postcss-loader@8.2.0
├── postcss@8.5.6
├── prettier@3.4.2
├── sass-loader@16.0.5
├── sass@1.93.2
├── source-map-loader@5.0.0
├── style-loader@4.0.0
├── vue-loader@17.4.2
├── vue-router@4.5.1
├── vue@3.5.22
├── vuedraggable@4.1.0
├── webpack-cli@5.1.4
├── webpack-notifier@1.15.0
└── webpack@5.101.3
Works: ``` ├── @babel/core@7.26.10 ├── @babel/plugin-syntax-dynamic-import@7.8.3 ├── @nextcloud/axios@2.5.1 ├── @nextcloud/browserslist-config@3.0.1 ├── @nextcloud/event-bus@3.3.2 ├── @nextcloud/initial-state@2.2.0 ├── @nextcloud/l10n@3.2.0 ├── @nextcloud/router@3.0.1 ├── @nextcloud/vue@9.0.0-alpha.8 ├── babel-loader@9.2.1 ├── css-loader@7.1.2 ├── eslint-config-prettier@10.1.2 ├── eslint-plugin-vue@9.33.0 ├── eslint@9.24.0 ├── file-loader@6.2.0 ├── mini-css-extract-plugin@2.9.2 ├── node-polyfill-webpack-plugin@4.1.0 ├── pinia@3.0.2 ├── postcss-loader@8.1.1 ├── postcss@8.5.3 ├── prettier@3.4.2 ├── sass-loader@16.0.5 ├── sass@1.86.3 ├── source-map-loader@5.0.0 ├── style-loader@4.0.0 ├── vue-loader@17.4.2 ├── vue-router@4.5.0 ├── vue@3.5.13 ├── vuedraggable@4.1.0 ├── webpack-cli@5.1.4 ├── webpack-notifier@1.15.0 └── webpack@5.99.5 ``` Broken: ``` ├── @babel/core@7.28.4 ├── @babel/plugin-syntax-dynamic-import@7.8.3 ├── @nextcloud/axios@2.5.2 ├── @nextcloud/browserslist-config@3.0.1 ├── @nextcloud/event-bus@3.3.2 ├── @nextcloud/initial-state@2.2.0 ├── @nextcloud/l10n@3.4.0 ├── @nextcloud/router@3.0.1 ├── @nextcloud/vue@9.0.0 ├── babel-loader@9.2.1 ├── css-loader@7.1.2 ├── eslint-config-prettier@10.1.8 ├── eslint-plugin-vue@9.33.0 ├── eslint@9.36.0 ├── file-loader@6.2.0 ├── mini-css-extract-plugin@2.9.4 ├── node-polyfill-webpack-plugin@4.1.0 ├── pinia@3.0.3 ├── postcss-loader@8.2.0 ├── postcss@8.5.6 ├── prettier@3.4.2 ├── sass-loader@16.0.5 ├── sass@1.93.2 ├── source-map-loader@5.0.0 ├── style-loader@4.0.0 ├── vue-loader@17.4.2 ├── vue-router@4.5.1 ├── vue@3.5.22 ├── vuedraggable@4.1.0 ├── webpack-cli@5.1.4 ├── webpack-notifier@1.15.0 └── webpack@5.101.3 ```
deblan changed title from [Question] todo to New package versions broke the build 2025-09-29 00:34:09 +02:00
Author
Owner

Need to identify the breaking change.

Need to identify the breaking change.
Author
Owner

Reduced diff:

Works:

├── @babel/core@7.26.10
├── @babel/plugin-syntax-dynamic-import@7.8.3
├── @nextcloud/axios@2.5.1
├── @nextcloud/browserslist-config@3.0.1
├── @nextcloud/vue@9.0.0-alpha.8
├── babel-loader@9.2.1
├── eslint@9.24.0
├── mini-css-extract-plugin@2.9.2
├── pinia@3.0.2
├── postcss-loader@8.1.1
├── postcss@8.5.3
├── sass@1.86.3
├── vue-router@4.5.0
├── vue@3.5.13
└── webpack@5.99.5

Broken:

├── @babel/core@7.28.4
├── @babel/plugin-syntax-dynamic-import@7.8.3
├── @nextcloud/axios@2.5.2
├── @nextcloud/l10n@3.4.0
├── @nextcloud/router@3.0.1
├── eslint-config-prettier@10.1.8
├── eslint@9.36.0
├── mini-css-extract-plugin@2.9.4
├── pinia@3.0.3
├── postcss-loader@8.2.0
├── postcss@8.5.6
├── sass@1.93.2
├── vue-router@4.5.1
├── vue@3.5.22
└── webpack@5.101.3
Reduced diff: Works: ``` ├── @babel/core@7.26.10 ├── @babel/plugin-syntax-dynamic-import@7.8.3 ├── @nextcloud/axios@2.5.1 ├── @nextcloud/browserslist-config@3.0.1 ├── @nextcloud/vue@9.0.0-alpha.8 ├── babel-loader@9.2.1 ├── eslint@9.24.0 ├── mini-css-extract-plugin@2.9.2 ├── pinia@3.0.2 ├── postcss-loader@8.1.1 ├── postcss@8.5.3 ├── sass@1.86.3 ├── vue-router@4.5.0 ├── vue@3.5.13 └── webpack@5.99.5 ``` Broken: ``` ├── @babel/core@7.28.4 ├── @babel/plugin-syntax-dynamic-import@7.8.3 ├── @nextcloud/axios@2.5.2 ├── @nextcloud/l10n@3.4.0 ├── @nextcloud/router@3.0.1 ├── eslint-config-prettier@10.1.8 ├── eslint@9.36.0 ├── mini-css-extract-plugin@2.9.4 ├── pinia@3.0.3 ├── postcss-loader@8.2.0 ├── postcss@8.5.6 ├── sass@1.93.2 ├── vue-router@4.5.1 ├── vue@3.5.22 └── webpack@5.101.3 ```
Author
Owner

Moving from @nextcloud/vue@9.0.0-alpha.8 to @nextcloud/vue@9.0.0 brakes the build.

Moving from @nextcloud/vue@9.0.0-alpha.8 to @nextcloud/vue@9.0.0 brakes the build.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
deblan/side_menu#447
No description provided.