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
7 changes: 4 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"packages/create-lint-set": "1.1.5",
"packages/eslint-config-smarthr": "13.11.4",
"packages/eslint-plugin-smarthr": "6.10.4",
"packages/eslint-config-smarthr": "13.12.0",
"packages/eslint-plugin-smarthr": "6.11.0",
"packages/next-auth": "0.1.6",
"packages/prettier-config-smarthr": "1.0.1",
"packages/stylelint-config-smarthr": "3.0.2",
"packages/use-bulk-check": "1.0.7",
"packages/use-virtual-scroll": "1.1.6",
"packages/wareki": "1.3.0",
"packages/i18n": "0.2.3"
"packages/i18n": "0.2.3",
"packages/oxlint-config-smarthr": "0.1.0"
}
4 changes: 4 additions & 0 deletions packages/eslint-config-smarthr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [13.12.0](https://github.com/kufu/tamatebako/compare/eslint-config-smarthr-v13.11.4...eslint-config-smarthr-v13.12.0) (2026-04-14)


内部的な変更のみのため影響なし
## [13.11.4](https://github.com/kufu/tamatebako/compare/eslint-config-smarthr-v13.11.3...eslint-config-smarthr-v13.11.4) (2026-04-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-smarthr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-smarthr",
"version": "13.11.4",
"version": "13.12.0",
"description": "A sharable ESLint config for SmartHR",
"type": "module",
"exports": {
Expand Down
14 changes: 14 additions & 0 deletions packages/eslint-plugin-smarthr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [6.11.0](https://github.com/kufu/tamatebako/compare/eslint-plugin-smarthr-v6.10.4...eslint-plugin-smarthr-v6.11.0) (2026-04-14)


### Features

* **autofixer-smarthr-ui-migration:** v91→v92移行ルールを追加 ([#1209](https://github.com/kufu/tamatebako/issues/1209)) ([c29bf7c](https://github.com/kufu/tamatebako/commit/c29bf7c628e25216245f4082354a88add7e650b2))
* **require-barrel-import:** エラーメッセージを詳細化して実用性を向上 ([#1227](https://github.com/kufu/tamatebako/issues/1227)) ([e2280e5](https://github.com/kufu/tamatebako/commit/e2280e5e47bfb5c9a2b89bd08331a0b2643c278e))


### Bug Fixes

* **eslint-plugin-smarthr:** 不要な engines フィールドを削除 ([#1240](https://github.com/kufu/tamatebako/issues/1240)) ([678cfc6](https://github.com/kufu/tamatebako/commit/678cfc6fa4b05eb8547f45c135d27d44f51a7fc7))
* **format-import-path:** 複数の拡張子(.presentational.tsx等)に対応 ([#1242](https://github.com/kufu/tamatebako/issues/1242)) ([9f51b41](https://github.com/kufu/tamatebako/commit/9f51b41e1be02f6d6f982f1211c4bfb516179119))

## [6.10.4](https://github.com/kufu/tamatebako/compare/eslint-plugin-smarthr-v6.10.3...eslint-plugin-smarthr-v6.10.4) (2026-04-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-smarthr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-smarthr",
"version": "6.10.4",
"version": "6.11.0",
"author": "SmartHR",
"license": "MIT",
"description": "A sharable ESLint plugin for SmartHR",
Expand Down
8 changes: 8 additions & 0 deletions packages/oxlint-config-smarthr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.1.0 (2026-04-14)


### Features

* **oxlint-config-smarthr:** Oxlint のための共通設定パッケージを追加 ([#1239](https://github.com/kufu/tamatebako/issues/1239)) ([c66e5ac](https://github.com/kufu/tamatebako/commit/c66e5ac28b67ecf33660d522e7fa2a25e506014d))
Loading