Commit graph

941 commits

Author SHA1 Message Date
murashit
7c5da3d520 Scope Biome Grit plugins 2026-06-26 10:44:53 +09:00
murashit
dd538d9e44
Merge pull request #13 from murashit/dependabot/github_actions/actions/checkout-7.0.0 2026-06-25 22:55:54 +09:00
murashit
c8bc272ab7
Merge pull request #15 from murashit/dependabot/npm_and_yarn/preact/signals-2.9.2 2026-06-25 22:55:46 +09:00
murashit
9766c9edae
Merge pull request #14 from murashit/dependabot/npm_and_yarn/dev-dependencies-9471cb6c7e 2026-06-25 22:55:33 +09:00
dependabot[bot]
bc88c40201
Bump @preact/signals from 2.9.1 to 2.9.2
Bumps [@preact/signals](https://github.com/preactjs/signals/tree/HEAD/packages/preact) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/preactjs/signals/releases)
- [Changelog](https://github.com/preactjs/signals/blob/main/packages/preact/CHANGELOG.md)
- [Commits](https://github.com/preactjs/signals/commits/@preact/signals@2.9.2/packages/preact)

---
updated-dependencies:
- dependency-name: "@preact/signals"
  dependency-version: 2.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-25 13:24:52 +00:00
dependabot[bot]
147136ba52
Bump the dev-dependencies group with 4 updates
Bumps the dev-dependencies group with 4 updates: [eslint](https://github.com/eslint/eslint), [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `eslint` from 10.4.1 to 10.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.4.1...v10.5.0)

Updates `knip` from 6.16.1 to 6.17.1
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@6.17.1/packages/knip)

Updates `typescript-eslint` from 8.61.0 to 8.61.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.1/packages/typescript-eslint)

Updates `vitest` from 4.1.8 to 4.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/vitest)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: knip
  dependency-version: 6.17.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.61.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vitest
  dependency-version: 4.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-25 13:24:45 +00:00
dependabot[bot]
195c891566
Bump actions/checkout from 6.0.3 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](df4cb1c069...9c091bb21b)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-25 13:23:55 +00:00
murashit
0a13754de7 Clarify accessibility handling for panel controls 2026-06-25 21:30:12 +09:00
murashit
b8a085b4bf Reduce test-suite bottlenecks and redundant assertions 2026-06-25 21:30:12 +09:00
murashit
dd280f74e7 Isolate app-server protocol boundaries 2026-06-25 21:29:40 +09:00
murashit
2888c0cff0 Tighten Biome GritQL lint policies 2026-06-25 21:29:40 +09:00
murashit
d05b083c12 Rename format script to Biome fix 2026-06-25 16:46:09 +09:00
murashit
fef24552e9 Simplify lint and format configuration 2026-06-25 15:04:18 +09:00
murashit
649dfba360 Render diffs with Preact components 2026-06-25 12:26:41 +09:00
murashit
a23ccfbd82 Move DOM boundary lint to Biome 2026-06-25 12:26:41 +09:00
murashit
199a757618 Replace chat mutation lint with readonly state 2026-06-25 12:26:35 +09:00
murashit
3c21ef6485 Enable stricter TypeScript compiler checks 2026-06-25 12:26:31 +09:00
murashit
30f5a79097 Align Biome commands 2026-06-25 09:27:11 +09:00
murashit
2de2e03409 Add app-server request responder boundary 2026-06-25 08:59:46 +09:00
murashit
6fb9e60dea Enable strict typed ESLint rules 2026-06-25 08:50:37 +09:00
murashit
498632cd7d Speed up GritQL policy tests 2026-06-24 23:27:40 +09:00
murashit
6ac54c494e Simplify check scripts and lint policy layout 2026-06-24 23:08:05 +09:00
murashit
f125a4cf17 Move CSS lint policy to Biome 2026-06-24 22:34:31 +09:00
murashit
6afe931d01 Consolidate ESLint source policy checks 2026-06-24 22:34:31 +09:00
murashit
2898e0f74a Move lint policies to Biome GritQL 2026-06-24 21:44:49 +09:00
murashit
fe41e82a64 Clarify ESLint config tests 2026-06-24 17:17:47 +09:00
murashit
f475fc4491 Speed up slow test suites 2026-06-24 17:11:31 +09:00
murashit
75937b332a Speed up local check preflight 2026-06-24 16:58:18 +09:00
murashit
ca26a53e1b Tighten Biome lint policy 2026-06-24 16:31:04 +09:00
murashit
79a2c7fcbf Eliminate dynamic CSS class exemptions 2026-06-24 15:59:19 +09:00
murashit
1a42558d68 Improve CSS usage dynamic prefix audit 2026-06-24 15:46:35 +09:00
murashit
8edb115e08 Align thread archive export with Obsidian vault paths 2026-06-24 15:25:52 +09:00
murashit
b393000132 Suppress workspace panel restoration console warnings 2026-06-24 15:12:26 +09:00
murashit
47c4ed4631 Add Biome assist import organization 2026-06-24 14:54:53 +09:00
murashit
ce99e76a2b Audit TypeScript lint migration to Biome 2026-06-24 14:54:53 +09:00
murashit
321323532b Introduce Biome formatting and linting 2026-06-24 14:54:53 +09:00
murashit
845194a65a Collapse thin helper modules 2026-06-24 12:26:17 +09:00
murashit
e57eb45933 Clarify repeated test assertions 2026-06-24 11:48:59 +09:00
murashit
b148ada1d0 Parameterize repeated test cases 2026-06-24 11:41:33 +09:00
murashit
beb7497b5c Bump version to 3.4.5 2026-06-24 10:55:40 +09:00
murashit
3ab8b82683 Smooth manual message stream scrolling 2026-06-24 10:49:41 +09:00
murashit
79d0d6ea55 Promote composer page scrolling defaults 2026-06-24 10:12:33 +09:00
murashit
f4f99af890 Refine copied debug details 2026-06-24 09:52:40 +09:00
murashit
c9d5ff46a5 Model layered runtime settings 2026-06-24 08:29:33 +09:00
murashit
15d9753789 Ban handwritten re-exports 2026-06-24 06:41:58 +09:00
murashit
439aca3eb0 Remove unnecessary re-exports 2026-06-24 06:33:19 +09:00
murashit
31c493ed63 Organize chat styles by visible surface 2026-06-24 05:50:00 +09:00
murashit
79a72586a6 Prune low-value chat and runtime tests 2026-06-24 05:50:00 +09:00
murashit
2992621354 Centralize chat domain derivations 2026-06-24 05:49:53 +09:00
murashit
28857413b3 Extract chat session graph responsibilities 2026-06-24 05:49:53 +09:00