Skip to content

Commit fcc783f

Browse files
committed
Bump @nextcloud/vue to v7.5.0
- Set webpack config `resolve.fallback.assert` to `false` to fix build error: ``` Module not found: Error: Can't resolve 'assert' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "assert": require.resolve("assert/") }' - install 'assert' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "assert": false } ``` Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 2f8fb24)
1 parent 143eaa4 commit fcc783f

64 files changed

Lines changed: 284 additions & 199 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.

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: 84 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@
5757
* Released under the MIT License.
5858
*/
5959

60+
/*!
61+
* Vue.js v2.7.14
62+
* (c) 2014-2022 Evan You
63+
* Released under the MIT License.
64+
*/
65+
6066
/*!
6167
* clipboard.js v2.0.10
6268
* https://clipboardjs.com/
@@ -322,19 +328,7 @@
322328

323329
/*! @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 */
324330

325-
/*! For license information please see NcActionButton.js.LICENSE.txt */
326-
327-
/*! For license information please see NcActionCheckbox.js.LICENSE.txt */
328-
329-
/*! For license information please see NcActionInput.js.LICENSE.txt */
330-
331-
/*! For license information please see NcActionLink.js.LICENSE.txt */
332-
333-
/*! For license information please see NcActionRadio.js.LICENSE.txt */
334-
335-
/*! For license information please see NcActionText.js.LICENSE.txt */
336-
337-
/*! For license information please see NcActionTextEditable.js.LICENSE.txt */
331+
/*! For license information please see NcActionSeparator.js.LICENSE.txt */
338332

339333
/*! For license information please see NcActions.js.LICENSE.txt */
340334

@@ -348,39 +342,33 @@
348342

349343
/*! For license information please see NcAppNavigationSettings.js.LICENSE.txt */
350344

345+
/*! For license information please see NcAppNavigationSpacer.js.LICENSE.txt */
346+
351347
/*! For license information please see NcAppSidebar.js.LICENSE.txt */
352348

353-
/*! For license information please see NcAvatar.js.LICENSE.txt */
349+
/*! For license information please see NcAppSidebarTab.js.LICENSE.txt */
354350

355351
/*! For license information please see NcCheckboxRadioSwitch.js.LICENSE.txt */
356352

357353
/*! For license information please see NcColorPicker.js.LICENSE.txt */
358354

359-
/*! For license information please see NcDashboardWidget.js.LICENSE.txt */
360-
361-
/*! For license information please see NcDashboardWidgetItem.js.LICENSE.txt */
362-
363-
/*! For license information please see NcDatetimePicker.js.LICENSE.txt */
355+
/*! For license information please see NcContent.js.LICENSE.txt */
364356

365-
/*! For license information please see NcHeaderMenu.js.LICENSE.txt */
357+
/*! For license information please see NcCounterBubble.js.LICENSE.txt */
366358

367-
/*! For license information please see NcHighlight.js.LICENSE.txt */
359+
/*! For license information please see NcEmojiPicker.js.LICENSE.txt */
368360

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

371-
/*! For license information please see NcMultiselect.js.LICENSE.txt */
372-
373-
/*! For license information please see NcMultiselectTags.js.LICENSE.txt */
363+
/*! For license information please see NcNoteCard.js.LICENSE.txt */
374364

375365
/*! For license information please see NcPasswordField.js.LICENSE.txt */
376366

377367
/*! For license information please see NcRichContenteditable.js.LICENSE.txt */
378368

379-
/*! For license information please see NcTextField.js.LICENSE.txt */
380-
381-
/*! For license information please see NcTimezonePicker.js.LICENSE.txt */
369+
/*! For license information please see NcSettingsSection.js.LICENSE.txt */
382370

383-
/*! For license information please see Tooltip.js.LICENSE.txt */
371+
/*! For license information please see NcTextField.js.LICENSE.txt */
384372

385373
/*! For license information please see index.module.js.LICENSE.txt */
386374

@@ -479,6 +467,30 @@
479467
*
480468
*/
481469

470+
/**
471+
* @copyright Copyright (c) 2019 Georg Ehrke
472+
*
473+
* @author Georg Ehrke <georg-nextcloud@ehrke.email>
474+
*
475+
* @author Richard Steinmetz <richard@steinmetz.cloud>
476+
*
477+
* @license AGPL-3.0-or-later
478+
*
479+
* This program is free software: you can redistribute it and/or modify
480+
* it under the terms of the GNU Affero General Public License as
481+
* published by the Free Software Foundation, either version 3 of the
482+
* License, or (at your option) any later version.
483+
*
484+
* This program is distributed in the hope that it will be useful,
485+
* but WITHOUT ANY WARRANTY without even the implied warranty of
486+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
487+
* GNU Affero General Public License for more details.
488+
*
489+
* You should have received a copy of the GNU Affero General Public License
490+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
491+
*
492+
*/
493+
482494
/**
483495
* @copyright Copyright (c) 2019 Georg Ehrke
484496
*
@@ -503,6 +515,28 @@
503515
*
504516
*/
505517

518+
/**
519+
* @copyright Copyright (c) 2019 Georg Ehrke
520+
*
521+
* @author Georg Ehrke <georg-nextcloud@ehrke.email>
522+
*
523+
* @license AGPL-3.0-or-later
524+
*
525+
* This program is free software: you can redistribute it and/or modify
526+
* it under the terms of the GNU Affero General Public License as
527+
* published by the Free Software Foundation, either version 3 of the
528+
* License, or (at your option) any later version.
529+
*
530+
* This program is distributed in the hope that it will be useful,
531+
* but WITHOUT ANY WARRANTY without even the implied warranty of
532+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
533+
* GNU Affero General Public License for more details.
534+
*
535+
* You should have received a copy of the GNU Affero General Public License
536+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
537+
*
538+
*/
539+
506540
/**
507541
* @copyright Copyright (c) 2019 Georg Ehrke
508542
*
@@ -746,6 +780,28 @@
746780
*
747781
*/
748782

783+
/**
784+
* @copyright Copyright (c) 2021 Christoph Wurst
785+
*
786+
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
787+
*
788+
* @license AGPL-3.0-or-later
789+
*
790+
* This program is free software: you can redistribute it and/or modify
791+
* it under the terms of the GNU Affero General Public License as
792+
* published by the Free Software Foundation, either version 3 of the
793+
* License, or (at your option) any later version.
794+
*
795+
* This program is distributed in the hope that it will be useful,
796+
* but WITHOUT ANY WARRANTY without even the implied warranty of
797+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
798+
* GNU Affero General Public License for more details.
799+
*
800+
* You should have received a copy of the GNU Affero General Public License
801+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
802+
*
803+
*/
804+
749805
/**
750806
* @copyright Copyright (c) 2021 Christoph Wurst
751807
*

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.

dist/core-login.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/core-login.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-main.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/core-main.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-profile.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.

0 commit comments

Comments
 (0)