Skip to content

Commit 93b39d2

Browse files
fix(deps): update all dependencies (#468)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: JounQin <[email protected]>
1 parent 799f1ce commit 93b39d2

File tree

5 files changed

+22
-10
lines changed

5 files changed

+22
-10
lines changed

.changeset/kind-keys-mix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-import-resolver-typescript": patch
3+
---
4+
5+
chore(deps): bump `stable-hash-x` v0.2.0

.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.3.1
34+
uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1.3.2
3535
with:
3636
fail-fast: false

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.20.8
1+
22.17.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"eslint-import-context": "^0.1.8",
7474
"get-tsconfig": "^4.10.1",
7575
"is-bun-module": "^2.0.0",
76-
"stable-hash-x": "^0.1.1",
76+
"stable-hash-x": "^0.2.0",
7777
"tinyglobby": "^0.2.14",
7878
"unrs-resolver": "^1.7.11"
7979
},
@@ -98,7 +98,7 @@
9898
"eslint-plugin-import-x": "^4.15.1",
9999
"nano-staged": "^0.8.0",
100100
"npm-run-all2": "^8.0.4",
101-
"path-serializer": "^0.4.0",
101+
"path-serializer": "^0.5.0",
102102
"premove": "^4.0.0",
103103
"prettier": "^3.5.3",
104104
"react": "^19.1.0",

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6089,14 +6089,14 @@ __metadata:
60896089
is-bun-module: "npm:^2.0.0"
60906090
nano-staged: "npm:^0.8.0"
60916091
npm-run-all2: "npm:^8.0.4"
6092-
path-serializer: "npm:^0.4.0"
6092+
path-serializer: "npm:^0.5.0"
60936093
premove: "npm:^4.0.0"
60946094
prettier: "npm:^3.5.3"
60956095
react: "npm:^19.1.0"
60966096
simple-git-hooks: "npm:^2.13.0"
60976097
size-limit: "npm:^11.2.0"
60986098
size-limit-preset-node-lib: "npm:^0.4.0"
6099-
stable-hash-x: "npm:^0.1.1"
6099+
stable-hash-x: "npm:^0.2.0"
61006100
tinyexec: "npm:^1.0.1"
61016101
tinyglobby: "npm:^0.2.14"
61026102
tsdown: "npm:^0.12.7"
@@ -10150,10 +10150,10 @@ __metadata:
1015010150
languageName: node
1015110151
linkType: hard
1015210152

10153-
"path-serializer@npm:^0.4.0":
10154-
version: 0.4.0
10155-
resolution: "path-serializer@npm:0.4.0"
10156-
checksum: 10c0/fc617221253e5ac12a4a012ec7c442a5a02dbc557047ae7b2ba52837d59322fd59a827ea1eee06366d465f624673613d23b282a325cf378d8bfe3c309b7da2b8
10153+
"path-serializer@npm:^0.5.0":
10154+
version: 0.5.0
10155+
resolution: "path-serializer@npm:0.5.0"
10156+
checksum: 10c0/822ca37d5cc9725b717b31a14a5b3094354315e156d05d3224364329813f2fe5efa6e942e14289cb4d2a0b467299f506521a1191150a057ed4a1d04f0d7ee528
1015710157
languageName: node
1015810158
linkType: hard
1015910159

@@ -12297,6 +12297,13 @@ __metadata:
1229712297
languageName: node
1229812298
linkType: hard
1229912299

12300+
"stable-hash-x@npm:^0.2.0":
12301+
version: 0.2.0
12302+
resolution: "stable-hash-x@npm:0.2.0"
12303+
checksum: 10c0/c757df58366ee4bb266a9486b8932eab7c1ba730469eaf4b68d2dee404814e9f84089c44c9b5205f8c7d99a0ab036cce2af69139ce5ed44b635923c011a8aea8
12304+
languageName: node
12305+
linkType: hard
12306+
1230012307
"stackback@npm:0.0.2":
1230112308
version: 0.0.2
1230212309
resolution: "stackback@npm:0.0.2"

0 commit comments

Comments
 (0)