Skip to content

Commit c1d64c3

Browse files
authored
chore: bump all (dev) deps (#439)
1 parent a642b2d commit c1d64c3

File tree

12 files changed

+2110
-3025
lines changed

12 files changed

+2110
-3025
lines changed

.changeset/few-ducks-sniff.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: bump `unrs-resolver` to v1.6.2

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
node:
17-
- 16
1817
- 18
1918
- 20
2019
- 22
@@ -24,10 +23,9 @@ jobs:
2423
- macos-latest
2524
fail-fast: false
2625
runs-on: ${{ matrix.os }}
27-
env:
28-
YARN_IGNORE_NODE: 1
2926
steps:
30-
- uses: actions/checkout@v4
27+
- name: Checkout Repo
28+
uses: actions/checkout@v4
3129

3230
- name: Setup Node.js ${{ matrix.node }}
3331
uses: actions/setup-node@v4
@@ -41,9 +39,7 @@ jobs:
4139
- name: Build and Typecov
4240
run: yarn run-s build typecov
4341
env:
44-
EFF_NO_LINK_RULES: true
4542
PARSER_NO_WATCH: true
4643

4744
- name: Lint and Test
48-
if: ${{ matrix.node != 16}}
4945
run: yarn run-s lint test

.github/workflows/codeql.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.lintstagedrc.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

.nano-staged.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default } from '@1stg/nano-staged/tsc'

.size-limit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
33
"path": "./lib/index.js",
4-
"limit": "3.1kB"
4+
"limit": "1.5kB"
55
}
66
]

.yarn/releases/yarn-4.7.0.cjs

Lines changed: 0 additions & 935 deletions
This file was deleted.

.yarn/releases/yarn-4.9.1.cjs

Lines changed: 948 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ plugins:
99
path: .yarn/plugins/plugin-prepare-lifecycle.cjs
1010
spec: 'https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
1111

12-
yarnPath: .yarn/releases/yarn-4.7.0.cjs
12+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
],
1111
"funding": "https://opencollective.com/eslint-import-resolver-typescript",
1212
"license": "ISC",
13-
"packageManager": "yarn@4.7.0",
13+
"packageManager": "yarn@4.9.1",
1414
"engines": {
1515
"node": "^14.18.0 || >=16.0.0"
1616
},
1717
"main": "lib/index.cjs",
18+
"types": "lib/index.d.ts",
1819
"module": "lib/index.js",
1920
"exports": {
2021
".": {
@@ -28,7 +29,6 @@
2829
},
2930
"es2020": "lib/index.es2020.mjs",
3031
"fesm2020": "lib/index.es2020.mjs",
31-
"types": "lib/index.d.ts",
3232
"files": [
3333
"lib",
3434
"shim.d.ts",
@@ -86,38 +86,38 @@
8686
"get-tsconfig": "^4.10.0",
8787
"is-bun-module": "^2.0.0",
8888
"stable-hash": "^0.0.5",
89-
"tinyglobby": "^0.2.12",
90-
"unrs-resolver": "^1.3.2"
89+
"tinyglobby": "^0.2.13",
90+
"unrs-resolver": "^1.6.2"
9191
},
9292
"devDependencies": {
93-
"@1stg/common-config": "^11.1.0",
93+
"@1stg/common-config": "^13.0.1",
9494
"@changesets/changelog-github": "^0.5.1",
95-
"@changesets/cli": "^2.28.1",
95+
"@changesets/cli": "^2.29.2",
9696
"@commitlint/cli": "^19.8.0",
97-
"@mozilla/glean": "^5.0.3",
98-
"@pkgr/rollup": "^6.0.1",
97+
"@mozilla/glean": "^5.0.4",
98+
"@pkgr/rollup": "^6.0.3",
9999
"@total-typescript/ts-reset": "^0.6.1",
100100
"@types/debug": "^4.1.12",
101-
"@types/node": "^22.13.13",
101+
"@types/node": "^22.14.1",
102102
"@types/pnpapi": "^0.0.5",
103103
"@types/unist": "^3.0.3",
104-
"clean-pkg-json": "^1.2.1",
104+
"clean-pkg-json": "^1.3.0",
105105
"cross-env": "^7.0.3",
106106
"dummy.js": "link:dummy.js",
107-
"eslint": "^9.23.0",
107+
"eslint": "^9.25.0",
108108
"eslint-import-resolver-typescript": "link:.",
109-
"eslint-plugin-import-x": "^4.9.3",
110-
"lint-staged": "^15.5.0",
109+
"eslint-plugin-import-x": "^4.10.6",
110+
"nano-staged": "^0.8.0",
111111
"npm-run-all2": "^7.0.2",
112112
"prettier": "^3.5.3",
113-
"react": "^19.0.0",
113+
"react": "^19.1.0",
114114
"simple-git-hooks": "^2.12.1",
115115
"size-limit": "^11.2.0",
116116
"size-limit-preset-node-lib": "^0.3.0",
117117
"type-coverage": "^2.29.7",
118-
"type-fest": "^4.38.0",
119-
"typescript": "~5.8.2",
120-
"yarn-berry-deduplicate": "^6.1.1"
118+
"type-fest": "^4.40.0",
119+
"typescript": "~5.8.3",
120+
"yarn-berry-deduplicate": "^6.1.3"
121121
},
122122
"resolutions": {
123123
"eslint-import-resolver-typescript": "link:.",

0 commit comments

Comments
 (0)