Skip to content

Commit 160ce25

Browse files
authored
chore: bump all deps, TS to v6 (#113)
* chore: bump all deps, TS to v6 * rm publint step now that its in tsdown * audit fix (3/6)
1 parent 57542d8 commit 160ce25

7 files changed

Lines changed: 836 additions & 369 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,21 +69,6 @@ jobs:
6969
- run: npm ci --ignore-scripts --no-audit --no-fund
7070
- run: npm run knip
7171

72-
lint-package:
73-
name: Lint package (publint)
74-
runs-on: ubuntu-latest
75-
steps:
76-
- name: Checkout code
77-
uses: actions/checkout@v6
78-
- name: Use Node.js
79-
uses: actions/setup-node@v6
80-
with:
81-
cache: 'npm'
82-
node-version: 22
83-
- run: npm ci --ignore-scripts --no-audit --no-fund
84-
- run: npm run build
85-
- run: npm run lint-package
86-
8772
bundle-analysis:
8873
name: Report bundle analysis (codecov)
8974
runs-on: ubuntu-latest

.oxfmtrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2+
"ignorePatterns": ["src/lib/test/fixtures/**"],
23
"useTabs": true,
34
"singleQuote": true,
45
"semi": false,
5-
"ignorePatterns": ["src/lib/test/fixtures/**"]
6+
"trailingComma": "all"
67
}

knip.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { KnipConfig } from 'knip'
22

33
const config: KnipConfig = {
4-
entry: ['src/lib/index.ts', 'src/cli/cli.ts'],
54
project: ['src/**/*.ts'],
65
ignoreDependencies: ['@projectwallace/preset-oxlint'],
76
}

0 commit comments

Comments
 (0)