Skip to content

Commit f5b00f5

Browse files
committed
chore: bump all (dev) deps
1 parent 1b74d7e commit f5b00f5

18 files changed

+2452
-2575
lines changed

.github/workflows/pkg-pr-new.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
- name: Build
2828
run: yarn build
2929

30-
- run: yarn dlx pkg-pr-new publish --compact
30+
- name: Publish
31+
run: yarn dlx pkg-pr-new publish --compact

.github/workflows/size-limit.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
- master
77
- v3.x
88

9-
permissions:
10-
contents: read
11-
pull-requests: write
12-
139
concurrency:
1410
group: ${{ github.workflow }}-${{ github.ref }}
1511
cancel-in-progress: true
@@ -29,7 +25,8 @@ jobs:
2925
- name: Install Dependencies
3026
run: yarn --immutable
3127

32-
- uses: andresz1/[email protected]
28+
- name: Check Size Limit
29+
uses: andresz1/size-limit-action@94bc357df29c36c8f8d50ea497c3e225c3c95d1d # v1.8.0
3330
with:
3431
github_token: ${{ secrets.GITHUB_TOKEN }}
3532
skip_step: install

.prettierignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
.yarn
2-
/auto-imports.d.ts
3-
/pnpm-lock.yaml
42
.pnp.*
53
*.svg

.yarn/releases/yarn-4.8.0.cjs .yarn/releases/yarn-4.8.1.cjs

+3-3
Large diffs are not rendered by default.

.yarnrc.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
compressionLevel: mixed
2-
31
enableTelemetry: false
42

53
nodeLinker: node-modules
@@ -9,4 +7,4 @@ plugins:
97
path: .yarn/plugins/plugin-prepare-lifecycle.cjs
108
spec: 'https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
119

12-
yarnPath: .yarn/releases/yarn-4.8.0.cjs
10+
yarnPath: .yarn/releases/yarn-4.8.1.cjs

auto-imports.d.ts

-22
This file was deleted.

package.json

+15-15
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": "[email protected].0",
13+
"packageManager": "[email protected].1",
1414
"engines": {
1515
"node": "^16.17.0 || >=18.6.0"
1616
},
1717
"main": "lib/index.cjs",
18+
"types": "lib/index.d.ts",
1819
"module": "lib/index.js",
1920
"exports": {
2021
".": {
@@ -37,7 +38,6 @@
3738
},
3839
"./package.json": "./package.json"
3940
},
40-
"types": "lib/index.d.ts",
4141
"files": [
4242
"index.d.cts",
4343
"lib",
@@ -85,24 +85,24 @@
8585
"unrs-resolver": "^1.3.3"
8686
},
8787
"devDependencies": {
88-
"@1stg/common-config": "^11.1.0",
88+
"@1stg/common-config": "^12.0.0",
8989
"@changesets/changelog-github": "^0.5.1",
9090
"@changesets/cli": "^2.28.1",
9191
"@commitlint/cli": "^19.8.0",
92-
"@mozilla/glean": "^5.0.3",
93-
"@pkgr/core": "^0.2.0",
94-
"@pkgr/rollup": "^6.0.1",
92+
"@mozilla/glean": "^5.0.4",
93+
"@pkgr/core": "^0.2.1",
94+
"@pkgr/rollup": "^6.0.2",
9595
"@total-typescript/ts-reset": "^0.6.1",
9696
"@types/debug": "^4.1.12",
97-
"@types/node": "^22.13.14",
97+
"@types/node": "^22.14.0",
9898
"@types/pnpapi": "^0.0.5",
9999
"@types/unist": "^3.0.3",
100-
"@vitest/coverage-v8": "3.0.9",
100+
"@vitest/coverage-v8": "3.1.1",
101101
"clean-pkg-json": "^1.2.1",
102102
"dummy.js": "link:dummy.js",
103-
"eslint": "^9.23.0",
104-
"eslint-import-resolver-typescript": "link:.",
105-
"eslint-plugin-import-x": "^4.9.3",
103+
"eslint": "^9.24.0",
104+
"eslint-import-resolver-typescript": "workspace:*",
105+
"eslint-plugin-import-x": "^4.10.1",
106106
"lint-staged": "^15.5.0",
107107
"npm-run-all2": "^7.0.2",
108108
"path-serializer": "^0.3.4",
@@ -113,13 +113,13 @@
113113
"size-limit-preset-node-lib": "^0.3.0",
114114
"tinyexec": "^1.0.1",
115115
"type-coverage": "^2.29.7",
116-
"typescript": "~5.8.2",
117-
"unplugin-auto-import": "^19.1.2",
118-
"vitest": "^3.0.9",
116+
"typescript": "^5.8.3",
117+
"vitest": "^3.1.1",
119118
"yarn-berry-deduplicate": "^6.1.1"
120119
},
121120
"resolutions": {
122-
"eslint-import-resolver-typescript": "link:.",
121+
"es5-ext": "npm:@unes/es5-ext@latest",
122+
"eslint-import-resolver-typescript": "workspace:*",
123123
"prettier": "^3.5.3"
124124
},
125125
"typeCoverage": {

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { isBuiltin } from 'node:module'
22
import path from 'node:path'
33

4-
import type { ResolvedResult } from 'eslint-plugin-import-x/types.js'
4+
import type { ResolvedResult } from 'eslint-plugin-import-x/types'
55
import {
66
type FileMatcher,
77
type TsConfigJsonResolved,

tests/global.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/// <reference types="vitest/globals" />
Binary file not shown.
Binary file not shown.

tests/unit/pnp/.yarn/releases/yarn-4.8.0.cjs tests/unit/pnp/.yarn/releases/yarn-4.8.1.cjs

+3-3
Large diffs are not rendered by default.

tests/unit/pnp/.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ enableGlobalCache: false
22

33
nodeLinker: pnp
44

5-
yarnPath: .yarn/releases/yarn-4.8.0.cjs
5+
yarnPath: .yarn/releases/yarn-4.8.1.cjs

tests/unit/pnp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pnp",
33
"type": "module",
4-
"packageManager": "[email protected].0",
4+
"packageManager": "[email protected].1",
55
"devDependencies": {
66
"lodash.zip": "^4.2.0"
77
}

tests/unit/pnp/yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
__metadata:
55
version: 8
6-
cacheKey: 10
6+
cacheKey: 10c0
77

88
"lodash.zip@npm:^4.2.0":
99
version: 4.2.0
1010
resolution: "lodash.zip@npm:4.2.0"
11-
checksum: 10/cb06530d81b520e27f1a5dbd4ec91df22f14977b56c267fa0eea7177eb407a048e5eb9a6baadbb1346ba607503211c36d763a74f933832c224a88b8d984cb4f9
11+
checksum: 10c0/e596da80a6138e369998b50c78b51ed6cf984b4f239e59056aa18dca5972a213c491c511caf5888a2dec603c67265caf942099bec554a86a5c7ff1937d57f0e4
1212
languageName: node
1313
linkType: hard
1414

tests/unit/unit.spec.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ describe('createTypeScriptImportResolver', async () => {
3131
`)
3232

3333
expect(resolver.resolve('lodash.zip', testfile)).toMatchInlineSnapshot(`
34-
{
35-
"found": true,
36-
"path": "<ROOT>/tests/unit/pnp/.yarn/cache/lodash.zip-npm-4.2.0-5299417ec8-cb06530d81.zip/node_modules/lodash.zip/index.js",
37-
}
38-
`)
34+
{
35+
"found": true,
36+
"path": "<ROOT>/tests/unit/pnp/.yarn/cache/lodash.zip-npm-4.2.0-5299417ec8-e596da80a6.zip/node_modules/lodash.zip/index.js",
37+
}
38+
`)
3939
})
4040

4141
it('should error on malformed tsconfig reference', () => {

vitest.config.ts

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import autoImport from 'unplugin-auto-import/vite'
21
import { defineConfig } from 'vitest/config'
32

43
export default defineConfig({
@@ -10,12 +9,8 @@ export default defineConfig({
109
).pathname,
1110
},
1211
},
13-
plugins: [
14-
autoImport({
15-
imports: ['vitest'],
16-
}),
17-
],
1812
test: {
13+
globals: true,
1914
coverage: {
2015
enabled: true,
2116
include: ['src/**/*.ts'],

0 commit comments

Comments
 (0)