Skip to content

Commit 1d4032d

Browse files
authored
Merge pull request #54128 from nextcloud/dep/nextcloud
2 parents 89d659c + a83ed8a commit 1d4032d

File tree

208 files changed

+357
-350
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+357
-350
lines changed

apps/files/src/composables/useNavigation.spec.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ describe('Composables: useNavigation', () => {
2929

3030
describe('currentView', () => {
3131
beforeEach(() => {
32+
// eslint-disable-next-line import/namespace
3233
navigation = new nextcloudFiles.Navigation()
3334
spy.mockImplementation(() => navigation)
3435
})
@@ -39,6 +40,7 @@ describe('Composables: useNavigation', () => {
3940
})
4041

4142
it('should return already active navigation', async () => {
43+
// eslint-disable-next-line import/namespace
4244
const view = new nextcloudFiles.View({ getContents: () => Promise.reject(new Error()), icon: '<svg></svg>', id: 'view-1', name: 'My View 1', order: 0 })
4345
navigation.register(view)
4446
navigation.setActive(view)
@@ -48,6 +50,7 @@ describe('Composables: useNavigation', () => {
4850
})
4951

5052
it('should be reactive on updating active navigation', async () => {
53+
// eslint-disable-next-line import/namespace
5154
const view = new nextcloudFiles.View({ getContents: () => Promise.reject(new Error()), icon: '<svg></svg>', id: 'view-1', name: 'My View 1', order: 0 })
5255
navigation.register(view)
5356
const wrapper = mount(TestComponent)
@@ -63,6 +66,7 @@ describe('Composables: useNavigation', () => {
6366

6467
describe('views', () => {
6568
beforeEach(() => {
69+
// eslint-disable-next-line import/namespace
6670
navigation = new nextcloudFiles.Navigation()
6771
spy.mockImplementation(() => navigation)
6872
})
@@ -73,6 +77,7 @@ describe('Composables: useNavigation', () => {
7377
})
7478

7579
it('should return already registered views', () => {
80+
// eslint-disable-next-line import/namespace
7681
const view = new nextcloudFiles.View({ getContents: () => Promise.reject(new Error()), icon: '<svg></svg>', id: 'view-1', name: 'My View 1', order: 0 })
7782
// register before mount
7883
navigation.register(view)
@@ -82,7 +87,9 @@ describe('Composables: useNavigation', () => {
8287
})
8388

8489
it('should be reactive on registering new views', () => {
90+
// eslint-disable-next-line import/namespace
8591
const view = new nextcloudFiles.View({ getContents: () => Promise.reject(new Error()), icon: '<svg></svg>', id: 'view-1', name: 'My View 1', order: 0 })
92+
// eslint-disable-next-line import/namespace
8693
const view2 = new nextcloudFiles.View({ getContents: () => Promise.reject(new Error()), icon: '<svg></svg>', id: 'view-2', name: 'My View 2', order: 1 })
8794

8895
// register before mount

apps/files/src/views/favorites.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import { action } from '../actions/favoriteAction'
1717
import * as favoritesService from '../services/Favorites'
1818
import { registerFavoritesView } from './favorites'
1919

20+
// eslint-disable-next-line import/namespace
2021
const { Folder, getNavigation } = filesUtils
2122

2223
vi.mock('@nextcloud/axios')

dist/1656-1656.js.license

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SPDX-FileCopyrightText: @nextcloud/dialogs developers
3636

3737
This file is generated from multiple sources. Included packages:
3838
- @nextcloud/auth
39-
- version: 2.5.1
39+
- version: 2.5.2
4040
- license: GPL-3.0-or-later
4141
- @nextcloud/axios
4242
- version: 2.5.1
@@ -57,7 +57,7 @@ This file is generated from multiple sources. Included packages:
5757
- version: 3.3.2
5858
- license: GPL-3.0-or-later
5959
- @nextcloud/files
60-
- version: 3.11.0
60+
- version: 3.12.0
6161
- license: AGPL-3.0-or-later
6262
- @nextcloud/initial-state
6363
- version: 2.2.0
@@ -75,7 +75,7 @@ This file is generated from multiple sources. Included packages:
7575
- version: 3.0.1
7676
- license: GPL-3.0-or-later
7777
- @nextcloud/sharing
78-
- version: 0.2.4
78+
- version: 0.2.5
7979
- license: GPL-3.0-or-later
8080
- @nextcloud/upload
8181
- version: 1.10.0

dist/1820-1820.js.license

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This file is generated from multiple sources. Included packages:
5959
- version: 0.2.1
6060
- license: BSD-2-Clause
6161
- @nextcloud/auth
62-
- version: 2.5.1
62+
- version: 2.5.2
6363
- license: GPL-3.0-or-later
6464
- @nextcloud/axios
6565
- version: 2.5.1
@@ -89,7 +89,7 @@ This file is generated from multiple sources. Included packages:
8989
- version: 3.0.1
9090
- license: GPL-3.0-or-later
9191
- @nextcloud/sharing
92-
- version: 0.2.4
92+
- version: 0.2.5
9393
- license: GPL-3.0-or-later
9494
- @nextcloud/vue-select
9595
- version: 3.25.1

dist/2474-2474.js.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ SPDX-FileCopyrightText: @nextcloud/dialogs developers
5656

5757
This file is generated from multiple sources. Included packages:
5858
- @nextcloud/auth
59-
- version: 2.5.1
59+
- version: 2.5.2
6060
- license: GPL-3.0-or-later
6161
- @nextcloud/axios
6262
- version: 2.5.1

dist/3485-3485.js.license

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SPDX-FileCopyrightText: @nextcloud/dialogs developers
3636

3737
This file is generated from multiple sources. Included packages:
3838
- @nextcloud/auth
39-
- version: 2.5.1
39+
- version: 2.5.2
4040
- license: GPL-3.0-or-later
4141
- @nextcloud/axios
4242
- version: 2.5.1
@@ -57,7 +57,7 @@ This file is generated from multiple sources. Included packages:
5757
- version: 3.3.2
5858
- license: GPL-3.0-or-later
5959
- @nextcloud/files
60-
- version: 3.11.0
60+
- version: 3.12.0
6161
- license: AGPL-3.0-or-later
6262
- @nextcloud/initial-state
6363
- version: 2.2.0
@@ -75,7 +75,7 @@ This file is generated from multiple sources. Included packages:
7575
- version: 3.0.1
7676
- license: GPL-3.0-or-later
7777
- @nextcloud/sharing
78-
- version: 0.2.4
78+
- version: 0.2.5
7979
- license: GPL-3.0-or-later
8080
- @nextcloud/upload
8181
- version: 1.10.0

dist/3920-3920.js.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ SPDX-FileCopyrightText: @nextcloud/dialogs developers
6060

6161
This file is generated from multiple sources. Included packages:
6262
- @nextcloud/auth
63-
- version: 2.5.1
63+
- version: 2.5.2
6464
- license: GPL-3.0-or-later
6565
- @nextcloud/axios
6666
- version: 2.5.1

dist/4040-4040.js.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
2424

2525
This file is generated from multiple sources. Included packages:
2626
- @nextcloud/auth
27-
- version: 2.5.1
27+
- version: 2.5.2
2828
- license: GPL-3.0-or-later
2929
- @nextcloud/axios
3030
- version: 2.5.1

dist/4508-4508.js.license

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This file is generated from multiple sources. Included packages:
5959
- version: 0.2.1
6060
- license: BSD-2-Clause
6161
- @nextcloud/auth
62-
- version: 2.5.1
62+
- version: 2.5.2
6363
- license: GPL-3.0-or-later
6464
- @nextcloud/axios
6565
- version: 2.5.1
@@ -89,7 +89,7 @@ This file is generated from multiple sources. Included packages:
8989
- version: 3.0.1
9090
- license: GPL-3.0-or-later
9191
- @nextcloud/sharing
92-
- version: 0.2.4
92+
- version: 0.2.5
9393
- license: GPL-3.0-or-later
9494
- @nextcloud/vue-select
9595
- version: 3.25.1

dist/4965-4965.js.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
2424

2525
This file is generated from multiple sources. Included packages:
2626
- @nextcloud/auth
27-
- version: 2.5.1
27+
- version: 2.5.2
2828
- license: GPL-3.0-or-later
2929
- @nextcloud/axios
3030
- version: 2.5.1

0 commit comments

Comments
 (0)