Skip to content

Commit 74ef254

Browse files
Update all dependencies (#71)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01857b0 commit 74ef254

File tree

4 files changed

+54
-27
lines changed

4 files changed

+54
-27
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout Actions Repository
2121
uses: actions/checkout@v6
2222
- name: Spell Check Repo
23-
uses: crate-ci/typos@v1.40.0
23+
uses: crate-ci/typos@v1.43.0
2424
js:
2525
name: Check formatting and linting and test
2626
runs-on: ubuntu-latest

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v6
17-
- uses: DavidAnson/markdownlint-cli2-action@v21
17+
- uses: DavidAnson/markdownlint-cli2-action@v22
1818
with:
1919
config: ".markdownlint.jsonc"
2020
globs: |

package-lock.json

Lines changed: 49 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"description": "Userscripts that are only useful if you study at the Saarland University.",
66
"devDependencies": {
77
"@eslint/js": "^9.24.0",
8-
"@eslint/json": "^0.14.0",
8+
"@eslint/json": "^1.0.0",
99
"@eslint/markdown": "^7.0.0",
1010
"eslint": "^9.24.0",
1111
"eslint-config-prettier": "^10.1.2",
1212
"eslint-plugin-userscripts": "^0.5.6",
13-
"globals": "^16.0.0",
13+
"globals": "^17.0.0",
1414
"husky": "^9.1.7",
1515
"lint-staged": "^16.0.0",
16-
"prettier": "3.7.3"
16+
"prettier": "3.8.1"
1717
},
1818
"scripts": {
1919
"prepare": "husky",

0 commit comments

Comments
 (0)