Skip to content

Commit dd3d689

Browse files
authored
Merge pull request #37858 from nextcloud/fix/lock
Fix lockfile and update cypress
2 parents 1bff4e2 + ab43199 commit dd3d689

70 files changed

Lines changed: 14935 additions & 11845 deletions

File tree

Some content is hidden

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

apps/theming/src/components/ItemPreview.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ export default {
9595
}
9696
</script>
9797
<style lang="scss" scoped>
98+
@use 'sass:math';
99+
98100
.theming__preview {
99101
// We make previews on 16/10 screens
100102
--ratio: 16;
@@ -144,7 +146,7 @@ export default {
144146
}
145147
}
146148
147-
@media (max-width: (1024px / 1.5)) {
149+
@media (max-width: math.div(1024px, 1.5)) {
148150
.theming__preview {
149151
flex-direction: column;
150152

apps/workflowengine/src/components/Checks/FileMimeType.vue

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
- along with this program. If not, see <http://www.gnu.org/licenses/>.
2020
-
2121
-->
22-
2322
<template>
2423
<div>
2524
<NcMultiselect :value="currentValue"
@@ -144,24 +143,24 @@ export default {
144143
}
145144
</script>
146145
<style scoped lang="scss">
147-
.multiselect, input[type='text'] {
148-
width: 100%;
149-
}
150-
.multiselect >>> .multiselect__content-wrapper li>span,
151-
.multiselect >>> .multiselect__single {
152-
display: flex;
153-
white-space: nowrap;
154-
overflow: hidden;
155-
text-overflow: ellipsis;
156-
}
146+
.multiselect, input[type='text'] {
147+
width: 100%;
148+
}
149+
.multiselect::v-deep .multiselect__content-wrapper li > span,
150+
.multiselect::v-deep .multiselect__single {
151+
display: flex;
152+
white-space: nowrap;
153+
overflow: hidden;
154+
text-overflow: ellipsis;
155+
}
157156
158-
.option__icon {
159-
display: inline-block;
160-
min-width: 30px;
161-
background-position: left;
162-
}
157+
.option__icon {
158+
display: inline-block;
159+
min-width: 30px;
160+
background-position: left;
161+
}
163162
164-
.option__icon-img {
165-
margin-right: 14px;
166-
}
163+
.option__icon-img {
164+
margin-right: 14px;
165+
}
167166
</style>

cypress.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ export default defineConfig({
4141
trashAssetsBeforeRuns: true,
4242

4343
e2e: {
44-
// Enable session management and disable isolation
45-
experimentalSessionAndOrigin: true,
46-
testIsolation: 'off',
44+
// Disable session isolation
45+
testIsolation: false,
4746

4847
// We've imported your old cypress plugins here.
4948
// You may want to clean this up later by importing these.

cypress.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
*/
2222
/* eslint-disable */
23-
import { mount } from 'cypress/vue2'
23+
import { mount } from '@cypress/vue2'
2424

2525
type MountParams = Parameters<typeof mount>;
2626
type OptionsParam = MountParams[1];

cypress/support/component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
*
2121
*/
2222
/* eslint-disable */
23-
import { mount } from 'cypress/vue2'
24-
23+
import { mount } from '@cypress/vue2'
24+
2525
// Example use:
2626
// cy.mount(MyComponent)
2727
Cypress.Commands.add('mount', (component, optionsOrProps) => {

dist/comments-comments-app.js

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

dist/comments-comments-app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-common.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/core-common.js.LICENSE.txt

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object-assign
2626
*/
2727

2828
/*!
29-
* pinia v2.0.33
29+
* pinia v2.0.35
3030
* (c) 2023 Eduardo San Martin Morote
3131
* @license MIT
3232
*/
@@ -38,13 +38,13 @@ object-assign
3838
*/
3939

4040
/*!
41-
* Cropper.js v1.5.12
41+
* Cropper.js v1.5.13
4242
* https://fengyuanchen.github.io/cropperjs
4343
*
4444
* Copyright 2015-present Chen Fengyuan
4545
* Released under the MIT license
4646
*
47-
* Date: 2021-06-12T08:00:17.411Z
47+
* Date: 2022-11-20T05:30:46.114Z
4848
*/
4949

5050
/*!
@@ -55,14 +55,14 @@ object-assign
5555
*/
5656

5757
/*!
58-
* Sizzle CSS Selector Engine v2.3.6
58+
* Sizzle CSS Selector Engine v2.3.10
5959
* https://sizzlejs.com/
6060
*
6161
* Copyright JS Foundation and other contributors
6262
* Released under the MIT license
6363
* https://js.foundation/
6464
*
65-
* Date: 2021-02-16
65+
* Date: 2023-02-14
6666
*/
6767

6868
/*!
@@ -109,7 +109,7 @@ object-assign
109109
*/
110110

111111
/*!
112-
* jQuery JavaScript Library v3.6.0
112+
* jQuery JavaScript Library v3.6.4
113113
* https://jquery.com/
114114
*
115115
* Includes Sizzle.js
@@ -119,7 +119,7 @@ object-assign
119119
* Released under the MIT license
120120
* https://jquery.org/license
121121
*
122-
* Date: 2021-03-02T17:08Z
122+
* Date: 2023-03-08T15:28Z
123123
*/
124124

125125
/*!
@@ -337,12 +337,12 @@ object-assign
337337
*/
338338

339339
/*!
340-
* focus-trap 7.1.0
340+
* focus-trap 7.2.0
341341
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
342342
*/
343343

344344
/*!
345-
* focus-trap 7.2.0
345+
* focus-trap 7.4.0
346346
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
347347
*/
348348

@@ -351,8 +351,15 @@ object-assign
351351
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
352352
*/
353353

354+
/*!
355+
* tabbable 6.1.1
356+
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
357+
*/
358+
354359
/*! @license DOMPurify 2.4.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.3/LICENSE */
355360

361+
/*! @license DOMPurify 2.4.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.5/LICENSE */
362+
356363
/*! For license information please see NcActionSeparator.js.LICENSE.txt */
357364

358365
/*! For license information please see NcActions.js.LICENSE.txt */
@@ -421,7 +428,7 @@ object-assign
421428

422429
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
423430

424-
/*! jQuery Migrate v3.4.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */
431+
/*! jQuery Migrate v3.4.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */
425432

426433
/*! jQuery UI - v1.13.2 - 2022-07-14
427434
* http://jqueryui.com

dist/core-common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)