Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v6
- name: Spell Check Repo
uses: crate-ci/typos@v1.40.0
uses: crate-ci/typos@v1.42.3
js:
name: Check formatting and linting and test
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DavidAnson/markdownlint-cli2-action@v21
- uses: DavidAnson/markdownlint-cli2-action@v22
with:
config: ".markdownlint.jsonc"
globs: |
Expand Down
71 changes: 49 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"description": "Userscripts that are only useful if you study at the Saarland University.",
"devDependencies": {
"@eslint/js": "^9.24.0",
"@eslint/json": "^0.14.0",
"@eslint/json": "^1.0.0",
"@eslint/markdown": "^7.0.0",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-userscripts": "^0.5.6",
"globals": "^16.0.0",
"globals": "^17.0.0",
"husky": "^9.1.7",
"lint-staged": "^16.0.0",
"prettier": "3.7.3"
"prettier": "3.8.1"
},
"scripts": {
"prepare": "husky",
Expand Down