Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: |
echo "$PR_TITLE" | grep -Eq '^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\([^)]+\))?!?: .+'
- run: pnpm install --frozen-lockfile
- run: pnpm add --global @antelopejs/core
- run: pnpm prepack
- run: pnpm lint
- run: pnpm format:check
Expand Down
3 changes: 0 additions & 3 deletions knip.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ export default antelopeKnipConfig({
// type-checking, so neither is reachable by an import Knip can follow.
"src/tests/datasets/**/*.ts",
],
// `ajs` comes from @antelopejs/core, which CI installs globally rather than
// pulling the whole CLI into every module's dependency tree.
ignoreBinaries: ["ajs"],
});
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@
"knip": "knip"
},
"devDependencies": {
"@antelopejs/interface-core": ">=0.0.3 <1.0.0",
"@antelopejs/tooling-configs": "^0.0.4",
"@antelopejs/core": "^1.9.1",
"@antelopejs/interface-core": ">=0.1.1 <1.0.0",
"@antelopejs/tooling-configs": "^0.0.6",
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.10",
"@types/node": "^22.19.15",
Expand All @@ -131,7 +132,7 @@
"typescript": "^5.9.3"
},
"peerDependencies": {
"@antelopejs/interface-core": ">=0.0.3 <1.0.0"
"@antelopejs/interface-core": ">=0.1.1 <1.0.0"
},
"packageManager": "pnpm@10.6.5",
"antelopeJs": {
Expand Down
Loading
Loading