Skip to content

Commit ecdae87

Browse files
authored
Merge pull request #319 from nextcloud/feat/deps-npm7
2 parents 0ab4e39 + 502cc36 commit ecdae87

File tree

8 files changed

+15879
-8196
lines changed

8 files changed

+15879
-8196
lines changed

.github/workflows/lint.yml

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,17 @@ jobs:
5555
node:
5656
runs-on: ubuntu-latest
5757

58-
strategy:
59-
matrix:
60-
node-version: [12.x]
61-
62-
name: eslint node${{ matrix.node-version }}
58+
name: eslint node
6359
steps:
6460
- uses: actions/checkout@v2
6561

66-
- name: Set up node ${{ matrix.node-version }}
67-
uses: actions/setup-node@v1
62+
- name: Set up node
63+
uses: actions/setup-node@v2
6864
with:
69-
node-version: ${{ matrix.node-version }}
65+
node-version: 14
66+
67+
- name: Set up npm7
68+
run: npm i -g npm@7
7069

7170
- name: Install dependencies
7271
run: npm ci
@@ -77,18 +76,17 @@ jobs:
7776
stylelint:
7877
runs-on: ubuntu-latest
7978

80-
strategy:
81-
matrix:
82-
node-version: [12.x]
83-
84-
name: stylelint node${{ matrix.node-version }}
79+
name: stylelint node
8580
steps:
8681
- uses: actions/checkout@v2
8782

88-
- name: Set up node ${{ matrix.node-version }}
89-
uses: actions/setup-node@v1
83+
- name: Set up node
84+
uses: actions/setup-node@v2
9085
with:
91-
node-version: ${{ matrix.node-version }}
86+
node-version: 14
87+
88+
- name: Set up npm7
89+
run: npm i -g npm@7
9290

9391
- name: Install dependencies
9492
run: npm ci

.github/workflows/node.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,17 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313

14-
strategy:
15-
matrix:
16-
node-version: [12.x]
17-
18-
name: node${{ matrix.node-version }}
14+
name: node
1915
steps:
2016
- uses: actions/checkout@v2
2117

22-
- name: Set up node ${{ matrix.node-version }}
23-
uses: actions/setup-node@v1
18+
- name: Set up node
19+
uses: actions/setup-node@v2
2420
with:
25-
node-version: ${{ matrix.node-version }}
21+
node-version: 14
22+
23+
- name: Set up npm7
24+
run: npm i -g npm@7
2625

2726
- name: Install dependencies & build
2827
run: |

js/notestutorial-main.js

Lines changed: 3 additions & 208 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
/*!
2+
* The buffer module from node.js, for the browser.
3+
*
4+
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
5+
* @license MIT
6+
*/
7+
8+
/*!
9+
* Vue.js v2.6.14
10+
* (c) 2014-2021 Evan You
11+
* Released under the MIT License.
12+
*/
13+
14+
/*! Hammer.JS - v2.0.7 - 2016-04-22
15+
* http://hammerjs.github.io/
16+
*
17+
* Copyright (c) 2016 Jorik Tangelder;
18+
* Licensed under the MIT license */
19+
20+
/**
21+
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
22+
*
23+
* @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
24+
*
25+
* @license GNU AGPL version 3 or any later version
26+
*
27+
* This program is free software: you can redistribute it and/or modify
28+
* it under the terms of the GNU Affero General Public License as
29+
* published by the Free Software Foundation, either version 3 of the
30+
* License, or (at your option) any later version.
31+
*
32+
* This program is distributed in the hope that it will be useful,
33+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
34+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35+
* GNU Affero General Public License for more details.
36+
*
37+
* You should have received a copy of the GNU Affero General Public License
38+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
39+
*/
40+
41+
/**
42+
* @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
43+
*
44+
* @author John Molakvoæ <skjnldsv@protonmail.com>
45+
*
46+
* @license GNU AGPL version 3 or any later version
47+
*
48+
* This program is free software: you can redistribute it and/or modify
49+
* it under the terms of the GNU Affero General Public License as
50+
* published by the Free Software Foundation, either version 3 of the
51+
* License, or (at your option) any later version.
52+
*
53+
* This program is distributed in the hope that it will be useful,
54+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
55+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
56+
* GNU Affero General Public License for more details.
57+
*
58+
* You should have received a copy of the GNU Affero General Public License
59+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
60+
*
61+
*/
62+
63+
/**
64+
* @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
65+
*
66+
* @author John Molakvoæ <skjnldsv@protonmail.com>
67+
*
68+
* @license GNU AGPL version 3 or any later version
69+
*
70+
* This program is free software: you can redistribute it and/or modify
71+
* it under the terms of the GNU Affero General Public License as
72+
* published by the Free Software Foundation, either version 3 of the
73+
* License, or (at your option) any later version.
74+
*
75+
* This program is distributed in the hope that it will be useful,
76+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
77+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
78+
* GNU Affero General Public License for more details.
79+
*
80+
* You should have received a copy of the GNU Affero General Public License
81+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
82+
*
83+
*/
84+
85+
/**
86+
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
87+
*
88+
* @author John Molakvoæ <skjnldsv@protonmail.com>
89+
*
90+
* @license GNU AGPL version 3 or any later version
91+
*
92+
* This program is free software: you can redistribute it and/or modify
93+
* it under the terms of the GNU Affero General Public License as
94+
* published by the Free Software Foundation, either version 3 of the
95+
* License, or (at your option) any later version.
96+
*
97+
* This program is distributed in the hope that it will be useful,
98+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
99+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
100+
* GNU Affero General Public License for more details.
101+
*
102+
* You should have received a copy of the GNU Affero General Public License
103+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
104+
*
105+
*/
106+
107+
/**
108+
* @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
109+
*
110+
* @author Julius Härtl <jus@bitgrid.net>
111+
* @author John Molakvoæ <skjnldsv@protonmail.com>
112+
*
113+
* @license GNU AGPL version 3 or any later version
114+
*
115+
* This program is free software: you can redistribute it and/or modify
116+
* it under the terms of the GNU Affero General Public License as
117+
* published by the Free Software Foundation, either version 3 of the
118+
* License, or (at your option) any later version.
119+
*
120+
* This program is distributed in the hope that it will be useful,
121+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
122+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
123+
* GNU Affero General Public License for more details.
124+
*
125+
* You should have received a copy of the GNU Affero General Public License
126+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
127+
*
128+
*/
129+
130+
/**
131+
* @copyright Copyright (c) 2019 Marco Ambrosini <marcoambrosini@pm.me>
132+
*
133+
* @author Marco Ambrosini <marcoambrosini@pm.me>
134+
*
135+
* @license GNU AGPL version 3 or any later version
136+
*
137+
* This program is free software: you can redistribute it and/or modify
138+
* it under the terms of the GNU Affero General Public License as
139+
* published by the Free Software Foundation, either version 3 of the
140+
* License, or (at your option) any later version.
141+
*
142+
* This program is distributed in the hope that it will be useful,
143+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
144+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
145+
* GNU Affero General Public License for more details.
146+
*
147+
* You should have received a copy of the GNU Affero General Public License
148+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
149+
*
150+
*/
151+
152+
/**!
153+
* @fileOverview Kickass library to create and place poppers near their reference elements.
154+
* @version 1.16.1
155+
* @license
156+
* Copyright (c) 2016 Federico Zivolo and contributors
157+
*
158+
* Permission is hereby granted, free of charge, to any person obtaining a copy
159+
* of this software and associated documentation files (the "Software"), to deal
160+
* in the Software without restriction, including without limitation the rights
161+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
162+
* copies of the Software, and to permit persons to whom the Software is
163+
* furnished to do so, subject to the following conditions:
164+
*
165+
* The above copyright notice and this permission notice shall be included in all
166+
* copies or substantial portions of the Software.
167+
*
168+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
169+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
170+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
171+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
172+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
173+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
174+
* SOFTWARE.
175+
*/

js/notestutorial-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.

0 commit comments

Comments
 (0)