Skip to content

Commit 26fae3e

Browse files
authored
chore(deps): track @conduction/nextcloud-vue ^2.3.0 (#521)
The app pinned the exact prerelease 2.2.0-vue3.16, which is now deprecated: the Vue 3 line was folded into the mainline 2.x release series and ships as 2.3.0 on the `latest` dist-tag. A caret range replaces the exact pin so future 2.x releases roll out without a per-app edit. Drops the `overrides.@conduction/nextcloud-vue.eslint` entry. That override existed only because the old prerelease declared `eslint: ^8.56.0 || ^9.0.0` and could not see the app's eslint 10; 2.3.0 declares `|| ^10.0.0` itself, so the peer resolves without help. No API change: 252 components in and 252 out, no export removed, one added (the BSN validators). Peer ranges are otherwise identical.
1 parent 153a7e5 commit 26fae3e

2 files changed

Lines changed: 7 additions & 10 deletions

File tree

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@babel/core": "^7.29.0",
4141
"@codemirror/lang-json": "^6.0.0",
42-
"@conduction/nextcloud-vue": "2.2.0-vue3.16",
42+
"@conduction/nextcloud-vue": "^2.3.0",
4343
"@nextcloud/auth": "^2.6.0",
4444
"@nextcloud/axios": "^2.5.0",
4545
"@nextcloud/capabilities": "^1.2.1",
@@ -82,10 +82,7 @@
8282
"fast-xml-parser": ">=4.5.4",
8383
"immutable": ">=5.1.5",
8484
"json5": ">=1.0.2",
85-
"serialize-javascript": ">=7.0.3",
86-
"@conduction/nextcloud-vue": {
87-
"eslint": "$eslint"
88-
}
85+
"serialize-javascript": ">=7.0.3"
8986
},
9087
"devDependencies": {
9188
"@babel/preset-env": "^7.29.5",

0 commit comments

Comments
 (0)