Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"7.32.1"}
{".":"7.32.2"}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## [7.32.2](https://github.com/eslint-community/eslint-formatter-table/compare/v7.32.1...v7.32.2) (2025-10-19)


### 🧹 Chores

* add `CODEOWNERS` ([0a57c89](https://github.com/eslint-community/eslint-formatter-table/commit/0a57c894dbab7f0e61719ce055db9a829d61963d))
* add `no-response` workflow ([#12](https://github.com/eslint-community/eslint-formatter-table/issues/12)) ([027dddf](https://github.com/eslint-community/eslint-formatter-table/commit/027dddf06bc8952d9186a25f03d608dfdcd50a44))
* add tests for Node 20 ([a1d8825](https://github.com/eslint-community/eslint-formatter-table/commit/a1d88254478008ba17c6e6b7a73631e3d897f455))
* avoid loose equality assertions ([#9415](https://github.com/eslint-community/eslint-formatter-table/issues/9415)) ([f4bf701](https://github.com/eslint-community/eslint-formatter-table/commit/f4bf701ac76003422dc69b49dabe5a62a9084ec7))
* create `dependabot.yml` ([#4](https://github.com/eslint-community/eslint-formatter-table/issues/4)) ([137d18c](https://github.com/eslint-community/eslint-formatter-table/commit/137d18ce0626db501133276559f910820c5d307a))
* dogfooding `no-var` rule and remove `var`s (refs [#6407](https://github.com/eslint-community/eslint-formatter-table/issues/6407)) ([#6757](https://github.com/eslint-community/eslint-formatter-table/issues/6757)) ([b535b27](https://github.com/eslint-community/eslint-formatter-table/commit/b535b274105ef06d092b81754928d17379baed4f))
* enable `prefer-arrow-callback` on ESLint codebase (fixes [#6407](https://github.com/eslint-community/eslint-formatter-table/issues/6407)) ([#7503](https://github.com/eslint-community/eslint-formatter-table/issues/7503)) ([5f4f737](https://github.com/eslint-community/eslint-formatter-table/commit/5f4f73713a5b864464f625afd494f62d125e48a3))
* enable `prefer-const` and apply it to our codebase (refs [#6407](https://github.com/eslint-community/eslint-formatter-table/issues/6407)) ([#6805](https://github.com/eslint-community/eslint-formatter-table/issues/6805)) ([40db0e2](https://github.com/eslint-community/eslint-formatter-table/commit/40db0e24ce2bba8e15de2020ee5d12e7a5a6e509))
* Enable prefer-template (fixes [#6407](https://github.com/eslint-community/eslint-formatter-table/issues/6407)) ([#7357](https://github.com/eslint-community/eslint-formatter-table/issues/7357)) ([56849e1](https://github.com/eslint-community/eslint-formatter-table/commit/56849e160d93c4936939b1756602b8724d9fc051))
* fix formatters/table test ([#11534](https://github.com/eslint-community/eslint-formatter-table/issues/11534)) ([4127fa6](https://github.com/eslint-community/eslint-formatter-table/commit/4127fa6b0d004aa6b5baecdb083c632c4d6d6d2d))
* **readme:** remove maintenance warning from readme ([#13](https://github.com/eslint-community/eslint-formatter-table/issues/13)) ([6634453](https://github.com/eslint-community/eslint-formatter-table/commit/663445340bffd4227dca75af23af4220901c7a74))
* remove `CODEOWNERS` ([#9](https://github.com/eslint-community/eslint-formatter-table/issues/9)) ([97f343f](https://github.com/eslint-community/eslint-formatter-table/commit/97f343f01a4e5caff70abf5b154515bdc0f2bd33))
* restructure files ([#11555](https://github.com/eslint-community/eslint-formatter-table/issues/11555)) ([6800256](https://github.com/eslint-community/eslint-formatter-table/commit/6800256bde4be9bff4c250bd113f28cadfd3e7eb))
* Update copyright and license info ([55b14d5](https://github.com/eslint-community/eslint-formatter-table/commit/55b14d56cdd98ca0d37b81d20d8a1ba8d4aff693))
* update dependencies ([#3](https://github.com/eslint-community/eslint-formatter-table/issues/3)) ([ef8ab76](https://github.com/eslint-community/eslint-formatter-table/commit/ef8ab761799f082b638293f524618c270d09305d))
* use local function to append "s" instead of a package ([#11293](https://github.com/eslint-community/eslint-formatter-table/issues/11293)) ([b76bc00](https://github.com/eslint-community/eslint-formatter-table/commit/b76bc0098f99f45e589669367016405179082960))
* Use object-shorthand batch 2 (refs [#6407](https://github.com/eslint-community/eslint-formatter-table/issues/6407)) ([#6897](https://github.com/eslint-community/eslint-formatter-table/issues/6897)) ([f7f8541](https://github.com/eslint-community/eslint-formatter-table/commit/f7f8541949f5c884f615639caee7db3bc61b86e5))
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-formatter-table",
"version": "7.32.1",
"version": "7.32.2",
"description": "ESLint’s official `table` formatter, extracted from ESLint 7",
"keywords": [
"lint",
Expand All @@ -15,14 +15,14 @@
"table": "^6.8.0"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
"node": "^10.12.0 || >=12.0.0"
},
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "mocha"
"test": "mocha"
},
"devDependencies": {
"chai": "^4.3.6",
Expand Down