ep_table_of_contents 0.3.70 → 0.3.72

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@v3
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@v3
30
+ uses: actions/checkout@v4
31
31
  with:
32
32
  path: ./node_modules/__tmp
33
33
  -
@@ -24,7 +24,7 @@ jobs:
24
24
 
25
25
  steps:
26
26
  - name: Checkout
27
- uses: actions/checkout@v3
27
+ uses: actions/checkout@v4
28
28
 
29
29
  - name: Initialize CodeQL
30
30
  uses: github/codeql-action/init@v2
@@ -18,7 +18,7 @@ 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@v3
21
+ uses: actions/checkout@v4
22
22
  with:
23
23
  repository: ether/etherpad-lite
24
24
  - uses: actions/setup-node@v3
@@ -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@v3
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@v3
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@v3
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
  -
@@ -77,7 +77,7 @@ jobs:
77
77
  runs-on: ubuntu-latest
78
78
  steps:
79
79
  -
80
- uses: actions/checkout@v3
80
+ uses: actions/checkout@v4
81
81
  with:
82
82
  fetch-depth: 0
83
83
  -
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ep_table_of_contents",
3
- "version": "0.3.70",
3
+ "version": "0.3.72",
4
4
  "description": "View a table of contents for your pad",
5
5
  "author": {
6
6
  "name": "John McLear",
@@ -29,7 +29,7 @@
29
29
  "url": "https://etherpad.org/"
30
30
  },
31
31
  "devDependencies": {
32
- "eslint": "^8.48.0",
32
+ "eslint": "^8.50.0",
33
33
  "eslint-config-etherpad": "^3.0.13",
34
34
  "typescript": "^4.9.5"
35
35
  },