ep_table_of_contents 0.3.71 → 0.3.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -22,12 +22,12 @@ jobs:
|
|
|
22
22
|
sudo apt install -y --no-install-recommends libreoffice libreoffice-pdfimport
|
|
23
23
|
-
|
|
24
24
|
name: Install etherpad core
|
|
25
|
-
uses: actions/checkout@
|
|
25
|
+
uses: actions/checkout@v4
|
|
26
26
|
with:
|
|
27
27
|
repository: ether/etherpad-lite
|
|
28
28
|
-
|
|
29
29
|
name: Checkout plugin repository
|
|
30
|
-
uses: actions/checkout@
|
|
30
|
+
uses: actions/checkout@v4
|
|
31
31
|
with:
|
|
32
32
|
path: ./node_modules/__tmp
|
|
33
33
|
-
|
|
@@ -44,7 +44,7 @@ jobs:
|
|
|
44
44
|
PLUGIN_NAME: ${{ steps.plugin_name.outputs.plugin_name }}
|
|
45
45
|
- uses: actions/setup-node@v3
|
|
46
46
|
with:
|
|
47
|
-
node-version:
|
|
47
|
+
node-version: 20
|
|
48
48
|
cache: 'npm'
|
|
49
49
|
cache-dependency-path: |
|
|
50
50
|
src/package-lock.json
|
|
@@ -18,12 +18,12 @@ jobs:
|
|
|
18
18
|
printf %s\\n '::set-output name=tunnel_id::${{ github.run_id }}-${{ github.run_number }}-${{ github.job }}'
|
|
19
19
|
-
|
|
20
20
|
name: Check out Etherpad core
|
|
21
|
-
uses: actions/checkout@
|
|
21
|
+
uses: actions/checkout@v4
|
|
22
22
|
with:
|
|
23
23
|
repository: ether/etherpad-lite
|
|
24
24
|
- uses: actions/setup-node@v3
|
|
25
25
|
with:
|
|
26
|
-
node-version:
|
|
26
|
+
node-version: 20
|
|
27
27
|
cache: 'npm'
|
|
28
28
|
cache-dependency-path: |
|
|
29
29
|
src/package-lock.json
|
|
@@ -32,7 +32,7 @@ jobs:
|
|
|
32
32
|
name: Install legacy npm for correct dependency resolution
|
|
33
33
|
-
|
|
34
34
|
name: Check out the plugin
|
|
35
|
-
uses: actions/checkout@
|
|
35
|
+
uses: actions/checkout@v4
|
|
36
36
|
with:
|
|
37
37
|
path: ./node_modules/__tmp
|
|
38
38
|
-
|
|
@@ -22,7 +22,7 @@ jobs:
|
|
|
22
22
|
# conflicts with this plugin's clone, etherpad-lite must be cloned and
|
|
23
23
|
# moved out before this plugin's repo is cloned to $GITHUB_WORKSPACE.
|
|
24
24
|
-
|
|
25
|
-
uses: actions/checkout@
|
|
25
|
+
uses: actions/checkout@v4
|
|
26
26
|
with:
|
|
27
27
|
repository: ether/etherpad-lite
|
|
28
28
|
path: etherpad-lite
|
|
@@ -31,7 +31,7 @@ jobs:
|
|
|
31
31
|
# etherpad-lite has been moved outside of $GITHUB_WORKSPACE, so it is now
|
|
32
32
|
# safe to clone this plugin's repo to $GITHUB_WORKSPACE.
|
|
33
33
|
-
|
|
34
|
-
uses: actions/checkout@
|
|
34
|
+
uses: actions/checkout@v4
|
|
35
35
|
# This is necessary for actions/setup-node because '..' can't be used in
|
|
36
36
|
# cache-dependency-path.
|
|
37
37
|
-
|
|
@@ -42,12 +42,14 @@ jobs:
|
|
|
42
42
|
-
|
|
43
43
|
uses: actions/setup-node@v3
|
|
44
44
|
with:
|
|
45
|
-
node-version:
|
|
45
|
+
node-version: 20
|
|
46
46
|
cache: 'npm'
|
|
47
47
|
cache-dependency-path: |
|
|
48
48
|
node_modules/ep_etherpad-lite/package-lock.json
|
|
49
49
|
node_modules/ep_etherpad-lite/bin/doc/package-lock.json
|
|
50
50
|
package-lock.json
|
|
51
|
+
- run: npm install npm@6.14.18 -g
|
|
52
|
+
name: Install legacy npm for correct dependency resolution
|
|
51
53
|
# All of ep_etherpad-lite's devDependencies are installed because the
|
|
52
54
|
# plugin might do `require('ep_etherpad-lite/node_modules/${devDep}')`.
|
|
53
55
|
# Eventually it would be nice to create an ESLint plugin that prohibits
|
|
@@ -77,7 +79,7 @@ jobs:
|
|
|
77
79
|
runs-on: ubuntu-latest
|
|
78
80
|
steps:
|
|
79
81
|
-
|
|
80
|
-
uses: actions/checkout@
|
|
82
|
+
uses: actions/checkout@v4
|
|
81
83
|
with:
|
|
82
84
|
fetch-depth: 0
|
|
83
85
|
-
|
|
@@ -119,4 +121,4 @@ jobs:
|
|
|
119
121
|
name: Add package to etherpad organization
|
|
120
122
|
run: npm access grant read-write etherpad:developers
|
|
121
123
|
env:
|
|
122
|
-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
|
124
|
+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ep_table_of_contents",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.73",
|
|
4
4
|
"description": "View a table of contents for your pad",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "John McLear",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"eslint": "^8.50.0",
|
|
33
|
-
"eslint-config-etherpad": "^3.0.
|
|
33
|
+
"eslint-config-etherpad": "^3.0.22",
|
|
34
34
|
"typescript": "^4.9.5"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|