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
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/bun-test-extended": "0.0.4",
"packages/format-codemod": "0.0.8",
"packages/oxlint-config": "0.0.6"
"packages/bun-test-extended": "0.1.0",
"packages/format-codemod": "0.1.0",
"packages/oxlint-config": "0.1.0"
}
6 changes: 3 additions & 3 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions packages/bun-test-extended/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.0](https://github.com/zgeoff/tools/compare/@zgeoff/bun-test-extended@0.0.4...@zgeoff/bun-test-extended@0.1.0) (2026-09-02)

### ⚠ BREAKING CHANGES

- **oxlint-config:** zgeoff/no-single-line-jsdoc no longer exists; a consumer that names it must
drop the entry.

### Features

- **oxlint-config:** ban JSDoc blocks and cap line-comment runs
([#78](https://github.com/zgeoff/tools/issues/78))
([98319f3](https://github.com/zgeoff/tools/commit/98319f3a93e6f3991cb82bf74524effd5adb0fad))

## [0.0.4](https://github.com/zgeoff/tools/compare/@zgeoff/bun-test-extended@0.0.3...@zgeoff/bun-test-extended@0.0.4) (2026-07-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/bun-test-extended/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zgeoff/bun-test-extended",
"version": "0.0.4",
"version": "0.1.0",
"description": "jest-extended matchers for bun test, with working failure messages and bun-aware types",
"license": "MIT",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/format-codemod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.0](https://github.com/zgeoff/tools/compare/@zgeoff/format-codemod@0.0.8...@zgeoff/format-codemod@0.1.0) (2026-09-02)

### ⚠ BREAKING CHANGES

- **oxlint-config:** zgeoff/no-single-line-jsdoc no longer exists; a consumer that names it must
drop the entry.

### Features

- **oxlint-config:** ban JSDoc blocks and cap line-comment runs
([#78](https://github.com/zgeoff/tools/issues/78))
([98319f3](https://github.com/zgeoff/tools/commit/98319f3a93e6f3991cb82bf74524effd5adb0fad))

## [0.0.8](https://github.com/zgeoff/tools/compare/@zgeoff/format-codemod@0.0.7...@zgeoff/format-codemod@0.0.8) (2026-07-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/format-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zgeoff/format-codemod",
"version": "0.0.8",
"version": "0.1.0",
"description": "Enforce blank-line padding conventions in TypeScript via a fast text-splice codemod",
"license": "MIT",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/oxlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.0](https://github.com/zgeoff/tools/compare/@zgeoff/oxlint-config@0.0.6...@zgeoff/oxlint-config@0.1.0) (2026-09-02)

### ⚠ BREAKING CHANGES

- **oxlint-config:** zgeoff/no-single-line-jsdoc no longer exists; a consumer that names it must
drop the entry.

### Features

- **oxlint-config:** ban JSDoc blocks and cap line-comment runs
([#78](https://github.com/zgeoff/tools/issues/78))
([98319f3](https://github.com/zgeoff/tools/commit/98319f3a93e6f3991cb82bf74524effd5adb0fad))

## [0.0.6](https://github.com/zgeoff/tools/compare/@zgeoff/oxlint-config@0.0.5...@zgeoff/oxlint-config@0.0.6) (2026-07-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/oxlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zgeoff/oxlint-config",
"version": "0.0.6",
"version": "0.1.0",
"description": "Shareable oxlint config: strict categories, house-style rules, and a custom JS plugin",
"license": "MIT",
"repository": {
Expand Down