Skip to content

Commit

Permalink
Bump @nextcloud/vue from 7.5.0 to 7.7.0
Browse files Browse the repository at this point in the history
- Add node-polyfill-webpack-plugin to polyfill Node.js core modules

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 1257107)
  • Loading branch information
Pytal authored and JuliaKirschenheuter committed Feb 28, 2023
1 parent a85639f commit 2a75476
Show file tree
Hide file tree
Showing 83 changed files with 1,990 additions and 307 deletions.
40 changes: 20 additions & 20 deletions apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@ exports[`CalDavSettings interactions 1`] = `
>
<span
class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked"
data-v-133c8c94=""
data-v-97259c4c=""
data-v-e7f77ef4=""
style="--icon-size: 36px;"
>
<label
class="checkbox-radio-switch__label"
data-v-133c8c94=""
data-v-e7f77ef4=""
for="caldavSendInvitations"
>
<input
class="checkbox-radio-switch__input"
data-v-133c8c94=""
data-v-e7f77ef4=""
id="caldavSendInvitations"
type="checkbox"
value=""
Expand All @@ -93,7 +93,7 @@ exports[`CalDavSettings interactions 1`] = `
<span
aria-hidden="true"
class="material-design-icon toggle-switch-icon checkbox-radio-switch__icon"
data-v-133c8c94=""
data-v-e7f77ef4=""
role="img"
>
<svg
Expand Down Expand Up @@ -134,18 +134,18 @@ exports[`CalDavSettings interactions 1`] = `
>
<span
class="checkbox-radio-switch checkbox checkbox-radio-switch-switch checkbox-radio-switch--checked"
data-v-133c8c94=""
data-v-97259c4c=""
data-v-e7f77ef4=""
style="--icon-size: 36px;"
>
<label
class="checkbox-radio-switch__label"
data-v-133c8c94=""
data-v-e7f77ef4=""
for="caldavGenerateBirthdayCalendar"
>
<input
class="checkbox-radio-switch__input"
data-v-133c8c94=""
data-v-e7f77ef4=""
id="caldavGenerateBirthdayCalendar"
type="checkbox"
value=""
Expand All @@ -154,7 +154,7 @@ exports[`CalDavSettings interactions 1`] = `
<span
aria-hidden="true"
class="material-design-icon toggle-switch-icon checkbox-radio-switch__icon"
data-v-133c8c94=""
data-v-e7f77ef4=""
role="img"
>
<svg
Expand Down Expand Up @@ -203,18 +203,18 @@ exports[`CalDavSettings interactions 1`] = `
>
<span
class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked"
data-v-133c8c94=""
data-v-97259c4c=""
data-v-e7f77ef4=""
style="--icon-size: 36px;"
>
<label
class="checkbox-radio-switch__label"
data-v-133c8c94=""
data-v-e7f77ef4=""
for="caldavSendEventReminders"
>
<input
class="checkbox-radio-switch__input"
data-v-133c8c94=""
data-v-e7f77ef4=""
id="caldavSendEventReminders"
type="checkbox"
value=""
Expand All @@ -223,7 +223,7 @@ exports[`CalDavSettings interactions 1`] = `
<span
aria-hidden="true"
class="material-design-icon toggle-switch-icon checkbox-radio-switch__icon"
data-v-133c8c94=""
data-v-e7f77ef4=""
role="img"
>
<svg
Expand Down Expand Up @@ -277,18 +277,18 @@ exports[`CalDavSettings interactions 1`] = `
>
<span
class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked"
data-v-133c8c94=""
data-v-97259c4c=""
data-v-e7f77ef4=""
style="--icon-size: 36px;"
>
<label
class="checkbox-radio-switch__label"
data-v-133c8c94=""
data-v-e7f77ef4=""
for="caldavSendEventRemindersToSharedGroupMembers"
>
<input
class="checkbox-radio-switch__input"
data-v-133c8c94=""
data-v-e7f77ef4=""
id="caldavSendEventRemindersToSharedGroupMembers"
type="checkbox"
value=""
Expand All @@ -297,7 +297,7 @@ exports[`CalDavSettings interactions 1`] = `
<span
aria-hidden="true"
class="material-design-icon toggle-switch-icon checkbox-radio-switch__icon"
data-v-133c8c94=""
data-v-e7f77ef4=""
role="img"
>
<svg
Expand Down Expand Up @@ -335,18 +335,18 @@ exports[`CalDavSettings interactions 1`] = `
>
<span
class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked"
data-v-133c8c94=""
data-v-97259c4c=""
data-v-e7f77ef4=""
style="--icon-size: 36px;"
>
<label
class="checkbox-radio-switch__label"
data-v-133c8c94=""
data-v-e7f77ef4=""
for="caldavSendEventRemindersPush"
>
<input
class="checkbox-radio-switch__input"
data-v-133c8c94=""
data-v-e7f77ef4=""
id="caldavSendEventRemindersPush"
type="checkbox"
value=""
Expand All @@ -355,7 +355,7 @@ exports[`CalDavSettings interactions 1`] = `
<span
aria-hidden="true"
class="material-design-icon toggle-switch-icon checkbox-radio-switch__icon"
data-v-133c8c94=""
data-v-e7f77ef4=""
role="img"
>
<svg
Expand Down
4 changes: 2 additions & 2 deletions dist/comments-comments-app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/comments-comments-app.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/core-common.js

Large diffs are not rendered by default.

31 changes: 23 additions & 8 deletions dist/core-common.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,28 @@
* Date: 2021-02-16
*/

/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/

/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

/*!
* Toastify js 1.12.0
* https://github.com/apvarun/toastify-js
* @license MIT licensed
*
* Copyright (C) 2018 Varun A P
*/

/*!
* Vue.js v2.7.10
* (c) 2014-2022 Evan You
Expand Down Expand Up @@ -326,7 +341,7 @@
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
*/

/*! @license DOMPurify 2.3.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.6/LICENSE */
/*! @license DOMPurify 2.4.4 | (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.4/LICENSE */

/*! For license information please see NcActionSeparator.js.LICENSE.txt */

Expand Down Expand Up @@ -358,7 +373,7 @@

/*! For license information please see NcEmojiPicker.js.LICENSE.txt */

/*! For license information please see NcLoadingIcon.js.LICENSE.txt */
/*! For license information please see NcHighlight.js.LICENSE.txt */

/*! For license information please see NcModal.js.LICENSE.txt */

Expand Down Expand Up @@ -835,12 +850,6 @@
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/

/**
* vue-local-storage v0.6.0
* (c) 2017 Alexander Avakov
* @license MIT
*/

/**
* @license nested-property https://github.com/cosmosio/nested-property
*
Expand Down Expand Up @@ -883,6 +892,8 @@

//! Copyright (c) JS Foundation and other contributors

//! authors : Tim Wood, Iskren Chernev, Moment.js contributors

//! github.com/moment/moment-timezone

//! license : MIT
Expand All @@ -893,4 +904,8 @@

//! moment.js locale configuration

//! momentjs.com

//! version : 0.5.37

//! version : 2.29.4
2 changes: 1 addition & 1 deletion dist/core-common.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/core-files_client.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-files_client.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 2a75476

Please sign in to comment.