chore: align package configuration with @nlib/typing#400
Merged
Conversation
- Replace ESLint + Prettier with Biome.js (v2.2.5) - Add jsr.io publishing support (jsr.json, cli/sync-version.ts) - Rename source files from .mts to .ts, update imports .mjs→.ts - Replace @nlib/indexen with custom cli/generate-index.ts - Replace rename-cjs.mjs with custom cli/build.ts + cli/util.ts - Add tsconfig.types.json for clean type declaration builds - Update package.json: type=module, new exports (mod.mjs/mod.cjs/mod.d.ts), clean devDeps - Update CI: Node 24.x, add Bun/Deno/JSR dry-run test jobs - Update release.yml: add JSR publish + npm provenance - Simplify git hooks: remove lint-staged, remove commit-msg hook Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
jsr.json,cli/sync-version.ts).mtsto.ts, update internal imports (.mjs→.ts)@nlib/indexenwith customcli/generate-index.tsrename-cjs.mjswith customcli/build.ts+cli/util.ts(TypeScript compiler API)tsconfig.types.jsonfor clean type declaration output (excludes test files)package.json:"type": "module", new exports (mjs/mod.mjs,cjs/mod.cjs,types/mod.d.ts), trimmed devDependenciesrelease.yml: add JSR publish job + npm provenance (--provenance)lint-staged, removecommit-msghookTest plan
npm run lint— Biome passesnpm run test— 27 unit tests pass (Node.js built-in runner)npm run build— generatesmjs/,cjs/,types/correctly🤖 Generated with Claude Code