Skip to content

Commit 1eb17f6

Browse files
renovate[bot]autofix-ci[bot]JounQin
authored
fix(deps): update all dependencies (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: JounQin <admin@1stg.me>
1 parent 20e7b5c commit 1eb17f6

File tree

5 files changed

+1199
-1351
lines changed

5 files changed

+1199
-1351
lines changed

.changeset/good-walls-film.md

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

.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.3.2
3535
with:
3636
fail-fast: false

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
node:
17-
- 18
1817
- 20
1918
- 22
2019
- 24

package.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,37 +52,37 @@
5252
},
5353
"dependencies": {
5454
"get-tsconfig": "^4.10.1",
55-
"stable-hash-x": "^0.1.1"
55+
"stable-hash-x": "^0.2.0"
5656
},
5757
"devDependencies": {
5858
"@1stg/browserslist-config": "^2.1.4",
59-
"@1stg/common-config": "^14.1.0",
59+
"@1stg/common-config": "^14.2.0",
6060
"@1stg/postcss-config": "^6.1.0",
6161
"@1stg/stylelint-config": "^6.1.0",
6262
"@changesets/changelog-github": "^0.5.1",
63-
"@changesets/cli": "^2.29.4",
63+
"@changesets/cli": "^2.29.5",
6464
"@commitlint/cli": "^19.8.1",
65-
"@eslint-react/eslint-plugin": "^1.51.0",
65+
"@eslint-react/eslint-plugin": "^1.52.2",
6666
"@mdx-js/rollup": "^3.1.0",
67-
"@shikijs/rehype": "^3.5.0",
67+
"@shikijs/rehype": "^3.7.0",
6868
"@types/mdx": "^2.0.13",
69-
"@types/node": "^22.15.29",
70-
"@types/react": "^19.1.6",
69+
"@types/node": "^22.15.33",
70+
"@types/react": "^19.1.8",
7171
"@types/react-dom": "^19.1.6",
72-
"@types/web": "^0.0.239",
72+
"@types/web": "^0.0.243",
7373
"@vercel/analytics": "^1.5.0",
74-
"@vitejs/plugin-react-swc": "^3.10.1",
75-
"@vitest/coverage-v8": "^3.2.1",
76-
"@vitest/eslint-plugin": "^1.2.1",
74+
"@vitejs/plugin-react-swc": "^3.10.2",
75+
"@vitest/coverage-v8": "^3.2.4",
76+
"@vitest/eslint-plugin": "^1.2.7",
7777
"clean-pkg-json": "^1.3.0",
78-
"eslint": "^9.28.0",
78+
"eslint": "^9.29.0",
7979
"eslint-import-context": "link:.",
8080
"eslint-plugin-react-hooks": "^5.2.0",
8181
"github-markdown-css": "^5.8.1",
8282
"nano-staged": "^0.8.0",
8383
"npm-run-all2": "^8.0.4",
8484
"premove": "^4.0.0",
85-
"prettier": "^3.5.3",
85+
"prettier": "^3.6.1",
8686
"react": "^19.1.0",
8787
"react-dom": "^19.1.0",
8888
"react-router-dom": "^7.6.2",
@@ -91,17 +91,18 @@
9191
"simple-git-hooks": "^2.13.0",
9292
"size-limit": "^11.2.0",
9393
"size-limit-preset-node-lib": "^0.4.0",
94-
"stylelint": "^16.20.0",
94+
"stylelint": "^16.21.0",
9595
"type-coverage": "^2.29.7",
9696
"typescript": "^5.8.3",
97-
"unrs-resolver": "^1.7.10",
98-
"vite": "^6.3.5",
99-
"vitest": "^3.2.1",
97+
"unrs-resolver": "^1.9.2",
98+
"vite": "^7.0.0",
99+
"vitest": "^3.2.4",
100100
"yarn-berry-deduplicate": "^6.1.3"
101101
},
102102
"resolutions": {
103103
"eslint-import-context": "link:.",
104-
"prettier": "^3.5.3"
104+
"prettier": "^3.6.1",
105+
"vite": "npm:rolldown-vite@^7.0.1"
105106
},
106107
"typeCoverage": {
107108
"atLeast": 100,

0 commit comments

Comments
 (0)