Skip to content

Commit 7b80636

Browse files
fix(deps): update all dependencies
1 parent f91cb36 commit 7b80636

File tree

3 files changed

+248
-114
lines changed

3 files changed

+248
-114
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
run: yarn format
3232

3333
- name: Apply autofix.ci
34-
uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1
34+
uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1
3535
with:
3636
fail-fast: false

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@
8484
"is-glob": "^4.0.3",
8585
"minimatch": "^9.0.3 || ^10.0.1",
8686
"semver": "^7.7.2",
87-
"stable-hash-x": "^0.1.1",
87+
"stable-hash-x": "^0.2.0",
8888
"unrs-resolver": "^1.9.0"
8989
},
9090
"devDependencies": {
9191
"@1stg/commitlint-config": "^5.1.0",
92-
"@1stg/nano-staged": "^0.2.0",
92+
"@1stg/nano-staged": "^0.3.0",
9393
"@1stg/prettier-config": "^5.2.1",
9494
"@1stg/remark-preset": "^3.1.2",
9595
"@1stg/simple-git-hooks": "^2.1.0",
@@ -118,7 +118,7 @@
118118
"@types/eslint": "^9.6.1",
119119
"@types/eslint8.56": "npm:@types/eslint@~8.56.12",
120120
"@types/is-glob": "^4.0.4",
121-
"@types/jest": "^29.5.14",
121+
"@types/jest": "^30.0.0",
122122
"@types/json-schema": "^7.0.15",
123123
"@types/klaw-sync": "^6.0.5",
124124
"@types/node": "^22.15.31",
@@ -138,7 +138,7 @@
138138
"eslint-import-test-order-redirect": "link:./test/fixtures/order-redirect",
139139
"eslint-plugin-eslint-plugin": "^6.4.0",
140140
"eslint-plugin-import-x": "link:.",
141-
"eslint-plugin-jest": "^28.13.3",
141+
"eslint-plugin-jest": "^29.0.0",
142142
"eslint-plugin-json": "^4.0.1",
143143
"eslint-plugin-mdx": "^3.4.2",
144144
"eslint-plugin-n": "^17.19.0",
@@ -148,7 +148,7 @@
148148
"eslint8.56": "npm:eslint@~8.56.0",
149149
"eslint9": "npm:eslint@^9.28.0",
150150
"globals": "^16.2.0",
151-
"hermes-eslint": "^0.28.1",
151+
"hermes-eslint": "^0.29.0",
152152
"jest": "^30.0.0",
153153
"klaw-sync": "^7.0.0",
154154
"nano-staged": "^0.8.0",

0 commit comments

Comments
 (0)