Skip to content

Commit 34adb40

Browse files
fix(deps): update all dependencies (#400)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: JounQin <[email protected]>
1 parent f91cb36 commit 34adb40

File tree

6 files changed

+955
-1017
lines changed

6 files changed

+955
-1017
lines changed

.changeset/wet-toys-happen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-import-x": patch
3+
---
4+
5+
chore(deps): bump `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

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@
187187
### Patch Changes
188188

189189
- [#263](https://github.com/un-ts/eslint-plugin-import-x/pull/263) [`c0046a9`](https://github.com/un-ts/eslint-plugin-import-x/commit/c0046a9e85d6563920a5df4e8fbb3ecd977c47ab) Thanks [@JounQin](https://github.com/JounQin)! - chore: migrate to rebranding `unrs-resolver` with new targets supported:
190-
191190
- `i686-pc-windows-msvc`
192191
- `armv7-unknown-linux-musleabihf`
193192
- `powerpc64le-unknown-linux-gnu`
@@ -210,7 +209,6 @@
210209
### Minor Changes
211210

212211
- [#248](https://github.com/un-ts/eslint-plugin-import-x/pull/248) [`6940b14`](https://github.com/un-ts/eslint-plugin-import-x/commit/6940b14426e75f0b0b860c1dddfe6a928510b974) Thanks [@TrevorBurnham](https://github.com/TrevorBurnham)! - feat: port all `order` rule new options from upstream
213-
214212
- [`newlines-between-types`](https://github.com/import-js/eslint-plugin-import/pull/3127)
215213
- [`named`](https://github.com/import-js/eslint-plugin-import/pull/3043)
216214
- [`consolidateIslands`](https://github.com/import-js/eslint-plugin-import/pull/3129)

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -77,24 +77,24 @@
7777
}
7878
},
7979
"dependencies": {
80-
"@typescript-eslint/types": "^8.34.0",
80+
"@typescript-eslint/types": "^8.35.0",
8181
"comment-parser": "^1.4.1",
8282
"debug": "^4.4.1",
83-
"eslint-import-context": "^0.1.8",
83+
"eslint-import-context": "^0.1.9",
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",
88-
"unrs-resolver": "^1.9.0"
87+
"stable-hash-x": "^0.2.0",
88+
"unrs-resolver": "^1.9.2"
8989
},
9090
"devDependencies": {
9191
"@1stg/commitlint-config": "^5.1.0",
92-
"@1stg/nano-staged": "^0.2.0",
93-
"@1stg/prettier-config": "^5.2.1",
92+
"@1stg/nano-staged": "^0.3.0",
93+
"@1stg/prettier-config": "^5.3.1",
9494
"@1stg/remark-preset": "^3.1.2",
9595
"@1stg/simple-git-hooks": "^2.1.0",
9696
"@1stg/tsconfig": "^3.0.3",
97-
"@angular-eslint/template-parser": "^20.0.0",
97+
"@angular-eslint/template-parser": "^20.1.1",
9898
"@babel/core": "^7.27.4",
9999
"@babel/eslint-parser": "^7.27.5",
100100
"@babel/plugin-proposal-decorators": "^7.27.1",
@@ -105,66 +105,66 @@
105105
"@babel/preset-typescript": "^7.27.1",
106106
"@babel/register": "^7.27.1",
107107
"@changesets/changelog-github": "^0.5.1",
108-
"@changesets/cli": "^2.29.4",
108+
"@changesets/cli": "^2.29.5",
109109
"@commitlint/cli": "^19.8.1",
110110
"@eslint/import-test-order-redirect-scoped": "link:./test/fixtures/order-redirect-scoped",
111-
"@eslint/js": "^9.28.0",
111+
"@eslint/js": "^9.29.0",
112112
"@swc-node/jest": "^1.8.13",
113-
"@swc/core": "^1.12.0",
113+
"@swc/core": "^1.12.7",
114114
"@swc/helpers": "^0.5.17",
115115
"@test-scope/some-module": "link:./test/fixtures/symlinked-module",
116116
"@total-typescript/ts-reset": "^0.6.1",
117117
"@types/debug": "^4.1.12",
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",
124-
"@types/node": "^22.15.31",
124+
"@types/node": "^22.15.33",
125125
"@types/pnpapi": "^0.0.5",
126126
"@types/tmp": "^0.2.6",
127-
"@typescript-eslint/eslint-plugin": "^8.34.0",
128-
"@typescript-eslint/parser": "^8.34.0",
129-
"@typescript-eslint/rule-tester": "^8.34.0",
130-
"@typescript-eslint/utils": "^8.34.0",
127+
"@typescript-eslint/eslint-plugin": "^8.35.0",
128+
"@typescript-eslint/parser": "^8.35.0",
129+
"@typescript-eslint/rule-tester": "^8.35.0",
130+
"@typescript-eslint/utils": "^8.35.0",
131131
"@unts/patch-package": "^8.1.1",
132132
"clean-pkg-json": "^1.3.0",
133-
"eslint": "^9.28.0",
133+
"eslint": "^9.29.0",
134134
"eslint-config-prettier": "^10.1.5",
135-
"eslint-doc-generator": "^2.1.2",
136-
"eslint-import-resolver-typescript": "^4.4.3",
135+
"eslint-doc-generator": "^2.2.2",
136+
"eslint-import-resolver-typescript": "^4.4.4",
137137
"eslint-import-resolver-webpack": "^0.13.10",
138138
"eslint-import-test-order-redirect": "link:./test/fixtures/order-redirect",
139-
"eslint-plugin-eslint-plugin": "^6.4.0",
139+
"eslint-plugin-eslint-plugin": "^6.5.0",
140140
"eslint-plugin-import-x": "link:.",
141-
"eslint-plugin-jest": "^28.13.3",
141+
"eslint-plugin-jest": "^29.0.1",
142142
"eslint-plugin-json": "^4.0.1",
143-
"eslint-plugin-mdx": "^3.4.2",
144-
"eslint-plugin-n": "^17.19.0",
145-
"eslint-plugin-prettier": "^5.4.1",
143+
"eslint-plugin-mdx": "^3.5.0",
144+
"eslint-plugin-n": "^17.20.0",
145+
"eslint-plugin-prettier": "^5.5.1",
146146
"eslint-plugin-unicorn": "^59.0.1",
147147
"eslint-plugin-yml": "^1.18.0",
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",
152-
"jest": "^30.0.0",
151+
"hermes-eslint": "^0.29.0",
152+
"jest": "^30.0.3",
153153
"klaw-sync": "^7.0.0",
154154
"nano-staged": "^0.8.0",
155155
"npm-run-all2": "^8.0.4",
156156
"path-serializer": "^0.5.0",
157157
"premove": "^4.0.0",
158-
"prettier": "^3.5.3",
158+
"prettier": "^3.6.1",
159159
"redux": "^5.0.1",
160160
"simple-git-hooks": "^2.13.0",
161161
"tinyexec": "^1.0.1",
162162
"tmp": "^0.2.3",
163163
"ts-node": "^10.9.2",
164-
"tsdown": "^0.12.7",
164+
"tsdown": "^0.12.9",
165165
"type-fest": "^4.41.0",
166166
"typescript": "^5.8.3",
167-
"typescript-eslint": "^8.34.0",
167+
"typescript-eslint": "^8.35.0",
168168
"yarn-berry-deduplicate": "^6.1.3"
169169
},
170170
"resolutions": {

0 commit comments

Comments
 (0)