ep_table_of_contents 0.3.72 → 0.3.74

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.
@@ -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: 16
47
+ node-version: 20
48
48
  cache: 'npm'
49
49
  cache-dependency-path: |
50
50
  src/package-lock.json
@@ -23,7 +23,7 @@ jobs:
23
23
  repository: ether/etherpad-lite
24
24
  - uses: actions/setup-node@v3
25
25
  with:
26
- node-version: 16
26
+ node-version: 20
27
27
  cache: 'npm'
28
28
  cache-dependency-path: |
29
29
  src/package-lock.json
@@ -42,12 +42,14 @@ jobs:
42
42
  -
43
43
  uses: actions/setup-node@v3
44
44
  with:
45
- node-version: 12
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
@@ -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.72",
3
+ "version": "0.3.74",
4
4
  "description": "View a table of contents for your pad",
5
5
  "author": {
6
6
  "name": "John McLear",
@@ -29,8 +29,8 @@
29
29
  "url": "https://etherpad.org/"
30
30
  },
31
31
  "devDependencies": {
32
- "eslint": "^8.50.0",
33
- "eslint-config-etherpad": "^3.0.13",
32
+ "eslint": "^8.51.0",
33
+ "eslint-config-etherpad": "^3.0.22",
34
34
  "typescript": "^4.9.5"
35
35
  },
36
36
  "scripts": {