Skip to content

Commit 63ea8ea

Browse files
committed
chore: bump unrs-resolver to v1.6.0
1 parent e36a0ac commit 63ea8ea

File tree

5 files changed

+919
-2038
lines changed

5 files changed

+919
-2038
lines changed

Diff for: .changeset/serious-cheetahs-wink.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-import-resolver-typescript": patch
3+
---
4+
5+
chore: bump `unrs-resolver` to v1.6.0

Diff for: .lintstagedrc.js renamed to .nano-staged.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import base from '@1stg/lint-staged/tsc'
1+
import base from '@1stg/nano-staged/tsc'
22

33
export default {
44
...base,

Diff for: README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -328,15 +328,17 @@ We have [GitHub Actions](https://github.com/import-js/eslint-import-resolver-typ
328328

329329
If either fails, we won't be able to merge your PR until it's fixed.
330330

331-
[![Sponsors](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
331+
## Sponsors and Backers
332332

333-
## Sponsors
333+
[![Sponsors and Backers](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
334+
335+
### Sponsors
334336

335337
| 1stG | RxTS | UnTS |
336338
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
337339
| [![1stG Open Collective sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
338340

339-
## Backers
341+
### Backers
340342

341343
| 1stG | RxTS | UnTS |
342344
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |

Diff for: package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -81,29 +81,30 @@
8181
"get-tsconfig": "^4.10.0",
8282
"is-bun-module": "^2.0.0",
8383
"stable-hash": "^0.0.5",
84-
"tinyglobby": "^0.2.12",
85-
"unrs-resolver": "^1.4.1"
84+
"tinyglobby": "^0.2.13",
85+
"unrs-resolver": "^1.6.0"
8686
},
8787
"devDependencies": {
88-
"@1stg/common-config": "^12.0.0",
88+
"@1stg/common-config": "^13.0.1",
8989
"@changesets/changelog-github": "^0.5.1",
90-
"@changesets/cli": "^2.28.1",
90+
"@changesets/cli": "^2.29.2",
9191
"@commitlint/cli": "^19.8.0",
9292
"@mozilla/glean": "^5.0.4",
93-
"@pkgr/core": "^0.2.1",
94-
"@pkgr/rollup": "^6.0.2",
93+
"@pkgr/core": "^0.2.4",
94+
"@pkgr/rollup": "^6.0.3",
9595
"@total-typescript/ts-reset": "^0.6.1",
9696
"@types/debug": "^4.1.12",
97-
"@types/node": "^22.14.0",
97+
"@types/node": "^22.14.1",
9898
"@types/pnpapi": "^0.0.5",
9999
"@types/unist": "^3.0.3",
100100
"@vitest/coverage-v8": "3.1.1",
101+
"@vitest/eslint-plugin": "^1.1.43",
101102
"clean-pkg-json": "^1.2.1",
102103
"dummy.js": "link:dummy.js",
103-
"eslint": "^9.24.0",
104+
"eslint": "^9.25.0",
104105
"eslint-import-resolver-typescript": "workspace:*",
105-
"eslint-plugin-import-x": "^4.10.1",
106-
"lint-staged": "^15.5.0",
106+
"eslint-plugin-import-x": "^4.10.5",
107+
"nano-staged": "^0.8.0",
107108
"npm-run-all2": "^7.0.2",
108109
"path-serializer": "^0.3.4",
109110
"prettier": "^3.5.3",
@@ -115,10 +116,9 @@
115116
"type-coverage": "^2.29.7",
116117
"typescript": "^5.8.3",
117118
"vitest": "^3.1.1",
118-
"yarn-berry-deduplicate": "^6.1.1"
119+
"yarn-berry-deduplicate": "^6.1.3"
119120
},
120121
"resolutions": {
121-
"es5-ext": "npm:@unes/es5-ext@latest",
122122
"eslint-import-resolver-typescript": "workspace:*",
123123
"prettier": "^3.5.3"
124124
},

0 commit comments

Comments
 (0)