diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 5f3910b..513570a 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"7.32.1"} +{".":"7.32.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8af53af --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index e4479e9..9d54ff8 100755 --- a/package.json +++ b/package.json @@ -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", @@ -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",