Skip to content

Commit d536756

Browse files
authored
chore: bump unrs-resolver to v1.9.0 (#382)
1 parent 05bf7ed commit d536756

File tree

4 files changed

+705
-769
lines changed

4 files changed

+705
-769
lines changed

.changeset/silly-roses-repeat.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: bump `unrs-resolver` to `v1.9.0`, it'll fallback to `napi-postinstall` check at runtime

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@
7777
}
7878
},
7979
"dependencies": {
80-
"@typescript-eslint/types": "^8.33.1",
80+
"@typescript-eslint/types": "^8.34.0",
8181
"comment-parser": "^1.4.1",
8282
"debug": "^4.4.1",
8383
"eslint-import-context": "^0.1.8",
8484
"is-glob": "^4.0.3",
8585
"minimatch": "^9.0.3 || ^10.0.1",
8686
"semver": "^7.7.2",
8787
"stable-hash-x": "^0.1.1",
88-
"unrs-resolver": "^1.7.10"
88+
"unrs-resolver": "^1.9.0"
8989
},
9090
"devDependencies": {
9191
"@1stg/commitlint-config": "^5.1.0",
@@ -94,7 +94,7 @@
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": "^19.7.1",
97+
"@angular-eslint/template-parser": "^20.0.0",
9898
"@babel/core": "^7.27.4",
9999
"@babel/eslint-parser": "^7.27.5",
100100
"@babel/plugin-proposal-decorators": "^7.27.1",
@@ -110,7 +110,7 @@
110110
"@eslint/import-test-order-redirect-scoped": "link:./test/fixtures/order-redirect-scoped",
111111
"@eslint/js": "^9.28.0",
112112
"@swc-node/jest": "^1.8.13",
113-
"@swc/core": "^1.11.31",
113+
"@swc/core": "^1.12.0",
114114
"@swc/helpers": "^0.5.17",
115115
"@test-scope/some-module": "link:./test/fixtures/symlinked-module",
116116
"@total-typescript/ts-reset": "^0.6.1",
@@ -121,24 +121,24 @@
121121
"@types/jest": "^29.5.14",
122122
"@types/json-schema": "^7.0.15",
123123
"@types/klaw-sync": "^6.0.5",
124-
"@types/node": "^22.15.29",
124+
"@types/node": "^22.15.31",
125125
"@types/pnpapi": "^0.0.5",
126126
"@types/tmp": "^0.2.6",
127-
"@typescript-eslint/eslint-plugin": "^8.33.1",
128-
"@typescript-eslint/parser": "^8.33.1",
129-
"@typescript-eslint/rule-tester": "^8.33.0",
130-
"@typescript-eslint/utils": "^8.33.1",
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",
131131
"@unts/patch-package": "^8.1.1",
132132
"clean-pkg-json": "^1.3.0",
133133
"eslint": "^9.28.0",
134134
"eslint-config-prettier": "^10.1.5",
135135
"eslint-doc-generator": "^2.1.2",
136-
"eslint-import-resolver-typescript": "^4.4.2",
136+
"eslint-import-resolver-typescript": "^4.4.3",
137137
"eslint-import-resolver-webpack": "^0.13.10",
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.12.0",
141+
"eslint-plugin-jest": "^28.13.3",
142142
"eslint-plugin-json": "^4.0.1",
143143
"eslint-plugin-mdx": "^3.4.2",
144144
"eslint-plugin-n": "^17.19.0",
@@ -149,11 +149,11 @@
149149
"eslint9": "npm:eslint@^9.28.0",
150150
"globals": "^16.2.0",
151151
"hermes-eslint": "^0.28.1",
152-
"jest": "^30.0.0-beta.9",
152+
"jest": "^30.0.0",
153153
"klaw-sync": "^7.0.0",
154154
"nano-staged": "^0.8.0",
155155
"npm-run-all2": "^8.0.4",
156-
"path-serializer": "^0.4.0",
156+
"path-serializer": "^0.5.0",
157157
"premove": "^4.0.0",
158158
"prettier": "^3.5.3",
159159
"redux": "^5.0.1",
@@ -164,11 +164,11 @@
164164
"tsdown": "^0.12.7",
165165
"type-fest": "^4.41.0",
166166
"typescript": "^5.8.3",
167-
"typescript-eslint": "^8.33.1",
167+
"typescript-eslint": "^8.34.0",
168168
"yarn-berry-deduplicate": "^6.1.3"
169169
},
170170
"resolutions": {
171-
"@typescript-eslint/utils": "^8.33.1",
171+
"@typescript-eslint/utils": "^8.34.0",
172172
"prettier": "^3.5.3"
173173
},
174174
"eslintIgnore": [

test/fixtures/component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ <h2>Next Steps</h2>
124124
<summary>Add UI library</summary>
125125
<pre>
126126
# Generate UI lib
127-
nx g @nrwl/angular:lib ui
127+
nx g &#64;nrwl/angular:lib ui
128128

129129
# Add a component
130-
nx g @nrwl/angular:component xyz --project ui</pre
130+
nx g &#64;nrwl/angular:component xyz --project ui</pre
131131
>
132132
</details>
133133
<details>

0 commit comments

Comments
 (0)