ep_markdown 0.1.67 → 0.1.69

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.
@@ -7,19 +7,8 @@ on: [push]
7
7
  jobs:
8
8
  test:
9
9
  runs-on: ubuntu-latest
10
-
10
+ if: ${{ github.actor != 'dependabot[bot]' }}
11
11
  steps:
12
- -
13
- name: Fail if Dependabot
14
- if: github.actor == 'dependabot[bot]'
15
- run: |
16
- cat <<EOF >&2
17
- Frontend tests skipped because Dependabot can't access secrets.
18
- Manually re-run the jobs to run the frontend tests.
19
- For more information, see:
20
- https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/
21
- EOF
22
- exit 1
23
12
  -
24
13
  name: Generate Sauce Labs strings
25
14
  id: sauce_strings
@@ -94,7 +83,7 @@ jobs:
94
83
  name: Remove standard frontend test files
95
84
  run: rm -rf src/tests/frontend/specs
96
85
  -
97
- uses: saucelabs/sauce-connect-action@v2.1.1
86
+ uses: saucelabs/sauce-connect-action@v2.3.4
98
87
  with:
99
88
  username: ${{ secrets.SAUCE_USERNAME }}
100
89
  accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ep_markdown",
3
3
  "description": "Edit and Export as Markdown in Etherpad",
4
- "version": "0.1.67",
4
+ "version": "0.1.69",
5
5
  "author": {
6
6
  "name": "John McLear",
7
7
  "email": "john@mclear.co.uk",
@@ -25,9 +25,9 @@
25
25
  "url": "https://etherpad.org/"
26
26
  },
27
27
  "devDependencies": {
28
- "eslint": "^8.11.0",
29
- "eslint-config-etherpad": "^3.0.9",
30
- "typescript": "^4.6.2"
28
+ "eslint": "^8.51.0",
29
+ "eslint-config-etherpad": "^3.0.22",
30
+ "typescript": "^4.9.5"
31
31
  },
32
32
  "scripts": {
33
33
  "lint": "eslint .",