diff --git a/.eslintrc.cjs b/.eslintrc.cjs
index 5de3a147..f2939706 100644
--- a/.eslintrc.cjs
+++ b/.eslintrc.cjs
@@ -32,7 +32,7 @@ module.exports = {
'ts-ignore': 'allow-with-description'
}
],
- '@typescript-eslint/no-unsafe-member-access': 'warn',
- '@typescript-eslint/no-unsafe-assignment': 'warn'
+ '@typescript-eslint/no-unsafe-member-access': 'off',
+ '@typescript-eslint/no-unsafe-assignment': 'off'
}
};
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 6ff4da8b..84353e56 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -34,7 +34,6 @@ jobs:
build: yarn build
start: yarn preview
wait-on: 'http://localhost:3000'
- wait-on-timeout: 120
record: true
headless: true
env:
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index e1b1f4de..36ca3ed9 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
[ "$GITHUB_EVENT_NAME" == "pull_request" ] && export BETA=true && rm -rf docs/beta/
[ "$GITHUB_EVENT_NAME" != "pull_request" ] && rm -rf docs/_app/
yarn install
- # yarn run lint
+ yarn run lint
version=$(yarn version --patch --no-git-tag-version | grep "New version" | cut -d':' -f 2)
yarn build
cd bin
diff --git a/package.json b/package.json
index 61cde987..943ae6be 100644
--- a/package.json
+++ b/package.json
@@ -16,31 +16,31 @@
"@sveltejs/adapter-static": "1.0.0-next.11",
"@sveltejs/kit": "^1.0.0-next.109",
"@types/mermaid": "^8.2.6",
- "@typescript-eslint/eslint-plugin": "^4.26.0",
- "@typescript-eslint/parser": "^4.26.0",
+ "@typescript-eslint/eslint-plugin": "^4.26.1",
+ "@typescript-eslint/parser": "^4.26.1",
"autoprefixer": "^10.2.6",
"chai": "^4.3.4",
- "cssnano": "^5.0.5",
- "cypress": "^7.4.0",
+ "cssnano": "^5.0.6",
+ "cypress": "^7.5.0",
"cypress-localstorage-commands": "^1.4.5",
- "eslint": "^7.27.0",
+ "eslint": "^7.28.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-postcss-modules": "^1.2.1",
"eslint-plugin-svelte3": "^3.2.0",
- "eslint-plugin-tailwindcss": "^1.9.1",
+ "eslint-plugin-tailwindcss": "^1.13.2",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
- "mocha": "^8.4.0",
- "postcss": "^8.3.0",
+ "mocha": "^9.0.0",
+ "postcss": "^8.3.2",
"postcss-load-config": "^3.0.1",
- "prettier": "~2.3.0",
+ "prettier": "~2.3.1",
"prettier-plugin-svelte": "^2.3.0",
"svelte": "^3.34.0",
"svelte-preprocess": "^4.7.1",
"tailwindcss": "^2.1.4",
- "tslib": "^2.0.0",
+ "tslib": "^2.3.0",
"typescript": "^4.3.2"
},
"type": "module",
@@ -51,7 +51,7 @@
"js-base64": "^3.6.1",
"mermaid": "^8.10.2",
"moment": "^2.29.1",
- "monaco-editor": "^0.24.0",
+ "monaco-editor": "^0.25.0",
"random-word-slugs": "^0.0.2"
},
"lint-staged": {
diff --git a/src/app.html b/src/app.html
index c012987c..ddd2af42 100644
--- a/src/app.html
+++ b/src/app.html
@@ -26,31 +26,31 @@
>
diff --git a/src/lib/components/actions.svelte b/src/lib/components/actions.svelte
index a119c4d5..d9eb08aa 100644
--- a/src/lib/components/actions.svelte
+++ b/src/lib/components/actions.svelte
@@ -1,7 +1,7 @@